/*
Theme Name: Learn AG Tech V2
Text Domain: learnagtech
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i&display=swap');
@font-face {
    font-family: 'Blinker-SemiBold';
    src: url('fonts/Blinker-SemiBold.eot');
    src: url('fonts/Blinker-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Blinker-SemiBold.woff2') format('woff2'),
        url('fonts/Blinker-SemiBold.woff') format('woff'),
        url('fonts/Blinker-SemiBold.ttf') format('truetype'),
        url('fonts/Blinker-SemiBold.svg#Blinker-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-ExtraLight';
    src: url('fonts/Blinker-ExtraLight.eot');
    src: url('fonts/Blinker-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Blinker-ExtraLight.woff2') format('woff2'),
        url('fonts/Blinker-ExtraLight.woff') format('woff'),
        url('fonts/Blinker-ExtraLight.ttf') format('truetype'),
        url('fonts/Blinker-ExtraLight.svg#Blinker-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-ExtraBold';
    src: url('fonts/Blinker-ExtraBold.eot');
    src: url('fonts/Blinker-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Blinker-ExtraBold.woff2') format('woff2'),
        url('fonts/Blinker-ExtraBold.woff') format('woff'),
        url('fonts/Blinker-ExtraBold.ttf') format('truetype'),
        url('fonts/Blinker-ExtraBold.svg#Blinker-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-Regular';
    src: url('fonts/Blinker-Regular.eot');
    src: url('fonts/Blinker-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Blinker-Regular.woff2') format('woff2'),
        url('fonts/Blinker-Regular.woff') format('woff'),
        url('fonts/Blinker-Regular.ttf') format('truetype'),
        url('fonts/Blinker-Regular.svg#Blinker-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-Bold';
    src: url('fonts/Blinker-Bold.eot');
    src: url('fonts/Blinker-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Blinker-Bold.woff2') format('woff2'),
        url('fonts/Blinker-Bold.woff') format('woff'),
        url('fonts/Blinker-Bold.ttf') format('truetype'),
        url('fonts/Blinker-Bold.svg#Blinker-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Blinker-Regular';
	margin: 0;
	padding: 0;
	color: #545151;
	font-size: 18px;
}
body:not(.home) {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #231F20;
}
h1 {
	font-size: 36px;
	color: #231F20;
	font-family: 'Blinker-Bold';
}
h2 {
	font-size: 30px;
	line-height:32px;
	color: #231F20;
	font-family: 'Blinker-Bold';
}
a {
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
	border: 0px;
}
.hidden {
	display: none !important;
}
.nav-area .container {
/*padding: 0;*/
}
.lesson-video-duration {
	float: right;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-left:auto;
}
header .navbar .right-menu ul li.logged-user-img a {
	background: none;
}
#navbar li {
  position: relative;
}
#navbar > ul .sub-menu {
  background-color: #fff;
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#navbar > ul > li .sub-menu a {
  font-size: 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002439;
  display: block;
  padding: 13px 20px;
}
#main-menu li {
	margin-right: 20px;
}
#main-menu li:last-child {
	margin-right: 0;
}
#main-menu li.menu-item a {
	color: #000;
	font-family: "Blinker-Bold";
}
@media screen and (min-width: 992px) {
	#navbar > ul > li:hover > .sub-menu {
	  top: 33px;
	  visibility: visible;
	  opacity: 1;
	}
	#navbar > ul .sub-menu {
	  background-color: #fff;
	  width: 220px;
	  position: absolute;
	  left: 0;
	  top: 100%;
	  z-index: 10;
	  visibility: hidden;
	  opacity: 0;
	  padding: 0;
	list-style: none;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	}
}
.container {
	max-width: 1148px;
}
.logged-user-img img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 100px;
}
.user-profile-pic {
	border-radius: 100%;
	border: 1px solid #545151;
}
.logged-user-img {
	background: none;
	margin-left:auto;
}
.logged-user-img i {
	font-size: 18px;
	color: #000;
	vertical-align: middle;
}
.theme-text-color {
	color: #EA1D25 !important;
}
.w-100 {
	width: 100% !important;
}
.w-50 {
	width: 50% !important;
}
.text-dark-blue {
	color: #231F20 !important;
}
.theme-btn-one {
	font-family: 'Blinker-Bold';
	font-weight: 600;
	background: #EA1D25;
	border-radius: 8px;
	padding: 10px 26px;
	color: #fff !important;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	transition: 0.3s all ease-in;
	z-index: 2;
	display: inline-block;
}
.theme-btn-one:before {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	top: 0;
	transition: 0.3s all linear;
	height: 100%;
	border-radius: 8px;
}
.theme-btn-one:hover:before {
	width: 100%;
	background: #231F20;
	z-index: -1;
	color: #fff !important;
}
.theme-btn-blue {
	padding: 15px !important;
	background: #231F20;
	border: none !important;
	border-radius: 8px;
	color: #fff !important;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	transition: 0.3s all ease-in;
	z-index: 2;
	display: block !important;
}
.theme-btn-blue:before {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	top: 0;
	transition: 0.3s all linear;
	height: 100%;
}
.theme-btn-blue:hover:before {
	width: 100%;
	background: #EA1D25;
	z-index: -1;
	color: #fff !important;
}
.theme-btn-transparent {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px 20px;
	color: #231F20 !important;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	transition: 0.3s all ease-in;
	z-index: 2;
}
.theme-btn-transparent:before {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	top: 0;
	transition: 0.3s all linear;
	height: 100%;
	border-radius: 8px;
}
.theme-btn-transparent:hover {
	color: #fff;
}
.theme-btn-transparent:hover:before {
	width: 100%;
	background: #EA1D25;
	z-index: -1;
	color: #fff !important;
	border: none;
}
.theme-btn-2 {
	border: 1px solid #E1EDFF;
	border-radius: 8px;
	padding: 16px;
	font-size: 16px;
	color: #231F20;
	position: relative;
	overflow: hidden;
	transition: 0.3s all ease-in;
	z-index: 2;
}
.theme-btn-2:before {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	top: 0;
	transition: 0.3s all linear;
	height: 100%;
	border-radius: 8px;
}
.theme-btn-2:hover {
	color: #fff;
}
.theme-btn-2:hover:before {
	width: 100%;
	background: #231F20;
	z-index: -1;
	color: #fff !important;
	border: none;
	border: 1px solid #231F20;
}
/*----------------------------------------*/
/*  1. Header
/*----------------------------------------*/
.account-menu ul {
	padding: 15px 0;
}
header .navbar {
	padding: 15px 25px;
	border-radius: 20px;
	margin-top: 20px;
	background: #fff;
}
.header-shadow-none header .navbar {
	box-shadow: unset;
}

.fixed-header header {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
}
.fixed-header .nav-area .container {
/*padding: 0 15px;*/
}
.navbar .navbar-brand {
	margin-right: 0;
}
.navbar-brand img {
	max-width: 100px;
	width: 58px;
}
.toggle-menu {
	margin-left: auto;
	padding: 25px 0;
	position: relative;
}
.toggle-open {
	background: #fff;
	border: solid 1px #e8e8e8;
	width: 100%;
	position: absolute;
	padding: 20px;
	margin: 0;
	list-style: none;
	left: 0;
	z-index: 9;
}
.toggle-menu.browse .toggle-open {
	width: 280px;
}
.toggle-open li {
	margin: 0 0 10px 0;
}
.toggle-open li:last-child {
	margin: 0;
}
.toggle-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.toggle-menu span.open i {
	transform: rotate(180deg);
	padding: 0 5px 0 0;
}
.toggle-menu span i {
	font-size: 18px;
	padding: 0 0 0 5px;
	vertical-align: middle;
	color: #EA1D25;
}
.toggle-open li a {
	color: #231F20;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 32px;
	line-height: 1;
	font-weight: 500;
}
.toggle-open li:hover a {
	color: #EA1D25;
}
.toggle .nav-icon span {
	background: #EB090A;
}
.search-area {
	width: 350px;
	display: none;
}
.search-box input {
	font-family: 'FontAwesome', 'Roboto', sans-serif;
	background: #f6f6f6;
	height: 32px;
	padding: 0 15px;
	font-size: 13px;
	color: #231F20;
	width: 100%;
	border: 1px solid #e8e8e8;
}
.search-box input:focus {
	background: #f6f6f6;
	box-shadow: none;
	border: 1px solid #e8e8e8;
}
.right-menu {
	margin-left: auto;
	position: relative;
	min-width:100px;
}
.logged-user-img .toggle-open {
  border-top: 0;
  border-radius: 0 0 8px 8px;
  justify-content:center;
}
.right-menu ul {
	padding: 5px 14px;
	margin: 0;
	border-radius: 8px;
	display: flex;
	align-items:center;
}
.right-menu ul.bordered {
	border: 1px solid #D4E8FF;
}
.right-menu ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
}
.right-menu ul li a {
	font-family: 'Blinker-Bold';
	line-height: 16px;
	font-weight: 600;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
}
.right-menu ul li:first-child a {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.right-menu ul.toggle-open li {
	display: block !important;
}
.right-menu ul.toggle-open li a {
	background: transparent !important;
	color: #231F20 !important;
}
.right-menu ul li a.users-signups {
	position: relative;
	display: flex;
	width: 160px;
	text-align: center;
	border: 1px solid #F20013;
	border-radius: 14px;
}

.right-menu ul li:last-child a.users-signups span {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	color: #F20013;
}
.logged-user-img li {
  margin: 0;
}
.logged-user-img li:first-child a {
  padding-left: 0;
  top: 0 !important;
}
.logged-user-img a {
  padding-right: 0 !important;
}
.logged-user-img .toggle-open {
  display: block;
}
.logged-user-img .toggle-open a {
  padding-left: 0;
}
/*----------------------------------------*/
/*  2. Hero Area
/*----------------------------------------*/
.hero-area {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.hero-area .container {
	max-width: 1118px;
}
header {
	position: relative;
	z-index: 99;
}
.hero-area video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.hero-area .container {
	position: relative;
	z-index: 2;
	border-radius: 16px;
	overflow: hidden;
}
.hero-area .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background:url('https://learnagtech.com/wp-content/uploads/2022/08/Rectangle-281.svg') no-repeat;
	background-size: cover;
	opacity: 0.7;
	z-index: 1;
}
.hero-caption .banner-tagline {
	font-family: 'Blinker-Bold';
	background: #fff;
	border-radius: 68px;
	padding: 8px 16px;
	display: inline-block;
	color: #231F20;
	font-weight: 600;
	margin-bottom: 8px;
}
.hero-caption {
	text-align: left;
	position: relative;
	z-index: 9;
	padding: 84px 0 132px 78px;
}
.hero-caption h6 {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Blinker-Regular';
	line-height: 1;
	font-weight: 600;
}
.hero-caption h3 {
	font-family: 'Blinker-Regular';
	font-size: 64px;
	color: #fff;
	font-weight: normal;
	line-height: 58px;
	max-width: 498px;
	margin: 0 0 8px;
}
.hero-caption h1 {
	font-size: 64px;
	color: #fff;
	font-family: 'Blinker-Regular';
	font-weight: 600;
	line-height: 1;
}
.hero-caption p {
	font-family: 'Blinker-Regular';
	color: #fff;
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 22.4px;
	max-width: 480px;
}
.hero-caption h5 {
	font-size: 16px;
	line-height: 22.4px;
	color: #fff;
	font-family: 'Blinker-Bold';
	font-weight: bold;
}
.hero-caption.wow.fadeInUp {
	color: #fff;
	font-size: 16px;
	line-height: 22.4px;
	font-family: 'Blinker-Bold';
	font-weight: bold;
	margin: 0 0 8px;
}
.caption-menu {
	position: relative;
}
.caption-menu span {
	color: #616161;
	font-size: 26px;
	font-family: 'Blinker-Bold';
	background: #fff;
	max-width: 588px;
	display: block;
	margin: 27px auto 0;
	padding: 5px 0;
	border-radius: 100px;
	cursor: pointer;
	z-index: 99999;
	position: relative;
}
.caption-menu-item {
	padding: 25px 15px 15px;
	list-style: none;
	background: #fff;
	margin: 0 auto;
	max-width: 586px;
	border-radius: 0 0 15px 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 9;
}
.caption-menu-item li {
	margin: 0 0 10px;
}
.caption-menu-item li a {
	color: #616161;
	font-size: 16px;
}
.caption-menu span i {
	padding: 0 0 0 10px;
	font-size: 34px;
	vertical-align: top;
}
.caption-menu span.open i {
	transform: rotate(180deg);
	padding: 0 10px 0 0;
}
.caption-menu-item li:hover a {
	color: #EA1D25;
}
.hero-nav {
	padding: 0;
	margin: 12px 0 0 0;
}
.hero-nav li {
	display: inline-block;
	padding: 0 9px;
}
.hero-nav li a {
	font-family: 'Blinker-Regular';
	color: #fff;
	font-size: 16px;
	position: relative;
}
.hero-nav li:hover a {
	color: #616161;
}
.hero-nav li a:after {
	background: #fff;
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	top: 4px;
	right: -11px;
}
.hero-nav li:last-child a:after {
	display: none;
}
.custom-btn {
	color: #2d4c1a;
	padding: 20px 70px 20px;
	line-height: 25px;
	margin: 44px auto 5px;
	border-radius: 5px;
	background: #0072bc;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-family: 'Blinker-Bold';
	font-weight: 700;
}
.custom-btn:hover, .custom-btn:focus {
	color: #fff;
}
.hero-btn p, .hero-btn p a {
	color: #fff;
	font-size: 16px;
}
.hero-btn p {
/*font-family: 'Blinker-Bold';*/
}
/*----------------------------------------*/
/*  3. sponspors Area
/*----------------------------------------*/
.sponspors {
	background: #f4f4f4;
	padding: 21px 0;
}
.sponspors-image {
	text-align: center;
}
.sponspors-image img {
	width: auto !important;
	margin: 0 auto;
}
/*----------------------------------------*/
/*  4. Featured Course
/*----------------------------------------*/
.title {
	text-align: center;
}
.short-desc {
	margin-bottom: 16px;
	color: #545151;
	font-size: 16px;
	line-height: 22.4px;
}
.title h2 {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #231F20;
	font-family: 'Blinker-Regular';
	font-weight: normal;
	margin: 0 0 8px;
}
.featured-course #filter-list {
	display: inline-block;
}
.featured-course {
	padding: 60px 0;
	margin: 35px 0 0 0;
	background: #F5F9FF;
}
#filter-list {
	padding: 0;
	margin: 0 0 16px;
	text-align: center;
}
#filter-list li {
	font-family: 'Blinker-Bold';
	font-weight: 600;
	color: #231F20;
	display: inline-block;
	font-size: 16px;
	margin: 0 8px;
	text-transform: capitalize;
	cursor: pointer;
	background: #fff;
	padding: 10px;
	width: 200px;
	border-radius: 8px;
	box-shadow: 0px 10px 42px #EEF2F5;
}
#filter-list li:hover {
	color: #EA1D25;
}
#filter-list li.active {
	background: #EA1D25;
	color: #fff;
	box-shadow: 0px 11px 26px rgba(32, 164, 73, 0.35);
}
#filter-list li:first-child {
	margin-left: 0;
}
#filter-list li:last-child {
	margin-right: 0;
}
#course {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#course .item {
	display: none;
	padding: 0 15px;
	width: 25%;
	height: 228px;
	overflow: hidden;
	margin-bottom: 16px;
	
}
.course-box{
	position:relative;
}
.course-box:before {	
	content: '';
	background: linear-gradient(0deg, rgba(43, 43, 43, 0.79), rgba(0, 0, 0, 0.49));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
#course .item:before {	
	content: '';
	/*background: linear-gradient(0deg, rgba(27, 62, 104, 0.75), rgba(27, 62, 104, 0.49));*/
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.course-item .single-item-course {
	padding: 0;
	height: 450PX;
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	margin-bottom: 30px;
}
.course-item:nth-child(4n+4) {
	margin-right: 0;
}
.course-item .single-item-course:before {
	content: '';
	background: linear-gradient(0deg, rgba(43, 43, 43, 0.79), rgba(0, 0, 0, 0.49));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.course-item .single-item-course .course-box {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	background-position: center;
}
#course .item .course-box {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	border-radius: 8px;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	background-position: center;
}
.course-image {
	border: 1px solid #7b9766;
	border-bottom: 0;
}
.course-image img {
	max-height: 176px;
	width: 100%;
	object-fit: cover;
}
.course-info {
	margin-top: auto;
	position: relative;
	width: 100%;
}
.course-info h4, .course-info h4 a {
	font-size: 28px;
	color: #F5F9FF;
	font-family: 'Blinker-Bold';
	margin: 0 0 7px;
}
.course-info h4:hover a {
	color: #EA1D25;
}
.course-info .course-desc {
	background: #fff;
	color: #545151;
	padding: 25px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 25px;
}
.course-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.course-info ul li {
	font-size: 16px;
	color: #545151;
}
.course-info .course-btn {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
.course-info .course-btn a i {
	font-size: 7px;
	border: 1px solid;
	padding: 0;
	border-radius: 7px;
	margin-right: 6px;
	width: 25px;
	height: 15px;
	line-height: 13px;
	text-align: center;
}
.course-info .course-btn a.theme-btn-transparent i {
	font-size: 15px;
	line-height: 15px;
	border: none;
	color: #EA1D25;
}
.course-info .course-btn a.theme-btn-transparent:hover i, .course-info .course-btn a.theme-btn-transparent:hover {
	color: #fff!important;
}
.course-info .course-btn a {
	padding: 5px 10px;
	font-size: 10px;
	width: 98px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.single-item-course .course-info .course-btn a {
	padding: 10px 10px;
	font-size: 16px;
	width: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.course-info .prev-btn {
	margin-left: 10px;
}
.go-btn {
	text-align: center;
}
.go-btn h4 {
	color: #2f2f2f;
	font-size: 18px;
	padding: 22px 0;
}
.go-btn a {
	display: inline-block;
	text-align: center;
	border: solid 2px #959595;
	border-radius: 100px;
	padding: 13px 50px 11px;
	color: #2f2f2f;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	font-weight: 600;
	margin: 0 auto 25px;
}
.go-btn a:hover {
	color: #EA1D25;
	border: solid 2px #EA1D25;
}
/*----------------------------------------*/
/*  Frustration
/*----------------------------------------*/
.frustration {
	padding: 97px 0 77px;
}
.frustration h2 {
	font-size: 32px;
	line-height: 32px;
	font-family: 'Blinker-Regular';
	font-weight: normal;
	color: #fff;
	text-align: center;
	max-width: 780px;
	margin: 0 auto 8px;
}
.frustration p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	max-width: 650px;
	margin: 0 auto;
}
.frustration p.content-red {
	font-family: 'Blinker-Bold';
	color: #EB5757;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 24px;
}
.frustration p.content-blue {
	color: #A6C3E6;
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 30px;
}
.frustration ul {
	padding: 0;
	margin: 24px auto 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	max-width: 842px;
}
.frustration ul li {
	width: 33.3333%;
	padding: 0 8px;
}
.frustration ul li span {
	font-family: 'Blinker-Regular', "Font Awesome 5 Free";
	display: flex;
	align-items: center;
	width: 100%;
	color: #545151;
	font-size: 16px;
	position: relative;
	padding: 36px 31px 36px 67px;
	background: #fff;
	margin: 0 10px 20px;
	border-radius: 10px;
	transition: 0.2s all linear;
	top: 0;
}
.frustration ul li span:hover {
	top: -5px;
	transition: 0.2s all linear;
	box-shadow: 0 0px 4px 1px #fff;
}
.frustration ul li span:before {
	position: absolute;
	content: "";
	left: 28px;
	background: url('https://learnagtech.com/wp-content/uploads/2022/08/delete.png') no-repeat;
	width: 22px;
	height: 21px;
}
.start-btn a {
	margin: 0 auto 0px;
	display: inline-block;
}
.device-info {
	background: url('images/headingbg.png') no-repeat;
	background-size: cover;
	padding: 24px 0 29px 0;
}
.device-content {
	font-size: 30px;
	font-family: 'Blinker-RegularItalic';
	color: #fff;
	max-width: 570px;
}
.device-content span {
	display: block;
	font-size: 15px;
}
.devicecontent {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 19.5709px 40px rgba(226, 231, 236, 0.25);
	backdrop-filter: blur(370px);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.devicecontent p {
	font-family: 'Blinker-Regular';
	font-size: 32px;
	line-height: 32px;
	color: #231F20;
	margin: 0 0 18px;
	text-align: center;
}
.devicecontent ul {
	padding: 0;
	list-style: none;
	width: 100%;
}
.devicecontent ul li {
	font-family: 'Blinker-Regular';
	font-weight: 600;
	font-size: 16px;
	color: #231F20;
	margin: 0 0 18px;
	position: relative;
	padding: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 10px 42px #EEF2F5;
	border-radius: 8px;
}
.devicecontent ul li i {
	color: #EA1D25;
	margin-right: 10px;
}
.devicecontent-outer {
	position: relative;
	padding: 114px 0 106px;
	background: #20A349;
}
.devicecontent-image {
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	position: relative;
	margin-top: auto;
}
.devicecontent-image .devices-content-container {
	display: flex;
	flex-flow: row wrap;
	margin: auto auto 0;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.devicecontent-image .phone-container, .devicecontent-image .laptop-video {
	position: relative;
	z-index: 2;
}
.devicecontent-image .square-net {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto auto 0;
	z-index: 1;
	height: 491px;
	width: 561px;
	bottom: -42px;
	object-fit: contain;
}
.devicecontent-image .phone-container {
	margin: auto auto 0 18px;
}
.devicecontent-image .laptop-video {
	width: 496px;
	height: 291px;
	background: #fff;
	border-radius: 15px;
	padding: 11px;
	overflow: hidden;
	margin-top: auto;
	margin-left: auto;
}
.devicecontent-image .laptop-video .video-frame {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.devicecontent-image .laptop-video .video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.devices-content-container .tagline {
	margin: auto auto 0;
	position: relative;
	z-index: 2;
	top: -21px;
}
.devices-content-container .tagline h3 {
	background: #231F20;
	border-radius: 100px;
	padding: 25px 26px 25px 68px;
	font-size: 26px;
	font-family: 'Blinker-Bold';
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.devices-content-container .tagline h3:before {
	background: url('https://learnagtech.com/wp-content/uploads/2022/08/list.png') no-repeat;
	font-size: 20px;
	content: "";
	position: absolute;
	color: #EA1D25;
	left: 28px;
	height: 23px;
	width: 23px;
}
.devices-content-container .tagline h3::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #231F20;
	clear: both;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.faq {
	padding: 80px 0;
}
.faq h2 {
	font-family: 'Blinker-Regular';
	font-weight: 400;
	text-align: center;
	color: #231F20;
	font-size: 24px;
	line-height: 33.6px;
	margin: 0 0 24px;
}
.faq-box {
	max-width: 591px;
	background: #fff;
	margin: 0 auto;
	padding: 24px;
	box-shadow: 0px 19.5709px 76px rgba(226, 231, 236, 0.52);
	border-radius: 12px;
}
.faq #accordion .card {
	margin: 0 0 15px;
	overflow: hidden;
	background: #F5F9FF;
	border-radius: 10px;
	border: none;
}
.faq #accordion .card.active {
	background: #EDFFF0;
}
.faq .card-header {
	border: 0;
	padding: 23px 25px 22px;
}
.faq #accordion .card.active .card-header {
	background: #EDFFF0;
}
.faq .card-body {
	padding: 0px 25px 17px;
}
.card-body p {
	font-size: 16px;
	line-height: 22.4px;
	color: #545151;
	font-family: 'Blinker-Regular';
}
.faq .mb-0 > a {
	display: block;
	position: relative;
	color: #231F20;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Blinker-Regular';
}
.faq .mb-0 > a:after {
	content: "\f106"; /* fa-angle-down */
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	color: #EA1D25;
}
.faq .mb-0 > a[aria-expanded="true"]:after {
	content: "\f107";
}
.group-sales {
	text-align: center;
	padding: 105px 0 190px;
}
.group-sales .featured-image-section {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.group-sales .rectangle-1 {
	background: #E9F2FF;
	width: 184px;
	height: 286px;
	transform: matrix(-0.88, 0.48, 0.48, 0.88, 0, 0);
	border-radius: 20px;
	position: absolute;
	z-index: 1;
	bottom: -40px;
	left: 55px;
	background-blend-mode: darken;
}
.group-sales .rectangle-2 {
	position: absolute;
	width: 414px;
	height: 305px;
	right: 0;
	background: #E9F2FF;
	opacity: 0.5;
	transform: matrix(0.29, -0.96, -0.96, -0.29, 0, 0);
	border-radius: 26px;
	bottom: -15px;
}
.group-sales .featured-image {
	position: relative;
	overflow:hidden;
	z-index: 2;
	background: #EA1D25;
	border-radius: 30px;
	width: 430px;
	margin: 0 auto;
	padding: 50px 60px;
}
.featured-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.group-sales .featured-image .overlay-content {
	background: #fff;
	border-radius: 16px;
	padding: 22px 9px;
	height: 100%;
	max-width: 174px;
	display: flex;
	flex-flow: row wrap;
	overflow-y: auto;
	position: relative;
	color: #54595f;
	font-size: 16px;
	line-height: 16px;
	top: 26px;
	left: -2px;
}
.group-sales .featured-image .overlay-content i.fa {
	margin: 0 auto 10px;
	font-size: 30px;
	color: #EA1D25;
}
.group-sales .featured-image .overlay-content span {
	margin-top: 20px;
	padding-top: 16px;
	color: #EA1D25;
	font-family: "Blinker-Bold";
	font-size: 12px;
	line-height: 14px;
	border-top: 1px solid #ccc;
	margin-left: -9px;
	margin-right: -9px;
}
.group-box {
	background: #f7f7f7;
	max-width: 560px;
	margin: 0 auto;
	padding: 0 0 18px;
}
.group-sale-logo {
	background: #545960;
	padding: 30px 15px 25px;
	margin: 0 0 38px;
}
.subscription-content {
	text-align: left;
	max-width: 500px;
	margin-left: auto;
	padding-left: 50px;
}
.price {
	margin: 0 0 26px;
}
.price h2 {
	color: #231F20;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Blinker-Regular';
	font-weight: 400;
}
.price h2 span {
	color: #EA1D25;
}
.price h2 strong {
	color: #EA1D25;
}
.price h2 sup {
	top: 0;
}
.price p {
	display: block;
	color: #545151;
	font-size: 12px;
	font-family: 'Blinker-Regular';
	margin: 0;
}
.sale-list ul {
	margin: 0 0 26px 0;
	padding: 0;
	list-style: none;
}
.sale-list ul li {
	font-family: 'Blinker-Regular', "Font Awesome 5 Free";
	font-size: 16px;
	color: #545151;
	padding: 5px 0;
	position: relative;
}
.sale-list ul li span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
}
.sale-list ul li span:before {
	position: absolute;
	content: "\f00c";
	font-weight: 900;
	left: 0;
	height: 22px;
	width: 22px;
	top: 50%;
	color: #EA1D25;
	transform: translate(0, -50%);
}
.sale-btn .custom-btn {
	margin: 0 0 8px;
}
.sale-btn p {
	font-size: 12px;
	color: #545151;
	margin: 0 0 0 20px;
	max-width: 200px;
}
.sale-btn p a {
	color: #EA1D25;
	font-family: 'Blinker-Regular';
}
.steps {
	background: url('images/setupbg.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	padding: 76px 0;
}
.steps h2 {
	color: #2f2f2f;
	font-size: 34px;
	margin: 0 0 39px;
}
.step-box {
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px;
}
.step-box span {
	background: #EA1D25;
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
	padding: 2px 30px;
	margin: 0 0 26px;
	display: inline-block;
}
.step-box h3 {
	font-family: 'Blinker-Regular';
	color: #484848;
	font-size: 26px;
	margin: 0 0 11px;
}
.step-box p {
	font-family: 'Blinker-Regular';
	color: #484848;
	font-size: 18px;
}
.steps .custom-btn {
	margin-top: 48px;
}
/*----------------------------------------*/
/*  5. Icons Part
/*----------------------------------------*/
.icons-part {
	background: #f5f4f3;
	text-align: center;
	padding: 56px 0 75px;
}
.icons-part h2 {
	margin: 0 0 42px;
}
.icons-part h5 {
	margin: 25px 0 10px;
	font-size: 18px;
	font-family: 'Blinker-Regular';
	color: #484848;
}
.icons-part p {
	font-size: 15px;
	color: #484848;
	max-width: 255px;
	margin: 0 auto;
}
/*----------------------------------------*/
/*  6. Background Part
/*----------------------------------------*/
.section-padding {
	padding: 100px 0;
}
.about-section {
	background: #F5F9FF;
}
.background-part {
	text-align: center;
	padding: 242px 0 60px;
	background-size: cover!important;
	background-position: center!important;
}
.background-part h2 {
	color: #fff;
	margin: 0 0 20px;
	font-size: 42px;
}
.background-part p {
	color: #fff;
	font-size: 18px;
	max-width: 950px;
	margin: 0 auto;
}
.about-section .about-description h2 {
	color: #231F20;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Blinker-Regular';
	font-weight: 400;
	margin: 0 0 24px;
	max-width: 390px;
}
.about-section .about-description p {
	color: #545151;
	font-size: 16px;
	line-height: 22.4px;
	max-width: 450px;
}
.cta-btn {
	display: block;
	margin-bottom: 30px;
}
.cta-btn-block a {
	font-family: 'Blinker-Bold';
	margin-right: 15px;
}
.cta-btn-block p {
	font-size: 12px;
	color: #545151;
	margin: 24px 0 17px;
}
.tagline-type-btn {
	border: 1px solid #E1EDFF;
	border-radius: 100px;
	padding: 10px 20px;
}
.about-featured-image {
	text-align: center;
}
.login-btn-block {
	display: block;
	margin-top: 15px;
	text-align: right;
}
.login-btn-block a{
	display:inline-block;
}
.login-btn-block a:hover svg path {
	stroke: #fff;
}
.icon-svg {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
/*----------------------------------------*/
/*  7. Bottom Part
/*----------------------------------------*/
.bottom-part {
	padding: 73px 0 84px;
}
.bottom-part h2 {
	font-size: 32px;
	color: #484848;
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
}
.blue-bg {
	background: #54595f;
}
.fixed-header .page-banner {
	padding-top: 125px;
}
/*----------------------------------------*/
/*  8. About Page
/*----------------------------------------*/
.page-banner {
	background-size: cover!important;
	background-position: center!important;
	padding: 22px 0 13px;
	border-top: 1px solid #ebebeb;
}
.page-banner h1 {
	display: block;
	color: #fff;
	font-size: 36px;
	font-family: 'Blinker-Regular';
}
.page-banner p {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Blinker-Regular';
	margin: 0;
	padding: 0;
}
.about-content h4 {
	text-transform: uppercase;
	font-family: 'Blinker-Regular';
	font-weight: 500;
	letter-spacing: 0.125em;
	color: #EA1D25;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
}
.about-sec-2 {
	padding: 90px 0 56px;
}
.about-content h2 {
	font-family: 'Blinker-Regular';
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	max-width: 317px;
}
.about-content p {
	font-size: 16px;
	line-height: 22.4px;
	color: #545151;
	max-width: 428px;
}
.right-content {
	display: flex;
	justify-content: space-between;
	flex-flow: row;
	margin-bottom: 11px;
}
.right-content .icon {
	margin-right: 24px;
}
.right-content .icon i {
	padding: 17px;
	border-radius: 15px;
	font-size: 16px;
	color: #EA1D25;
	background: #1E2B4A;
}
.right-content h4 {
	font-size: 16px;
	line-height: 16px;
	font-family: 'Blinker-Bold';
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}
.right-content p {
	color: #85A0BE;
	font-size: 16px;
	line-height: 22.4px;
}
.right-content .short-desc {
	margin-bottom: 0;
	max-width: 473px;
}
.page-banner span.line {
	display: block;
	width: 100%;
	text-align: right;
	position: relative;
	right: 33px;
	margin-bottom: 11px;
}
.page-banner span.line:last-child {
	display: none;
}
.subnav-bar {
	background: #f4f4f4;
	margin-bottom: 58px;
	position: relative;
}
.subnav-bar div {
	display: flex;
}
.subnav-bar ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.subnav-bar ul li {
	display: inline-block;
	padding: 16px 20px 18px;
}
.subnav-bar ul li a {
	color: #585858;
	font-family: 'Blinker-Regular';
	font-size: 12px;
}
.subnav-bar ul li:hover a {
	color: #EA1D25;
}
.subnav-bar ul li:first-child {
	padding-left: 0px;
}
.cta-free-month {
	display: inline-block;
	color: #36540d;
	background: #fff200;
	text-align: center;
	margin: 10px 0;
	margin-left: auto;
	font-family: 'Blinker-Regular';
	vertical-align: top;
	clear: none;
	border-radius: 100px;
	font-size: 16px;
	padding: 7px 24px 6px;
}
.cta-free-month:hover {
	color: #36540d;
}
.about-area h2 {
	color: #231F20;
}
.about-area hr {
	background: #EA1D25;
	max-width: 224px;
	margin: 13px 0 32px;
	height: 8px;
	border: 0;
}
.about-area p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 26px;
	margin: 0 0 30px;
}
.about-sec-3 h4 {
	text-transform: uppercase;
	font-family: 'Blinker-Regular';
	font-weight: 500;
	letter-spacing: 0.125em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.about-area h3 {
	color: #3a3a3a;
	font-size: 22px;
	font-family: 'Blinker-Regular';
	margin: 73px 0 9px;
}
.team-area {
	padding: 65px 0 52px;
}
.team-area h2 {
	color: #231F20;
}
.team-area hr {
	background: #EA1D25;
	max-width: 224px;
	margin: 12px 0 40px;
	height: 8px;
	border: 0;
}
.team-outer {
	margin: 0 0 57px;
}
.team-outer:last-child {
	margin: 0 0 0;
}
.team-image {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	background: #cee7f3;
}
.team-image img {
	width: 100%;
}
.team-image .team-info {
	position: absolute;
	bottom: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-image .team-info h4 {
	font-family: 'Blinker-Regular';
	font-size: 24px;
	font-weight: normal;
	margin-right: 7px;
}
.team-image .team-info h5 {
	background: #EA1D25;
	border-radius: 42px;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
	font-family: 'Blinker-Bold';
}
.about-sec-3 p {
	max-width: 385px;
}
.team-dis h4 {
	color: #EA1D25;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	text-align: left;
	margin-bottom: 5px;
}
.team-dis h2 {
	font-family: 'Blinker-Regular';
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 16px;
}
.team-dis h5 {
	color: #EA1D25;
	font-size: 16px;
	margin: 0 0 8px;
	text-align: left;
}
.team-dis .email a {
	font-size: 16px;
	color: #EA1D25;
}
.team-dis p {
	font-size: 16px;
	color: #545151;
	line-height: 22.4px;
	margin-bottom: 21px;
	max-width: 732px;
}
.modal-body p {
	font-size: 16px;
}
.modal-backdrop {
	background: rgba(1, 31, 62, 0.8);
}
.modal-backdrop.show {
	z-index: 99;
}

/*----------------------------------------*/
/*  9. Default Page
/*----------------------------------------*/
.section-title {
	text-transform: uppercase;
	color: #EA1D25;
	font-family: 'Blinker-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.125em;
	margin-bottom: 8px;
}
.page-outer {
	padding: 85px 0 100px;
}
.sidebar-menu h3 {
	font-size: 23px;
	color: #3b3b3b;
	font-family: 'Blinker-Regular';
	margin: 0 0 40px;
}
.sidebar-menu ul {
	margin-left: 0;
	border-right: solid 1px #ccc;
	background: #fff;
	background: -moz-linear-gradient(left, #ffffff 25%, #f7f9f9 100%);
	background: -webkit-linear-gradient(left, #ffffff 25%, #f7f9f9 100%);
	background: linear-gradient(to right, #ffffff 25%, #f7f9f9 100%);
 filter: progid:DXImageTransform .Microsoft .gradient(startColorstr='#ffffff', endColorstr='#f7f9f9', GradientType=1);
	padding: 0;
	list-style: none;
	margin: 0;
}
.sidebar-menu ul li a {
	border-bottom: solid 1px #e3e4e4;
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	padding: 17px 20px 16px;
	box-sizing: border-box;
	font-weight: 500;
}
.sidebar-menu ul li:last-child a {
	border-bottom: 0px;
}
.sidebar-menu ul li.active a {
	background-color: #EA1D25;
	color: #fff;
	border-right: 5px solid #bbe15d;
}
.sidebar-menu ul li:hover a {
	background-color: #EA1D25;
	color: #fff;
}
.pdf-documents h2 {
	margin: -4px 0 36px 0;
}
.pdf-box {
	background: #e5e5e5;
	position: relative;
	padding: 13px 25px 13px 76px;
	margin: 0 0 10px;
	display: flex;
}
.download-btn {
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.pdf-box:nth-child(2n+1) {
	background: #f4f4f4;
}
.pdf-box:before {
	position: absolute;
	content: "";
	left: 21px;
	background: url(images/pdf-icon.png) no-repeat;
	width: 35px;
	height: 45px;
	top: 13px;
}
.pdf-box h4 {
	color: #2e2e2e;
	font-size: 20px;
	font-weight: 500;
	max-width: 400px;
	margin: 0 0 4px;
}
.pdf-box p {
	color: #5d5d5d;
	font-size: 12px;
	max-width: 400px;
	margin: 0;
}
.download-btn a {
	background: #EA1D25;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Blinker-Regular';
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 7px 35px 5px;
	border-radius: 100px;
}
/*----------------------------------------*/
/*  10. Course Single
/*----------------------------------------*/
.course_top {
	border-top: 1px solid #ebebeb;
	padding: 28px 0 0;
}
.course_top h2 {
	color: #231F20;
}
.course_top p {
	color: #231F20;
	font-size: 16px;
	margin: 0;
}
.post_pagination {
	margin: 18px 0 20px;
}
.action-btn {
	background: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 12px 12px 10px;
}
.action-btn h6 {
	color: #EA1D25;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	margin: 0 0 5px;
}
.action-btn i {
	font-size: 18px;
	padding: 0 10px 0 0;
}
.action-btn.text-right i {
	padding: 0 0 0 10px;
}
.action-btn p {
	margin: 0;
	color: #333333;
	font-size: 12px;
}
.lesson-info {
	text-align: center;
	padding: 28px 0 0 0;
}
.lesson-info h4 {
	color: #231F20;
	font-size: 15px;
	font-family: 'Blinker-Regular';
	margin: 0;
}
.lesson-info p {
	display: block;
	color: #231F20;
	margin: 0;
}
.course_content {
	color: #fff;
	padding-top:20px;
	padding-bottom:72px;
}
.course_content .training-prog-wrapper {
	background: #231f20;
	border-radius: 12px;
	padding: 20px 30px;
}
.course_content .training-prog-wrapper span {
	color: #ea1d25;
}
.course_content .training-prog-wrapper .ld-progress-percentage {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.course-content-tab {
	padding: 25px 0 0;
	text-align: center;
}
.course-content-tab ul {
	display: block;
	border: 0;
}
.course-content-tab ul li {
	float: none;
	display: inline-block;
	padding: 0 15px;
}
.course-content-tab ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 0 0 5px;
	border-bottom: 4px solid #f7f7f7;
}
.course-content-tab ul li a.active {
	border-bottom: 4px solid #EA1D25;
}
.course-content-tab ul li a i {
	padding: 0 4px 0 0;
}
.course_content .tab-content {
	padding: 0px;
}
.content-info-tab .tab-content p {
  color: #545151;
  font-size: 16px;
  line-height: 22.4px;
}
.content-info-tab .tab-content ul li {
  color: #545151;
  font-size: 16px;
  line-height: 22.4px;
  margin:0 0 5px;
}
.course-sidebar h3 {
	color: #fff;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	margin: 0 0 14px;
}
.course-sidebar .progress {
	height: 7px;
	overflow: hidden;
	background-color: #d5d5d5;
	border-radius: 5px;
	position: relative;
	width: 88%;
}
.ld-lesson-title .vid-progress{
  position: absolute;
  left: 2px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.vid-progress svg {
	width: 32px;
	height: 100%;
}
.circle-progress-value {
	stroke: #231F20;
}
.circle-progress-circle {
	stroke: #e5f1fd;
	fill: #E5F1FD;
}
.circle-progress-text {
	fill: white;
}
.featured-course .progress, .single-item-course .progress {
	background: #FFFFFF;
	opacity: 0.7;
	border-radius: 11.6923px;
	height: 12px;
	margin-bottom: 10px;
}
.featured-course .progress-bar, .single-item-course .progress-bar {
	background: #EA1D25;
}
.progress-bar {
	background: #EA1D25;
	border-radius: 15px;
}
.progress-outer {
	position: relative;
}
.progress-outer span {
	right: -10px;
	position: absolute;
	top: -8px;
	color: #fff;
	font-size: 15px;
}
.course-video {	
	height:414px;
	border-radius: 16px;
	overflow: hidden;
	margin:0 0 32px;
}
.course-sidebar {
	overflow: hidden;
	margin:0 0 7px;
}
.section-list {
	padding: 0;
}
.lms-course-outline ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 400px;
}
.ld-lesson-navigation .lesson {
	padding-bottom: 10px;
	padding-top: 10px;
}
.ld-lesson-navigation .lesson li {
	padding: 5px 20px;
}
.section-list .lms-header {
	padding: 15px 23px;
	position: relative;
	margin: 0 !important;
}
.section-list .lms-header::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #ddd;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.section-list .lms-header::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #ddd;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.lms-course-outline {
	padding-right: 5px;
	margin: 34px 0 0 0;
	height: 400px;
	background: #fff;
	border-radius: 12px;
	overflow-y: auto;
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
	box-shadow: 0px 10px 42px #EEF2F5;
}
.lms-header p {
	font-size: 16px;
	color: #54595f;
	font-family: 'Blinker-Regular';
	cursor: pointer;
	margin: 0;
}
.lms-header p.open {
	color: #545151;
}
.icon-markup {
	font-size: 6px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100pc;
	margin-right: 20px !important;
	background: #E4E4E4;
	min-width: 28px;
	position: relative;
	z-index: 6;
}
.icon-markup.completed {
	background: #EA1D25;
}
.icon-markup.quiz-icon, .icon-markup.completed {
	width: 32px;
	height: 32px;
	min-width: 32px;
}
.lesson li .icon-markup.completed i {
	border: none;
	color: #fff !important;
	font-size: 10px;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
	margin: 0;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
	display: flex;
	align-items: center;
	font-weight: normal;
}
.lms-header p i {
	margin: 0 5px 0 0;
	font-size: 18px;
	color: #EA1D25;
	font-weight: 600;
	border: 1px solid #E1EDFF;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px !important;
}
.lms-header p.open i {
	transform: rotate(-180deg);
}
.lms-section .lesson {
	padding: 0 0 0 40px;
}
/**.lesson li {
	margin: 0 0 18px;
}**/
.lesson li a {
	color: #54595f;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	width: 88%;
	display: inline-block;
	text-overflow: ellipsis;
}
.lesson li a i {
	color: #EA1D25;
	margin: 3px 10px 0 0;
}
.lesson li .icon-markup i {
	padding: 5px;
	color: #231F20 !important;
	border: 1px solid #231F20;
	border-radius: 100px;
	margin: 0;
}
.lesson li .quiz-icon.icon-markup i {
	border: none;
	font-size: 12px;
}
.quiz-info {
	background: #343434;
	/* max-width: 1140px; */
	margin: 0 auto;
	padding: 50px 55px;
	color: #54595f;
}
.lesson-quiz-container {
	background: #343434;
	margin: 0 auto;
	padding: 50px 55px;
	color: #fff;
}
.quiz-info .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
	border: 0 !important;
	padding: 0 !important;
}
.quiz-info h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 30px;
}
.quiz-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-style {
	background: #b5b5b5;
	font-size: 28px;
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	margin: 0 30px 0 0;
}
.quiz-info ul li {
	margin: 0 0 12px;
}
.quiz-info ul li a {
	color: #ffffff;
	font-size: 20px;
}
.quiz-submit a {
	background: #2bc3d1;
	color: #343434;
	font-size: 20px;
	font-family: 'Blinker-Regular';
	padding: 9px 56px 8px;
	display: inline-block;
	border-radius: 10px;
}
.quiz-submit a:hover {
	background: #EA1D25;
	color: #fff;
}
.quiz-btn {
	text-align: center;
}
.quiz-btn a {
	display: inline-block;
	background: #EA1D25;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 25px;
	padding: 10px 25px 9px;
}
.course-dis {
	padding: 0;
}
.course-widget-title {
	display: none;
}
.lesson-sec .author {
	color: #545151;
	margin: 0;
	width: 50%;
}
.lesson-sec .author span:first-child {
	color: #EA1D25;
	margin-right: 5px;
	margin-left: 5px;
}
.info-tab .nav-tabs {
	border-bottom: 0;
}
.info-tab .nav-tabs li a {
	font-family: 'Blinker-Regular';
	font-size: 16px;
	line-height:16px;
	color: #484848;
	font-weight: 500;
	padding: 14px 30px;
	border: 1px solid #E4E4E4 !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	transition: unset;
	border-bottom:0;
}
.info-tab .nav-tabs li a.active {
	color: #EA1D25;
	background: #fff;
	border-radius: 8px 8px 0 0;
	border: none !important;
}
.info-tab .tab-content h5 {
	color: #54595f;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	margin: 0 0 3px;
}
.info-tab .tab-content p {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 24px;
}
.info-tab .tab-content p h2, .info-tab .tab-content p h3 {
	color: #54595f;
	margin-bottom: 15px;
	font-size: 16px;
}
.info-tab .tab-content h2 {
	color: #54595f;
	margin-bottom: 20px;
}
.info-tab .tab-content h1 {
	font-size: 32px;
}
.info-tab .tab-content h2 {
	font-size: 16px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.info-tab .tab-content h3 {
	font-family: 'Blinker-Regular';
	font-size: 16px;
	font-weight: 600;
	color: #545151;
	line-height:24px;
	margin:0 0 16px;
}
.info-tab .tab-content h4 {
	color:#231F20;
	font-family: 'Blinker-Regular';
	font-size: 16px;
	font-weight: 600;
	color: #545151;
	line-height:16px;
	margin:0 0 8px;
}
.info-tab .tab-content p b {
	color: #54595f;
}
.info-tab .tab-content p strong {
  font-family: 'Blinker-Regular';
  font-weight: 400;
  color: #54595f;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.info-tab .tab-content ul {
	padding: 0 0 0 30px;
}
.info-tab .tab-content ul.lesson li {
	margin: 0;
}
.info-tab .tab-content ul.lesson li .ld-lesson-item.ld-is-current-lesson {
	border-radius: 5px;
}
.info-tab .tab-content .resource-box h4 {
	margin: 0 0 5px 0;
}
.info-tab .tab-content .resource-box p {
	margin: 0 0 20px 0;
}
.info-tab .tab-content .resource-box p a {
	color: #484848;
	font-family: 'Blinker-Regular';
	font-size: 12px;
	text-decoration: underline;
}
.about-trainer h4 {
	color: #484848;
	font-size: 18px;
	font-family: 'Blinker-Regular';
	margin: 0 0 10px;
}
.trainer-image{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 33px;
}
.trainer-image img {
  max-width: 36px;
  border-radius: 100px; 
}
.author {
  font-family: 'Blinker-Regular';
  display: block;
  color: #545151;
  font-size: 16px;
  width: calc(100% - 36px);
  display:flex;
  padding-left: 18px;
  margin:0;
  width: 50%;
}
.author span{
	color:#EA1D25;
}
.author img {
  border-radius: 0;
  max-width: 15px;
  margin-left: 9px;
  position: relative;  
}
.course-share {
  margin-left: auto;
}
.col-md-8.mob-border-bottom {
  padding: 0;
}
.trainer-image .course-share img {
	border-radius: unset;
	margin-right: 10px;
}
.trainer-image .course-share img:last-child {
	margin-right: 0;
}
.trainer-info h5 {
	color: #484848;
	font-size: 16px;
	font-family: 'Blinker-Bold';
}
.trainer-info p {
	color: #484848;
	font-size: 16px;
	margin: 0 0 10px;
}
.trainer-info a {
	font-family: 'Blinker-Bold';
	color: #484848;
	font-size: 16px;
	text-transform: capitalize;
}
.related-tag {
	margin: 62px 0 0;
}
.related-tag h5 {
	color: #484848;
	font-size: 16px;
	font-family: 'Blinker-Regular';
}
.related-tag hr {
	background: #EA1D25;
	border: 0;
	height: 3px;
	max-width: 63px;
	margin: 6px 0 0;
}
.related-tag ul {
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}
.related-tag ul li {
	margin: 0 0 5px;
}
.related-tag ul li a {
	color: #484848;
	font-size: 12px;
	text-decoration: underline;
}
.related-tag ul li:hover a {
	color: #EA1D25;
}
/*----------------------------------------*/
/*  10. Course Single
/*----------------------------------------*/
.course-choose {
	padding: 30px 0 100px;
}
.course-choose h2 {
	font-family: 'Blinker-Regular';
	color: #231F20;
	margin: 0 0 24px;
	font-size: 32px;
	line-height: 32px;
}
.cat-list {
	margin: 0 0 43px;
}
.cat-list ul {
	padding: 10px;
	margin: 0;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
}
.cat-list ul li {
	background: #fff;
	margin: 0 10px;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	border-radius: 12px;
}
.cat-list ul li:hover {
	border-color: #EA1D25;
	background: #EA1D25;
	box-shadow: 0px 11px 26px rgba(32, 164, 73, 0.35);
	cursor: pointer;
}
.cat-list ul li:hover a {
	color: #fff;
}
.cat-list ul li a {
	color: #231F20;
	font-family: 'Blinker-Bold';
	font-size: 16px;
}
.course-filter .heading {
	background: #efefef;
	display: block;
	font-family: 'Blinker-Regular';
	font-size: 16px;
	padding: 15px 22px;
	border-bottom: 1px solid #d8d8d8;
}
.filter-box {
	margin: 0 0 20px;
}
.filter-box h5 {
	font-size: 16px;
	color: #545151;
	margin: 0 0 8px;
	font-family: 'Blinker-Bold';
}
.filter-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.filter-box ul li {
	margin: 0 0 6px;
	border-radius: 65px;
	background: #fff;
	display: inline-block;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 26px;
	margin-right: 16px;
	margin-bottom: 24px;
}
.filter-box ul li:last-child {
	margin-bottom: 0;
}
.filter-box ul li a {
	color: #231F20;
	font-size: 16px;
	font-family: 'Blinker-Bold';
}
.filter-box ul li:hover {
	background: #EA1D25;
	box-shadow: 0px 11px 26px rgba(32, 164, 73, 0.35);
	border-radius: 65px;
	cursor: pointer;
}
.filter-box ul li:hover a {
	color: #fff;
}
.filter-box:nth-child(2) ul {
	display: inline-block;
	max-width: 240px;
}
.course-info .trainer li:last-child {
	font-size: 13px;
}
.filter-result .course-box {
	margin: 0 0 30px;
}
.left-area {
	display: inline-block;
}
.left-area h3 {
	font-size: 26px;
	color: #231F20;
	font-weight: 500;
	margin: -5px 0 15px;
	font-family: 'Blinker-Regular';
}
.filter-top {
	display: flex;
}
.right-area {
	display: inline-block;
	margin-left: auto;
}
.sort-filter {
	margin: 0 0 0 35px;
}
.right-area span {
	color: #231F20;
	font-size: 16px;
}
.right-area select {
	color: #231F20;
	text-align: right;
	font-family: 'Blinker-Regular';
	border: none;
	padding: 0 22px 0 0;
	cursor: pointer;
}
.select-css {
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f7f7f7;
	background-image: url(images/select-arrow.png);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: 10px;
}
/*----------------------------------------*/
/*  10. user dash
/*----------------------------------------*/
.userdash {
	border-top: 1px solid #d8d8d8;
	background: #edf0e8;
	padding: 40px 0;
	margin-top: 30px;
}
.userdash-box {
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 15px 22px;
	display: flex;
	align-items: center;
}
.userdash-left {
	float: left;
}
.userdash-right {
	margin-left: auto;
}
.userdash-right .owl-stage-outer {
	width: 150px;
	float: right;
	text-align: right;
}
.userdash-right .owl-carousel .owl-item img {
	width: 150px;
}
.userdash-left div {
	display: inline-block;
	vertical-align: middle;
}
.user-image img {
	max-height: 80px;
	margin: 0 30px 0 0;
	border-radius: 100%;
}
.uo-row-container {
	display: flex;
}
.uo-sec-right {
	margin-left: auto;
	margin-top: 0px;
	width: 49%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.uo-sec-right .owl-stage-outer {
	width: 360px;
}
.uo-sec-right img {
	width: 300px;
}
.user-info h4 {
	color: #231F20;
	font-size: 20px;
	font-weight: 500;
}
.user-info p {
	color: #231F20;
	margin: 0;
	font-size: 16px
}
.user-info a {
	color: #EA1D25;
	font-size: 12px;
	font-family: "Blinker-Regular";
}
.userdash-info {
	background: #f7f7f7;
	padding: 40px 0 100px;
}
.dashbord-sidebar {
	border: 1px solid #d8d8d8;
}
.heading {
	font-size: 16px;
	border-bottom: 1px solid #d8d8d8;
	color: #484848;
	font-family: 'Blinker-Regular';
	background: #efefef;
	padding: 12px 22px 11px;
}
.dashbord-sidebar ul {
	background: #fff;
	padding: 20px 22px 80px;
	display: block;
	border: 0;
}
.dashbord-sidebar ul li {
	display: block!important;
	margin: 0 0 5px;
}
.dashbord-sidebar ul li a {
	font-size: 16px;
	color: #484848;
}
.dashbord-sidebar ul li:hover a {
	color: #EA1D25;
}
.dashbord-sidebar ul li a.active {
	color: #EA1D25;
	font-family: 'Blinker-Regular';
}
.userdash-info .tab-content h3 {
	color: #231F20;
	font-size: 26px;
	margin: 0 0 20px;
}
.course-row {
	border: 1px solid #d8d8d8;
	background: #fff;
	margin: 0 0 15px;
}
.course-row .inline-box {
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
}
.course-row .course-image {
	border: 0px;
}
.course-row .course-image img {
	height: 170px;
	width: 100%;
	object-fit: cover;
}
.course-row .course-info {
	border: 0;
	padding: 14px 20px 20px
}
.course-row .course-info .progress {
	border-radius: 5px;
	height: 10px;
}
.course-row .progress-outer {
	margin: 0 0 28px;
}
.course-image.inline-box {
	width: 27%;
}
.course-info.inline-box {
	width: 72%;
}
.course-row .course-info h5, .course-row .course-info h5 a {
	font-size: 16px;
	font-family: 'Blinker-Regular';
	color: #797979;
}
.course-row .course-info h4, .course-row .course-info h4 a {
	font-size: 20px;
	font-family: 'Blinker-Regular';
	color: #484848;
	margin: 0 0 10px;
}
.course-row .course-info p {
	font-size: 16px;
	color: #484848;
	margin: 0;
}
footer {
	background: #231f20;
	position: relative;
}
footer .footer-main {
	padding: 30px 0;
	background: rgb(228, 228, 228);
	border-top: 2px solid #ef0e0e;
}
footer .footer-main ul {
	display: flex;
	justify-content: end;
}
footer .footer-main ul li {
	margin-right: 40px;
	color: #F8F8F8;
	font-size: 16px;
}
footer .footer-bottom {
	padding: 15px 0;
}
footer .footer-logo {
	max-width: 70px;
}
footer .footer-bottom p {
	font-size: 16px;
	font-family: 'Blinker-Regular';
}
footer .footer-bottom .copyright {
	font-size: 12px;
	color: #fff;
	font-family: 'Blinker-Regular' !important;
}
footer h5 {
	color: #54595f;
	font-size: 18px;
	font-family: 'Blinker-Regular';
	margin: 0 0 6px;
}
footer p {
	max-width: 290px;
	color: #54595f;
	font-size: 16px;
}
.footer-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-box ul li {
	margin: 0 0 5px;
}
.footer-box ul li a {
	color: #54595f;
	font-size: 16px;
}
.footer-box ul li:hover a {
	color: #EA1D25;
}
.contact-info {
	margin: 10px 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: end;
}
.contact-info p {
	max-width: 100%;
	margin: 0 10px 0 0;
	color: #fff;
}
footer .footer-bottom p .line {
	padding-left: 10px;
	color: #fff;
}
.contact-info p a {
	color: #fff;
}
.contact-info p a:hover {
	color: #fff;
}
.card-image {
	margin: 24px 0 0;
}
.cta_block {
	background: #EA1D25;
	height: 100%;
}
.cta_block .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
	box-sizing: border-box;
	padding-top: 70px;
}
.cta_overlay {
	float: right;
	padding: 20px 20px 20px 50px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 13px;
}
.cta_enroll h2::after, .cta_block .container h2::after {
	position: absolute;
	height: 3px;
	width: 150px;
	background: #fff200;
	bottom: -10px;
	left: 0;
	content: "";
}
.cta_enroll h2, .cta_block .container h2 {
	font-family: 'Blinker-Regular';
	color: #54595f;
	font-size: 24px;
	text-align: left;
	position: relative;
	display: block;
	margin-bottom: 30px;
	vertical-align: top;
	clear: left;
}
.cta_block .container p {
	color: #54595f;
}
.ctaleft {
	width: 60%;
}
.cta_enroll a, .cta_block .container a {
	display: block;
	width: 229px;
	color: #36540d;
	background: #fff200;
	line-height: 3;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	font-family: 'Blinker-Regular';
	float: left;
	vertical-align: top;
	clear: none;
	border-radius: 100px;
	font-size: 15px;
	margin-top: 30px;
}
.learndash-incomplete .fa-check-circle {
	color: #919191;
}
.course_content h2 {
	color: #2f2b2c;
	font-size: 32px;
	line-height:32px;
	font-family: 'Blinker-Bold';
	font-weight: 700;
	margin-bottom: 16px;
}
.course-video .ld-video {
	height: 100%;
	transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	border-radius: 12px;
}
.course-video .ld-video iframe {
	width: 100% !important;
	height: 100% !important;
	border-radius:16px;
}
.quiz-container {
	display: none;
}
.active-quiz {
	display: block !important;
}
.course-cat.active {
	background: #EA1D25;
	border-radius: 12px;
	box-shadow: 0px 11px 26px rgba(242, 0, 19, 0.25);
}
.course-cat.active a {
	color: #fff;
}
.course-manuf.active, .course-trainer.active {
	font-family: 'Blinker-Regular';
}
.course-manuf.active, .course-trainer.active {
	background: #EA1D25;
	box-shadow: 0px 11px 26px rgba(32, 164, 73, 0.35);
}
.course-manuf.active a, .course-trainer.active a {
	color: #fff;
}
#group-report #menuTopics, #group-report #menuAssignments {
	display: none;
}
.has-no-videos {
	background: #ddd;
	color: #231F20;
}
.no-video-content .fa-file-video-o {
	font-size: 75px;
}
.no-video-content {
	text-align: center;
	width: 100%;
	height: 70%;
	transform: translateY(50%);
	font-size: 27px;
}
.usr-group-registration td {
	display: block;
}
.usr-group-registration .table td, .usr-group-registration .table th {
	padding: 0 !important;
	border-top: none !important;
}
.usr-group-registration {
	max-width: 768px;
	margin: 80px auto;
	text-align: center;
	border: 1px solid #EA1D25;
}
.usr-group-registration form label {
	font-family: 'Blinker-Regular';
	display: block;
	margin: 0;
	text-align: left;
}
.usr-group-registration #ulgm_registration_form {
	padding: 25px;
}
.usr-group-registration .btn {
	background: #EA1D25;
	color: #fff;
}
.uncanny_learndash_codes_errors {
	padding: 10px;
	color: #ff0000;
}
.uncanny_learndash_codes_errors .uo_groups_error {
	display: block;
}
.usr-group-registration h3 {
	background: #EA1D25;
	color: #fff;
	font-size: 26px;
	font-family: 'Blinker-Regular';
	padding: 10px 0 !important;
	margin: 0 !important;
}
.usr-group-registration input {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 48px;
	padding: 0 15px;
	margin: 0 0 20px;
	border: 1px solid #ccc;
}
.uo-groups {
	padding: 25px;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item {
	border: none !important;
	display: inline-block;
	width: 100%;
}
.quiz-container .learndash-wrapper .ld-alert-success {
	color: #fff !important;
}
.learndash-wrapper .ld-alert-success {
	color: #231F20;
}
.learndash-wrapper .ld-alert-success {
	border-color: #EA1D25;
}
.learndash-wrapper #quiz_continue_link, .learndash-wrapper .ld-secondary-background, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-alert-success .ld-button, .learndash-wrapper .ld-alert-success .ld-alert-icon {
	background-color: #EA1D25 !important;
}
.search-results .course-row .progress-outer {
	margin: 0 0 3px;
}
#post-course-search h2 {
	margin: 15px 0;
	color: #797979;
}
.search-paginate {
	text-align: center;
	width: 100%;
	font-size: 15px;
}
.search-paginate .nav-links {
	width: 100%;
}
.search-paginate .page-numbers.current {
	color: #EA1D25;
	font-family: 'Blinker-Regular';
}
.search-paginate .page-numbers {
	color: #797979;
	padding: 7px;
}
.search-paginate .next.page-numbers, .search-paginate .prev.page-numbers {
	font-size: 25px;
}
.no-results {
	padding: 100px 20px;
}
.no-results .no-result-msg {
	font-size: 25px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	line-height: 4;
}
.add_invite_user, .enroll_key_user {
	margin-bottom: 0 !important
}
.descrip-info {
	font-size: 11px;
	color: #646464;
	font-style: italic;
}
.ld-status.ld-status-complete.ld-secondary-background {
	display: none;
}
/*===========membership=================*/
.membership-option {
	width: 600px;
	border: 1px solid #EA1D25;
	text-align: center;
	margin: 80px auto;
}
.membership-option td {
	display: block;
}
.membership-option td.gu {
	background: #EA1D25;
	color: #fff;
	font-size: 26px;
	font-family: 'Blinker-Regular';
	padding: 10px 0;
}
.membership-option td.sub-op {
	padding: 40px 0;
	font-size: 20px;
}
.pmpro_btn.pmpro_btn-select, .pmpro_btn.pmpro_btn-select:hover {
	max-width: 112px;
	margin: 0 auto 50px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	border: none;
	background: #EA1D25;
	padding: 8px 18px 7px;
}
.pmpro_btn.pmpro_btn-select:focus {
	outline: 0;
}
.pmpro_checkout-h3-msg {
	display: block;
}
#ExpirationMonth {
	margin-left: -2%;
}
#ExpirationYear {
	margin-right: -2%;
}
.my-ac {
	text-align: center;
}
.my-ac .alignright {
	float: none;
}
.my-ac .alignright a {
	display: inline-block;
	margin: 0 auto 50px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	border: none;
	background: #EA1D25;
	padding: 8px 18px 7px;
}
#pmpro_invoices_table {
	border: 1px solid #ccc;
}
#pmpro_invoices_table th, #pmpro_invoices_table td {
	padding: 15px;
	border-right: 1px solid #ccc;
	background: #fff;
}
#pmpro_invoices_table th a, #pmpro_invoices_table td a {
	color: #EA1D25;
}
#pmpro_invoices_table tbody {
	border-top: 1px solid #ccc;
}
.invoice-detail ul {
	padding: 0 0 0 13px;
}
#history {
	background: #fff;
	padding: 20px 25px;
}
.order-history .nav-prev.alignleft a {
	display: inline-block;
	margin: 0 auto 10px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	border: none;
	background: #EA1D25;
	padding: 8px 18px 7px;
}
.membership-info #pmpro_levels_table {
	width: 100%;
	border: 1px solid #ccc;
}
.membership-info #pmpro_levels_table th, .membership-info #pmpro_levels_table td {
	padding: 15px;
	border-right: 1px solid #ccc;
	background: #fff;
}
.membership-info .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
}
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	border-radius: 0;
}
#editaccount label {
	padding: 0;
	font-family: 'Blinker-Regular';
	margin: 0 0 5px;
}
#editaccount .form-control {
	display: block;
	width: 100%;
	padding: 0 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 48px;
}
.btn-primary, .btn-primary:hover {
	display: inline-block;
	margin: 0 auto 10px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	border: none;
	background: #EA1D25;
	padding: 8px 18px 7px;
}
.page-template-custom-log header, .page-template-custom-log footer,
.page-template-user-signup header, .page-template-user-signup footer {
	display: none;
}
.custom-login {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.left-box {
	width: 50%;
	padding: 20px 90px;
	background-size: cover !important;
	position: relative;
}
.site-logo {
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0 auto;
	text-align: center;
	max-width: 70px;
}
.login-left {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
.right-box {
	width: 50%;
}
html, body, .custom-login, .left-box, .right-box {
	height: 100%;
}
.tml .tml-label {
	display: block;
	margin: .5em 0;
	font-size: 16px;
	color: #585d61;
}
.tml-lostpassword input.tml-field {
	border: 1px solid;
}
.tml-lostpassword .tml-links {
	position: unset;
	transform: unset;
}
.login-left h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Blinker-Regular';
}
.login-left hr {
	background: #ffffff;
	width: 155px;
	height: 5px;
	border: 0;
	margin: 14px 0 10px;
}
.login-left p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.registration {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}
.registration a {
	font-family: 'Blinker-Regular';
	text-decoration: underline;
	color: #EA1D25;
}
.custom-login .users-signup {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	border: 2px solid #fff;
	height: 37px;
	padding: 0 115px;
	border-radius: 50px;
	display: inline-block;
	line-height: 36px;
	margin: 15px 0 0;
}
.right-box-inner {
	top: 50%;
	position: relative;
	transform: translate(0, -50%);
}
.login-body {
	width: 320px;
	margin: 0 auto;
}
.tml .tml-label {
	margin: 21px 0 3px;
	font-style: normal;
	color: #545151;
}
.tml.tml-login {
	max-width: 550px;
	margin: 0 auto;
	border-radius: 5px;
	text-align: left;
	position: relative;
}
.tml.tml-login input {
	font-family: 'Roboto', sans-serif;
	height: 60px;
	border: 1px solid #545151;
	padding: 0 10px;
	border-radius: 5px;
	color: #545151;
	font-style: italic!important;
	font-size: 16px;
}
.tml-button {
	display: block;
	margin: 0 auto 10px;
	border: none !important;
	font-weight: 500;
	color: #fff;
	background: #EA1D25;
	padding: 11px 0px !important;
	cursor: pointer;
	height: auto !important;
	width: 100%;
}
.tml-checkbox {
	height: auto !important;
}
.tml-field-wrap.tml-submit-wrap {
	text-align: center;
	margin-bottom: 11px;
	margin-top: 25px;
}
.tml-field-wrap.tml-submit-wrap input {
	color: #fff!important;
	font-style: normal!important;
}
.tml-links {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	right: 0;
	transform: translateY(-6.5em);
}
.tml-links li a {
	font-size: 16px;
	color: #EA1D25;
	text-decoration: underline;
}
.tml-links li a:hover {
	color: #EA1D25;
}
.login-background-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 584.4px;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(25, 36, 64, 0) 19.28%, #54595f 95.91%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.login-banner-content {
	position: relative;
	z-index: 7;
	display: flex;
	height: 100%;
	flex-direction: column;
}
.login-banner-content h2 {
	font-size: 64px;
	color: #fff;
	margin-top: auto;
	font-family: 'Blinker-Regular';
	line-height: 1;
}
.pmpro_checkout-field-bcountry select {
	width: 100% !important;
	margin-left: 0 !important;
}
.custom-login .text-center.bottom-text {
	font-size: 12px;
	color: #6e6e6e;
	margin: 10px 0 0 0;
}
.custom-login .text-center.bottom-text a {
	text-decoration: underline;
	color: #EA1D25;
}
/*=======================================
    Sign Up popup css
=======================================*/
.modal-lg {
	max-width: 730px;
}
.modal-body {
	padding: 0;
}
.modal-content {
	border-radius: 20px;
}
.box-outer {
	display: flex;
	padding: 30px;
}
.col-left {
	width: 50%;
	text-align: left;
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.signup-info {
	padding: 30px;
}
.signup-info h2 {
	color: #fff;
	font-size: 35px;
	font-family: 'Blinker-Bold';
	margin-bottom: 20px;
	line-height: 1.2;
}
.signup-info h3 {
	font-size: 22px;
	color: #fff;
	font-family: 'Blinker-Regular';
}
.signup-info hr {
	background: #ffffff;
	width: 112px;
	height: 4px;
	border: 0;
	margin: 14px 0 10px;
}
.signup-info p {
	color: #31D34A;
	font-size: 16px;
	margin: 0;
}
.enroll-registration {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	text-align: center;
	background: #EA1D25;
	width: 70%;
	margin: 0 auto;
	border-radius: 20px;
}
.enroll-registration a {
	color: #fff;
	font-family: 'Blinker-Regular';
	text-decoration: underline;
}
.col-right {
	width: 50%;
	margin-right: 30px;
}
.signup-brand img {
	max-width: 212px;
	padding: 0 0 40px;
}
.col-right h3 {
	font-size: 18px;
	color: #585d61;
	font-family: 'Blinker-Regular';
	margin: 0 0 13px!important;
}
.custom-margin {
	margin: 0 -5px;
}
.custom-padding {
	padding: 0 5px;
}
.col-right .form-control {
	padding: 0 0 0 15px;
	font-size: 16px;
	color: #545151;
	background-color: #fff;
	border: 1px solid #545151;
	border-radius: 8px;
	transition: none;
	height: 45px;
	margin: 0 0 13px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #545151;
 opacity: 1; /* Firefox */
}
 .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #545151;
}
 .form-control:-ms-input-placeholder { /* Microsoft Edge */
 color: #545151;
}
.col-right .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.col-right .form-group {
	margin-bottom: 0;
}
.btn.btn-signup {
	background: #EA1D25;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	padding: 7px 85px;
	font-family: 'Blinker-Regular';
	margin: 2px 0 15px;
	letter-spacing: 1px;
}
.col-right .bottom-text {
	color: #6e6e6e;
	font-size: 12px;
	margin: 0 0 10px;
}
.col-right .bottom-text a {
	color: #EA1D25;
	text-decoration: underline;
}
.text-danger.required-fields {
	font-size: 12px;
	margin: 0 0 8px;
	display: block;
}
.close, .close:hover {
	right: 5px;
	position: absolute;
	top: 0px;
	opacity: 1;
	font-size: 50px;
	color: #EA1D25;
	font-weight: 400;
}
.registration-area {
	padding: 47px 0 0;
}
.registration-area h2 {
	color: #3b3b3b;
	font-size: 36px;
	font-family: 'Blinker-Regular';
	margin: 0 0 0;
}
.registration-area p {
	color: #3b3b3b;
	font-size: 16px;
}
.registration-area .uo-groups-registration {
	margin: 28px 0 0;
}
.tml-group-registration tr {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	padding: 0 6px;
}
.tml-group-registration .table td, .tml-group-registration .table th {
	padding: 0;
	vertical-align: top;
	border-top: 0;
	display: block;
}
.tml-group-registration label {
	display: inline-block;
	margin-bottom: 4px;
	font-family: 'Blinker-Regular';
	font-size: 16px;
	color: #3b3b3b;
	letter-spacing: 1px;
}
.tml-group-registration input {
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #9e9e9e;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	transition: none;
	height: 42px;
	margin: 0 0 25px;
	width: 100%;
}
.tml-group-registration tr:last-child {
	background: #f3f9eb;
	width: 100%;
	border-radius: 10px;
	padding: 35px;
}
.tml-group-registration .btn.btn-default {
	background: #EA1D25;
	border: 0px;
	border-radius: 50px;
	width: auto;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 9px 38px 11px;
	height: auto;
	margin: 0;
}
.tml-sidebar {
	background: #f5f5f5;
	padding: 63px 26px;
	height: 100%;
}
.tml-sidebar h4 {
	color: #3b3b3b;
	font-size: 22px;
	font-family: 'Blinker-Regular';
	margin: 0 0 40px;
}
.tml-sidebar-box {
	background: #fff;
	text-align: center;
	padding: 25px 15px;
	box-shadow: 0 0px 4px 0px #ccc;
	margin: 0 0 45px;
}
.tml-sidebar-box img {
	margin: 0 0 15px;
}
.tml-sidebar-box h5 {
	font-size: 18px;
	color: #585d61;
	margin: 0 0 5px;
	font-family: 'Blinker-Regular';
}
.tml-sidebar-box p {
	font-size: 16px;
	color: #585d61;
	line-height: 20px;
}
.tml-sidebar-box p:last-child {
	margin: 0;
}
.member-checkout h2 {
	color: #231F20;
	font-family: 'Blinker-Regular';
	font-size: 36px;
	margin: 46px 0 0;
}
.member-checkout p {
	color: #EA1D25;
	font-size: 16px;
}
#pmpro_user_fields {
	display: none;
}
.pmpro_checkout-fields .row {
	margin: 0 -6px!important;
}
.pmpro_checkout-fields .custom-padding {
	padding: 0 6px!important;
}
.member-checkout form.pmpro_form label {
	display: inline-block;
	margin-bottom: 5px;
	font-family: 'Blinker-Regular';
	font-size: 15px;
	color: #3b3b3b;
	letter-spacing: 1px;
}
#pmpro_form .pmpro_checkout h3, .pmpro_checkout h3 span.pmpro_checkout-h3-name, form.pmpro_form .pmpro_checkout-fields div {
	margin: 0;
}
.pmpro_checkout h3 {
	font-family: 'Blinker-Regular';
	font-size: 20px;
	color: #231F20;
	margin: 0 0 20px!important;
}
.member-checkout input:not([type="submit"]), .member-checkout select {
	padding: 0 0 0 15px;
	display: block!important;
	font-size: 13px;
	color: #545151;
	background-color: #fff;
	border: 1px solid #545151;
	border-radius: 8px;
	transition: none;
	height: 42px!important;
	margin: 0 0 16px;
	width: 100%;
	max-width: 100%!important;
}
.member-checkout select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearence: none;
}
.member-checkout select {
	background-image: url(images/select-icon.png);
	background-position: 96% center; /*Positioning*/
	background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
.select-inline select {
	width: 100%;
	display: inline-block !important;
	margin: 0 1% 0 !important;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #545151;
}
#pmpro_level_options {
	margin: 0 0 15px;
}
#pmpro_form #pmpro_level_options h3 {
	margin-bottom: 10px !important;
}
#pmpro_form .custom-radio-selector {
	margin-bottom: 10px;
}
.custom-radio {
	display: inline-block;
	position: relative;
	width: 100%;
	border: 1.5px solid #545151;
	border-radius: 12px;
	padding: 5px 15px;
	height: 100%;
}
.member-checkout {
	min-height: 100vh;
}
.member-checkout .custom-radio input {
	display: inline-block !important;
	width: auto !important;
	height: auto!important;
	vertical-align: top;
	margin: 5px 0 0 0;
}
.member-checkout .custom-radio input[type=radio] {
	border: 0px;
	width: 100%;
	height: 2em;
	right: 10px;
	left: unset;
}
.member-checkout .custom-radio-selector.checked .custom-radio {
	background: #EFF8F1;
	border: 1px solid #EA1D25;
}
.member-checkout .custom-radio label {
	font-size: 18px!important;
	color: #231F20!important;
	font-family: 'Blinker-Regular' !important;
	margin: 0!important;
	font-weight: normal;
}
.member-checkout .custom-radio span {
	display: block;
	font-size: 10px;
	font-weight: 400;
	margin: 0 0 0 0;
	color: #545151;
}
form.pmpro_form .pmpro_submit {
	background: #EFF8F1;
	width: 100%;
	border-radius: 20px;
	padding: 10px 15px 5px;
	text-align: center;
	margin: 0 0 10px;
}
#pmpro_btn-submit {
	background: #EA1D25;
	font-weight: 400;
	border: 0px;
	border-radius: 8px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 9px 38px 11px;
	height: auto;
	margin: 0 0 18px;
}
.pmpro_submit p {
	font-size: 10px;
	color: #67876E;
	line-height: 15px;
	text-align: left;
}
.signup-agree {
	margin-top: 19px;
}
.member-checkout span.best-value-tag {
	display: inline;
	background: #EA1D25;
	padding: 4px 10px;
	color: #fff;
	border-radius: 4px;
	vertical-align: middle;
}
.pmpro_payment-discount-code label {
	display: block !important;
}
.pmpro_payment-discount-code #discount_code {
	max-width: 80% !important;
	margin-left: 0 0 0 5px;
	display: inline-block !important;
}
.pmpro_payment-discount-code #discount_code_button {
	display: inline-block !important;
	width: auto;
	margin-left: 0 !important;
	background: #EA1D25 !important;
	color: #fff !important;
	text-decoration: none !important;
	padding: 0 11px !important;
}
.pmpro-checkout .pmpro-rect-top:before {
	background: url(images/green-pattern.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	height: 500px;
	width: 500px;
	top: -11em;
	right: 0;
}
.pmpro-checkout .pmpro-rect-top:after {
	background: url(images/blue-pattern.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	height: 500px;
	width: 90px;
	top: 0;
	right: 0;
}
.pmpro-checkout .pmpro-rect-bottom {
	border-top: 7px solid #EA1D25;
	position: relative;
}
.pmpro-checkout .pmpro-rect-bottom:before {
	background: url(images/blue-bottom-left.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	height: 400px;
	width: 90px;
	top: -25em;
	left: -1em;
}
.pmpro-checkout .pmpro-rect-bottom:after {
	background: url(images/green-bottom-left.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	height: 300px;
	width: 690px;
	top: -12em;
	left: -2em;
}
.enter-discount-code {
	color: #3f3f3f;
	text-decoration: underline !important;
}
.form-control.hear-about-us {
	background-position: 98% center;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #448ccb;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #448ccb;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#AccountNumber {
	background: url('images/card-shield.png') no-repeat;
	background-position: 96% center;
	position: relative;
}
.pmpro_payment-account-number {
	position: relative;
}
.total-separator {
	margin-top: 0;
	border: 1px dashed #7F9383;
}
.pmpro_total p {
	font-size: 15px;
	margin: 0 0 12px 0;
}
.pmpro_total .membership-total-amt {
	margin: 0px 0 0 0 !important;
	font-size: 52px;
	font-family: 'Blinker-Regular';
	margin-bottom: 6px !important;
}
.membership-total-amt span {
	vertical-align: middle;
}
.membership-total-amt span.todays-total {
	font-size: 30px;
}
.membership-total-amt span.cycle-period {
	font-size: 12px;
	color: #EA1D25;
	border: 1px solid #EA1D25;
	border-radius: 50px;
	padding: 4px 8px;
}
.cycle-period {
	font-size: 16px;
	color: #3b3b3b;
	font-weight: normal;
}
.membership-confirmation {
	padding: 50px 0 25px;
}
.membership-confirmation h3 {
	margin: 0 0 15px 0;
	font-size: 22px;
}
.membership-confirmation ul {
	padding: 0 0 0 15px;
}
.membership-confirmation ul li {
	margin: 0 0 10px 0;
}
.pmpro-confirmation .my-ac {
	text-align: left;
}
.pmpro-confirmation .my-ac .alignright {
	margin-left: 0;
}
.invoice-detail li {
	margin: 0 0 10px 0;
}
/* ======================
 * contacct form
 * ======================*/
.contact-form {
	padding: 80px 0;
}
.contact-form h2 {
	color: #4b4b4b !important;
	padding: 0px 0 25px;
	margin: 0;
	font-size: 36px;
	text-transform: capitalize;
}
.contact-form p {
	margin: 0;
}
.contact-form label {
	display: block;
	width: 100%;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
}
.contact-form input:not([type="submit"]) {
	color: #6a6c69;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	font-size: 15px;
	padding: .8em 1.25em;
	margin: 0;
	width: 100%;
	margin: 0 0 25px;
}
.contact-form input:not([type="submit"]):focus, .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: #ebebeb;
}
.contact-form textarea {
	color: #6a6c69;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	font-size: 15px;
	padding: .8em 1.25em;
	height: 150px;
	margin: 0;
	width: 100%;
	margin: 0 0 25px;
}
.contact-form .contact-btn {
	margin: 0;
	border: 0;
	cursor: pointer;
	padding: 12px 30px 11px;
	line-height: 25px;
	border-radius: 5px;
	background: #EA1D25;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
}
span.wpcf7-not-valid-tip {
	margin: 0 0 15px 0;
}
div.wpcf7-response-output {
	margin: 25px 0 0;
	padding: 15px;
	text-align: center;
}
div.wpcf7 .ajax-loader {
	margin: 12px 0 0 10px;
	position: absolute;
}
.hide-logo {
	display: none;
}
.group-header-logos {
	max-width: 200px;
}
.group-usr-logo {
	width: 200px !important;
}
.group-toggle {
	top: 111px !important;
}
.page-template-news #about {
	padding: 80px 0;
}
.sponspors .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.video-box {
	padding: 146px 0 183px;
}
.video-box .rectangle-1 {
	position: relative;
}
.video-box .rectangle-1:before {
	position: absolute;
	width: 313.26px;
	content: '';
	background: linear-gradient(0deg, rgba(25, 61, 103, 0.44), rgba(25, 61, 103, 0.44));
	border-radius: 22.3591px;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	height: 318px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video-box .rectangle-1 .play-button {
	width: 86px;
	height: 86px;
	background: #fff;
	border-radius: 12px;
	position: relative;
	display: block;
	margin: 0 auto;
	transform: rotate(-45deg);
	top: 7.5em;
}
.play-button a {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}
/* triangle */


/* pulse wave */
.video-box .rectangle-1 .play-button:before {
	content: "";
	position: absolute;
	width: 160%;
	height: 160%;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate1 2s;
	animation: pulsate1 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 12px;
	border: 5px solid rgba(255, 255, 255, .75);
	top: -30%;
	left: -30%;
	background: rgba(198, 16, 0, 0);
}
@-webkit-keyframes pulsate1 {
 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
 box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
 box-shadow: none;
}
}
 @keyframes pulsate1 {
 0% {
 -webkit-transform: scale(0.6);
 transform: scale(0.6);
 opacity: 1;
 box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
}
 100% {
 -webkit-transform: scale(1, 1);
 transform: scale(1);
 opacity: 0;
 box-shadow: none;
}
}
.video-box .rectangle-1 .play-button .icon {
	color: #EA1D25;
	font-size: 18px;
}
.video-box .rectangle-1 .play-button span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
	text-align: center;
	top: 30px;
}
.video-box .rectangle-1 .play-button span.play-label {
	right: -8em;
	background: #EA1D25;
	border-radius: 50px;
	color: #fff;
	width: 95px;
	height: 29px;
	line-height: 29px;
	top: 6em;
	font-family: 'Blinker-Bold';
	font-weight: 600;
	text-align: center;
}
.video-box .rect-background-image {
	position: absolute;
	width: 100%;
	height: 430px;
	background-repeat: no-repeat;
	top: -55px;
	bottom: 0;
	border-radius: 21px;
	overflow: hidden;
}
.video-box .vid-rectangle-background {
	background: url(./images/bubble-background.png);
	height: 400px;
	content: '';
	background-repeat: no-repeat;
	background-size: 95% auto;
	margin: 0 auto;
	background-position: center;
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
	width: 381px;
	top: -40px;
}
.video-box h2 {
	font-family: 'Blinker-Regular';
	font-weight: normal;
	font-size: 32px;
	color: #231F20;
	line-height: 32px;
	max-width: 304px;
	margin: 0 0 8px;
}
.video-box p {
	font-size: 16px;
	color: #545151;
	line-height: 22.4px;
	margin-bottom: 26px;
}
.video-content a.get-access {
	display: inline-block;
	color: #0072bc;
	font-size: 16px;
	font-family: 'Blinker-Bold';
	border: 3px solid #0072bc;
	border-radius: 5px;
	padding: 8px 50px 8px;
	text-transform: uppercase;
}
.video-box img {
	position: relative;
}
.box-inner a {
	color: #484848;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin: 8px 0 0 0;
}
.lg-backdrop {
	background-color: rgba(0,0,0,.9) !important;
}
/*----------------------------------------*/
/*  Testimonial area css start here
/*----------------------------------------*/
.testimonial .owl-dots.disabled {
	display: none;
}
.testimonial {
	padding: 75px 0 41px;
	background: #FEFEFE;
	/*border: 1px solid #E1EDFF;
	box-shadow: 0px 10px 42px #EEF2F5;
	border-radius: 15px;*/
}
.testimonial h2 {
	color: #231F20;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Blinker-Regular';
	margin: 0 0 24px;
}
.testimonial hr {
	border: 0;
	height: 10px;
	background: #fff;
	color: #545151;
	max-width: 194px;
	margin: 30px auto 72px;
}
.testimonial-box {
	text-align: left;
	background: #fff;
	padding: 30px;
	display: flex;
	flex-flow: row wrap;
	height: 100%;	
}
.owl-item {
	box-shadow: 0 0 10px #dbdbdb;
}
.testimonial-box p {
	font-size: 16px;
	color: #545151;
}
.testimonial-box .testi-info {
	margin-top: auto;
}
.testi-info h5 {
	font-family: 'Blinker-Bold';
	color: #1B3E68;
	font-size: 16px;
	margin: 0 0 3px;
}
.testi-info p {
	font-family: 'Blinker-Regular';
	color: #545151;
	font-size: 13px;
}
.testimonial .owl-carousel .owl-stage-outer { 
  padding: 0 1px;
}
.testimonial-box img {
  width: auto !important;
  margin-right: 16px;
  max-width: 48px;
}
.testimonial .owl-item {	
	height: auto;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #E1EDFF;
	box-shadow: 0px 10px 42px #EEF2F5;
}

.testimonial .owl-item .item {
	height: 100%;
}
.owl-item.active.center {
	border: 25px solid #fff;
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-dots {
	margin-top: 54px;
	text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 15px;
	background: #cfcfcf;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #595959
}
.tml-field.error {
	border-color: #e8254b!important;
	border-bottom: 18px solid #e8254b !important;
	position: relative;
	background: url('images/error.jpg') no-repeat !important;
	background-position: 97% !important;
}
.tml-field.error:after {
	content: "This field is required";
	position: absolute;
	color: #fff;
}
.tml-field.error:focus {
	border-color: #c6c6c6!important;
	border-bottom: 1px solid #c6c6c6 !important;
	background: none!important;
}
.tml .tml-field-wrap {
	position: relative;
}
.error-outer:after {
	content: "This field is required";
	position: absolute;
	right: 8px;
	bottom: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
}
.nav-area .owl-item, .userdash-box .owl-item {
	box-shadow: none!important;
}
.coursesidebar {
	padding: 10px 0 0;
	margin: 0 !important;
}
.coursesidebar h4 {
	font-family: 'Blinker-Regular';
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px;
	color: #231F20;
}
.coursesidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.resource-sidebar-container {
	/*margin-top: -8.5em;*/
}
.resource-sidebar ul li a {
  color: #231F20;
  font-family: 'Blinker-Regular';
  font-weight: 500;
  display: block;
  line-height: 16px;  
}
.resource-sidebar ul li {
	font-family: 'Blinker-Regular';
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 16px 0;
	font-size: 16px;
	border-bottom: 1px solid #E1EDFF;
	display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.resource-sidebar ul li .attachment-item{
	padding-left: 16px;
	width: calc(100% - 64px);
}
.resource-sidebar ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.resource-sidebar ul li span {
	font-family: 'Blinker-Regular';
	display: block;
	color: #545151;
	width: 100%;
	font-size: 16px;
	padding:8px 0 0;
}
.resource-sidebar ul li:before {
	background: url('images/attachment-odd-icon.png') no-repeat;
	position: relative;
	content: "";
	left: 0;
	top: 0px;
	height: 64px;
	width: 64px;
	margin: 0;
	padding: 20px;
	right: 0;
	bottom: 0;
	background-color: #ffe2e4;
	background-position: center;
	border-radius: 8px;
}
.resource-sidebar ul li:nth-child(2n):before {
	background: url('images/attachment-even-icon.png') no-repeat;
	position: relative;
	content: "";
	left: 0;
	top: 0px;
	height: 64px;
	width: 64px;
	margin: 0 16px 0 0;
	padding: 20px;
	right: 0;
	bottom: 0;
	background-color: #DAFEE4;
	background-position: center;
	border-radius: 8px;
}
.trainer-content {
	margin: 50px 0 20px 0;
}
.trainer-content p {
	color: #484848;
	line-height: 26px;
}
.training-sidebar li {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1EDFF;
  align-items: center;
}
.training-sidebar li:last-child {
	border: none;
	margin:0;
}
.training-sidebar span.image {
	width: 64px;
	height:64px;
	display: inline-block;
	overflow: hidden;
	position: relative;	
	border-radius: 8px;
}
.training-sidebar span.image i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.training-sidebar span.image img {
	object-fit: cover;
	width: 70px;
	height: 70px;
}
.training-sidebar span.text {
	width: calc(100% - 64px);
	font-size: 16px;
	padding: 0 0 0 16px;
	font-family: 'Blinker-Regular';
}
.training-sidebar span.text a {
	color: #231F20;
	font-weight: 500;
	font-size: 16px;
}
.training-sidebar span.text p a{
	font-size: 16px;
	font-family: 'Blinker-Bold';
}
.training-sidebar span.text p.level {
	color: #949599;
	margin: 5px 0 0 0;
	font-family: 'Blinker-Regular';
}
.training-sidebar .course-link {
	color: #EA1D25 !important;
	font-family: 'Blinker-Regular';
}
.difficulty-indicator {
	position: relative;
	top: -20px;
	text-align: center;
	height: 57px;
	width: 50%;
}
.diff-indicator-content .levels > p {
	color: #545151;
	font-size: 12px;
	line-height: 1;
}
.diff-indicator-content .levels p {
	margin-bottom: 0;
}
.level-indi span {
	width: 5px;
	display: inline-block;
	margin: 0 0 0 auto;
	background: #DEDCDC;
	text-align: right;
	border-radius: 3px;
}
.level-indi .level-1.active {
	background: #EA1D25;
}
.level-indi .level-2.active {
	background: #EA1D25;
}
.level-indi .level-3.active {
	background: #EA1D25;
}
.level-indi span.level-1 {
	height: 12px;
}
.level-indi span.level-2 {
	height: 17px;
}
.level-indi span.level-3 {
	height: 21px;
}
.difficulty-indicator p {
	margin-bottom: 0;
}
.learndash-wrapper .ld-status-unlocked {
	background-color: inherit;
}
.ld-progress-container {
	height: 7px;
	overflow: hidden;
	background: #E4E4E4;
	float: right;
	width: 100%;
	border-radius: 5px;
}
.ld-lesson-item.ld-is-current-lesson label#lesson-title {
	color: #54595f !important;
}
.ld-lesson-item label#lesson-title {
	font-family: 'Blinker-Regular';
	display: flex;
	align-items: center;
	position: relative;
	line-height: 3;
	white-space: normal;
	line-height: 17px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #54595f;
}
.learndash-complete label#lesson-title, .learndash-complete .lesson-video-duration {
	color: #EA1D25;
}
#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a, .wpdiscuz_auth a, #wpcomm .wc-comment-label span, #wpcomm i {
	color: #EA1D25 !important;
}
.ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading.ld-primary-color-hover {
	color: #363636 !important;
}
.ld-lesson-item .ld-lesson-item-preview-heading.ld-primary-color-hover {
	vertical-align: middle;
}
.ld-lesson-item.ld-is-current-lesson .lesson-video-duration {
	color: #54595f;
}
.ld-progress-stats {
	color: #F8F9FD;
	margin-top: 7px;
	font-size: 12px;
}
.lesson-user span.earned-points {
	padding: 10px 25px;
	margin-top: -5px;
	float: right;
	text-align: center;
	background: #EA1D25;
	border-radius: 5px;
	color: #fff;
}
span.earned-points span {
	font-size: 25px;
	font-weight: bold;
	display: block;
	line-height: 1;
}
span.earned-points span.point-label {
	font-size: 11px;
	padding: 0;
	text-transform: lowercase;
	color: #fff;
}
body.single-sfwd-lessons, body.single-sfwd-courses {
	background: #f4f4f4;
}
.single-sfwd-lessons .lesson-user,
.single-sfwd-courses .lesson-user
 {
	background: #231f20;
}
.single-sfwd-lessons .lesson-user .user-display-name,
.single-sfwd-courses .lesson-user .user-display-name
 {
	color: #fff;
}
.lesson-user .user-display-name {
	padding-left: 15px;
	font-family: 'Blinker-Regular';
	color: #fff;
}
.lesson-user {
	padding: 20px;
	border-radius: 15px;
	background: #2f2b2c;
	width: 100%;
	margin-bottom: 25px;
	color: #fff;
}
.lesson-user img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
}
.blog_title {
	font-family: 'Blinker-Bold';
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	margin: 24px 0;
}
.course-length {
	height: auto;
	position: relative;
	padding: 20px 20px 10px;
	border-radius: 5px;
	margin-right: 25px;
	margin-left: 15px;	
	background: #fff;
}
.course-length > p {
	margin-bottom: 0;
	color: #545151;
	font-size: 12px;
	line-height: 1;
}
.course-length > span {
	font-size: 16px;
}
.course-length span.interval-indicator {
	font-size: 16px;
	font-weight: normal;
}
.mob-tab, .mob-view {
	display: none;
}
.content-info-tab {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 10px;
	background: #fff;
	border-radius: 0 16px 16px 16px;
}
.content-info-tab.lessons {
	background: #444;
}
.difficulty-indicator-container.lessons {
	display: none;
}
.ld-lesson-item a.ld-lesson-item-preview-heading {
	display: inline-block !important;
	width: 100% !important;
}
.ld-lesson-info {
	width: 100%;
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}
.ld-lesson-title {
	width: 215px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	cursor: pointer;
	margin-bottom: 2px;
}
.learndash-wrapper .ld-course-navigation .ld-status-icon {
	font-size: 12px;
	margin-left: 10px;
	color: #545151 !important;
}
.ld-progress-steps {
	color: #F8F9FD;
}
.ld-progress-steps strong {
	color: #fff;
	font-weight: 700;
}
.diff-indicator-content {
	display: flex;
	color: #231F20;
	align-items: center;
	width: 44%;
	margin-left: auto;
}
.diff-indicator-content .levels {
	background: #fff;
	padding: 20px 20px 10px;
	width: 53%;
	border-radius: 5px;
}
.diff-indicator-content .levels .level-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coursesidebar.lessons {
	display: none;
}
.course-dis.lessons {
	padding-bottom: 11px;
}
.post_main {
	color: #484848;
	padding-bottom: 20px;
}
.archive_header {
	padding-bottom: 25px;
}
.archive_header .header_archive_left {
	width: 73%;
	float: left;
}
.archive_header .header_archive_left h2 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 30px;
	margin-top: 20px;
	color: #231F20;
}
.header_archive_left .paragraph {
	max-width: 820px;
	line-height: 1.4;
	color: #3a3a3a;
	font-size: 16px;
}
.paragraph, .paragraph p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	color: #545151;
}
.header_archive_right {
	width: 23%;
	float: right;
}
.sides::after {
	display: table;
	clear: both;
	content: "";
}
.single_post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 49%;
	float: left;
	clear: left;
}
.single-post-thumbnail {
	height: 380px;
	padding-top: 100px;
	padding-bottom: 70px;
}
.post_header_image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.post_details {
	margin-bottom: 40px;
	clear: both;
	line-height: 30px;
	font-size: 16px;
}
.archive_body .post_details {
	margin-bottom: 20px;
}
.archive_body .semi_container {
	max-width: 100%;
}
.archive_body .author_screen {
	margin-left: 20px;
}
.author_screen {
	float: left;
	border-radius: 100px;
	overflow: hidden;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	margin-right: 15px;
	width: 80px;
	height: 80px;
}
.by_line {
	float: left;
}
.by_line a {
	font-weight: 600;
}
.resource_hrefs {
	display: flex;
	align-items: center;
	flex-flow: row;
	margin-top: 16px;
}
.resource_hrefs .theme-btn-one {
	margin-top: 0;
	margin-left: auto;
}
.date_top {
	font-size: 16px;
	font-weight: 400;
	color: #54595f;
}
.post_main .single_post {
	margin-bottom: 30px;
	width: 49%;
	float: left;
	clear: left;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 42px #EEF2F5;
}
.single_post:nth-child(2n) {
	float: right;
	clear: right;
}
.post_main .single_post h2 a {
	font-family: 'Blinker-Bold';
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	color: #231F20;
	margin-bottom: 16px;
	display: block;
}
.archive_body .semi_container .paragraph, .paragraph p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #545151;
}
.post_cats_single_in_archive {
	font-weight: 500;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.post_cats_single_in_archive a {
	background: #E7FBD3;
	padding: 4px 8px;
	border-radius: 10px;
	width: auto;
	float: left;
	margin-right: 18px;
	font-weight: 400;
}
.single-blog-post .post_cats_single_in_archive {
	position: unset;
	margin-top: auto;
	margin-bottom: 20px;
}
.post_main a {
	color: #EA1D25;
}
.resource_hrefs a {
	font-family: 'Blinker-Bold';
	font-weight: 600;
	font-size: 16px;
	padding: 14px 26px;
	line-height: 16px;
	display: block;
	width: 150px;
	text-align: center;
	color: #fff;
	background: #EA1D25;
	border-color: #EA1D25;
	margin-top: 20px;
}
.header_archive_right {
	width: 23%;
	float: right;
}
.header_archive_right select {
	margin-top: 40px;
	padding: 8px 4px;
	width: 100%;
	border: solid 1px #ccc;
	font-size: 13px;
}
.post_main .join_us {
	text-align: right;
	padding-top: 10px;
	font-size: 15px;
}
.post_main .join_us * {
	vertical-align: top;
	display: inline-block;
}
.post_main .join_us span {
	vertical-align: bottom;
	font-size: 13px;
}
.post_main .join_us .floating_social a {
	margin-left: 5px;
	width: 20px;
	height: 20px;
}
.floating_social .fa-feed {
	background: #fec67e;
	color: #fff;
	padding: 3px 6px;
	font-size: 15px;
}
.floating_social .fa-twitter {
	background: #a3d3eb;
	color: #fff;
	padding: 3px 5px;
	font-size: 15px;
}
.floating_social .fa-facebook {
	background: #899fcf;
	color: #fff;
	padding: 4px 8px;
	font-size: 13px;
}
.floating_social .fa-linkedin {
	background: #6b9fd1;
	color: #fff;
	padding: 3px 5px;
}
.floating_social .fa-pinterest {
	background: #e4929b;
	color: #fff;
	padding: 3px 5px;
	font-size: 15px;
}
.single_post .post_header_image {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}
.single-blog-post .post_header_image {
	position: relative;
	z-index: 3;
}
.single-blog-post .post_header_image .container {
	height: 100%;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;/*padding: 0;*/
}
.single-blog-post .post_header_image:before {
	background: #231F20;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	z-index: 2;
}
.single-blog-post .post_header_image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.single-post-content {
	padding-top: 20px !important;
}
.single-post-content-container {
	max-width: 738px;
	margin: 0 auto;
}
.single-blog-post blockquote {
	border-left: 2px dotted #545151;
	margin: 1.25em 8px;
	padding: 0 0 0 32px;/* quotes: "\201C""\201D""\2018""\2019";*/
}
.single-blog-post blockquote p {
	display: inline;
}
.single-blog-post iframe {
	width: 100%;
	margin: 0 auto;
}
.single-blog-post .post-title {
	color: #fff;
	font-family: 'Blinker-Regular';
	font-weight: normal;
	font-size: 48px;
	max-width: 712px;
	line-height: 48px;
}
.single-blog-post .date_top {
	color: #F4F8FE;
	float: left;
	width: auto;
	padding: 5px 0;
}
.devicecontent-outer.single-post {
	background: #f7f7f7;
	padding: 40px 0;
	margin: 120px auto;
}
.single-post .devicecontent p {
	font-size: 18px;
	line-height: 25px;
}
.single-post .devicecontent ul li {
	font-size: 15px;
}
.single-post .devicecontent ul li::before {
	height: 15px;
	width: 15px;
	background-size: 15px;
}
.single-post .devicecontent a {
	background: #0072bc;
	color: #fff;
}
.device-content-container {
	padding: 0 40px;
}
.devicecontent-outer.single-post h3 {
	text-align: center;
	font-size: 22px;
}
.single-post .learn-more {
	color: #0072bc !important;
	background: transparent !important;
	font-size: 13px !important;
	font-weight: normal !important;
	border: none;
	display: block;
}
.single-post .act-btns {
	display: block;
	text-align: center;
}
.single-post .devicecontent-image {
	margin-top: 20px;
}
.single-post .devicecontent-image .laptop-video {
	left: 118px;
	top: 25px;
	width: 68.2%;
}
.single-post .laptop-video-container {
	overflow: hidden;
	height: auto;
	padding: 0;
}
.single-post .laptop-video-container iframe {
	width: 345px;
	height: 195px;
	position: unset;
}
.single-post-vid {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.single-post-vid iframe {
	border: 0;
	height: 450px;
	width: 100%;
	border-radius: 14px;
}
/* 4x3 Aspect Ratio */
.single-post-vid-4x3 {
	padding-top: 75%;
}
.single-blog-post .floating-social-right {
	position: relative;
	float: right;
	display: none;
}
.floating-social-right .heateor_sss_sharing_container {
	position: absolute;
	right: 11px;
}
.user-social-action {
	position: absolute;
	right: 0;
	margin: 10.4em auto;
}
.floating-social-right ul.heateor_sss_follow_ul li, .floating-social-right ul.heateor_sss_sharing_ul li {
	float: unset !important;
}
.heateorSssTwitterBackground {
	background-color: #a3d3eb !important;
}
.heateorSssFacebookBackground {
	background-color: #899fcf !important;
}
.heateorSssLinkedinBackground {
	background-color: #6ba0d1 !important;
}
.heateorSssBufferBackground {
	background-color: #d8dddd !important;
}
#wpacAjaxResponse {
	display: none;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon {
	background: #fff !important;
}
.wpac-flat-btn .wpac-btn-label {
	display: none;
}
.wpac-like-btn {
	background: transparent !important;
}
.wpac-flat-btn .fas.fa-thumbs-up {
	width: 40px;
	display: block;
	height: 30px;
}
.wpac-flat-btn .fas.fa-thumbs-up::before {
	background: url(images/like-dislike.jpg) no-repeat;
	background-size: 30px;
	background-position: inherit;
	width: 100%;
	display: block;
	height: 100%;
	content: "";
}
.wpac-flat-btn .wpac-btn-icon {
	padding: 20px 9px 30px 30px;
}
.wpac-flat-btn.wpac-like-btn .wpac-btn-icon #wpacLikeCount, .wpac-flat-btn.wpac-dislike-btn .wpac-btn-icon #wpacDislikeCount {
	top: 40% !important;
}
.wpac-buttons-container, .wpac-reactions-container {
	padding: 0;
}
#wpacLikeCount {
	color: #9ca4a5 !important;
}
#wpacAjaxResponse span {
	margin-top: 0px !important;
	color: #9ca4a5 !important;
	font-size: 13px;
}
.pmpro_form-billing #pmpro_billing_address_fields .form-group {
	margin-bottom: 1em !important;
}
.pmpro_form-billing .pmpro_checkout-fields .form-group {
	margin-bottom: 1em !important;
}
.pmpro_form-billing #pmpro_payment_information_fields #ExpirationMonth {
	margin-left: 0 !important;
	display: inline-block;
	margin-right: 5px;
	width: 45%;
}
.pmpro_form-billing #pmpro_payment_information_fields #ExpirationYear {
	margin-left: 5px !important;
	display: inline-block;
	width: 44%;
}
.pmpro_form-billing .pmpro_payment-account-number:before {
	width: 144px;
}
#users-report-datatables_filter {
	display: none;
}
.group-user-info {
	width: 300px;
}
.group-users .user-image img {
	max-width: 50px;
	margin: 0 10px 0 0;
	height: 50px;
}
.group-users .user-image {
	display: inline-block;
}
.group-users .group-user-info p a {
	color: #EA1D25;
	font-size: 11px;
}
.group-users .group-user-info p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1;
}
.group-leader-dashboard {
	padding: 0;
	background: #000;
	border-top: 2px solid red;
}
.group-leaderdash-menu .navbar {
	background: #000 !important;
	padding: 0;
}
.group-leaderdash-menu .navbar #navbarSupportedContent {
	background: #000;
}
.group-leaderdash-menu .navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 20px 40px;
	font-size: 16px;
}
.group-leaderdash-menu .navbar-light .navbar-nav .nav-item.active {
	background: #666;
}
.group-users .user-detail p:first-child {
	font-family: "Blinker-Regular"
}
.group-users .user-detail {
	display: inline-block;
	vertical-align: middle;
}
.user-prog {
	display: inline-block;
	width: 85%;
	border-radius: 20px;
}
.prct {
	display: inline-block;
	width: 10%;
	margin-left: 5px;
}
.prog-container {
	width: 200px;
}
.user-prog .progress-bar {
	background: #EA1D25;
	display: inline flow-root list-item;
	height: 100%;
}
.tbl-bottom {
	background: #eaeaea;
	padding: 5px 10px 10px;
}
.tbl-bottom .dt-buttons {
	display: inline-block;
	width: 33.3%;
}
.tbl-bottom .dataTables_info {
	display: inline-block;
	float: none !important;
	width: 33.3%;
	text-align: center;
	color: #282828;
}
.tbl-bottom .dataTables_paginate {
	display: inline-block;
	float: none !important;
	width: 33.3%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.5em 2px !important;
}
.group-users h3 {
	font-family: "Blinker-Bold";
}
#users-report-datatables.no-footer {
	border-color: #c0c0c0;
}
#users-report-datatables td, #users-report-datatables th {
	border-color: #c0c0c0;
}
#users-report-datatables {
	margin-top: 10px;
}
#users-report-datatables {
	font-family: "Blinker-Regular";
}
#users-report-datatables thead th {
	border-top: 0px;
	font-size: 16px;
	color: #282828;
	font-weight: normal;
	border-bottom: 3px solid #c0c0c0;
	padding-left: 10px;
	font-family: "Blinker-Regular";
}
#users-report-datatables .user-details {
	background: #EA1D25;
	border-radius: 4px;
	color: #fff;
	padding: 3px 30px;
}
.tbl-bottom .buttons-csv {
	border: 0px;
	background: #EA1D25;
	border-radius: 4px;
	color: #fff;
	padding: 3px 30px;
}
table.dataTable tbody th {
	padding: 10px 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
	vertical-align: middle;
}
.back-usersLists a i.fa {
	font-weight: Bold;
}
.group-single-user-overview .back-usersLists a {
	color: #000;
	font-family: "Blinker-Bold";
	font-size: 18px;
	text-decoration: none;
}
.group-single-user-overview .user-image img {
	margin-right: 10px;
	width: 80px;
	height: 80px;
}
.group-single-user-overview .user-image {
	display: inline-block;
}
.group-single-user-overview .user-detail {
	display: inline-block;
	vertical-align: middle;
}
.group-single-user-overview .user-info {
	width: 400px;
	padding: 20px 10px;
	background: #fff;
	border-radius: 10px;
}
.group-single-user-overview .user-info p:first-child {
	font-family: "Blinker-Bold";
}
.group-single-user-overview .user-info p.email {
	font-family: "Blinker-Regular";
	color: #79935e;
	font-size: 17px;
}
.user-course-container {
	margin: 30px 0;
}
.user-course-container table thead th {
	font-family: "Blinker-Regular";
	color: #282828;
}
.user-course-container table tbody {
	background: #fafafa;
}
.user-course-container #single-user-tabs li a, .user-course-container .single-course-tabs li a {
	color: #000;
	padding: 5px 50px;
	border: none;
}
.user-course-container #single-user-tabs li a.active, .user-course-container .single-course-tabs li a.active {
	background: #EA1D25;
	color: #fff;
	border-radius: 0;
}
.user-course-container #single-user-tabs, .user-course-container .single-course-tabs {
	background: #d0d0d0;
}
.user-course-container #course-table thead th {
	border-top: 0px;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 4px;
}
.user-course-container #course-table tbody td {
	border-color: #c0c0c0;
	vertical-align: middle;
}
.user-course-container a.single-course-detail {
	background: #EA1D25;
	border-radius: 4px;
	color: #fff;
	width: 90px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.user-course-container .course-title {
	color: #EA1D25;
	cursor: pointer;
}
.user-course-container .course-title::before {
	content: "";
	border-color: transparent #EA1D25;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: inline-block;
	height: 0;
	width: 0;
	left: -5px;
	top: 0;
	position: relative;
}
.user-course-container .child-visible .course-title::before {
	content: "";
	border-color: transparent #EA1D25;
	border-style: solid;
	border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.35em solid;
	display: inline-block;
	height: 0;
	width: 0;
	left: -4px;
	top: 3px;
	position: relative;
}
.user-course-container .prog-container {
	width: 160px;
}
.user-course-container .user-prog {
	width: 80%;
	height: 20px;
}
.sky-light-back {
	background: #f4f4f4;
}
.userlessons ul {
	list-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 5em;
}
.userlessons ul li {
	margin-bottom: 25px;
}
.userlessons ul li .lesson-title {
	width: 39%;
	display: inline-block;
	color: #231F20;
	font-family: "Blinker-Regular";
}
.userlessons ul li .prog-container {
	width: 60%;
	display: inline-block;
}
.userlessons ul li .user-prog {
	width: 90%;
	height: 12px;
}
.userlessons ul li .prct {
	width: auto;
}
#course-table .lessons-row td {
	padding: 0;
}
#course-table .single-course-tabs {
	padding: 0 30px;
}
tr.processing {
	opacity: 0.4;
}
.user-course-container .single-course-tabs li a {
	padding: 5px 40px;
}
.userquizzes {
	padding: 15px 70px;
}
.userquizzes table {
	background: transparent !important;
}
.userquizzes table th {
	padding: 10px 0 15px 0;
	font-family: "Blinker-Regular" !important;
	font-weight: normal;
}
.userquizzes table th, .userquizzes table td {
	border: 0;
	color: #2b2b2b !important;
}
.userquizzes table tr.quiz-row td {
	padding-bottom: 20px !important;
	font-family: "Blinker-Regular" !important;
}
.userquizzes table tr.quiz-row td .fas.fa-clipboard {
	color: #2b2b2b;
}
.quiz-table .user_statistic {
	width: 100px;
	text-align: center;
	color: #2b2b2b;
	display: block;
}
.group-management-header .uo-looks-like-h3 {
	font-family: "Blinker-Regular";
}
.uo-groups-section .group-courses-heading {
	font-family: "Blinker-Regular";
	font-size: 20px;
	color: #282828;
}
.uo-groups-group-courses-list .list-of-courses li {
	font-family: "Blinker-Regular";
	font-size: 16px;
	color: #EA1D25;
	padding-left: 7px;
	padding-right: 7px;
}
.uo-groups-group-courses-list .list-of-courses li::before {
	content: "";
	border-color: transparent #EA1D25;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: inline-block;
	height: 0;
	width: 0;
	left: -5px;
	top: 5px;
	position: relative;
	background: transparent;
}
.uo-groups .uo-list li:hover::before {
	width: 10px;
}
.uo-groups .uo-list li:hover {
	padding-left: 15px;
}
.uo-groups-enrolled-users .group-table-heading {
	font-family: "Blinker-Regular";
	font-size: 22px;
}
.uo-groups-enrolled-users .group-management-total {
	font-family: "Blinker-Regular";
	font-size: 18px;
}
.uo-groups .uo-groups-group-courses-list a {
	font-weight: normal;
}
.uo-row.uo-groups-actions, .uo-row.uo-groups-search {
	display: inline-block;
}
.uo-row.uo-groups-actions {
	width: 100%;
}
.uo-row.uo-groups-search {
	width: 100%;
}
.uo-row.uo-groups-search .search .jplist-panel.box {
	width: 100%;
}
.content-first-name, .header-first-name, .content-leaders-first-name {
	width: 27% !important;
}
.content-first-name .user-image, .content-leaders-first-name .user-image {
	display: inline-block;
}
.content-first-name .user-info, .content-leaders-first-name .user-info {
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	width: 65%;
}
.group-management {
	background: #f3f5f9;
}
.uo-table-header, #uo-quiz-report-table th {
	background-color: #f3f5f9 !important;
	color: #282828 !important;
	border-bottom: 4px solid #c0c0c0 !important;
	font-family: "Blinker-Regular";
	font-weight: normal !important;
}
#uo-quiz-report-table td {
	border-bottom: 1px solid #c0c0c0 !important;
	background: #fafafa !important;
}
.uo-row.uo-table-content {
	background: #fafafa !important;
	border-bottom: 1px solid #c0c0c0;
}
.uo-table-content .user-image img {
	margin-right: 15px;
	width: 50px;
	height: 50px;
}
.uo-table-content .user-name {
	font-family: "Blinker-Regular";
}
.status.in-progress {
	color: #EA1D25;
}
.status.not-started {
	color: #eda814;
}
.content-key {
	padding: 18px 0 !important;
}
.content-status {
	padding: 28px 0 !important;
}
.content-role .role {
	padding: 16px 0 !important;
	width: 110px;
}
.content-role .select2 {
	padding: 25px -2px !important;
}
.uo-groups-enrolled-users .uo-table-content .uo-table-cell:first-child, .uo-groups-group-leaders .uo-table-content .uo-table-cell:first-child {
	transform: translateY(40%);
}
.uo-group-management-table.leaders .uo-table-cell:first-child {
	transform: translateY(15%);
}
.uo-groups-list-of-btns .uo-groups-list {
	z-index: 100 !important;
}
.user-action, .role {
	display: inline-block;
}
.user-action {
	width: 50%;
	text-align: right;
}
.user-action .user-details {
	border: 1px solid;
	background: #EA1D25;
	padding: 5px 10px;
	border-radius: 7px;
	color: #fff;
}
.role .select2-container .select2-selection__rendered {
	padding-right: 15px;
}
.uo-groups.uo-quiz-report #uo-quiz-report-table_filter::after {
	left: 11px !important;
	bottom: 11px !important;
}
.ld-alert-certificate {
	color: #000 !important;
}
.membership-billing .pmpro_payment-account-number::before {
	right: 86px;
}
.membership-billing #AccountNumber {
	background-position: 99% center;
}
.pmpro_actionlinks a, .pmpro_cancel-membership-cancel a {
	color: #EA1D25;
}
.ld-video.picture-in-picture {
	position: fixed !important;
	padding-bottom: 0 !important;
	height: 280px!important;
	bottom: 0;
	right: 0;
	width: 451px;
	z-index: 9999999;
}
.ld-video.picture-in-picture iframe {
	height: 300px !important;
	transition: 0.3s all linear;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
}
.count-order {
	color: #b1b1b1;
	margin-right: 5px;
}
a.ld-lesson-item-button {
	width: 20% !important;
	display: inline-block !important;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-left: 10px;
}
.ld-lesson-item-button label, .ld-lesson-item-button label i {
	margin: 0 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 11px;
}
.learndash-wrapper .lesson .ld-lesson-item a.ld-lesson-item-button {
	border-bottom: 1px solid !important;
	padding: 5px 0;
}
.current-play i {
	color: #f6b10d !important;
}
.current-vid-progress {
	background: #EA1D25;
	border-radius: 15px;
}
#ld-course-progress {
	background: #EA1D25;
	border-radius: 15px;
}
.learndash-wrapper .ld-breadcrumbs a, .learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, .learndash-wrapper .ld-primary-color-hover:hover, .learndash-wrapper .ld-primary-color, .learndash-wrapper .ld-primary-color-hover:hover, .learndash-wrapper .ld-primary-color, .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active, .learndash-wrapper .ld-button.ld-button-transparent, .learndash-wrapper .ld-button.ld-button-reverse, .learndash-wrapper .ld-icon-certificate, .learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading, #wpProQuiz_user_content a, .learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover, .learndash-wrapper .ld-focus-comments__heading-actions .ld-expand-button, .learndash-wrapper .ld-focus-comments__heading a, .learndash-wrapper .ld-focus-comments .comment-respond a, .learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover, .learndash-wrapper .ld-expand-button.ld-button-alternate {
	color: #EA1D25 !important;
}
.current-session-container {
	margin-bottom: 50px;
}
.current-course-session {
	background-color: #2F2B2C;
	padding: 25px;
	border-radius: 16px;
	display: flex;
}
.current-course-info h4 {
	font-size: 16px;
	color: #EA1D25;
	margin-bottom: 10px;
}
.current-course-info h2 {
	font-size: 32px;
	color: #fff;
}
.current-session-course-desc {
	padding: 20px;
	background: #EA1D25;
	border-radius: 10px;
}
.current-session-course-desc h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.current-session-course-desc p {
	color: #fff;
}
.current-course-info {
	width: 50%;
}
.current-course-session .course-thumbnail:before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.current-course-session .course-thumbnail {
	width: 50%;
	height: auto;
	margin-left: 27px;
	background-position: center !important;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-flow: wrap;
	position: relative;
}
.current-course-session .progress-outer {
	margin-top: auto;
	width: 100%;
	margin-bottom: 10px;
}
.current-course-session .progress-outer .progress, .current-course-session .progress-outer .progress-bar {
	border-radius: 15px;
}
.current-course-icon {
	position: relative;
	margin: 90px auto auto;
	text-align: center;
	color: #fff;
}
.current-course-icon a {
	color: #fff;
}
.current-course-icon p {
	font-size: 16px;
	font-family: "Blinker-Regular";
	margin-top: 10px;
}
.overlay-link {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.video-js {
	width: 100%;
	height: 100%;
}
.ld-dashboard-student .ld-dashboard-become-instructor-btn  {
	display: none;
}
/** Media Queries **/
@media screen and (max-width:1366px) {
.left-box {
	width: 35%;
	padding: 70px 50px;
}
.right-box {
	width: 65%;
	text-align: center;
}
.ld-lesson-title {
	width: 270px;
}
.lms-course-outline {
	height: 430px;
}
.ctaleft {
	width: 100%;
}
.course_content .cta_block {
	background-size: cover !important;
}
}

@media screen and (max-width:1199px) {
.custom-login .users-signup {
	padding: 0 80px;
}
.login-left h3 {
	font-size: 22px;
}
.toggle-menu {
	margin: 0 30px 0 40px;
	padding: 42px 0;
}
.search-area {
	width: 280px;
}
.hero-caption h1 {
	font-size: 64px;
}
.course-image img {
	height: 176px;
}
.featured-course {
	padding: 40px 0 2px;
}
.background-part {
	padding: 180px 0 60px;
}
.bottom-part {
	padding: 53px 0 64px;
}
.bottom-part h2 {
	font-size: 28px;
}
.testimonial-box {
	padding: 36px 20px 5px;
}
.testimonial-box p {
	font-size: 18px;
}
.search-area {
	width: 220px;
}
.single-blog-post iframe {
	height: 89%;
}
}

@media screen and (max-width:1024px) {
.ld-lesson-title {
	width: 190px;
}
.ld-lesson-item {
	padding: 10px;
}
.progress-outer span {
	right: 30px;
}
.ld-lesson-item.ld-is-current-lesson {
	border-radius: 4px;
}
.lms-course-outline {
	height: 285px;
}
.course-video {
	height: 370px;
}
.training-sidebar span.image img {
	width: 70px;
	height: 70px;
}
.cta_block .container {
	padding-top: 0;
}
.cta_block {
	background-size: cover !important;
}
.cta_overlay {
	padding: 50px 15px;
}
.ctaleft {
	width: 100%;
}
.search-area {
	width: 240px;
}
.toggle-menu {
	margin: 0 20px 0 20px;
}
}
.login-btn-block .theme-btn-2 { 
  font-family: 'Blinker-Regular';
  display: inline-block;
  line-height: 16px;
}
@media screen and (max-width:991px) {
.course_content {
	padding-bottom:21px;
}	

.login-btn-block {
  display: block;
  margin-top: 15px;
  text-align: left;
}	
.login-btn-block .theme-btn-2 { 
  display: inline-block;
  line-height: 16px;
}	
.mobile-only {
  display: block !important;
}	
.desktop-only {
  display: none;
}	
.tab-content .row {
  margin: 0;
}	
.trainer-image { 
  margin: 0 0 24px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}	
body {
	padding-top: 0;
}
.left-box {
	width: 40%;
	padding: 40px 15px;
}
.site-logo {
	top: 45px;
}
.right-box {
	width: 60%;
	padding: 0 25px;
}
.tml.tml-login {
	padding: 25px;
}
.page-banner {
	margin-top: 65px;
}
.group-logos-cls .page-banner {
	margin-top: 112px;
}
.pmpro-checkout header, .page-template-group-members-registration header {
	border-bottom: 0px;
}
.navbar {
	padding: 0 20px;
	/* position: fixed; */
	box-shadow: unset;
	z-index: 9;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #ebebeb;
}

header .container {
	max-width: 100%;
	padding: 0;
}
form.pmpro_form input[type="text"].input, form.pmpro_form input[type="text"]#CVV {
	width: 100%;
}
.registration-area {
	padding: 90px 0 0;
}
.registration-area .uo-groups-registration {
	margin: 50px 0 30px;
}
.container {
	max-width: 100%;
}
.desktop {
	display: none;
}
.mobile {
	display: block!important;
}
.navbar-brand img {
	max-width: 250px;
}
.toggle-menu {
	margin-left: auto;
	margin-right: 0;
	padding: 20px 0 16px;
	display: flex;
	align-items: center;
	position: unset;
}
.toggle-open {
	background: #EA1D25;
	border: solid 1px #EA1D25;
	width: 100%;
	top: 65px;
	right: 0;
	left: 0;
}
.fixed-top .toggle-open {
	top: 65px;
}
.toggle-open li {
	text-align: right;
}
.toggle-open li a, .toggle-open li a:hover {
	color: #fff;
}
.hero-caption h1 {
	font-size: 56px;
}
.hero-area {
	padding: 90px 0 50px;
}
.group-logos-cls .hero-area {
	padding: 134px 0 50px;
}
.caption-menu span {
	font-size: 20px;
}
.custom-btn {
	margin: 40px auto 4px;
}
#course {
	margin: 0 -10px;
}
#course .item {
	padding: 0 10px;
	width: 50%;
	margin-top: 15px;
	margin-left: 0 !important;
	margin-right: 0;
}
.course-image img {
	max-height: 300px;
	height: 300px;
}
.go-btn a {
	margin: 40px auto 50px;
}
#filter-list li {
	margin: 0 15px;
}
.icons-part {
	padding: 40px 0 50px;
}
.featured-course h2, .icons-part h2, .background-part h2 {
	font-size: 26px;
}
.icons-part h2 {
	margin: 0 0 30px;
}
.background-part {
	padding: 100px 0 50px;
}
.bottom-part h2 {
	font-size: 22px;
}
.bottom-part {
	padding: 33px 0 34px;
}
.subnav-bar {
	margin-bottom: 40px;
}
.page-banner h1 {
	font-size: 30px;
}
.about-area hr, .team-area hr {
	max-width: 200px;
}
.about-area h3 {
	margin: 53px 0 9px;
}
.team-area {
	padding: 20px 0 0;
}
.course-choose {
	padding: 30px 0 40px;
}
.course-choose h2 {
	margin: 0 0 15px;
	font-size: 24px;
}
.cat-list ul {
	padding: 0;
	margin: 0 -7px;
	display: block;
}
.cat-list ul li {
	width: 33.333%;
	margin: 0 -5px 0 0;
	background-size: cover!important;
}
.filter-top, .left-area, .right-area {
	display: block;
}
.left-area h3 {
	margin: -5px 0 10px;
	font-size: 22px;
}
.right-area {
	margin: 0 0 20px;
}
.filter-box h5 {
	font-size: 16px;
}
.page-outer {
	padding: 50px 0 50px;
}
.sidebar-menu h3 {
	font-size: 20px;
}
.pdf-documents h2 {
	font-size: 26px;
}
.userdash {
	padding: 95px 0 30px 0;
}
.group-logos-cls .userdash {
	padding: 142px 0 30px 0;
}
.course-image.inline-box, .course-info.inline-box {
	width: 100%;
}
.course-row .course-image img {
	height: auto;
}
.userdash-info {
	padding: 40px 0 60px;
}
.action-btn h6 {
	font-size: 16px;
}
.action-btn p {
	font-size: 11px;
}
.course_top p {
	font-size: 12px;
}
.contact-form {
	padding: 50px 0;
}
.contact-form h2 {
	font-size: 26px;
}
.page-template-news #about {
	padding: 50px 0;
}
.mobile-sign-in li a {
	color: #231F20;
	font-size: 12px;
}
.mobile-sign-in {
	margin-right: 25px;
}
.mobile-sign-in li {
	list-style: none;
}
.logged-user-img img {
	width: 44px;
	margin-right: 10px;
}

.mobile-sign-in li a {
	color: #231F20;
	font-size: 16px;
}
.testimonial {
	padding: 50px 0;
}
.lms-course-outline {
	padding-right: 0;
	height: auto;
	overflow-y: unset;
}
.progress-outer span {
	right: 24px;
}
.course-sidebar .progress {
	width: 90%;
}
.level-indi {
	height: auto;
}
.course-length {
	height: 60px
}
.level-indi span.level-1 {
	height: 11px;
}
.level-indi span.level-2 {
	height: 15px;
}
.level-indi span.level-3 {
	height: 18px;
}
.course-length > span {
	font-size: 16px;
	font-weight: bold;
}
.mob-tab {
	display: block;
}
.course-sidebar { 
  margin: 24px 0 7px;
}
.course_content .training-prog-wrapper {  
  padding: 20px 12px;
}	
.lms-course-outline {
  margin-top: 16px;
}	
.ld-lesson-item {
  padding: 10px 0;
}	
.ld-lesson-title {
  width: 88%;
}	
.ld-lesson-navigation .lesson li {
  padding: 5px 12px;
}	
.mob-tab .ld-lesson-items {
	padding-bottom: 25em;
}
.info-tab .tab-content .ld-lesson-items ul {
	padding: 0;
}
.lesson-user img {
	width: 35px;
	margin-left: 10px;
}
.lesson-user .user-display-name {
	padding-left: 10px;
	color: #fff;
}
.lesson-user span.earned-points {
	padding-top: 4;
	padding-bottom: 4;
}
span.earned-points span {
	font-size: 18px;
	color: #fff;
}
.course-video {
	height: auto;
}
.course-video .cta_block {
	height: 500px;
}
.info-tab .nav-tabs li a {
	padding-bottom: 29px;
}
.lessons .tab-content {
	height: auto;
}
.mp-0 {
	padding: 0;
	flex: unset;
	max-width: 100%;
}
.course_content .tab-content {
	padding: 20px 0 0;
}
.lesson-user {
	width: 100%;
}
.ld-lesson-title {
	width: 530px;
}
.info-tab .tab-content .ld-lesson-item-section-heading p {
	color: #fff;
	margin-bottom: 0;
}
.cta_overlay {
	padding-left: 0;
	padding-right: 0;
	width: 40%;
}
.ctaleft {
	width: 100%;
}
.training-sidebar span.image img {
	width: 100%;
	height: auto;
}
.single-blog-post .floating-social-right {
	position: relative;
	float: none;
	/*display: inline-block;*/
	display: none;
	width: 100%;
}
.user-post-action {
	display: inline-block;
	width: 123px;
	vertical-align: middle;
}
.floating-social-right .heateor_sss_sharing_container {
	position: relative;
	display: inline-block;
	margin: 0;
	top: 7px;
}
.floating-social-right ul.heateor_sss_follow_ul li, .floating-social-right ul.heateor_sss_sharing_ul li {
	float: left !important;
}
.user-social-action {
	position: unset !important;
	margin: 0;
}
.userdash.group-leader-dashboard {
	padding: 0;
}
.userdash.group-leader-dashboard .container {
	padding: 0;
}
.mob-view {
	display: block;
}
.desk-view {
	display: none;
}
.tab-content .desk-view {
	display: block;
}	
.info-tab.lessons .lesson-user {
	display: none;
}
.ld-lesson-item.ld-is-current-lesson {
	/*background: #1e1e1e;*/
}
.mob-tab .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
	color: #fff !important;
}
.devicecontent-image .square-net {
	width: 100%;
}
.current-course-session {
	flex-flow: wrap;
}
.current-course-info {
	width: 100%;
	order: 2;
}
.current-course-session .course-thumbnail {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
}
.current-session-container {
	margin-bottom: 0;
}
.login-background-overlay::before {
	position: unset;
}
.custom-login .left-box {
	display: none;
}
.custom-login .site-logo {
	left: 0;
}
.course-info h4, .course-info h4 a {
	font-size: 21px;
}
}

@media screen and (min-width:768px) {
.wow {
	animation-duration: 2s !important;
}
}

@media screen and (max-width:767px) {
.hero-area .overlay {
  opacity: 0.8;
}	
	
.course-item .single-item-course {	
	height: 280px;	
}	
.course-item .single-item-course{
 border-radius: 8px;
}	
.page-template-about-v2	.nav-area {
  box-shadow: none; 
}
.fixed-header header {
	padding: 0 20px;
}
header {
	padding: 20px 20px 11px;
}
.nav-area {
	box-shadow: 0px 10px 42px #EEF2F5;
	border-radius: 8px;
}
.container {
	padding-right: 20px;
	padding-left: 20px;
}
.home .navbar {
	box-shadow: unset;
	margin-top: 0;
}
.video-box {
	padding: 45px 0 0;
	text-align: center;
}
.navbar-brand img {
	max-width: 180px;
}
.mobile-sign-in li a {
	font-size: 12px;
}
.group-logos-cls .mobile-menu span {
	padding: 15px 0;
}
.logged-user-img img {
	width: 34px;
}
.hero-area {
	padding: 0 20px 13px;
	margin-top: 0;
	position: relative;	
}
.hero-caption h6 {
	font-size: 11px;
	line-height: 20px;
}
.hero-caption h3 {
	font-size: 40px;
	line-height: 36px;
	margin: 0 0 10px;
}
.hero-caption h1 {
	font-size: 54px;
	line-height: 40px;
	margin: 0 auto 2px;
	letter-spacing: 0px;
}
.hero-caption p {
	font-size: 16px;
	line-height: 22px;
	max-width: 100%;
	text-align: left;
	margin: 0 0 8px;
}
.hero-btn p {
	font-size: 10px;
	margin: 4px auto 0;
	text-align: left;
}
.caption-menu span {
	font-size: 12px;
	border-radius: 50px;
	padding: 7px 0;
	max-width: 268px;
	margin: 11px auto 0;
}
.caption-menu span i {
	font-size: 16px;
}
.hero-nav {
	display: none;
}
.custom-btn {
	font-size: 12px;
	padding: 5px 35px;
	margin: 15px auto 5px;
}
.hero-btn p a span {
	display: block;
	margin: 3px 0 0 0;
	color: #EA1D25;
}
.video-box {
	padding: 0 0 15px;
}
.video-box .vid-rectangle-background {
	height: 365px;
}
.video-content {
	margin-top: -35px;
	padding:0 20px;
}
.ld-lesson-navigation .lesson { 
  overflow: scroll;
}	
.video-box h2 {
	margin: 0px 0 10px;
	font-size: 30px;
	line-height: 1;
	text-align: left !important;
}
.video-box p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 17px;
	text-align: left;
}
.video-content a.get-access {
	font-size: 12px;
	padding: 5px 30px 6px;
	margin: 0 0 24px;
	border: 2px solid #0072bc;
}
.title {
	padding: 10px 0 0;
}
.title h2 {
	font-size: 30px;
	max-width: 250px;
	margin: 0 auto;
	text-align: left;
}
.short-desc {	
	text-align: left !important;
	padding: 0;
	line-height: initial;
	margin-bottom: 0;
}
.short-desc p {
  font-size: 16px;
  line-height: 22.4px;
  margin: 0 0 8px;
}
#course {
	margin: -40px 0 0 0;
	padding: 0;
	background: transparent;
	white-space: nowrap;
	overflow: scroll;
	display: block;
}
.course-desc p {
  white-space: break-spaces;
}	
#course .item {
	width: 257px;
	margin-right: 15px;
	padding: 0;
	margin-bottom: 8px;
}
/* #course .item:nth-child(4n+4) { */
		/* margin-right: 15px; */
	/* } */
#course .item, #course .item:first-child {
/*width: 100%;
		padding: 0 3px;
		 margin-left: 15px; */
}
.course-image img {
	max-height: 100%;
	height: 100%;
}
.course-info {
	padding: 10px 5px 6px;
}
/*.course-info h4, .course-info h4 a {
		font-size: 18px;
		font-weight: 500;
	}*/
.course-info ul li {
	font-size: 12px;
	font-weight: 500;
}
#filter-list {
	margin: 0 0 15px;
}
.mobile-filter {
	text-align: center;
	padding: 6px 0 0px;
	border: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6!important;
	max-width: 193px;
	margin: 0 auto 5px;
	border-radius: 5px;
	background: #fff;
}
.mobile-filter {
	display: block !important;
	border-bottom: 3px solid #EA1D25;
	cursor: pointer;
	position: relative;
}
.mobile-filter p, .mobile-cat p {
	display: inline-block;
	color: #484848;
	font-size: 16px;
	font-family: 'Blinker-Regular';
	letter-spacing: 2.01px;
	margin: 0 0 6px;
	text-transform: uppercase;
	cursor: pointer;
}
.mobile-filter p {
	display: inline-block;
	color: #595959;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	font-family: 'Blinker-Regular';
}
.mobile-filter:after {
	display: none;
}
.mobile-filter p:after {
	font-family: 'FontAwesome';
	color: #595959;
	position: absolute;
	content: "\f107";
	right: -20px;
	font-size: 18px;
	top: -4px;
	font-weight: bold;
}
.mobile-filter.active p:after {
	content: "\f106";
}
.featured-course #filter-list {
	white-space: nowrap;
	display: block;
	overflow: scroll;
	margin: 0;
	padding: 0px 0 40px;
	border-radius: 0;
}
#filter-list li {
	display: inline-block;
	background: #f9f8f4;
	font-size: 15px;
	padding: 10px 68px;
	border-bottom: 0;
	width: auto;
	margin: 0 16px 0 0;
	box-shadow: 0px 10px 42px #EEF2F5;
	border: 0.5px solid #E1EDFF;
}
#filter-list li:last-child {
	border: 0;
}
.mobile-filter:after, .mobile-cat:after {
	font-family: 'FontAwesome';
	color: #EA1D25;
	position: absolute;
	content: "\f107";
	right: 0;
	font-size: 20px;
}
.mobile-filter.active:after, .mobile-cat.active:after {
	content: "\f106";
}
.course-choose {
	padding: 20px 0 10px;
}
.course-choose h2 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 24px;
}
.cat-list ul {
	/*padding: 0;
		margin: 0;
		display: none;*/
	white-space: nowrap;
	overflow: scroll;
	padding: 0 0 35px;
}
.cat-list ul li {
	width: 260px;
	margin: 0 10px;
	border-bottom: 0px;
	padding: 10px 14px;/*width: 100%;
		 display: block;
		margin: 0;
		margin-left: 0px;		
		background: #fff;
		padding: 12px 0 15px;
		border: none;
		*/
}
.cat-list ul li:focus {
	outline: none;
}
.cat-list ul li:hover {
	border: none;
	border-bottom: 1px solid #3c4346;
}
/*.cat-list ul li a {
		font-size: 16px;
		font-weight: 500;
		color: #484848;
	}*/
.single-item-course .course-info .course-btn a {
	height: 30px;
}
.course-choose .single-item-course .course-info .course-btn a {
	font-size: 10px;
}
.filter-box {
	margin: 0;
}
.filter-box ul {
	white-space: nowrap;
	overflow: scroll;
	display: inline-block;
	margin: 0 -8px;
	padding: 0 0 34px;
}
.filter-box:nth-child(2) ul {
	display: inline-block;
	max-width: 100%;
}
.filter-box ul li {
	display: inline-block;
	padding: 10px 26px;
	margin: 0 8px;
}
.featured-course {
	margin: 29px 0 0 0;
	padding: 60px 0;
}
.featured-course h2, .icons-part h2, .background-part h2 {
	font-size: 30px;
	max-width: 280px;
	margin: 0 0 15px;
}
.go-btn h4 {
	font-size: 16px;
	padding: 20px 0 0;
}
.icons-part h2 {
	margin: 0 auto 42px;
}
.background-part h2 {
	font-size: 20px;
	margin: 0 auto 18px;
}
.go-btn a {
	font-size: 12px;
	margin: 12px auto 22px;
	padding: 8px 30px 5px;
	border: solid 1px #959595;
}
.icons-part {
	padding: 35px 0 16px;
}
.icons-part h5 {
	margin: 21px 0 8px;
	font-size: 16px;
}
.icons-part p {
	font-size: 13px;
	color: #484848;
	max-width: 220px;
	margin: 0 auto 37px;
}
.background-part {
	padding: 73px 0 75px;
	background: url('images/btm_mobile_bg.jpg') no-repeat!important;
	background-size: cover !important;
}
.background-part p {
	font-size: 16px;
}
.background-part .custom-btn {
	margin: 21px auto 5px;
}
.bottom-part {
	padding: 31px 0 42px;
}
.bottom-part h2 {
	font-size: 16px;
	font-family: 'Blinker-Regular';
	padding: 0 34px;
}
.page-banner h1 {
	font-size: 22px;
}
.cta-free-month {
	padding: 7px 20px 6px;
}
.subnav-bar ul {
	display: none;
}
.cta-free-month {
	padding: 10px 20px 10px;
}
.subnav-bar ul li {
	display: block;
	padding: 10px 0;
	padding-left: 0px;
}
.alignright {
	float: left;
	margin: 0 0 15px;
	width: 100%;
}
.team-outer {
	margin: 0 0 36px;
}
.team-outer:last-child {
	padding: 0 0 40px;
}
.mobile-menu {
	display: block!important;
}
.mobile-menu span {
	color: #585858;
	font-family: 'Blinker-Regular';
	font-size: 12px;
	text-transform: uppercase;
	padding: 22px 0 0 0;
	display: block;
	cursor: pointer;
}
.mobile-menu span i {
	font-size: 18px;
	padding: 0 0 0 5px;
	font-family: 'Blinker-Regular';
}
.mobile-menu span.open i {
	transform: rotate(180deg);
	padding: 0 5px 0 0;
}
.subnav-bar ul {
	display: none;
	background: #fff;
	position: absolute;
	top: 61px;
	border: 1px solid #ccc;
	text-align: left;
	min-width: 150px;
	padding: 5px 12px;
}
.subnav-bar ul li {
	padding: 5px 0;
}
.cat-list {
	margin: 0;
}
.course-choose .cat-list {
	margin-bottom: 30px;
}
.course-choose .cat-list ul {
	padding: 20px 0;
}
.course-choose .course-item .single-item-course {
	height: auto;
}
.left-area h3 {
	font-size: 20px;
}
.filter-top, .left-area, .right-area {
	text-align: center;
}
.right-area span {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px;
	padding-right: 0;
}
.sort-filter {
	margin: 0 0 0 15px;
}
.sidebar-menu h3 {
	margin: 0 0 10px;
}
.sidebar-menu {
	margin: 0 0 20px;
}
.pdf-documents h2 {
	margin: 0px 0 20px 0;
}
.page-outer {
	padding: 30px 0 30px;
}
.pdf-box {
	display: block;
}
.download-btn a {
	font-family: 'Blinker-Regular';
	font-size: 16px;
	display: inline-block;
	margin: 15px 0 4px;
}
.pdf-box h4 {
	font-size: 18px;
}
.dashbord-sidebar {
	margin: 0 0 20px;
}
.member-checkout h2 {
	font-size: 28px;
	margin: 40px 0 5px;
}
.tml-sidebar {
	padding: 30px 25px 0px;
}
.tml-sidebar h4 {
	font-size: 20px;
	margin: 0 0 25px;
}
.pmpro_checkout {
	margin: 0;
}
form.pmpro_form .pmpro_submit {
	margin: 0 0 30px;
	padding: 20px;
}
form.pmpro_form input[type="text"].input, form.pmpro_form input[type="password"].input {
	width: 100%;
}
form.pmpro_form input[type="text"]#CVV {
	width: 100%;
}
.pmpro_total .membership-total-amt {
	font-size: 36px;
}
.registration-area .uo-groups-registration {
	margin: 25px 0;
}
.tml-group-registration tr {
	display: inherit;
	width: 100%;
	margin-right: 0;
	padding: 0 6px;
}
.registration-area form p {
	padding: 0 20px;
}
.tml-group-registration .btn.btn-default {
	margin: 20px auto 0;
	font-size: 16px;
	padding: 9px 30px 11px;
}
#pmpro_btn-submit {
	font-size: 16px;
}
.tml-group-registration tr:last-child {
	text-align: center;
}
.registration-area {
	padding: 50px 0 0;
}
.registration-area h2 {
	font-size: 28px;
}
.box-outer {
	display: flex;
	flex-flow: row wrap;
	padding-top: 50px;
}
.col-left {
	width: 100%;
	order: 1;
	height: 400px;
}
.signup-info {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	margin: 0;
}
.signup-info h2 {
	font-size: 30px;
}
.enroll-registration {
	position: relative;
	bottom: 0;
	margin: 30px 0 0;
}
.col-right {
	width: 100%;
	padding: 30px 0;
	order: 2;
	margin: 0;
}
.signup-brand img {
	max-width: 250px;
	padding: 0 0 25px;
}
.close, .close:hover {
	right: 5px;
	position: absolute;
	top: -7px;
	color: #EA1D25;
	z-index: 9;
}
.hero-area video {
	top: 0;
	left: 0;
	-ms-transform: scaleX(1.5) scaleY(2);
	-moz-transform: scaleX(1.5) scaleY(2);
	-webkit-transform: scaleX(1.5) scaleY(2);
	transform: scaleX(1.5) scaleY(2);
}
.modal-dialog {
	margin: 0;
}
.modal-content {
	border-radius: 0;
	border: 0;
}
.membership-confirmation {
	padding: 30px 0 20px;
}
.pmpro-confirmation .my-ac .alignright a {
	margin: 0 auto 30px;
}
.membership-confirmation h3 {
	font-size: 20px;
}
.cta_block {
	background-position: right !important;
}
.cta_overlay {
	width: 70%;
	padding: 15px;
}
.cta_block .container {
	padding-top: 40px;
}
.ctaleft {
	width: 100%;
}
.course-video {
	/* height: 200px; */
	overflow: hidden;
	margin: 0;
}
.userdash-box {
	display: block;
}
.userdash-left {
	float: none;
}
.userdash-right {
	text-align: center;
	margin: 25px 0 0 0;
}
.userdash-right .owl-stage-outer {
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.userdash-right .owl-carousel .owl-item img {
	width: 200px;
}
.userdash-right .owl-carousel .items {
	display: inline-block;
}
.uo-row-container {
	display: block;
}
.uo-sec-right {
	margin-top: 20px;
}
.contact-form {
	padding: 30px 0;
}
.contact-form h2 {
	font-size: 24px;
}
div.wpcf7 .ajax-loader {
	right: 0;
}
.course_content .tab-content {
	padding: 0px 0 0 0;
}
.course_content .lesson-sec {
	padding: 10px 0;
}
.course_content .lesson-sec h2 {
	font-size: 19px;
}
.info-tab .nav-tabs {
	margin: 0 0 10px 0;	
}
.info-tab.course-info-tab .container {
  padding: 0;
}	
.mob-earned-points {
	width: 20%;
	float: right;
	margin: 0;
	position: absolute;
	top: -15px;
	right: 0;
}
.lesson-user span.earned-points {
	text-align: center;
}
.mob-earned-points .lesson-user .earned-points span.point-label {
	font-size: 10px;
	color: #252526;
	text-transform: lowercase;
	position: relative;
	top: -10px;
}
.course-info-tab {
	padding-top: 10px;
	padding-bottom: 1px;
}
.page-template-news #about {
	padding: 30px 0;
}
footer {
	/*border-top: 8px solid #dfdfdf;*/
	text-align: left;
}
.text-right {
	text-align: center !important;
}
.sponspors {
	padding: 10px 0;
}
.testimonial {
	padding: 30px 0 10px;
}
.testimonial .owl-carousel .owl-stage-outer {
  padding: 20px 1px 50px;
}	
.testimonial-box{
		padding:32px;
	}		
.testimonial h2 {
	margin:0 0 4px;
}
.testimonial hr {
	height: 8px;
	margin: 10px auto 40px;
}
.owl-item.active.center {
	border: 0;
}
	
.owl-dots {
	margin-top: 14px;
	margin-bottom: 31px;
}
.owl-dots .owl-dot span {
	margin: 5px;
	width: 12px;
	height: 12px;
}
.testimonial .cta-btn-block {
  align-items: self-start !important;
  margin-top: -50px;
}
.custom-login {
	display: block;
}
.custom-login, .left-box, .right-box {
	height: auto;
}
.left-box {
	padding: 30px 15px;
}
.left-box, .right-box {
	width: 100%;
}
.site-logo {
	top: auto;
	position: relative;
	margin: 0 0 30px;
	text-align: left;
}
.login-left hr {
	width: 120px;
	height: 3px;
}
.login-left {
	position: relative;
	top: auto;
	transform: none;
}
.registration {
	margin: 30px 0 0;
	position: relative;
	bottom: auto;
}
.right-box {
	padding: 30px 15px;
}
.right-box-inner {
	top: auto;
	position: relative;
	transform: none;
}
.tml.tml-login {
	padding: 0 25px 20px;
}
.tml.tml-login input {
	height: 55px;
}
.tml-field-wrap.tml-submit-wrap {
	margin-bottom: 0px;
	margin-top: 20px;
}
.tml-field.error {
	border-bottom: 15px solid #e8254b !important;
	background-position: 97% 3px !important;
}
.error-outer:after {
	bottom: -2px;
}
.devicecontent { 
  padding: 20px;  
}	
.devicecontent p{
  font-size: 32px;
  line-height: 32px;
  margin: 4px 0 16px;
  text-align: center;
}
	
.devicecontent ul {
	margin: 0 0 10px 0;
	text-align: center;
}
.devicecontent ul li {  
  margin: 0 0 16px; 
}
.devicecontent ul li:last-child {  
  margin: 0 0 18px; 
}	
.faq {
	background: url('images/faqmobile-bg.jpg') no-repeat;
	padding: 38px 0 40px;
	background-size: cover;
	background-position: center bottom;
}
.faq{
		padding: 0;
	}	
	.faq .container {
		padding: 0;
	}	
	.faq-box { 
  padding: 24px 20px; 
  border-radius: 0;
}
.faq h2 {	
	font-size:32px;
	line-height:32px;
	margin: 0 0 16px;
	text-align: left;
}
.faq #accordion .card {
	margin: 0 0 8px;
	border-radius: 8px;
	box-shadow: 0;
}
.faq .card-header {
	padding: 24px 20px;
}
.faq .mb-0 > a {
	font-size: 20px;
	padding-right: 60px;
}
.faq .card-body {
	padding: 4px 15px 0px;
}
.card-body p {
	font-size: 16px;
}
.faq .mb-0 > a::after {
	top: 0;
}
.group-sale-logo {
	background: #545960;
	padding: 16px 15px 16px;
	margin: 0 0 25px;
}
.group-sale-logo img {
	max-width: 190px;
}
.group-sales {
	background:#fff;
	padding: 30px 0 40px;
}
.video-box .container {
  padding-right: 0;
  padding-left: 0;
}	
.price {
	margin: 10px 0 5px;
}
.price h2 {
	font-size: 32px;
	line-height: 46px;
}
.price h2 sup {
	font-size: 32px;
	top: 0;
}
.price p {
	font-size: 12px;
}
.sale-list {
	padding: 0 10px;
}
.sale-list ul {
	margin: 0 0 18px 0;
}
.sale-list ul li {
	font-size: 16px;
	padding: 5px 0;
}
.sale-list ul li span {
	padding: 0;
	display: flex;
	align-items: center;
}
.sale-list ul li span::before {
	height: 12px;
	width: 12px;
	background-size: 12px;
	position: relative;
	margin-right: 15px;
}
.frustration {
	padding: 40px 0 50px;
}
.frustration h2 {
	font-size: 30px;
	margin: 0 auto 7px;
	text-align: left;
	padding-right: 45px;
	font-family: 'Blinker-Regular';
}
.frustration p.content-red {
	font-size: 24px;
	text-align: left;
	line-height: 1;
}
.frustration ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.frustration ul li::before {
	background-size: 11px;
	top: 40%;
	left: 35px;
}
	.frustration ul li span{
		margin:0 0 16px;
	}	
.frustration ul li:nth-child(3n+1) {
	margin-left: 0;
}
.frustration ul li:nth-child(3n) {
	margin-right: 0;
	margin-left: 0;
}
.frustration p.content-blue { 
  margin-bottom: 16px;
}
.frustration .text-center {
  text-align: left !important;
}	
.frustration {
  padding: 40px 0 40px;
}	
.start-btn a {
	margin: 13px auto 0px;
}
.device-info {
	padding: 16px 0 13px 0;
}
.device-content {
	font-size: 16px;
	font-family: 'Blinker-RegularItalic';
	text-align: center;
	line-height: 22px;
}
.device-content span {
	display: block;
	font-size: 12px;
	margin: 4px 0 0;
}
.devicecontent {
	float: none;
	text-align: center;
	margin-top: -138px;
}
.devicecontent-outer {
	padding: 0;
}
.devicecontent-image {
	margin-top: 20px;
	overflow: hidden;
}
.devicecontent-image .devices-content-container { 
  padding: 35px 0 0;
}	
.devicecontent a {
	margin: 2px auto 2px;
	font-size: 12px;
	border: 2px solid #0072bc;
	padding: 8px 34px 8px;
}
.devicecontent a {
	font-family: 'Blinker-Bold';
	font-size: 16px;
}

.devices-content-container .tagline h3 {
	width: auto;
	font-size: 16px;
	padding: 15px 26px 15px 43px;
}
.devicecontent-image .square-net {
  top: 0;
  bottom: auto;
  height: 325px;
  margin: 0;
	object-fit: inherit;
}	
.devicecontent-image .phone-container {
  margin: 0 0 0 auto;
  top: -10em;
  right: 1.4em;
}
.devices-content-container .tagline h3::after { 
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #231F20;  
}	
.devices-content-container .tagline h3::before { 
  left: 18px;
  height: 14px;
  width: 14px;
  background-size: 14px;
}	
	
.steps {
	padding: 25px 0;
}
.steps h2 {
	font-size: 30px;
	max-width: 250px;
	margin: 0 auto 10px;
}
.step-box {
	padding: 30px;
	margin: 0 0 30px;
}
.step-box h3 {
	font-size: 20px;
}
.steps .custom-btn {
	margin-top: 0;
}

footer .col-md-4:nth-child(1), footer .col-md-4:nth-child(2) {
	display: none;
}
.progress-outer span {
	right: 23px;
}
.course-sidebar .progress {
	width: 90%;
}
.mob-earned-points .lesson-user {
	width: 70px;
	text-align: center;
	background: transparent;
	float: left;
	position: absolute;
	top: 0px;
	right: 0;
	box-shadow: 0 -7px 7px 7px #ddd;
	-webkit-box-shadow: 0 -7px 7px 7px #ddd;
	-moz-box-shadow: 0 -7px 7px 7px #ddd;
	margin: 0;
	border-radius: 0;
	padding: 10px 0;
	height: 47px;
}
.course_content {
	position: relative;
	z-index: 9;
}
.course-dis.lessons {
	position: relative;
	z-index: 7;
}
.difficulty-indicator {
	position: unset;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.course-length {
	margin-top: 0;
	height: auto;
	position: unset;
}
.mob-border-bottom {
	border-bottom: 2px solid #e6e6e6;
}
.ld-lesson-title {
	width: 220px;
}
.info-tab .nav-tabs li a {
	padding-bottom: 7px;
}
.content-info-tab {
	margin-top: -3px;
}
.cta_overlay {
	padding-left: 50px;
}
.mob-earned-points .lesson-user img, .mob-earned-points .lesson-user .user-display-name {
	display: none;
}
.mob-earned-points .lesson-user .earned-points span {
	width: 70px;
	display: block;
	color: #000;
	text-align: center;
}
.mob-earned-points .lesson-user .earned-points span.point-label {
	padding: 0;
}
.course-items {
	display: flex;
	flex-wrap: wrap;
}
.course-row {
	display: inline-block;
	width: 46%;
	margin-right: 10px;
	margin-left: 3px;
}
.course-row .progress-outer {
	margin: 0 0 11px 0;
}
.course-row .course-info p {
	font-size: 15px;
}
.course-row .course-info {
	padding: 10px;
}
.hero-caption {
	width: 100%;
	padding: 21px 0 142px;
}
.hero-area video {
	object-fit: cover;
}
.hero-caption .banner-tagline {
	background: #231F20;
	color: #fff;
}
.about-section .theme-btn-one {
	width: 100%;
	text-align: center;
	font-size: 15px;
}
footer .footer-main {
	padding-bottom: 24px;
}
footer .footer-main ul {
	display: block;
	margin-top: 20px;
}
footer .footer-main ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
footer .footer-main ul li:last-child {
	margin-right: 0;
}
footer .contact-info {
	display: block;
	text-align: left;
	margin: 0;
}
footer .contact-info p {
	border: none !important;
	padding-right: 0;
}
footer .footer-bottom p {
	margin-right: 10px;
	margin-bottom: 9px;
	max-width: 100%;
}
footer .contact-info p:nth-child(2) .line {
	display: none;
}
.hero-btn .d-flex .theme-btn-one {
	width: auto;
}
.group-sales .rectangle-1, .group-sales .rectangle-2 {
	display: none;
}
.group-sales .featured-image .overlay-content {
	width: 158px;
	top: -10px;
	left: -40px;
	font-size: 13px;
    line-height: 15px;
}
.group-sales .featured-image .overlay-content span {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 11px;
    line-height: 13px;
}
.subscription-content {
  padding-left: 0;
}	
.subscription-content .sale-btn {
  flex-wrap: wrap;
}	
.subscription-content .theme-btn-one.users-signups {
  width: 157px;
  padding: 10px 0;
  text-align: center;
}
.subscription-content .sale-btn p { 
  margin: 0 0 0 24px;
  max-width: 107px;
  line-height: 14px;
}	
.section-padding {
	padding: 24px 0;
}
.about-section .about-description h2 { 
  margin: 0 0 24px;
  max-width: 250px;
}	
.about-section .cta-btn-block {
  display: block !important;
}	
.about-section .cta-btn-block .theme-btn-one {
  width: 157px;
  margin-top: 10px;
}	
	
	
.frustration p.content-blue {
	text-align: left;
}
.faq #accordion {
	padding-left: 0;
	padding-right: 0;
}
.video-box .box-inner {
	overflow: hidden;
	padding-top: 65px;
}
.video-box .vid-rectangle-background {
	position: relative;
}
.video-box .rect-background-image {
	height: 440px;
	background-size: cover !important;
}
.video-box .rectangle-1 .play-button {
	top: -17.5em;
}
.section-title {
	text-align: left !important;
}
.text-md-left {
	text-align: left !important;
}
.course-info .course-btn a {
	padding: 5px 10px;
	font-size: 10px;
	width: 98px;
	align-self: center;
	text-align: center;
}
.single-blog-post .post-title {
	max-width: 100%;
}
.filter-result .course-item {
	width: 100%;
	padding: 0 15px;
}
.filter-result .course-item .single-item-course {
	width: 100%;
}
.single-blog-post .post_cats_single_in_archive {
	position: relative;
	left: 0;
	top: 0;
}
.post_cats_single_in_archive a {
	padding: 3px 8px;
}
.single-post-thumbnail {
	padding-top: 100px;
	padding-bottom: 28px;
}
.single-blog-post .post-title {
	font-size: 32px;
	line-height: 32px;
}
.single-post-content {
	padding-top: 38px !important;
	padding-bottom: 0px !important;
}
.single-post-vid {
	margin-bottom: 21px;
}
.blog_title {
	margin: 24px 0 54px;
}
.post_main .single_post {
	padding: 16px;
	margin-bottom: 24px;
}
.post_header_image img {
	height: 195px;
	object-fit: cover;
}
.post_main .single_post h2 a {
	margin-bottom: 8px;
}
.fixed-header .page-banner {
	padding-top: 118px;
}
.page-banner {
	margin-top: 0;
}
.right-content {
	display: block;
	margin-top: 8px;
	margin-bottom: 11px;
}
.right-content .icon {
	margin: 0 0 24px;
}
.page-banner span.line {
	right: 0;
}
.page-banner span.line img {
	width: 314px;
	height: 1px;
}
.about-sec-2 {
	padding: 31px 0 43px;
}
.about-sec-3.about-content.py-5 {
	padding-top: 38px !important;
	padding-bottom: 38px !important;
}
.team-area {
	padding: 36px 0 0;
}
.team-image {
	border-radius: 8px;
}
.team-image .team-info h4 {
	font-size: 21.4px;
}
.team-image .team-info h5 {
	font-size: 10px;
}
	.devicecontent-image .laptop-video{
		height: 200px;
		padding: 8px;
	}	
}

@media screen and (max-width:480px) {
.course-sidebar .progress {
	width: 80%;
}
.progress-outer span {
	right: 24px;
}
.info-tab .nav-tabs li a {
	padding-bottom: 9px;
}
.info-tab .nav-tabs {
	margin-bottom: 11px;
}
.content-info-tab {
	margin-top: -2px;
}
.course-video .cta_block {
	height: 480px;
}
.cta_overlay {
	position: unset;
	width: 100%;
}
.cta_block .container {
	padding-top: 100px;
	padding-bottom: 100px;
	position:relative;
}
.lms-course-outline {
	height: auto;
}
.post_main .single_post {
	width: 100%;
}
.archive_header .header_archive_left, .archive_header .header_archive_right {
	width: 100%;
}
.single-post .devicecontent-image .laptop-video {
	left: 75px;
	top: 14px;
}
.single-post .laptop-video-container {
	height: 130px;
}
.single-post-vid {
	margin-top: 0;
}
.single-blog-post iframe {
	height: 80%;
}
.course-item {
	width: 50%;
	display: inline-block;
	padding: 3px;
}
.filter-result .course-box {
	margin-bottom: 10px;
}
.course-info .trainer li:last-child {
	font-size: 12px;
}
.course-sidebar h3 {
	font-size: 16px;
	margin-bottom: 7px;
}
.ld-lesson-item.ld-is-current-lesson {
	/*background: #1e1e1e;*/
}
.mob-tab .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
	color: #fff !important;
}
.mob-earned-points .lesson-user img, .mob-earned-points .lesson-user .user-display-name {
	display: none;
}
.mob-earned-points .lesson-user .earned-points span {
	width: 70px;
	display: block;
	color: #000;
	text-align: center;
}
.mob-earned-points .lesson-user .earned-points span.point-label {
	padding: 0;
}
.course-row .course-info h4, .course-row .course-info h4 a {
	font-size: 15px;
}
.course-row .progress-outer {
	margin: 0 0 11px 0;
}
.course-row .course-info p {
	font-size: 13px;
}
.ld-lesson-item-button label, .ld-lesson-item-button label i {
	font-size: 8px;
}
.devicecontent-outer.single-post {
	margin-top: 20px;
}
.devices-content-container .tagline {
	transform: translateY(0%);
}
.laptop-video {
	left: 0;
	top: 5px;
	height: 200px !important;
}
.devicecontent-image .phone-container img {
	height: 200px;
}
footer .contact-info p {
	max-width: 100%;
	display: inline-block;
}
.px-sm-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.author {
	width: 89%;
}
.diff-indicator-content {
	width: 100%;
	margin-top: 20px;
}
}

@media screen and (max-width:366px) {
.hero-caption h3 {
	font-size: 18px;
}
.hero-caption h1 {
	font-size: 42px;
	line-height: 40px;
}
}
