@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Firecamp - Online Course & Education WordPrss Theme
*
* -----------------------------------------------------------------------------
*
**/
/*contact layout*/
input[type="submit"] {
	border: none;
	padding: 10px 18px;
}
textarea {
	border: none;
	padding: 10px 18px;
	height: 150px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
select,
input[type="password"] {
	height: 50px;
	padding: 10px 18px;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
	outline: none;
}
div textarea {
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
input[type="submit"] {
	background: #4068fc;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 16px;
	right: -40px;
}
.neurone-contact-form1 input,
.neurone-contact-form1 textarea {
	background: #f1f6fc;
	border: none;
}
.neurone-contact-form1 .form-button {
	text-align: center;
}
.neurone-contact-form1 .form-button .wpcf7-submit {
	width: 100%;
}
.af-contact-form2 {
	border-radius: 3px;
	padding: 50px 50px 20px;
	background: #fff;
}
.af-contact-form2 input,
.af-contact-form2 textarea {
	border: none;
	background: transparent;
	margin-bottom: 30px;
	background: #f1f6fd;
}
.af-contact-form2 textarea {
	height: 170px;
}
.af-contact-form2 .form-button {
	border: none;
	text-align: center;
}
.af-contact-form2 .form-button .wpcf7-submit {
	width: 100%;
}

.learn-press-message.error {
    margin-left: 0;
    margin-right: 0;
}
body.checkout #learn-press-checkout{
	padding-top: 100px;
}
body.checkout #learn-press-checkout-form {
    padding-top: 25px;
}
.rs-btn a.style2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #012B48;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
}

.rs-btn a.style2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 44px 12px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border-radius: 50px;
    background-color: #4068fc; 
    -webkit-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
    -o-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
    box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
}
.view_all i{
	position: relative;
	top: 1px;
	left: 2px;
	transition: 0.3s;
}
.view_all i:before{
	font-size: 14px;
	font-weight: 700;
}
.view_all:hover i{
	left: 4px;
}

.af-contact-form-area .form-group input[type="text"],
.af-contact-form-area .form-group input[type="email"],
.af-contact-form-area .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 20px;
	color: #7a7a7a;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 10px;
}
.af-contact-form-area .form-group input[type="submit"] {
	cursor: pointer;
	font-size: 16px;
	padding: 10px 40px;
	margin-left: 15px;
	margin-top: 15px;
	text-transform: capitalize;
	box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	border-radius: 50px;
}
.af-contact-form-area .form-group textarea:focus {
	outline:0px none transparent;
}
.af-contact-form-area .form-group textarea {
	height: 200px;
}
.af-contact-form-area .af-submit {
	position: relative;
}
.af-contact-form-area .af-submit i {
	position: absolute;
	right: 30px;
	top: 60%;
	transform: translateY(-50%);
	color: #fff;
}
.rs-contact .contact-address .address-item {
	overflow: hidden;
	margin-top: 15px;
}
.rs-contact .contact-address .address-item .address-icon {
	float: left;
	width: 50px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
}
.rs-contact .contact-address .address-item .address-icon i {
	text-align: left;
}
.rs-contact .contact-address .address-item .address-text {
	float: left;
	width: 80%;
	padding-left: 5px;
}
.rs-contact .contact-address .address-item .address-text h3.contact-title {
	font-size: 20px;
	margin: 0;
}
.rs-contact .contact-address .address-item .address-text a {
	color: #5E7CA5; 
}
.rs-contact .contact-address .address-item .address-text a:hover {
	color: #4068fc;
}
.rs-contact .contact-address.style2 {
	box-shadow: 0 0 150px #eee;
}
.rs-contact .contact-address.style3 .address-item {
	margin: 0;
	text-align: center;
}
.rs-contact .contact-address.style3 .address-item .address-icon {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.single-post .blog-meta i{
	color: #4068fc;
}
.af-search-page .btm-cate li i:before {
    font-size: 14px;
    margin: 0;
    position: relative;
    top: 1px;
}
.af-search-page .more-sec .author-image{
	padding-top: 0;
}
.rs-contact .contact-address.style3 .address-item .address-icon i {
	height: auto;
	width: auto;
}
.rs-contact .contact-address.style3 .address-item .address-text {
	float: none;
	width: auto;
	padding-left: 0;
	padding-top: 5px;
}
.rs-contact .contact-address.light-color .address-item .address-text {
	color: #fff !important;
}
.rs-contact .contact-address.light-color .address-item .address-text a {
	color: #fff !important;
}
.rs-contact .rs-services-default .services-desc p {
	margin-bottom: 10px !important;
}

body.single-post .rs-breadcrumbs .breadcrumbs-inner {
    max-width: 100% !important;
}
body.single-post .bs-desc{
	padding-left: 0 !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-icon i {
	color: #fff !important;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text {
	color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text h3.contact-title {
	color: #fff;
}
.contact-2-info .rs-contact .contact-address .address-item .address-text a {
	color: #fff !important;
}
.contact-2-info .submit-btn {
	margin: 0 !important;
}
.contact-2-info select {
	color: #bbb;
}
.contact-2-info .select-doctors::after {
	color: #bbb;
}
.contact-2-info input[type="text"] {
	margin-bottom: 28px;
}
.contact-2-info input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info input::-moz-placeholder {
	/* Firefox 19+ */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info input:-ms-input-placeholder {
	/* IE 10+ */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info input:-moz-placeholder {
	/* Firefox 18- */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #bbb !important;
	opacity: 1;
}
.contact-2-info textarea::-moz-placeholder {
	/* Firefox 19+ */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info textarea:-ms-input-placeholder {
	/* IE 10+ */

	color: #d1d1d1 !important;
	opacity: 1;
}
.contact-2-info textarea:-moz-placeholder {
	/* Firefox 18- */

	color: #d1d1d1 !important;
	opacity: 1;
}
div.wpcf7-validation-errors {
	border-color: #ff0000;
	color: #ff0000;
}
div.wpcf7-acceptance-missing {
	border-color: #ff0000;
	color: #ff0000;
}
.overlap-form .rs-heading {
	position: relative;
	z-index: 99;
}
.overlap-form .wpcf7 {
	background: #fff;
	padding: 0 40px !important;
	position: relative;
}
.overlap-form .wpcf7:before {
	background: #fff;
	content: "";
	height: 145px;
	left: 0;
	position: absolute;
	top: -145px;
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.08);
	outline: 1px solid transparent;
}
.overlap-form .wpcf7:after {
	background: #fff;
	content: "";
	height: 73px;
	left: 0;
	position: absolute;
	bottom: -73px;
	width: 100%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
	outline: 1px solid transparent;
}
.overlap-form .wpcf7 input[type="email"],
.overlap-form .wpcf7 input[type="text"] {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}
.overlap-form .wpcf7 textarea.wpcf7-textarea {
	width: 100%;
}
.overlap-form .submit-btn {
	margin: 0 auto;
}
.contact-details-address .rs-heading .title-inner h3.title {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 500 !important;
}
/* Blog Design */
.rs-blog .blog-item .tag-line i {
	padding-right: 7px;
	color: #4068fc;
}
.rs-blog .blog-item .tag-line a:hover {
	color: #4068fc;
}
.rs-blog .blog-item .tag-line.with-option-cat {
	background: #fff;
	padding: 13px 20px;
	display: inline-block;
	z-index: 1;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 0 15px #f0f0f0;
	margin-bottom: 15px;
}
.rs-blog .rs-blog-style1 {
	background: #fff;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-blog .rs-blog-style1 .blog-content {
	padding: 0 30px 30px;
	overflow: hidden;
}
.rs-blog .rs-blog-style1 .blog-content .date-meta {
	display: block;
	padding-bottom: 14px;
}
.rs-blog .cat_name {
	display: none;
}
.rs-blog .blog-meta .blog-title {
	margin: 0px 0 10px;
	line-height: 1.4 !important;
}
.rs-blog .blog-meta .blog-title a {
	color: #012B48;
}
.rs-blog .blog-meta .blog-title a:hover {
	color: #ff7c3f;
}
.rs-blog .full-blog-content {
	padding: 0px 0 0 0;
}
.rs-blog .blog-slider .blog-meta {
	margin-top: 30px;
}
.rs-blog .blog-slider .blog-meta .blog-title {
	font-size: 30px;
}
#page .rs-blog .blog-item .margin-bottom-minus {
	margin-bottom: -25px !important;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
	font-size: 30px;
}
.full-blog-content {
	padding: 20px 30px 25px;
}
.full-blog-content .blog-meta {
	text-transform: initial;
}
.full-blog-content .blog-title {
	margin: 0 0 15px;
	line-height: 36px;
}
#learn-press-course-tabs .student-block .author-info h4 a span{
	position: relative;
	color: #121317;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.3em;
	margin: 0 !important;
}
.full-blog-content .blog-title a {
	color: #121317;
}
.full-blog-content .blog-title a:hover {
	color: #4068fc;
}
.full-blog-content .post-view {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #666;
}
.full-blog-content .post-view i {
	margin-right: 5px;
}
.full-blog-content .post-view i:before {
	font-size: 14px;
	font-weight: 600;
}
.full-blog-content .post-comment {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #666;
}
.full-blog-content .post-comment i {
	margin-right: 5px;
}
.full-blog-content .post-comment i:before {
	font-size: 14px;
	font-weight: 600;
}
.full-blog-content .blog-button {
	float: left;
	padding-top: 25px;
	padding-bottom: 10px;
}
.full-blog-content .blog-button.left-btn {
	float: none;
	display: block;
}
.full-blog-content .view-comments {
	float: right;
}
.full-blog-content .btm-cate li i:before {
	font-size: 14px;
	margin: 0;
	position: relative;
	top: 2px;
}
.full-blog-content .btm-cate .tag-line i {
	margin-right: 8px;
}
.full-blog-content .blog-date {
	padding: 0;
	margin-right: 0;
	line-height: normal;
	padding: 1px;
}
.full-blog-content .blog-date i {
	color: #4068fc;
}
.full-blog-content .blog-date i:before {
	font-size: 14px;
	font-weight: 600;
}
.full-blog-content .author {
	display: inline-block;
	padding: 0;
	margin-right: 0;
	line-height: normal;
	text-transform: capitalize;
}
.full-blog-content .author i {
	color: #4068fc;
	margin-right: 8px;
}
.home-blog .rs-blog .blog-item {
	margin-bottom: 15px;
}
.rs-blog-grid .bottom-shadow1 {
	box-shadow: 0 7px 24px rgba(158, 158, 158, 0.25);
	padding: 28px 35px 35px;
}
.blog .rs-blog .blog-item,
.archive .rs-blog .blog-item {
	margin-bottom: 60px;
	border-radius: 6px;
}
.bs-sidebar.dynamic-sidebar{
	padding-left: 30px;
}
.blog .rs-blog .blog-item .full-blog-content,
.archive .rs-blog .blog-item .full-blog-content {
	overflow: hidden;
	padding: 35px 40px 30px 40px;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #eff0f5;
    border-radius: 0 0 6px 6px;
}



.blog .rs-blog .blog-item.no-thumbs .full-blog-content,
.archive .rs-blog .blog-item.no-thumbs .full-blog-content {
	overflow: hidden;
	padding: 35px 40px 30px 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #eff0f5;
    border-radius: 0 0 6px 6px;
}

.blog .rs-blog .blog-item.no-thumbs .full-blog-content{
	border-radius: 6px;
}

.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title {
	font-size: 26px;
	font-weight: 600;
}
.archive .rs-blog .col-lg-3 .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .col-lg-4 .blog-item .full-blog-content .title-wrap .blog-title,
.blog .rs-blog .col-lg-4 .blog-item .full-blog-content .title-wrap .blog-title,
.blog .rs-blog .col-lg-6 .blog-item .full-blog-content .title-wrap .blog-title{
	font-size: 20px;
}
.blog .rs-blog .blog-item .blog-img,
.archive .rs-blog .blog-item .blog-img {
	position: relative;
	border-radius: 0px;
	z-index: 0;
}
#rs-event .pull-left h2{
	font-weight: 600;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content,
.archive .rs-blog .blog-item .blog-img .blog-img-content {
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	text-align: center;
	z-index: 10;
	padding: 0px;
	opacity: 1;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-link {
	display: inline-block;
	font-size: 19px;
	width: 52px;
	line-height: 54px;
	height: 52px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	transition: all .3s ease 0s;
	display: none;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
	opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
	font-weight: normal;
	margin-top: 15px;
	color: #09c778;
	margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
	color: #09c778;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover,
.archive .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
	color: #ff7c3f;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content,
.archive .rs-blog .blog-item .blog-img .blog-img-content:hover .blog-img-content {
	top: 0;
}
.blog .rs-blog .col-sm-3 .blog-item .blog-img,
.archive .rs-blog .col-sm-3 .blog-item .blog-img,
.blog .rs-blog .col-sm-4 .blog-item .blog-img,
.archive .rs-blog .col-sm-4 .blog-item .blog-img {
	margin-bottom: 26px !important;
}
.blog .rs-blog .col-sm-3 .blog-item .full-blog-content,
.archive .rs-blog .col-sm-3 .blog-item .full-blog-content,
.blog .rs-blog .col-sm-4 .blog-item .full-blog-content,
.archive .rs-blog .col-sm-4 .blog-item .full-blog-content {
	padding: 0 20px 16px;
}
.blog .rs-blog .col-sm-3 .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .col-sm-3 .blog-item .full-blog-content .title-wrap .blog-title,
.blog .rs-blog .col-sm-4 .blog-item .full-blog-content .title-wrap .blog-title,
.archive .rs-blog .col-sm-4 .blog-item .full-blog-content .title-wrap .blog-title {
	font-size: 20px;
}
.blog .rs-blog .blog-img .categories,
.archive .rs-blog .blog-img .categories,
.blog .blog .blog-img .categories,
.archive .blog .blog-img .categories {
	left: 46px;
	bottom: 46px;
}
.af_blog_home2 .owl-stage-outer {
	padding-top: 15px;
}
.af_blog_home2 .blog-item .blog-img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.date-meta-style2 a {
	color: #666;
}
.date-meta-style2 a:hover {
	color: #4068fc;
}
.owl-stage .blog-item {
	margin-bottom: 0 !important;
}
.post-meta-dates {
	display: inline-block;
	position: absolute;
	padding: 8px 20px;
	bottom: 0;
	background: #4068fc;
	color: #fff;
	z-index: 1;
	border-radius: 3px 3px 0 0;
	left: 50%;
	transform: translateX(-50%);
	width: 175px;
}

.blog-item.no-thumbs .categories {
	margin-bottom: 5px;
	padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
	background: #4068fc;
	color: #fff;
	padding: 5px 19px 6px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
	background: #012B48;
}
.rs-blog-details .bs-img,
.rs-blog .bs-img,
.blog .bs-img,
.rs-blog-details .blog-img,
.rs-blog .blog-img,
.blog .blog-img {
	position: relative;
	z-index: 0;
}
.rs-blog-details .bs-img .blog-date,
.rs-blog .bs-img .blog-date,
.blog .bs-img .blog-date,
.rs-blog-details .blog-img .blog-date,
.rs-blog .blog-img .blog-date,
.blog .blog-img .blog-date {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 100px;
	height: 80px;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after,
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
	content: '';
	position: absolute;
	display: block;
	transition: all 0.2s;
	width: 0px;
	height: 0px;
	z-index: 100;
	top: 0;
	left: 0;
}
.rs-blog-details .bs-img .blog-date:after,
.rs-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.rs-blog-details .blog-img .blog-date:after,
.rs-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after {
	border-top: 0 solid;
	border-bottom-color: #f9f9f9;
	border-bottom: 80px solid transparent;
	border-left: 100px solid #f9f9f9;
}
.rs-blog-details .bs-img .blog-date:before,
.rs-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.rs-blog-details .blog-img .blog-date:before,
.rs-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-bottom: 0 solid;
	border-bottom-color: #012B48;
	border-top: 80px solid transparent;
	border-right: 100px solid #012B48;
}
.rs-blog-details .bs-img .blog-date span,
.rs-blog .bs-img .blog-date span,
.blog .bs-img .blog-date span,
.rs-blog-details .blog-img .blog-date span,
.rs-blog .blog-img .blog-date span,
.blog .blog-img .blog-date span {
	display: block;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	z-index: 999;
	height: 40px;
	padding: 6px 0;
}
.rs-blog-details .bs-img .blog-date span.date,
.rs-blog .bs-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.rs-blog-details .blog-img .blog-date span.date,
.rs-blog .blog-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
	color: #012B48;
	font-size: 24px;
	text-align: left;
	padding-left: 12px;
	padding-top: 10px;
}
.rs-blog-details .bs-img .blog-date span.month,
.rs-blog .bs-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.rs-blog-details .blog-img .blog-date span.month,
.rs-blog .blog-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
	text-align: right;
	padding-right: 12px;
	font-size: 18px;
}
.rs-blog-details .bs-img .categories,
.rs-blog .bs-img .categories,
.blog .bs-img .categories,
.rs-blog-details .blog-img .categories,
.rs-blog .blog-img .categories,
.blog .blog-img .categories {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.rs-blog-details .bs-img .categories .category-name a,
.rs-blog .bs-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.rs-blog-details .blog-img .categories .category-name a,
.rs-blog .blog-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
	background: #4068fc;
	color: #fff;
	padding: 5px 19px 6px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rs-blog-details .bs-img .categories .category-name a:hover,
.rs-blog .bs-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.rs-blog-details .blog-img .categories .category-name a:hover,
.rs-blog .blog-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
	background: #012B48;
}
.rs-blog-details .post-meta i,
.rs-blog .post-meta i,
.blog .post-meta i {
	margin-right: 6px;
	color: #4068fc;
}
.rs-blog-details .post-meta i:before,
.rs-blog .post-meta i:before,
.blog .post-meta i:before {
	font-size: 14px;
	font-weight: 600;
}
.rs-blog-details .post-meta.date-meta,
.rs-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
	margin-right: 15px;
	color: #666;
}
.rs-blog-details .post-meta.author,
.rs-blog .post-meta.author,
.blog .post-meta.author {
	color: #666;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date,
.rs-blog .blog-item.style1 .blog-img .blog-date,
.blog .blog-item.style1 .blog-img .blog-date {
	right: 10px;
	left: auto;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:after,
.rs-blog .blog-item.style1 .blog-img .blog-date:after,
.blog .blog-item.style1 .blog-img .blog-date:after {
	display: none;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date:before,
.rs-blog .blog-item.style1 .blog-img .blog-date:before,
.blog .blog-item.style1 .blog-img .blog-date:before {
	border-top-width: 130px;
	border-right-width: 130px;
}
.rs-blog-details .blog-item.style1 .blog-img .blog-date .date,
.rs-blog .blog-item.style1 .blog-img .blog-date .date,
.blog .blog-item.style1 .blog-img .blog-date .date {
	text-align: right;
	color: #fff !important;
	padding-right: 20px;
}
.rs-blog-details .blog-item.style1 .blog-slidermeta,
.rs-blog .blog-item.style1 .blog-slidermeta,
.blog .blog-item.style1 .blog-slidermeta {
	margin-bottom: 10px;
}
.rs-blog-details .blog-item.style1 .icon-button a,
.rs-blog .blog-item.style1 .icon-button a,
.blog .blog-item.style1 .icon-button a {
	margin-top: 6px;
}
.rs-blog-details .blog-item.style1 .category i,
.rs-blog .blog-item.style1 .category i,
.blog .blog-item.style1 .category i {
	color: #4068fc;
	margin-right: 8px;
}
.rs-blog-details .blog-item.style1 .blogfull,
.rs-blog .blog-item.style1 .blogfull,
.blog .blog-item.style1 .blogfull {
	background: #fff;
	border: 1px solid #f7f7f7;
	border-top: none;
	transition: 0.4s;
	position: relative;
	padding: 35px 30px 30px !important;
	box-shadow: none;
}
.rs-blog-details .blog-item.style1 .blogfull .blog-meta,
.rs-blog .blog-item.style1 .blogfull .blog-meta,
.blog .blog-item.style1 .blogfull .blog-meta {
	margin-top: 0;
}
.rs-blog-details .blog-item.style1 .blogfull .blog-title,
.rs-blog .blog-item.style1 .blogfull .blog-title,
.blog .blog-item.style1 .blogfull .blog-title {
	font-size: 20px;
	font-weight: 600;
}
.rs-blog-details .blog-item.style1 .blogfull .blog-slidermeta,
.rs-blog .blog-item.style1 .blogfull .blog-slidermeta,
.blog .blog-item.style1 .blogfull .blog-slidermeta {
	margin-right: 0;
}
.rs-blog-details .blog-item.style1:hover .blogfull,
.rs-blog .blog-item.style1:hover .blogfull,
.blog .blog-item.style1:hover .blogfull {
	box-shadow: 0 0 16px #eef2fd;
	border-color: transparent;
}
.rs-blog-details .blog-item.style2,
.rs-blog .blog-item.style2,
.blog .blog-item.style2 {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(34, 34, 34, 0.05);
	margin: 5px;
	background: #ffffff;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date,
.rs-blog .blog-item.style2 .blog-img .blog-date,
.blog .blog-item.style2 .blog-img .blog-date {
	right: 10px;
	left: auto;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:after,
.rs-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after {
	display: none;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date:before,
.rs-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
	border-top-width: 130px;
	border-right-width: 130px;
}
.rs-blog-details .blog-item.style2 .blog-img .blog-date .date,
.rs-blog .blog-item.style2 .blog-img .blog-date .date,
.blog .blog-item.style2 .blog-img .blog-date .date {
	text-align: right;
	color: #fff !important;
	padding-right: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull,
.rs-blog .blog-item.style2 .blogfull,
.blog .blog-item.style2 .blogfull {
	padding: 24px 0 0 !important;
	box-shadow: none;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-meta,
.rs-blog .blog-item.style2 .blogfull .blog-meta,
.blog .blog-item.style2 .blogfull .blog-meta {
	margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blogfull .blog-desc,
.rs-blog .blog-item.style2 .blogfull .blog-desc,
.blog .blog-item.style2 .blogfull .blog-desc {
	margin-top: 6px;
	margin-bottom: 20px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view,
.rs-blog .blog-item.style2 .blogfull .post-view,
.blog .blog-item.style2 .blogfull .post-view {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #666;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i,
.rs-blog .blog-item.style2 .blogfull .post-view i,
.blog .blog-item.style2 .blogfull .post-view i {
	margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-view i:before,
.rs-blog .blog-item.style2 .blogfull .post-view i:before,
.blog .blog-item.style2 .blogfull .post-view i:before {
	font-size: 15px;
	font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment,
.rs-blog .blog-item.style2 .blogfull .post-comment,
.blog .blog-item.style2 .blogfull .post-comment {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #666;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i,
.rs-blog .blog-item.style2 .blogfull .post-comment i,
.blog .blog-item.style2 .blogfull .post-comment i {
	margin-right: 5px;
}
.rs-blog-details .blog-item.style2 .blogfull .post-comment i:before,
.rs-blog .blog-item.style2 .blogfull .post-comment i:before,
.blog .blog-item.style2 .blogfull .post-comment i:before {
	font-size: 15px;
	font-weight: 600;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button,
.rs-blog .blog-item.style2 .blogfull .icon-button,
.blog .blog-item.style2 .blogfull .icon-button,
.rs-blog-details .blog-item.style2 .blogfull .blog-button,
.rs-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
	display: inline-block;
}
.rs-blog-details .blog-item.style2 .blogfull .icon-button a,
.rs-blog .blog-item.style2 .blogfull .icon-button a,
.blog .blog-item.style2 .blogfull .icon-button a,
.rs-blog-details .blog-item.style2 .blogfull .blog-button a,
.rs-blog .blog-item.style2 .blogfull .blog-button a,
.blog .blog-item.style2 .blogfull .blog-button a {
	margin-top: 0;
}
.rs-blog-details .blog-item.style2 .blog-slidermeta,
.rs-blog .blog-item.style2 .blog-slidermeta,
.blog .blog-item.style2 .blog-slidermeta {
	margin-bottom: 0;
}
.rs-blog-details .blog-item.style2 .icon-button a,
.rs-blog .blog-item.style2 .icon-button a,
.blog .blog-item.style2 .icon-button a {
	margin-top: 6px;
}
.rs-blog-details .blog-item.style2 .category,
.rs-blog .blog-item.style2 .category,
.blog .blog-item.style2 .category {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-transform: none;
}
.rs-blog-details .blog-item.style2 .category a,
.rs-blog .blog-item.style2 .category a,
.blog .blog-item.style2 .category a {
	background: #09c778;
	color: #fff;
	padding: 6px 19px;
	border-radius: 13px;
	font-size: 13px;
}
.rs-blog-details .blog-item.style2 .category a:hover,
.rs-blog .blog-item.style2 .category a:hover,
.blog .blog-item.style2 .category a:hover {
	background: #ff7c3f;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-date,
.rs-blog .blog-item.style3 .blog-img .blog-date,
.blog .blog-item.style3 .blog-img .blog-date {
	right: 10px;
	left: auto;
	top: 10px;
	bottom: auto;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-date .categories,
.rs-blog .blog-item.style3 .blog-img .blog-date .categories,
.blog .blog-item.style3 .blog-img .blog-date .categories {
	top: 30px;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta,
.rs-blog .blog-item.style3 .blog-img .blog-meta,
.blog .blog-item.style3 .blog-img .blog-meta {
	margin-top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #012B48;
	width: 100%;
	padding: 20px 25px;
	opacity: 0.8;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title {
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a {
	color: #fff;
}
.rs-blog-details .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.rs-blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover,
.blog .blog-item.style3 .blog-img .blog-meta .blog-title a:hover {
	color: #4068fc;
}
.rs-blog-style1 .owl-stage-outer {
	padding-bottom: 15px;
}
.blog_style2 .slider-blog-title {
	margin-top: 25px;
}
.blog_style2 .owl-stage-outer {
	padding-bottom: 5px;
}
.rs-blog-grid .blog-img a.float-cat {
	background: #4068fc;
	color: #fff;
	padding: 6px 19px;
	border-radius: 10px;
	font-size: 13px;
	margin-right: 8px;
}
.rs-blog-grid .blog-img a.float-cat:hover {
	background: #012B48;
}
.rs-blog-grid .blog-item .blog-date i {
	color: #4068fc;
}
.rs-blog-grid .blog-item .blog-date i:before {
	font-size: 14px;
	font-weight: 600;
}
.rs-blog-grid .blog-item.style1 .blog-title,
.rs-blog-grid .blog-item.style2 .blog-title {
	margin-bottom: 12px;
}
.rs-blog-grid .blog-item.style1 .blog-date,
.rs-blog-grid .blog-item.style2 .blog-date {
	margin-bottom: 10px;
}
.blog-title-big .blog-item.style1 .blog-meta h3 {
	font-size: 30px;
	margin: 5px 0 15px;
	line-height: 1.2 !important;
}
.get_date_format2 {
	position: relative;
}
.get_date_format2 .blog-date2 {
	position: relative;
	width: 100px;
	height: 80px;
	margin: 0 0 15px;
}
.get_date_format2 .blog-date2:after,
.get_date_format2 .blog-date2:before {
	content: '';
	position: absolute;
	display: block;
	transition: all 0.2s;
	width: 0px;
	height: 0px;
	z-index: 100;
	top: 0;
	left: 0;
}
.get_date_format2 .blog-date2:after {
	border-top: 0 solid;
	border-bottom-color: #f9f9f9;
	border-bottom: 80px solid transparent;
	border-left: 100px solid #f9f9f9;
}
.get_date_format2 .blog-date2:before {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-bottom: 0 solid;
	border-bottom-color: #012B48;
	border-top: 80px solid transparent;
	border-right: 100px solid #012B48;
}
.get_date_format2 .blog-date2 span {
	display: block;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	z-index: 999;
	height: 40px;
	padding: 6px 0;
}
.get_date_format2 .blog-date2 span.date {
	color: #012B48;
	font-size: 24px;
	text-align: left;
	padding-left: 12px;
	padding-top: 10px;
}
.get_date_format2 .blog-date2 span.month {
	text-align: right;
	padding-right: 12px;
	font-size: 18px;
}
#blog-home .owl-navigation-yes .owl-nav {
	top: -80px;
}
.bs-img {
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.bs-img img {
	width: 100%;
}
.widget-title a {
	color: #fff;
}
.widget-title a:hover {
	color: #fff;
}
.widget-title a:visited {
	color: #fff;
}
/* -----------------------
		14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
	margin-top: 50px;
}
.rs-blog .blog-item {
	margin-bottom: 50px;
}
.rs-blog .blog-item .blog-img {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
}
.rs-blog .blog-item .blog-img a {
	z-index: 11;
	position: relative;
}
.rs-blog .blog-item .blog-img .blog-img-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 10;
	padding: 20px;
	opacity: 0;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
	display: inline-block;
	font-size: 19px;
	width: 52px;
	line-height: 54px;
	height: 52px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	transition: all .3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
	background: #4068fc;
	color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 15px;
	color: #fff;
	margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
	color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
	top: 0px;
	opacity: 1;
}
.rs-blog .blog-item .blog-meta {
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 10px;
	font-size: 15px;
    color: #46484e;
}
.rs-blog .blog-item .blog-meta .seperator {
	padding-left: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
	display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-date i,
.af-search-page .blog-meta li i {
	color: #4068fc;
	margin-right: 7px;
}
.af-search-page .blog-meta{
	margin-bottom: 10px;
}

.rs-blog .blog-item .blog-meta .blog-date i.fa-calendar-check-o:before {
	font-size: 13px;
}
.rs-blog .blog-item .blog-meta .categories a {
	font-weight: 500;
	font-size: 14px;
	color: #4068fc;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
	opacity: 0.8;
}
.rs-blog .blog-item .blog-meta .blog-lc {
	display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
	display: inline-block;
}
.rs-blog .blog-item .date-post {
	padding: 0;
	color: #666;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 12px;
}
.rs-blog .blog-item span.author,
.rs-blog .blog-item span.category {
	padding: 0;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 0;
	display: inline;
	position: relative;
	text-transform: inherit;
}
.rs-blog .blog-item .blog-slidermeta {
	margin-bottom: 6px;
}
.rs-blog .blog-item .blog-slidermeta span.seperator {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}
.rs-blog .blog-item .blog-slidermeta span.category a {
	color: #666;
}
.rs-blog .blog-item .blog-slidermeta span.category a:hover {
	color: #4068fc;
}
.rs-blog .blog-item div.comment {
	padding: 0;
	color: #ff7c3f;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px !important;
	line-height: normal;
}
.rs-blog .blog-item .blog-author {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
	float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
	margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
	font-size: 15px;
	margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
	font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
	margin: 0;
	clear: both;
	font-size: 16px;
	color:#46484e;
}
.rs-blog .blog-item .blog-desc p {
	margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
	position: relative;	
	color: #46484e;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;	
}
.rs-blog .blog-item .blog-button a i{
	margin-left: 10px;
}
.rs-blog .blog-item .blog-button a:hover{
	color: #4068fc;
}

.rs-blog .rs-blog .blog-item.style1 .blogfull .blog-slidermeta {
	font-size: 14px;
}
.rs-blog .full-layout {
	width: 100%;
}
.rs-blog .sidebar-none {
	display: none;
}
.rs-blog .owl-nav {
	display: none;
}
.rs-blog .home_full_blog {
	padding: 0;
}
.rs-blog .home_full_blog .blog-desc {
	margin-bottom: 20px;
}
.rs-blog .home_full_blog .blog-date {
	padding-top: 15px;
}
.comment i {
	color: #666;
	font-size: 12px;
}
.single-post .rs-blog-details .single-content-full ul.stylelisting {
	margin-bottom: 28px;
	margin-left: 20px;
}
.single-post .rs-blog-details .bs-meta {
	margin-top: 0px;
	margin-bottom: 18px;
}
.single-post .comment-respond .form-submit {
	margin-bottom: 0;
}
.flickr-widget ul {
	margin: 0;
	padding: 0;
}
.flickr-widget ul li {
	display: inline-block;
	margin: 0 !important;
	border: none !important;
	padding: 2px !important;
	width: 25%;
}
.flickr-widget ul li a img {
	width: 100%;
}
.home-blog-area .blog-item {
	padding: 0 1px;
	background: transparent;
}
.home-blog-area .blog-item .content-overlay:before {
	border-radius: 5px;
}
.home-blog-area .blog-item .blog-img img {
	border-radius: 3px 3px 0 0;
}
.home-blog-area .home_full_blog {
	border: none;
	border-radius: 0 0 5px 5px;
}
.home-blog-area .blog-meta {
	margin-top: 20px;
}
body.archive .rs-blog .blog-item {
	overflow: hidden;
	margin-bottom: 55px;
}
.blog-seo .rs-blog .blog-item div.comment {
	padding: 6px 28px 5px;
}
#blog-home.blog-personel .owl-nav {
	display: none !important;
}
.ps-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ps-navigation ul {
	margin: 0 !important;
	list-style: none;
}
.ps-navigation ul a {
	text-transform: uppercase;
	background: transparent;
	color: #666666;
	border-radius: 3px;
	font-weight: bold;
}
.ps-navigation ul a span {
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	vertical-align: middle;
}
.ps-navigation ul a i {
	vertical-align: text-top;
}
.ps-navigation ul a:hover {
	color: #4068fc;
}
.ps-navigation ul a:hover span {
	color: #4068fc !important;
}
.ps-navigation ul li {
	word-break: break-word;
}
.ps-navigation ul li.next {
	float: right;
}
.ps-navigation ul li.prev {
	float: left;
}
.ps-navigation ul li:nth-child(2) {
	text-align: right;
}
/* ------------------------------------
		22. Blog Details
	---------------------------------------*/
.rs-blog-details .single-content-full .blog-meta {
	display: none;
}
.rs-blog-details .bs-img {
	margin-bottom: 25px;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
}
.rs-blog-details .bs-img img {
	border-radius: 3px;
}
.rs-blog-details .single-title {
	margin-bottom: 10px;
}


.rs-blog-details .type-post .single-content-full {
	padding:0px;
	overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
	padding: 0;
}
.rs-blog-details .type-post .tag-line a {
	font-weight: 400;
	color: #7a7a7a;
}
.rs-blog-details .type-post .tag-line a:hover {
	color: #4068fc;
}
.rs-blog-details .bs-info {
	margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
	margin-top: 25px;
	clear: both;
}
.rs-blog-details .bs-info.tags a {
	font-size: 12px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	color: #666666;
	background: rgba(170, 170, 170, 0.15);
	padding: 2px 9px;
	border-radius: 5px;
	line-height: 20px;
	margin: 3px;
}
.rs-blog-details .bs-info.tags a:hover {
	background: #4068fc;
	border-color: #4068fc;
	color: #fff;
}
.rs-blog-details .ps-navigation ul {
	list-style: none;
	margin: 0;
}
.rs-blog-details .bs-title {
	margin-top: 0px;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.rs-blog-details .single-page-info .p-user .author-img {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 10px;
}
.rs-blog-details .single-page-info .p-user .author-img img {
	border-radius: 50%;
}
.rs-blog-details .single-page-info .p-date,
.rs-blog-details .single-page-info .author-name,
.rs-blog-details .single-page-info .p-cname {
	padding: 0;
	color: #666;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
	color: #666;
}
.rs-blog-details .bs-meta {
	font-size: 14px;
	margin: 15px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.rs-blog-details .bs-meta li {
	display: inline-block;
	line-height: 10px;
	margin-right: 10px;
}
.rs-blog-details .bs-meta li i {
	margin-right: 3px;
	font-size: 12px;
	color: #aaa;
}
.rs-blog-details .bs-meta li a {
	color: #666;
}
.rs-blog-details .bs-meta li.category-name ul {
	margin: 0;
	float: left;
	padding-left: 8px;
}
.rs-blog-details .bs-meta li .seperator {
	padding-right: 10px;
}
.rs-blog-details .bs-desc {
	margin-top: 0;
}
.rs-blog-details .bs-desc p:last-child {
	margin-bottom: 10px;
}
.rs-blog-details .related-post {
	margin-top: 40px;
	padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
	color: #012B48;
}
.rs-blog-details .related-post .blog-title a:hover {
	color: #ff7c3f;
}


.rs-blog-details .author-block .author-title a {
	color: #212121;
}
.rs-blog-details .author-block p {
	margin-bottom: 8px;
}
.rs-blog-details .comment-respond {
	margin-top: 0px;
}
.rs-blog-details .comments-title {
	font-size: 24px;
	margin-bottom: 40px;
}
.rs-blog-details #reply-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px !important;
	position: relative;
}
.rs-events-grid .event-block .inner-box h3{
	font-size: 20px;
	line-height: 1.5;
}
.rs-blog-details #reply-title small {
	font-size: 80%;
	font-weight: bold;
	padding-left: 8px;
}
.rs-blog-details #reply-title small a {
	color: #4068fc;
}
.rs-blog-details #reply-title small a:hover {
	color: #4068fc;
}
.rs-blog-details .comment-block {
	margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
	margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before,
.rs-blog-details .comment-block .comment .comment-header:after {
	content: "";
	display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
	clear: both;
}
.rs-blog-details .comment-block .comment img {
	float: left;
	margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
	margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
	margin-bottom: 0;
}
.rs-blog-details .btm-cate {
	overflow: hidden;
	list-style: none;
	position: relative;
	margin: 0 0 20px;
}
.rs-blog-details .btm-cate li {
	display: inline-block;
	margin-right: 25px;
	text-transform: capitalize;
}
.rs-blog-details .btm-cate li i{
	margin-right: 3px;
	margin-left:3px;
}
.rs-blog-details .btm-cate li i.fa-calendar-check-o{
	font-size: 14px;
}
.rs-blog-details .btm-cate .tag-line i{
	margin-right: 8px
}
.rs-blog-details .btm-cate li:last-child {
	margin-right: 0;
}
.rs-blog-details .btm-cate .category-name i {
	margin-right: 3px;
	color: #aaa;
}
.rs-blog-details .btm-cate .tag-line {
	position: relative;
	padding-left: 2px;
	color: #666;
}

.rs-blog-details .btm-cate .tag-line .seperator {
	padding-right: 12px !important;
}
ol.comment-list .comment-respond .form-submit {
	margin-bottom: 50px;
}
.single .tag-line {
	position: relative;
	color: #666;
}
.single .tag-line a {
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	position: relative;
}
.single .ps-navigation {
	margin: 30px 0;
}

.single .ps-navigation .prev {
	width: 50%;
}
.single .ps-navigation .prev i {
	position: relative;
	top: -3px;
}
.single .ps-navigation .prev .next_link {
	margin-left: 0;
}
.single .ps-navigation .next {
	width: 50%;
}
.single .ps-navigation .next .next_link {
	margin-right: 0;
}
.single .ps-navigation .next i {
	position: relative;
	top: -3px;
}
.single .ps-navigation .next_link {
	text-transform: uppercase;
	color: #909090 !important;
}
.single .ps-navigation .link_text {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: #012B48;
}
.single .ps-navigation .link_text i {
	color: #909090;
	margin-top: -9px;
}
.single-post .ps-navigation {
	border-top: 1px solid rgba(170, 170, 170, 0.25);
	border-bottom: 1px solid rgba(170, 170, 170, 0.25);
	padding: 30px 0;
}
.single-post .ps-navigation .link_text {
	font-size: 16px;
}
.single-post .single-content-full ul.btm-cate {
	padding-bottom: 11px;
}
.single-post .single-content-full ul.btm-cate li {
	margin-right: 25px;
}
.single-post .single-content-full ul.btm-cate li i {
	margin-right: 3px;
	color: #4068fc;
}
.single-post .single-content-full ul.btm-cate li i.fa.fa-user-o {
	margin-right: 4px;
}
.single-post .single-content-full ul.btm-cate li i.fa.fa-folder-o {
	margin-right: 7px;
}
.single-post .single-posts-meta {
	margin: 0 !important;
	padding: 0;
}
.single-post .single-posts-meta li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	color: #ccc;
}
.single-post .single-posts-meta li span i {
	font-size: 13px;
	margin-right: 3px;
}
.single-post .single-posts-meta li ul {
	margin: 0;
	position: relative;
	padding-left: 0px;
}
.single-post .single-posts-meta li ul li {
	position: relative;
}
.single-post .single-posts-meta li ul li a {
	color: #5E7CA5; 
}
.single-post .single-posts-meta li ul li a:hover {
	color: #4068fc;
}
.single-post .single-posts-meta li ul li:before {
	content: ",";
	position: absolute;
	font-size: 16px;
	font-style: normal;
	right: 4px;
	top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
	display: none;
}
.blog-page .btm-cate,
.af-search-page .btm-cate{
	overflow: hidden;
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
	color: #46484e;
}
.blog-page .btm-cate li,
.af-search-page .btm-cate li {
	text-transform: capitalize;
	display: inline-block;
	margin-right: 20px;
}
.blog-page .btm-cate li:last-child{
	margin-right: 0;
}
.blog-page .btm-cate li a,
.af-search-page .btm-cate li a {
	color: #666;
}
.blog-page .btm-cate li a:hover,
.af-search-page .btm-cate li a:hover {
	color: #ff7c3f;
}

.comment-respond .form-field {
	margin-bottom: 30px;
	position: relative;
}
.comment-respond .form-field i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}
.comment-respond .form-field input {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
	width: 100%;
	padding: 8px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
	clear: both;
	text-align: left;
}
.comment-respond .form-submit #submit {
	border: none;
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
    width: auto;
    height: auto;
    line-height: unset;
    font-weight: 500;
    padding: 11px 22px 9px;
    border-radius: 6px;
}
.comments-area {
	margin-top: 0;
}
.rs-blog-details .bs-desc {
    margin-bottom: 20px;
}
body.single-post .comments-area {
    padding: 0px !important;
}
.comments-area ol.children {
	padding: 10px 0 0;
}
.comments-area .comment-full {
	max-width: 100%;
}
.comments-area .comment-list {
	margin: 0;
	padding: 0;
}
.comments-area .comment-list li.comment {
	padding: 0;
	margin: 20px 0 25px;
	border-radius: 3px;
	list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
	padding: 0;
	border-radius: 0px;
	position: relative;
}
.comments-area .comment-list li.comment .comment-body {
	padding-bottom: 0;
	position: relative;
	padding-left: 98px;
	margin-bottom: 14px;
}
.comments-area .comment-list li.comment #respond {
	padding-left: 98px;
	padding-bottom: 0;
	padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
	display: none;
}
.comments-area .comment-list li.comment .comment-author {
	text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
	color: #012B48;
}
.comments-area .comment-list li.comment .comment-author img {
	float: left;
	border-radius: 5px;
	position: absolute;
	left: 0;
}
.comments-area .comment-list li.comment .comment-author b {
	float: left;
	padding-right: 14px;
	padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
	margin-left: 0;
	margin-top: 0;
	font-size: 14px;
	padding-top: 0;
	clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
	color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
	margin-top: 6px;
	border-radius: 5px;
	padding-left: 0;
	padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
	margin-bottom: 4px;
}
.comments-area .comment-list li.comment .reply {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	padding-bottom: 0;
	text-align: left;
	border-radius: 30px;
}
.comments-area .comment-list li.comment .reply a {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 14px;
	font-weight: 500;
	background: #4068fc;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	padding:2px 14px;
	z-index: 1;
	border: none;
}
.comments-area .comment-list li.comment .reply a:hover {
	background: #121317;
}
.comments-area .comment-list li.comment .comment {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
	padding-right: 0;
	margin-left: 2.5em;
	margin-top: 0;
}

.comments-area p.comment-form-author {
	padding-right: 25px;
}
.comments-area p.comment-form-author,
.comments-area p.comment-form-email {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}
.comments-area p.comment-form-author label,
.comments-area p.comment-form-email label {
	display: block;
}
.comments-area p.comment-form-author input,
.comments-area p.comment-form-email input,
.comments-area p.comment-form-author textarea,
.comments-area p.comment-form-email textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	border-radius: 0;
	color: #7a7a7a;
	border: none;
	height: 50px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
	background-color: #F0F5FB;
	font-size: 16px;
}
.comments-area p.comment-form-url {
	clear: both;
}
.comments-area p.comment-form-url label {
	display: block;
}
.comments-area p.comment-form-url input {
	height: 53px;
	padding: 5px 20px;
}
.comments-area p.comment-form-comment {
	clear: both;
	margin-bottom: 0;
}
.comments-area p.comment-form-comment label {
	display: block;
}
.comments-area p.comment-form-comment textarea {
	height: 160px;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 4px;
	background: #fff;
	outline: 0;
	border:none;
	background-color: #F0F5FB;
	font-size: 16px;
}
.comments-area input,
.comments-area textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: #333;
	border: 1px solid transparent;
	height: 46px;
	font-size: 14px;
	border-radius: 4px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comments-area input::-webkit-input-placeholder,
.comments-area textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #666 !important;
	opacity: 1;
}
.comments-area input::-moz-placeholder,
.comments-area textarea::-moz-placeholder {
	/* Firefox 19+ */

	color: #666 !important;
	opacity: 1;
}
.comments-area input:-ms-input-placeholder,
.comments-area textarea:-ms-input-placeholder {
	/* IE 10+ */

	color: #666 !important;
	opacity: 1;
}
.comments-area input:-moz-placeholder,
.comments-area textarea:-moz-placeholder {
	/* Firefox 18- */

	color: #666 !important;
	opacity: 1;
}
.comments-area .form-submit input {
	box-shadow: none;
}
.comments-area .comment-navigation {
	overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
	position: relative;
	padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 0;
	top: 1px;
	color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
	position: relative;
	padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 0;
	top: 1px;
	color: #4caf50;
}
.comments-area label {
	font-weight: 400;
}

.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
	display: none;
}
.inner-page-title {
	padding-top: 70px;
}
.dynamic-sidebar .recent-widget {
	margin: 0 0 3em;
}
.padding-left-sidebar .dynamic-sidebar {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 0;
}
#respond {
	border-radius: 5px;
}
li.comment #respond {
	background: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
.check-arrow {
	padding: 0;
}
.check-arrow li {
	position: relative;
	list-style: none;
	padding: 0 0 0 26px;
}
.check-arrow li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 4px;
	right: auto;
	top: 0px;
	font-size: 14px;
	color: #ff7c3f;
}
.check-circle {
	padding: 0;
}
.check-circle li {
	position: relative;
	list-style: none;
	padding: 0 0 0 26px;
}
.check-circle li:before {
	font-family: FontAwesome;
	content: "\f058";
	position: absolute;
	left: 0;
	right: auto;
	top: 0px;
	font-size: 18px;
	color: #4068fc;
	width: 40px;
	height: 40px;
}
/* ------------------------------------
		23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .widget_archive ul li,
.bs-sidebar .widget_nav_menu ul li,
.bs-sidebar .widget_categories ul li,
.bs-sidebar .widget_pages ul li,
.bs-sidebar .widget_meta ul li,
.bs-sidebar ul li ul.children li,
.bs-sidebar .widget_recent_comments ul li,
.bs-sidebar .widget_recent_entries ul li {
	border-top: 1px solid #f2f2f2;
}
.bs-sidebar .widget_archive ul li a,
.bs-sidebar .widget_nav_menu ul li a,
.bs-sidebar .widget_categories ul li a,
.bs-sidebar .widget_pages ul li a,
.bs-sidebar .widget_meta ul li a,
.bs-sidebar .widget_recent_comments ul li a,
.bs-sidebar .widget_recent_entries ul li a {
	position: relative;
	padding: 6px 0px 6px 6px;
	display:inline-block;
}
.bs-sidebar ul > li:first-child {
    margin-top:0px;
    padding-top:0px;
	border-top:0;
}
.bs-sidebar ul li:first-child a{
    padding-top:0px;
}
.bs-sidebar .widget_categories ul li a:hover{
	color: #4068fc;
}

.bs-sidebar .widget-title {
	position: relative;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: capitalize;	
	font-size: 20px;
	margin-bottom: 55px;
	display:block;
	line-height: 1em;
}
.bs-sidebar .widget-title:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 1px;
	height: 2px;
	width: 50px;
	background-color: #ff8b0e;
}
.bs-sidebar .show-featured {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	margin-bottom: 24px;
	overflow: hidden;
}
.bs-sidebar .show-featured:last-child {
	margin-bottom: 0;
}
.bs-sidebar .show-featured .post-img {
	float: left;
	margin-right: 20px;
	width: 130px;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc{
	margin-top: -6px;
}
.bs-sidebar .show-featured .post-img img{
	border-radius: 6px;
}
.bs-sidebar .show-featured .post-item {
	overflow: hidden;
}
.bs-sidebar .widget {
	background: #fff;
	position: relative;
	margin-bottom: 55px;
	z-index: 10;
}
.bs-sidebar select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	position:relative;
	background: url(../images/down.png) top 16px right 20px;
    background-repeat: no-repeat;
}

.bs-sidebar #categories-2 .widget.widget_categories{
	margin-bottom: 35px;
}



.bs-sidebar .widget_media_image {
	padding: 0;
	background: none;
}
.bs-sidebar .widget:last-child {
	margin-bottom: 0;
}
.bs-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bs-sidebar ul a {
	color: #252525; 
	transition: all 0.4s ease-in-out 0s;
	font-weight: 500;
	font-family: Poppins;
}
.bs-sidebar ul a:hover {
	color: #4068fc;
}
.bs-sidebar ul li, .bs-sidebar ul li ul.children li{
	margin-top: 10px;
	padding-top: 10px;
}

.single-post .bs-desc .wp-block-image{
	margin-bottom: 36px;
}
.single-post .bs-desc h1,
.single-post .bs-desc h2,
.single-post .bs-desc h3,
.single-post .bs-desc h4,
.single-post .bs-desc h5,
.single-post .bs-desc h6,
.rs-courses-details .event-desc h1,
.rs-courses-details .event-desc h2,
.rs-courses-details .event-desc h3,
.rs-courses-details .event-desc h4,
.rs-courses-details .event-desc h5,
.rs-courses-details .event-desc h6,
.rs-blog-details #reply-title,
.rs-blog-details .author-block .author-title{
	color: #1d1d1d;
}
.single-events .rs-courses-details .title{
	color: #252525;
	margin-bottom: 13px;
}


.bs-sidebar .widget_calendar table caption {
	padding-bottom: 0;
}

.bs-sidebar .widget_archive ul li:first-child:after {
	top: 0px;
}

.bs-sidebar .bs-search {
	overflow: hidden;
	position: relative;
}

.bs-sidebar .bs-search button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 54px;
	width: 70px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	line-height: 100%;
	font-weight: normal;
	background: transparent;
	outline: none;
	border: 0;
}
.bs-sidebar .bs-search input:focus {
	outline: 0;
}
.bs-sidebar .bs-search button i:before {
	margin: 0;
	color: #1c1d21;
	font-weight:600;
}


.bs-sidebar .bs-search label {
	display: inline;
	font-weight: normal;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
	list-style: none;
}
.bs-sidebar .recent-post-widget > div + div {
	margin-top: 25px;
}
.bs-sidebar .recent-post-widget .post-date {
	font-size: 14px;
}
.bs-sidebar .recent-post-widget .post-title {
	font-weight: 500;
	margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
	font-size: 16px;
}
.bs-sidebar .recent-post-widget .post-desc a {
	display: block;
	line-height: 22px;
	color: #121317;
	transition: all 0.4s ease-in-out 0s;
	font-weight: 500;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
	color: #4068fc;
}
.bs-sidebar .recent-post-widget .post-desc span {
	display: block;
	color: #46484e;
	font-size: 13px;
}
.bs-sidebar .recent-post-widget .post-desc span i {
	margin-right: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
	font-size: 13px;
	margin: 0 2px 0 0;
	position: relative;
	top: 2px;
	color: #4068fc;
}
.bs-sidebar .tagcloud a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 2px 12px 2px;
	margin: 0px 5px 10px 0px;
	color: #46484e;
	text-align: center;
	font-size: 13px !important;
	background: none;
	font-weight: 500;
	border-radius: 5px;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	border: 2px solid #eff0f5;
}
.bs-sidebar .tagcloud a:hover {
	background-color: #4068fc;
	color: #fff;
}
.bottom-shadow1 {
	padding: 32px 0 20px 0;
}
.page-header {
	margin: 0 0 20px;
}
.page-header h1 {
	margin-top: 0;
}
body.single-post,
body.blog,
body.archive,
body.single-lp_course,
body.single-events,
body.single-services,
body.single-mp-event,
body.search {
	background: #fff;
}
body.archive.post-type-archive-product {
	background: #f0f5fb !important;
}
body.search .entry-summary .blog-button a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #46484e;
}
body.search .entry-summary .blog-button a i{
	margin-left: 5px;
}
body.search .entry-summary .blog-button a:hover{
	color: #4068fc;
}
body.search .main-contain #content {
	padding-top: 100px !important;
	padding-bottom: 85px !important;
}

.bs-search {
	overflow: hidden;
	position: relative;
}
.bs-search input {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	border: 1px solid transparent;
	background: #ffffff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 60px;
	color: #000000;
	border-radius: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.bs-search button {
	position: absolute;
	right: 0px;
	border: 0;
	top: 0px;
	height: 60px;
	width: 70px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	line-height: 100%;
	font-weight: normal;
	background: #4068fc;
}
.bs-search button i:before {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.bs-search button:hover i:before {
	color: #4068fc;
}
.bs-search label {
	display: inline;
	font-weight: normal;
}
article.sticky .blog-title a {
	color: #4068fc;
	position: relative;
	padding-left: 25px;
}
article.sticky .blog-title a:after{
	font-family: FontAwesome;
	content: "\f08d";
	position: absolute;
	left: 0;
	top: 3px;
	color: #4068fc;
	font-size: 25px;
}
.archive-post h3.blog-title a {
	color: #ff7c3f;
}
.archive-post h3.blog-title a:hover {
	color: #4068fc;
}
body.archive .rs-breadcrumbs.heads_trans .breadcrumbs-inner,
body.single-product .rs-breadcrumbs.heads_trans .breadcrumbs-inner {
	padding: 160px 0 160px;
}

.learn-press-form-login.learn-press-form button{
	border: none;
	color: #fff;
}
.learn-press-form-login.learn-press-form button span i{
	display: none;
}



/* ------------------------------------
		24. Blog Pagination
---------------------------------------*/
.page-numbers.dots {
	padding-left: 13px;
	border-right: 1px solid #E6E6E6;
	padding-right: 20px;
	line-height: 24px;
	display: inline-block;
}
.pagination-area {
	padding-top: 25px;
	clear: both;
}
.pagination-area .pagination {
	padding: 0;
	margin: 0;
}


.single-content-full .page-links{
	display: inline-block;
	border: 1px solid #f9f9f9;
	padding: 11px 30px 11px 30px;
	border-radius: 3px;
	box-shadow: 0 0 30px rgba(0,0,0,5%);
	background: #fff;
}



.pagination-area .nav-links span,
.pagination-area .nav-links a {
	padding: 7px 17px;
	line-height: 23px;
	color: #46484e;
	transition: all .4s ease-in-out 0s;
	background: 0 0;
	opacity: .96;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
	border: 2px solid #eff0f5 !important;
	text-align: center;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
}
.entry-content .page-links .pagination-pages span.page-number{
	padding: 7px 17px;
	line-height: 23px;
	color: #46484e;
	transition: all .4s ease-in-out 0s;
	background: 0 0;
	opacity: .96;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 10px;
	border: 2px solid #eff0f5 !important;
	text-align: center;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
}
.entry-content .page-links .pagination-pages span.current span.page-number,
.entry-content .page-links .pagination-pages span.page-number:hover{
	color: #fff;
	background: #4068fc !important;
	border-color: #4068fc !important;
}
.pagination-area .nav-links span:hover,
.pagination-area .nav-links a:hover {
	background: #4068fc;
	border-color: #4068fc !important;
	color: #fff;
}

.entry-content .page-links .pagination-pages span{
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 40px;
}



.entry-content .page-links .pagination-pages span:last-child:after{
	display: none;
}

.entry-content .page-links .pagination-pages span span:after{
	display: none;
}



.single-content-full .page-links a span,
.single-content-full .page-links span span{
	position: relative;
}

.single-content-full .page-links span span{
	margin: 0 8px 0 0;
	padding: 0 18px 0 0;
}

.single-content-full .page-links a span{
	margin: 0 10px 0 0;
	padding: 0 22px 0 0;
}

.single-content-full .page-links a:hover span{
	color: #f95925;
}



.single-content-full .page-links a span:after,
.single-content-full .page-links span span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #f95925;
	display: block;
}

.single-content-full .page-links a:last-child span:after{
	display: none;
}

.single-content-full .page-links span {
    padding: 0;
    margin: 0;
}

.single-content-full .page-links a:last-child span{
	margin-right: 0;
	padding-right: 0;
}


.pagination-area .nav-links a.next:after {
	display: none;
}
.pagination-area .nav-links a.next:before {
	left: auto;
	right: 0;
	top: 52%;
}
.pagination-area .nav-links span:hover,
.pagination-area .nav-links a:hover {
	color: #fff;
}
.pagination-area .nav-links a.next.page-numbers {
	border-right: 0;
	padding: 7px 50px 7px 23px;
}
.pagination-area .nav-links a.next.page-numbers:before{
	top: 18px;
	right: 24px;
}

.pagination-area .nav-links a.prev.page-numbers {
	border-right: 0;
	padding: 7px 25px 7px 50px;
}
.pagination-area .nav-links a.prev.page-numbers:before{
	transform: rotate(180deg);
	top: 7px;
	left: 22px;
}
.pagination-area .nav-links a:hover,
.pagination-area .nav-links span.current {
	color: #fff;
	background: #4068fc;
	border-color: #4068fc !important;
}
.pagination-area .nav-links .next,
.pagination-area .nav-links .prev {
	position: relative;
}
.pagination-area .nav-links .prev {
	padding-left: 20px;
}
.pagination-area .nav-links .next:before,
.pagination-area .nav-links .prev:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #252525;
	font-family: "Flaticon";
	z-index: 11;
	font-size: 15px;
	transition: 0.3s;
}
.pagination-area .nav-links .next:hover:before,
.pagination-area .nav-links .prev:hover:before {
	color: #fff;
}
.pagination-area .nav-links .prev:before {
	content: "\f10c";
}
.pagination-area .nav-links .next:before {
	content: "\f10c";
}

.entry-footer .edit-link {
	padding: 20px;
	display: block;
}
.page-links {
	display: block;
	clear: both;
}
.page-links span {
	padding: 3px 5px;
	margin: 0 0 0 5px;
}
.page-links .current span {
	color: #4068fc;
}
.page-links a span {
	background: transparent !important;
	color: #757575;
}
.comment-list .pingback,
.comment-list .trackback {
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
	line-height: 22px;
}

li.category-name ul.post-categories {
	position: relative;
	float: none !important;
	padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
	content: "\f115";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	left: 0;
	top: 7px;
	color: #4068fc;
}
/*-------------------
		Search Results
---------------------*/
.search-no-results .site-main,
body.search-results .site-main > article {
	background: #fff;
	padding: 35px 40px 35px 40px;
	border: 2px solid #eff0f5;
    border-radius: 6px;
}
.search-no-results .site-main .search-form input{
	background: #F0F5FB;
}
body.search-results .site-main > article .entry-title {
	font-weight: 600;
	margin-bottom: 12px;
	font-size:26px;
}
body.search-results .site-main > article .entry-title a {
	color: #121317;
}
body.search-results .site-main > article .entry-title a:hover {
	color: #4068fc;
}

body.search-results .site-main > article .entry-summary p:last-child {
	margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
	margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
	color: #012B48;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
	color: #4068fc;
}
body.search-results .site-main > article .entry-summary .search-button a i {
	vertical-align: middle;
	transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
	padding: 20px 35px;
	background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
	display: none;
}
body.search-results .site-main > article .entry-footer span {
	font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
	font-weight: 400;
	color: #5E7CA5; 
}
body.search-results .site-main > article .entry-footer span a:hover {
	color: #4068fc;
}
body.search-results .pagination-area .pagination {
	margin: 30px 0 0;
}
/* ---------------------------
		Header Section 
------------------------------*/
#rs-header {
	width: 100%;
	z-index: 9;
}

#rs-header .container-fluid {
		max-width: 1600px;
}

#rs-header .top-bar-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#rs-header .top-bar-right .login-nav {
	position: relative;
	padding: 0px 0px;
	border-left: 1px solid #ececed;
	margin-left: 30px;
}
#rs-header .top-bar-right .login-nav ul {
	padding: 0;
	margin: 0;
	position: relative;
	margin-left: 30px;
}

#rs-header .top-bar-right .login-nav li {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	background: url(../images/user.svg) left center;
	background-repeat: no-repeat;
	height: 22px;
}
#rs-header .top-bar-right .login-nav li a {
	position: relative;
	color: #012B48;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
#rs-header .top-bar-right .login-nav li a:hover{
	color: #4068fc;
}
#rs-header .top-bar-right .login-nav li a:hover {
	color: #4068fc;
}
#rs-header .top-bar-right .login-nav li:last-child a {
	font-weight: 400;
}
#rs-header .top-bar-right .login-nav li:last-child a:hover {
	color: #4068fc;
}
#rs-header .toolbar-area {
	background: #fff;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	color: #46484e;
	font-size: 14px;
	border:1px solid #ececed;
}

#rs-header .toolbar-area .row {
	align-items: center;
}
#rs-header .toolbar-area span {
	font-weight: 600;
}
#rs-header .toolbar-area .toolbar-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
	display: inline-block;
	margin-right: 25px;
	line-height: 27px;
	color: #fff;
	position: relative;
}
#rs-header .toolbar-area .toolbar-contact ul li:first-child{
	border-right: 1px solid #ececed;
	margin-right: 25px;
	padding-right: 30px
}
#rs-header .toolbar-area .toolbar-contact ul li svg{
	color:#4068fc;
}
#rs-header .toolbar-area .toolbar-contact ul li:before{
	position: absolute;
	left: 0;
	color: #4068fc;
	font-family: fontawesome;
	font-size: 20px;
	top: 2px;
}

#rs-header .toolbar-area .toolbar-contact ul li i {
	font-size: 14px;
	margin-right: 6px;
	vertical-align: middle;
	color: #4068fc;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flaticon-mail {
	position: relative;
	top: 1px;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
	font-size: 18px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
	transition: all 0.4s ease-in-out 0s;
	color: #46484e;
	padding-left:5px;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
	color: #4068fc;
}
#rs-header .toolbar-area .opening {
	margin-right: 20px;
}
#rs-header .toolbar-area .opening i {
	margin-right: 8px;
	line-height: 20px;
}
#rs-header .toolbar-area .opening i:before {
	font-size: 15px;
	font-weight: 600;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
	text-align: right;
	margin: 0px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
	margin-left: 20px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
	display: block;
	color: #012B48;
	transition: all 0.4s ease-in-out 0s;
	text-decoration: none;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
	color: #4068fc;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i {
	text-align: center;
	display: inline-block;
	color: #46484e;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a i:hover {
	color: #4068fc;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons {
	position: relative;
	padding-right: 25px;
	color: #fff;
	margin-left: 30px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:before {
	font-family: Flaticon;
	font-size: 15px;
	font-style: normal;
	color: #4068fc;
	position: absolute;
	content: "\f100";
	right: 0;
	top: 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-buttons:hover {
	color: #4068fc;
}
#rs-header .row-table {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#rs-header .row-table .col-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#rs-header .logo-area {
	position: relative;
	z-index: 9;
	float: left;
	margin-right: 20px;
}
body.page .comments-area p.comment-form-comment textarea,
body.page p.comment-form-author input,
body.page .comments-area p.comment-form-email input{
	background: #eff1f6;
	border-radius: 6px !important;
    padding: 15px 25px;
    border: 2px solid #fff;
}

body.page .comments-area p.comment-form-comment textarea:focus,
body.page p.comment-form-author input:focus,
body.page .comments-area p.comment-form-email input:focus{
	background: transparent !important;
    border: 2px solid #4068fc;
}
#rs-header .logo-area a {
	font-weight: 700;
	color: #1d1d1d;
	transition: all 0.4s ease-in-out 0s;
	font-size: 37px;
	display: inline-block;
	line-height: 20px;
}
#rs-header .sticky .logo-area a{
	color: #4068fc; 
}
#rs-header .sticky .logo-area .site-title{
	margin:0;
}
#rs-header .logo-area a:hover {
	color: #4068fc;
}
#rs-header .logo-area a img {
	display: inline-block;
	vertical-align: middle;
}
#rs-header .logo-area .site-title a {
	line-height: inherit;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search,
#rs-header .menu-responsive .sidebarmenu-search .phone_call {
	padding-top: 32px;
	padding-bottom: 30px;
	cursor: pointer;
	color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before,
#rs-header .menu-responsive .sidebarmenu-search .phone_call i:before {
	font-size: 18px;
	font-weight: 600;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
	position: absolute;
	bottom: -53px;
	right: 0;
	width: 100%;
	max-width: 300px;
	z-index: 99;
}
#rs-header .menu-sticky.sticky {
	backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky .btn_quote a {
	border-color: #4068fc;
}
#rs-header .menu-sticky.sticky .menu-area .navbar {
	margin-right: 0;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
	color: #222;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li {
	padding: 0 !important;
}
#rs-header .sticky_search {
	font-size: 18px;
}
#rs-header .sidebarmenu-area {
	margin-left: 30px;
}
#rs-header .sticky_search {
	margin-left: 25px;
}
.header-inner.menu-sticky.sticky .nav-link-container .nav-menu-link span{
	background: #4068fc;
}
#rs-header .sticky_search:hover .fa:before{
	color: #4068fc;
}
.header-inner.menu-sticky.sticky .sticky_search{
	display: none;
}
body .toolbar-area.rs-topbar-2{
	padding: 5px 0 !important;
	font-size: 14px;
}
.toolbar-area.rs-topbar-2 .top-right-menu.text-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#rs-header .toolbar-area.rs-topbar-2 .toolbar-sl-share ul{
	padding: 0;
}
#rs-header .toolbar-area.rs-topbar-2 .top-right-menu ul li a{
	padding-left: 0;
}
.menu-area .navbar ul > li.menu-item-has-children > a {
	position: relative;
}
.search-boxed {
	position: relative;
	padding: 40px 70px 20px;
	border-radius: 25px;
	max-width: 970px;
	margin: 0 auto;
	margin-top: -75px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.search-boxed .bs-search {
	overflow: visible;
}
.search-boxed .search-wrap {
	position: relative;
}
.search-boxed .search-wrap input[type="search"] {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	border: 1px solid transparent;
	background: #ffffff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 60px;
	color: #000000;
	border-radius: 0px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.search-boxed .search-wrap button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 70px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	line-height: 100%;
	font-weight: normal;
	background: #4068fc;
}
.search-boxed .search-wrap button i:before {
	color: #fff;
}
.home .search-boxed {
	margin-top: -255px;
	z-index: 1;
}
#rs-header .menu-sticky .menu-area {
	background: transparent;
}
#rs-header.rsheader_style5 .menu-sticky .menu-area {
	background: #ffffff;
}
#rs-header .menu-area .navbar ul.menu > li.current-menu-item > a:after,
#rs-header .menu-area .navbar ul.menu > li.current-menu-ancestor > a:after,
#rs-header .menu-area .navbar ul.menu > li.menu-item-has-children:hover > a:after {
	color: #4068fc;
}
#rs-header.header-transparent {
	position: absolute;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
	color: #ffffff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:before {
	color: #fff;
}
#rs-header.header-transparent .menu-area .navbar ul li a:hover {
	color: #4068fc;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover a:before {
	text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}
#rs-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-transparent .menu-area .navbar ul li.current_page_item a {
	color: #ccc;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
	color: #202427;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
	color: #4068fc;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item > a {
	color: #4068fc;
}
#rs-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover > a {
	color: #4068fc;
}
#rs-header.header-transparent .menu-area .navbar ul li:hover > a {
	color: #4068fc;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a {
	color: #012B48;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li a:hover {
	color: #012B48;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-area.dark .navbar ul li.current_page_item > a {
	color: #012B48;
}
#rs-header.header-transparent .menu-area.dark .navbar ul li .sub-menu li a {
	color: #fff;
}
#rs-header.header-transparent .menu-area.dark .menu-responsive .sidebarmenu-search .sticky_search {
	color: #012B48;
}
#rs-header.header-transparent .menu-area.dark ul.offcanvas-icon .nav-link-container .nav-menu-link span {
	background: #4068fc;
}
#rs-header.header-transparent .menu-area.dark .menu-cart-area i {
	color: #012B48;
}
#rs-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
	color: #fff;
}
#rs-header.header-transparent .toolbar-area {
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 0 5px;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li a i {
	color: #fff;
	transition: all 0.4s ease-in-out 0s;
}
#rs-header.header-transparent .toolbar-area .toolbar-sl-share ul li:hover a i {
	color: #d6d6d6 !important;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li {
	color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li i {
	color: #fff;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li a {
	color: #fff ;
}
#rs-header.header-transparent .toolbar-area .toolbar-contact ul.rs-contact-info li:hover a {
	color: #d6d6d6;
}

.transparent_head .rs-breadcrumbs .breadcrumbs-inner:before {
	top: auto;
	bottom: 40px;
}

#rs-header.single-header.header-style1 .sticky-wrapper {
	position: absolute;
	z-index: 999;
	width: 100%;
	transition: all 300ms ease-in-out;
}

#rs-header.header-style4 .sticky_search{
	color: #fff;
}
#rs-header.header-style4 .rs-right_sibebar .sticky_search{
	line-height: 0;
}
#rs-header.header-style4 .sticky_search{
	margin-left: 0;
}

#rs-header.header-style4 .menu-cart-area a{
	padding-right: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-right: 1px solid #333;
}

#rs-header.header-style4 .rs-right_sibebar {
	justify-content: flex-end;
}
#rs-header.header-style4 .d-flex{
	justify-content: space-between;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
	padding-top: 4px;
}
#rs-header.header-style4 .menu-area{
	background: #012B48;
}
.menu-area {
	padding-top: 0;
	padding-bottom: 0;
}
.menu-area .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.menu-area .navbar {
	margin-bottom: 0;
	border: 0;
	float: right;
	padding: 0;
	margin-right: 25px;
}
.menu-area .navbar ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu-area .navbar ul li {
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-in-out 0s;
	padding: 35px 14px;
	font-size: 16px;
	/*Dropdown Menu area*/
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
	color: #4068fc;
}
.menu-area .navbar ul li a {
	color: #121217;
	font-size: 14px;
	font-weight: 500;
	font-family: Poppins;
}
.menu-area .navbar ul li:hover a {
	color: #4068fc;
}
.menu-area .navbar ul li ul.sub-menu {
	min-width: 230px; 
	padding: 10px 0;
}
.menu-area .navbar ul li ul.sub-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	line-height: 25px;
}
.menu-area .navbar ul li ul.sub-menu li a {
	line-height: 25px;
	padding: 10px 30px;
	font-size: 14px;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
	color: #4068fc;
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
	color: #4068fc;
	
}
.menu-area .navbar ul li:hover ul {
	opacity: 1;
	position: absolute;
}
.menu-area .navbar ul li > a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.4s ease-in-out 0s;
	line-height: 22px;
    font-family: Poppins;
    font-size: 14px;
  
}
.menu-area .navbar ul#header_cat_menu > li > a {
	font-size: 14px;
}
.menu-area .navbar ul#header_cat_menu{
	position: relative;
	margin-left: 40px;
}


.menu-area .navbar ul#header_cat_menu li a{
	position: relative;
}

.menu-area .navbar ul#header_cat_menu li.menu-item-has-children > a:after{
	position: absolute;
	top: 50%;
    right: -18px;
    z-index: 1;
    content: "\f078";
    font-family: fontawesome !important;
    transition: all .5s ease;
    display: block !important;
    transform: translateY(-50%);
    color: #121217;
    font-size: 12px;
   
}


.menu-area .navbar ul li.active a {
	color: #012B48;
}
.menu-area .navbar ul li.active li a {
	color: #012B48;
}
.menu-area .navbar ul li.active li ahover {
	color: #012B48;
}
.menu-area .navbar ul li .sub-menu {
	background:#ffffff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	width: 230px;
	z-index: 99999 !important;
	text-align: left;
	visibility: hidden;
	-webkit-box-shadow: 0px 30px 40px 0px rgba(48, 51, 50, 0.09);
	-moz-box-shadow: 0px 30px 40px 0px rgba(48, 51, 50, 0.09);
	box-shadow: 0px 30px 40px 0px rgba(48, 51, 50, 0.09);
}
.menu-area .navbar ul li .sub-menu li {
	line-height: normal;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
	display: block;
	padding: 12px 0;
	text-transform: none;
	transition: all 0.4s ease-in-out 0s;
	color: #121217;
	font-weight: 500;
}
.menu-area .navbar ul li .sub-menu li a:hover {
	color: #EAEAEA;
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
	opacity: 1 !important;
}

.menu-area .navbar ul li .sub-menu li ul {
	top: 0 !important;
}

.viewing-course-item #learn-press-course-curriculum .section-header .section-desc{
	display: block !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-desc{
	color: #222 !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc{
	font-size: 12px !important;
}
body.blog .blog-item .blog-img .category__singe, body.archive .blog-item .blog-img .category__singe{
	display:flex !important;
	flex-wrap:wrap !important;
}
.single-content-full .bs-desc{
    overflow: hidden;
}
.menu-area .navbar ul li .sub-menu > li {
	position: relative;
	width: 100%;
	text-align: left;	
}
.item-content span i{
	z-index: 10;
}
.menu-area .navbar ul li .sub-menu > li:last-child {
	border-bottom: 0;
}
.menu-area .navbar ul li:hover ul {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.menu-area .navbar .navbar-toggle {
	background-color: #4068fc;
	border-radius: 2px;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
	opacity: 0.8;
}
.menu-area.menu_type_dark .navbar ul.menu > li.menu-item-has-children > a:after,
.menu-area.menu_type_dark .navbar ul li a {
	color: #252841;
}
.menu-area.menu_type_dark .sticky_search i:before,
.menu-area.menu_type_dark .menu-cart-area i:before {
	color: #fff;
}
#rs-header.header-style5 .header-inner .menu-area.menu_type_dark .navbar ul li a {
	color: #252841;
}
body #rs-header.header-style5 .header-inner .menu-area.menu_type_dark .navbar ul > li.current-menu-item a,
body #rs-header.header-style5 .header-inner .menu-area.menu_type_dark .navbar ul > li:hover a{
	color: #4068fc;
}

#rs-header.header-style5 .header-inner.sticky.stuck .menu-area.menu_type_dark .navbar ul li a{
		color: #fff;
}
body #rs-header.header-style5 .header-inner .menu-area.menu_type_dark .nav-menu-link span{
		background: #252841 !important;
}

body #rs-header.header-style5 .header-inner.sticky.stuck .menu-area.menu_type_dark .nav-menu-link span{
		background: #4068fc !important;
}

body #rs-header.header-style5 .header-inner .menu-area.menu_type_dark .nav-menu-link:hover span{
		background: #4068fc !important;
}

body #rs-header.header-style5 .header-inner.sticky.stuck .menu-area.menu_type_dark .nav-menu-link:hover span{
		background: #4068fc !important;
}

#rs-header.header-style-4 .menu-area .navbar ul li .sub-menu,
#rs-header.header-style5 .menu-area .navbar ul li .sub-menu {
	top: 100%;
}
.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
	color: #012B48;
}
.header-style5 .menu-area .navbar ul > li:last-child {
	padding-right: 0 !important;
}
.menu-sticky.sticky .menu-area .navbar ul li ul li a:hover {
	color: #012B48 !important;
}
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current_page_item > a,
#rs-header.header-style-4 .menu-sticky.sticky .menu-area .menu > li.current-menu-ancestor > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-area.dark .navbar ul > li:hover > a,
#rs-header.header-transparent .menu-sticky.sticky .menu-cart-area i,
#rs-header.header-transparent .menu-sticky.sticky .menu-responsive .sidebarmenu-search .sticky_search .fa,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current-menu-ancestor > a,
#rs-header.header-style5 .header-inner.menu-sticky.sticky .menu-area .navbar ul > li.current_page_item > a {
	color: #012B48;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon .nav-link-container .nav-menu-link span {
	background: #012B48 !important;
}
header.header-style3 .menu-area .navbar ul li .sub-menu li ul {
	left: 100% !important;
	padding-bottom: 0;
}
#rs-header.header-style3 .menu-area .navbar ul li .sub-menu li:hover > a {
	color: #4068fc;
}
#rs-header #right-menu li{
	position:relative;
	display:inline-block;
	padding-left: 25px;
	padding-right: 0;
}

#rs-header #right-menu li:last-child{
	padding-right: 0;
}
#rs-header.header-style1 .menu-sticky.sticky .menu-area{
	background: #ffffff !important;
}
#rs-header.header-style1 .bs-search button{
	background: transparent;
	outline: none;
}

#rs-header.header-style1 .bs-search input{
	height: 50px;
	border: 0;
	border-radius: 5px;
	outline: none;
	padding-left: 20px;
	width: 250px;
	background: #f3f4f7;
	margin-bottom: 0;
}
#rs-header.header-style1 .bs-search button{
	height: 50px;
	width: 60px;
}
#rs-header.header-style1 .bs-search button i:before{
	color: #4068fc;
	position: relative;
}
.rsheader_style5 .header-inner.menu-sticky .nav-link-container .nav-menu-link span{
	background: #4068fc;
}
.rsheader_style5 .bs-search button:hover,
.rsheader_style5 .bs-search button{
	background: transparent;
}
.rsheader_style5 .bs-search button{
	padding-top: 0;
}
.rsheader_style5 .bs-search button i:before{
	color: #4068fc;
}

.rsheader_style5 .bs-search input,
.rsheader_style5 .bs-search button{
	height: 50px;
	line-height: 50px;
    width: auto;
    background: #F0F5FB;
	outline: none;
}
.rsheader_style5 .sticky_form_style7{
	width: 270px;
	background: #F8F8F8;
	border-radius: 5px;
	margin-right: 110px;
}
#rs-header.rsheader_style5 #right-menu li{
	padding-top: 0;
	padding-bottom: 0;
}
#rs-header.rsheader_style5 #right-menu li a{
	background: #4068fc;
	color: #ffffff; 
	border-radius: 2px;
	padding: 11px 20px 12px;
	position: relative;
	padding-left: 40px;
	transition: 0.3s;
}
#rs-header.rsheader_style5 #right-menu li a:before{
	position: absolute;
	left: 15px;
	top: 12px;
	color: #fff;
	content: "\f2bd";
	font-family: fontawesome;
}
#rs-header.rsheader_style5 #right-menu li a:hover{
	background: #012B48;
}
#rs-header.rsheader_style5 #right-menu li:nth-child(1) a:hover,
#rs-header.rsheader_style5 #right-menu li a:hover,
#rs-header.rsheader_style5 #right-menu li:hover a{
	color: #ffffff !important;
}
#rs-header.header-style1 .menu-sticky.sticky .menu-area .navbar ul li a{
	color: #252841 !important;
}
#rs-header.rsheader_style5 .rs-menu-area5{
	display: flex;
	align-items: center;
}

#rs-header #right-menu li a{
	position:relative;	
	font-size:14px;
	font-weight:600;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

#rs-header #right-menu li:nth-child(2) a{
	color:#ffffff !important;
	font-weight:400;
	padding:8px 32px;
	border-radius:3px;
	background-color:#ff5773;
}

#rs-header #right-menu li:nth-child(2) a:hover{
	background-color:#222222;
}

#rs-header #right-menu li a:hover{
	color:#ff5773;
}




/*******off Canvas css********/
ul.offcanvas-icon {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sidenav.offcanvas-icon.nav-active-menu-container {
	margin-top: 0;
}

.sidenav.offcanvas-icon ul.footer_social li a i{
	color: #012B48;
}
.sidenav.offcanvas-icon ul.footer_social li a:hover i{
	color: #4068fc;
}
.nav-link-container .nav-menu-link {
	overflow: hidden;
}
.nav-link-container .nav-menu-link span {
	height: 2px;
	width: 30px;
	display: block;
	background: #333;
	margin-bottom: 6px;
	margin-top: 2px;
	border-radius: 30px;
	transition: all .5s ease;
	cursor: pointer;
	list-style: none;
}
.nav-link-container .nav-menu-link span.hamburger2 {
	width: 20px;
}
.nav-link-container .nav-menu-link span.hamburger3 {
	width: 10px;
}
.nav-link-container .nav-menu-link:hover span{
	background: #f52d4e;
}

.nav-link-container a {
	display: block;
}
ul.sidenav.nav-active-menu-container {
	overflow-y: auto;
	padding: 50px 50px 0;
}
ul.sidenav .sub-menu {
	display: none;
}
ul.sidenav .widget_firecamp_flickr #rsflicker {
	margin-left: 0;
}
ul.sidenav .widget_firecamp_flickr #rsflicker li {
	list-style-type: none;
	position: relative;
	width: 33.33%;
	display: inline-block;
}
ul.sidenav .widget_firecamp_flickr #rsflicker li a img {
	opacity: 1;
	width: 100%;
}
ul.sidenav .widget_firecamp_flickr #rsflicker li a:hover img {
	opacity: .9;
}
.mobile-menu-container div ul {
	position: relative;
}
.mobile-menu-container div ul li {
	position: relative !important;
}
.mobile-menu-container div ul li a {
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}
.mobile-menu-container div ul li a:hover {
	color: #4068fc;
}
.mobile-menu-container div ul > li.current_page_parent > a{
	color: #4068fc;
}
.mobile-menu-container .menu > li:last-child a{
	border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
	padding-right: 0;
	margin-right: 0;
}
.mobile-menu-container div ul > li > a {
	text-transform: uppercase;
}
header.mainsmenuhide .navbar-menu #primary-menu-single{
	display: none;
}
ul.sidenav .menu > li.menu-item-has-children:before {
	font-family: FontAwesome;
	content: "+";
	position: absolute;
	left: auto;
	right: 0;
	top: 8px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 9999;
	font-size: 14px;
	display: block !important;
	cursor: pointer;
	background: #4068fc;
	border-radius: 3px;
}
.sidenav .menu > li > .sub-menu li ul {
	display: block !important;
}
.sidenav .menu > li > .sub-menu li ul > li a {
	padding-left: 60px;
}
body.logged-in ul.sidenav {
	top: 30px;
}
.sidenav .menu li ul.sub-menu li a {
	padding-left: 40px;
	font-size: 13px;
}
.sidenav .menu li ul.sub-menu li a:before {
	display: none;
}
.sidenav .widget_nav_menu {
	padding: 0 !important;
}
.sidenav .widget_media_image {
	text-align: left;
}
.sidenav .widget_media_image img {
	width: auto;
	margin-top: 0;
}
.sidenav p {
	font-size: 15px;
	line-height: 28px;
}
.sidenav #contact_widget-3 {
	margin: 35px 0 50px;
}
.sidenav #text-9 {
	padding-top: 20px;
}
#rs-header .header-inner.stuck.sticky .menu-area .navbar ul > li {
	padding-top: 30px;
	padding-bottom: 30px;
}
#rs-header .menu-area .navbar {
	margin-right: 0;
}
#rs-header .row-table .col-cell {
	display: flex;
	align-items: center;
}
#rs-header .sticky_search {
	cursor: pointer;
}
.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
	display: none;
}
#rs-header.header-transparent .menu-area {
	background: transparent !important;
}
#rs-header.header-transparent .header-inner.sticky .btn_quote:hover a.quote-button {
	color: #4068fc;
}
#rs-header.header-style-3.header-style-2.margin_minus .sticky-wrapper {
	margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner {
	background: #ffffff;
}
#rs-header.header-style-4 .header-inner .logo-section {
	padding: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
	float: none;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 17px 0 7px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #eee;
	font-size: 14px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:first-child {
	padding-left: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li:last-child {
	padding-right: 0;
	border-right: none;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i {
	float: left;
	margin-right: 15px;
	color: #4068fc;
	line-height: 44px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i:before {
	font-size: 30px;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf {
	float: left;
	text-align: left;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf span {
	color: #012B48;
	display: block;
	text-align: left;
	font-size: 100%;
	padding: 0;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a {
	color: #333333;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf a:hover {
	color: #4068fc;
}
#rs-header.header-style-4 .header-quote {
	text-align: right;
	position: relative;
}
#rs-header.header-style-4 .logo-section {
	background: #f7f7fc;
	overflow: hidden;
	position: relative;
}
#rs-header.header-style-4 .logo-section:before {
	content: "";
	position: absolute;
	background: #012B48;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 30%;
}
.single-content-full .bs-desc h3{
		font-weight: 700;
}

#rs-header.header-style-4 .logo-section .times-sec {
	position: relative;
	background: #012B48;
}
#rs-header.header-style-4 .logo-section .times-sec .times {
	color: #fff;
	padding-left: 20px;
}
#rs-header.header-style-4 .logo-section .times-sec .times i {
	color: #4068fc;
	margin-right: 8px;
}
#rs-header.header-style-4 .logo-section .times-sec:after {
	content: "";
	position: absolute;
	top: 0;
	left: -45px;
	width: 0;
	height: 0;
	border-bottom: 82px solid #030749;
	border-left: 45px solid transparent;
}
#rs-header.header-style-4 .menu-cart-area,
#rs-header.header-style-4 .menu-area .navbar ul > li {
	padding-top: 25px;
	padding-bottom: 25px;
}
#rs-header.header-style-4 .menu-cart-area ul.sub-menu li,
#rs-header.header-style-4 .menu-area .navbar ul > li ul.sub-menu li {
	padding: 0;
}
#rs-header.header-style-4 .sidebarmenu-area {
	display: inline-block;
	position: relative;
	top: 9px;
}
#rs-header.header-style-4 .sidebarmenu-search {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	vertical-align: top;
	padding: 20px 0;
}
#rs-header.header-style-4 .sidebarmenu-search .sticky_form {
	position: absolute;
	bottom: -53px;
	right: 0;
	z-index: 9;
	width: 250px;
}
#rs-header.header-style-4 .menu-cart-area {
	float: none;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	padding: 20px 0;
}
#rs-header.header-style-4 .widget_shopping_cart_content {
	text-align: center;
}
#rs-header.header-style-4 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
	bottom: -40px;
}
#rs-header.header-style-4 .menu-sticky.sticky .menu-cart-area i.fa-shopping-cart {
	color: #012B48;
}
#rs-header.header-style-4 .nav-link-container .nav-menu-link span {
	background: #333333;
}
ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
	display: none;
}
#rs-header.header-style-3 .sticky-wrapper {
	background: none;
	position: absolute;
	width: 100%;
	z-index: 9;
	transition: all .5s ease;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info {
	float: none;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li {
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li:first-child {
	padding-left: 0;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li:last-child {
	padding-right: 0;
	border-right: none;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li i {
	float: left;
	margin-right: 20px;
	color: #fff;
	line-height: 44px;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li i:before {
	font-size: 32px;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf {
	float: left;
	text-align: left;
	color: #fff;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf span {
	color: #fff;
	display: block;
	text-align: left;
	font-size: 100%;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf a {
	color: #333333;
}
#rs-header.header-style-3 .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf a:hover {
	color: #4068fc;
}
#rs-header.header-style-3 .menu-area .container {
	position: static;
}

#rs-header.header-style-3 .row-table {
	position: static;
}
#rs-header.header-style-3 .box-layout {
	position: relative;
}
#rs-header.header-style-3 .header-inner .box-layout {
	background: rgba(255, 255, 255, 0.9);
	z-index: 1;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 5px;
}
#rs-header.header-style-3 .header-inner .box-layout .toolbar-area {
	text-align: right;
}
#rs-header.header-style-3 .header-inner .logo-section {
	padding: 15px 0 15px;
}
#rs-header.header-style-3 .header-inner.sticky {
	position: fixed;
	background: #fff;
}
#rs-header.header-style-3 .header-inner.sticky .menu-area .navbar ul > li {
	padding-top: 25px;
	padding-bottom: 25px;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout {
	background: #fff;
	margin-top: 0;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .navbar-menu {
	width: 100%;
}
#rs-header.header-style-3 .header-inner.sticky .box-layout .menu-area .navbar ul {
	text-align: left;
}
#rs-header.header-style-3 .header-inner.sticky .right-sec {
	display: none;
}
#rs-header.header-style-3 .header-inner.sticky .logo-section {
	padding: 0;
}
#rs-header.header-style-3 .header-inner.sticky .menu-area .menu-responsive .navbar {
	margin-right: 0;
}
#rs-header.header-style-3 .header-inner.sticky .logo-area.sticky-logo {
	margin-bottom: 0;
	display: none;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search {
	display: inline-block;
}
#rs-header.header-style-3 .header-inner.sticky .menu-cart-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-area .fa-shopping-cart,
#rs-header.header-style-3 .header-inner.sticky .sidebarmenu-search .fa-shopping-cart {
	color: #494949;
}
#rs-header.header-style-3 .header-quote {
	text-align: right;
	position: relative;
}
#rs-header.header-style-3 .header-quote .btn_quote {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 !important;
}
#rs-header.header-style-3 .menu-area {
	background: none;
}
#rs-header.header-style-3 .menu-area .container {
	padding: 0;
}
#rs-header.header-style-3 .menu-area .menu-responsive .navbar {
	float: none;
}
#rs-header.header-style-3 .sidebarmenu-area {
	display: inline-block;
	position: relative;
	top: 5px;
}
#rs-header.header-style-3 .sidebarmenu-search {
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	margin-left: 15px;
	vertical-align: top;
	padding: 19px 0;
}
#rs-header.header-style-3 .sidebarmenu-search .sticky_form {
	position: absolute;
	bottom: -53px;
	right: 0;
	z-index: 9;
	width: 250px;
}
#rs-header.header-style-3 .menu-cart-area {
	float: none;
	display: inline-block;
	padding: 20px 0;
	vertical-align: top;
}
#rs-header.header-style-3 .widget_shopping_cart_content {
	text-align: center;
}
#rs-header.header-style-3 .menu-sticky.sticky .sidebarmenu-search .sticky_form {
	bottom: -40px;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper {
	position: relative;
	margin-bottom: -40px;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.rs-contact-info li .contact-inf span {
	color: #012B48;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner .box-layout {
	background: #012B48;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li > a {
	color: #ffffff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li:hover > a {
	color: #4068fc;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li > a {
	color: #202427;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li > a:hover {
	color: #4068fc;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current-menu-ancestor a,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current_page_item a {
	color: #ccc;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .sticky_search,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-cart-area i {
	color: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .nav-link-container .nav-menu-link span {
	background: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .box-layout {
	background: #fff;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .menu-area .navbar ul li > a {
	color: #333333;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .sticky_search,
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .menu-cart-area i {
	color: #333333;
}
#rs-header.header-style-5 .sticky-wrapper {
	background: none;
	position: absolute;
	width: 100%;
	z-index: 9;
	transition: all .5s ease;
}
.slider-style-8 #cl-testimonial.testimonials-area.slider8 {
	margin-top: -46px;
	padding-right: 35%;
}
.slider-style-8 #cl-testimonial.testimonials-area.slider8:before {
	content: "";
	position: absolute;
	left: -70px;
	top: 46px;
	width: 120%;
	height: 134%;
	display: block;
	background: #012B48;
}
/*Full Search sec*/
#rs-header .sticky_form {
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
}
#rs-header .sticky_form button {
	background: none;
	font-size: 40px;
}
#rs-header .sticky_form button:hover {
	color: #4068fc;
}
.sticky_form_full {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
}
.sticky_form_full button i::before {
	color: #fff;
	opacity: .7;
}
.sticky_form .search-input {
	background: none;
	border: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	outline: none;
	font-size: 40px;
}
.close-search {
	position: fixed;
	right: 50px;
	top: 50px;
	background: #4068fc;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	transition: all .5s ease;
}
.close-search:before {
	font-size: 16px;
	margin-left: 0;
}
.close-search:hover {
	opacity: .8;
}
.header-share {
	display: inline-block;
	margin-right: 10px;
}
.header-share ul {
	margin: 0;
	text-align: right;
}
.header-share ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: 70px;
	height: 70px;
}
.header-share ul li:last-child {
	margin-right: 0;
}
.header-share ul li a {
	font-size: 16px;
}
.header-share ul li a i {
	color: #333333;
	padding-right: 8px;
}
.header-share ul li a:hover i {
	color: #4068fc;
}
#rs-header .sticky .menu-cart-area {
	display: none !important;
}
#rs-header.header-style-4 .btn_quote {
	display: inline-block;
	vertical-align: top;
	padding: 22px 0;
}
#rs-header .sticky_search i:before {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0;
}
#rs-header .menu-cart-area span.icon-num {
	background: #f2f2f2;
	color: #212121;
}
.sticky .menu-area .navbar ul li .sub-menu {
	top: 100%;
}
.header-transparent .menu-cart-area span.icon-num,
.header-style5 .menu-cart-area span.icon-num {
	background: #fff;
	color: #000;
}
/******* Mega Menu css ********/
.mega {
	position: static !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul {
	width: 100%;
	padding: 21px 40px;
}
#rs-header .menu-area .navbar ul > li.mega.mega-two-cols > ul {
	width: 55%;
	right: auto;
	left: auto;
}
#rs-header .menu-area .container-fluid .navbar ul > li.mega.mega-two-cols > ul {
	width: 38.2%;
}
#rs-header .menu-area .navbar ul li.mega ul.sub-menu li a {
	padding: 10px 0;
}
#rs-header .menu-area .navbar ul > li.mega > ul li ul li a {
	border-bottom: none;
}
#rs-header .menu-area .navbar ul li.mega ul > li {
	float: left !important;
}
#rs-header .menu-area .navbar ul li.mega ul > li.three-col {
	width: 33.33%;
}
#rs-header .menu-area .navbar ul li.mega ul > li.two-col {
	width: 50%;
}
#rs-header .menu-area .navbar ul li.mega ul > li.four-col {
	width: 25%;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
	display: block;
	width: 99%;
}
#rs-header .menu-area .navbar ul li.mega ul li ul li {
	width: 100% !important;
	float: none !important;
	margin: 0;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a {
	font-size: 17px !important;
	font-weight: 600;
	border: none;
	cursor: auto;
	background: none;
	color: #012B48 !important;
}
#rs-header .menu-area .navbar ul > li.mega > ul > li > a:before {
	display: none;
}
#rs-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
	box-shadow: none;
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
	position: relative;
	opacity: 1;
	transform: scaleY(1);
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
	right: auto !important;
	left: auto !important;
	padding: 0;
}
nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
	position: static !important;
}
.menu-area .container {
	position: relative;
}
.top-right-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-right-menu ul li{
	display: inline-block;
}
.top-right-menu .login-nav ul li a{
	display: block;
	font-size: 15px;
	background: #4068fc;
	padding: 10px 25px 12px !important;
	line-height: 23px;
	display: inline-block;
	border-radius: 0px;
	margin-left: 30px;
}
.top-right-menu .login-nav ul li a:hover{
	color: #fff;
	opacity: .8;
}
/* Menu */
.menu-wrap-off {
	position: fixed;
	z-index: 999999;
	width: 300px;
	right: 0;
	top: -1px;
	height: 100%;
	background: #fff;
	padding: 50px 28px 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(400px, 0, 0);
	transform: translate3d(480px, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
ul.footer_social {
	margin: 0;
}
ul.footer_social li {
	display: inline-block;
	margin-right: 16px;
	text-align: center;
}
ul.footer_social li a {
	display: block;
	z-index: 99;
}
ul.footer_social li a i {
	text-align: center;
	transition: all 0.7s ease 0s;
	background-size: 200% !important;
	color: #4068fc;
}
body.show-offcan {
	position: relative;
}
body.show-offcan .offwrap {
	position: absolute;
	width: 100%;
	background: #000;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: .5;
	z-index: 99;
	cursor: url(../images/close.png),pointer;
}
body.show-offcan .offwrap {
	z-index: 99;
}
body.show-offcan .offwrapcon::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 1;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Shown menu */
.show-offcan .menu-wrap-off {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	overflow-y: auto;
}
.show-offcan .icon-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-offcan .icon-list {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}
/* ---------------------------
		Footer Css 
------------------------------*/
.rs-footer {
	background: #121317;
	position: relative;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
.rs-footer .footer3 .widget_nav_menu ul {
	overflow: hidden;
}

.rs-footer #wp-calendar td {
	color: #fff !important;
	padding: 10px;
	border: 1px solid #4068fc;
}
.rs-footer #wp-calendar th {
	background: #4068fc;
	padding: 10px;
	border: 1px solid #4068fc;
	color: #fff!important;
}
.rs-footer .widget {
	margin: 0 0 30px;
}
.rs-footer .copyright-widget .widget {
	margin: 0;
}
.rs-footer .widget.widget_archive ul li, 
.rs-footer .widget.widget_categories ul li, 
.rs-footer .widget.widget_pages ul li, 
.rs-footer .widget.widget_nav_menu ul li,
.rs-footer .rss-date,
.rs-footer .widget_recent_comments ul li a
{
	position: relative;	
	color: #84868B;
}
.rs-footer .widget_recent_comments ul li{
	color: #ddd;

}
.toolbar-slogan b{
	color: #4068fc;
}

.rs-footer .widget.widget_nav_menu ul li a:hover {
	color: #4068fc;
}
.rs-footer .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}
.mc4wp-form-fields {
	max-width: 100%;
}
.widget_medvillsocialiconwi_widget {
	display: block;
}
.border-btm .vc_col-sm-12 {
	border-bottom: 1px solid #181c5d;
}
.rs-footer .footer_top_widgets{
		max-width: 600px;
		margin: 0 auto 95px;
}
.rs-footer .footer_top_widgets .footer-title{
		text-align: center;
		color: #012B48;
		line-height: 1.2 !important;
		font-weight: 700;
		margin-bottom: 40px;
		font-size: 40px;
		padding: 0 15px;
}
.footer-style-2 .footer-top .pattern-layer,
.footer-style-2 .footer-top .pattern-layer-two{
		display: none;
}
.footer-logo-wrap {
	margin-bottom: 15px;
	padding-top: 12px;
}
.footer-logo-box {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 100px;
	padding-bottom: 30px;
	position: relative;
}
.footer-logo-box:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	right: auto;
	width: 80px;
	height: 3px;
	background: #121317;
	transform: translateX(-50%);
}
.footer-logo-box .footer-logo-wrap {
	display: block;
	margin: 0px auto 30px;
}
.footer-logo-box .footer-top-logo {
	display: block;
	margin: 0 auto;
}
.rs-footer {
	font-size: 14px;
	background: #121317;
	background-size: cover;
}
.rs-footer .rs-btn{
	    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.rs-footer .widget.widget_nav_menu ul li {
	margin-bottom: 3px;
}
.rs-footer .widget.widget_nav_menu ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 40px !important;
}
.rs-footer .widget.widget_nav_menu ul.menu {
	margin-top: -5px;
}
.rs-footer .pattern-layer {
	position: absolute;
	left: -180px;
	top: -120px;
	width: 336px;
	height: 316px;
}
.rs-footer .pattern-layer-two {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 97px;
	height: 192px;
}
.rs-footer .footer-top {
	position: relative;
}
.rs-footer .footer-top{
	padding: 86px 0 58px;
}

.rs-footer .footer-top .footer2 .textwidget ul li {
	margin: 0 0 11px;
}
.rs-footer .footer-top input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #666;
}
.rs-footer .footer-top input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #666;
}
.rs-footer .footer-top input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #666;
}
.rs-footer .footer-top input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #666;
}
.rs-footer .footer-top h3.footer-title {
	color: #ffffff;
	margin-bottom: 18px;
	padding-bottom: 3px;
	position: relative;
	font-size: 18px;
	z-index: 1;
	font-weight: 600;
}

.rs-footer .footer-top .mc4wp-form-fields p {
	margin: 25px 0 0;
	position: relative;
	padding-right: 15px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"] {
	background: #fff;
	border: 1px solid #fff !important;
	width: 100%;
	padding: 10px 105px 10px 15px;
	margin: 0;
	color: #333;
	border-radius: 5px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"]::placeholder,
.rs-footer .footer-top .mc4wp-form-fields input[type="email"]::-ms-input-placeholder,
.rs-footer .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder{
	color: #666 !important;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="submit"] {
	background: #4068fc;
    border-radius: 0 4px 4px 0;
    padding: 0 17px 0 20px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
}
.rs-footer .copyright a{
	color: #fff;
}
.rs-footer .footer-top .mc4wp-form-fields i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 12px 20px;
	pointer-events: none;
	color: #fff;
}
body.single-post .rs-breadcrumbs .breadcrumbs-inner .category__singe li a{
	color:#333 !important;
}
.rs-footer .footer-top .mc4wp-form-fields i:hover {
	color: #fff;
}
.rs-footer .footer-address {
	line-height: 35px;
}
.rs-footer li.about-widget-img img {
	margin-bottom: 10px;
	margin-top: 0px;
	height: 35px;
}


.ratings .review-stars-rated {
    position: relative;
}
.ratings .review-stars {
    margin: 0 0;
    list-style: none;
    overflow: hidden;
}

.ratings .review-stars:after {
    clear: both;
    content: '';
    display: block;
}

.ratings .review-stars-rated .review-stars.empty,
.ratings .review-stars-rated .review-stars.filled {
    font-family: dashicons;
    font-size: 15px;
    color: #4068fc;
    line-height: 15px;
}

.ratings .review-stars-rated .review-stars.empty:before {
    content: '\f154\f154\f154\f154\f154';
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
}

.ratings .course-rating-total{
	line-height: 19px;
	margin-left: 8px;
}


.ratings{
	display: inline-flex !important;
}

.rs-footer a {
	color: #84868B;
}
.rs-footer .post-title {
	font-weight: 400;
}
.rs-footer a:hover {
	color: #4068fc;
}
.rs-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-footer ul li:last-child {
	padding-bottom: 0;
}
.rs-footer .recent-post-widget {
	margin-bottom: 0;
	margin-top: 34px;
}
.rs-footer .recent-post-widget .show-featured {
	overflow: hidden;
	margin-bottom: 16px;
	align-items: normal;
	display: flex;
}
.rs-footer .recent-post-widget .show-featured .post-img {
  flex: 0 0 70px;
  margin-right: 15px;
}
.rs-footer .recent-post-widget .show-featured .post-desc i {
	margin-right: 7px;
	position: relative;
	font-size: 12px;
	top: -1px;
	color: #4068fc;
}
.rs-footer .recent-post-widget .show-featured .post-desc span {
	color: #eee;
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
}
.rs-footer .recent-post-widget .show-featured .post-item {
	overflow: hidden;
}
.rs-footer .about-widget p img {
	margin-bottom: 22px;
}
.rs-footer .footer-logo-light {
	height: 25px;
	margin: 11px 0 20px;
}
.rs-footer .fa-ul {
	margin-left: 0;
	text-align: left;
}
.rs-footer .fa-ul li {
	padding: 0px 0px 18px 35px;
	vertical-align: top;
	display: flex;
}
.rs-footer .footer-top .fa-ul li i {
	position: absolute;
	top: 4px;
	display: inline-block;
	left: 0;
	color: #4068fc;
	font-size: 18px;
	vertical-align: top;
	text-align: center;
}
.rs-footer .footer-top .fa-ul li i.fa-map-marker{
	font-size: 22px;
}

.rs-footer .footer-top .fa-ul li i.flaticon-place:before{
	font-size: 21px;
	position: relative;
	top: 3px;
}

.rs-footer .footer-top .fa-ul li i.fa-phone{
	font-size: 20px;
}
.rs-footer .footer-top .fa-ul li i:before{
	margin: 0;
}
.rs-footer .fa-ul li a {
	color: #fff; 
}
.rs-footer .fa-ul li a:hover {
	color: #4068fc;
}
.rs-footer.footerlight {
	color: #666666;
}
.rs-footer.footerlight .footer-logo img {
	height: 25px;
}
.rs-footer.footerlight .footer-top h3.footer-title {
	color: #212121;
}
.rs-footer.footerlight .footer-top h3.footer-title:after {
	background: #666666;
}
.rs-footer.footerlight .footer_social li a {
	color: #666666;
	border-color: #666666;
}
.rs-footer.footerlight .footer_social li a .fa {
	color: #4068fc;
}
.rs-footer.footerlight .footer_social li a:hover .fa {
	color: #012B48;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerlight .footer-top .mc4wp-form-fields ul.footer_social li a {
	border-color: #4068fc;
}
.rs-footer.footerlight .footer-top .widget .fa-ul li a {
	color: #666;
}
.rs-footer.footerlight .footer-top .widget .fa-ul li a:hover {
	color: #4068fc;
}
.rs-footer.footerlight .footer-bottom {
	border-color: #eaeff3;
}
.rs-footer.footerlight .footer-bottom .copyright p {
	color: #666;
}
.rs-footer.footerlight .footer-bottom .copyright a {
	color: #4068fc;
}
.rs-footer.footerlight .footer-bottom #footer-menu-wrap li a {
	color: #666;
}
.rs-footer.footerlight .widget.widget_nav_menu ul li a {
	color: #666666;
}
.rs-footer.footerlight a {
	color: #666666;
}
.rs-footer.footerdark {
	color: #fff;
}
.rs-footer.footerdark .footer-logo img {
	height: 25px;
}
.rs-footer.footerdark .fa-ul li a {
	color: #fff;
}
.rs-footer.footerdark .fa-ul li i {
	box-shadow: none;
}
.rs-footer.footerdark .footer-top h3.footer-title {
	color: #fff;
}
.rs-footer.footerdark .footer-top h3.footer-title:after {
	display: none;
}
.rs-footer.footerdark .footer_social li a:hover {
	background: unset;
}
.rs-footer.footerdark .footer_social li a:hover .fa {
	color: #ffffff !important;
}
.rs-footer.footerdark .footer_social li a:hover:before {
	opacity: 1;
}
.rs-footer.footerdark .footer-top .mc4wp-form-fields input[type="email"] li a,
.rs-footer.footerdark .footer-top .mc4wp-form-fields ul.footer_social li a {
	border-color: #4068fc;
}
.rs-footer.footerdark .footer-bottom {
	border-color: rgba(132, 149, 171, 0.1);
}
.rs-footer.footerdark .footer-bottom .copyright p,
.rs-footer.footerdark .footer-bottom .copyright a {
	color: #fff;
}
.rs-footer.footerdark .footer-bottom .copyright a:hover {
	color: #4068fc !important;
}
.rs-footer.footerdark .widget.widget_nav_menu ul li a {
	color: #fff;
}
.rs-footer.footerdark .widget.widget_nav_menu ul li a:hover {
	color: #4068fc !important;
}
.rs-footer.footerdark a {
	color: #fff;
}
.rs-footer .footer-logo img {
	height: 20px;
	margin: 0;
}
.content_footer_top {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 80px;
	max-width: 950px;
	margin: 0 auto;
}
.content_footer_top .content_footer_left {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.content_footer_top .content_footer_left h3 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
}
.content_footer_top .content_footer_right a {
	background: #4068fc;
	color: #fff;
	padding: 10px 30px;
	display: block;
	text-transform: uppercase;
	border-radius: 3px;
	margin-bottom: 10px;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"] {
	border-color: #4068fc;
	color: #666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #666666;
}
.rs-footer.footerlight .footer-top .mc4wp-form-fields input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #666666;
}
.error404 .rs-footer {
	margin: 0;
}
#footer-menu-wrap {
	text-align: right;
}
#footer-menu-wrap li {
	display: inline-block;
	margin-left: 15px;
}
#footer-menu-wrap li ul {
	display: none;
}
#footer-menu-wrap li a {
	color: #fff;
	padding-left: 20px;
	position: relative;
}
#footer-menu-wrap li a:before {
	content: ".";
	font-size: 25px;
	font-weight: bold;
	left: 0;
	top: 0;
	position: absolute;
	vertical-align: middle;
	line-height: 15px;
	color: #4068fc;
}
.rs-footer ul.footer_social li {
	display: inline-block;
	margin-right: 6px;
	text-align: center;
	border-radius: 3px;
}
.rs-footer ul.footer_social li i{
	padding: 0;
	font-size: 18px;
	color: #fff;
}
.rs-footer ul.footer_social li a {
	display: block;
	z-index: 99;
}
.rs-footer ul.footer_social li a i {
	text-align: center;
	transition: all 0.7s ease 0s;
	background-size: 200% !important;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: transparent;
	text-align: center;
	line-height: 47px;
	border:2px solid #2a2b2f;
}
.rs-footer ul.footer_social li a i:hover{
	color: #4068fc;
	background: #fff;
	border:2px solid #fff;
}
.footer-bottom {	
	padding: 15px 0;
	border-top: 1px solid rgba(132, 149, 171, 0.1);
}
.footer-bottom .copyright {
	text-align: center;
}
.footer-bottom .copyright p {
	margin: 0;
	line-height: 35px;
	color: #84868b;
}
a.footer-logo {
	display: block;
	margin-bottom: 26px;
}
.learn-press-user-profile .user-tab .author-avatar{
	text-align: center;
}
.rs-footer .widget.widget_nav_menu ul li a,
.rs-footer .widget.widget_pages ul li a,
.rs-footer .widget.widget_archive ul li a,
.rs-footer .widget.widget_categories ul li a {
	position: relative;
	padding: 5px 0 2px !important;
	display: inline-block;
	color: #84868B;
}
.rs-footer .widget.widget_nav_menu ul li a:hover,
.rs-footer .widget.widget_pages ul li a:hover,
.rs-footer .widget.widget_archive ul li a:hover,
.rs-footer .widget.widget_categories ul li a:hover {
	color: #4068fc;
}
.rs-footer .widget.widget_recent_comments ul li a {
	position: relative;
	padding: 6px 0 6px 0px !important;
	display: inline-block;
	color: #84868B;
}
.rs-footer .widget.widget_recent_comments ul li a:hover {
	color: #4068fc;
}
.rs-footer .widget.widget_nav_menu ul ul.sub-menu,
.rs-footer .widget.widget_pages ul ul.sub-menu,
.rs-footer .widget.widget_categories ul ul.sub-menu {
	padding-left: 15px;
}
.rs-footer .widget.widget_recent_comments ul li {
	display: block;
}
.rs-footer .widget.widget_recent_comments ul li:before {
	top: 4px;
}
.rs-footer a:focus {
	color: #5E7CA5; 
}
.btn-table {
	border: 0px;
	box-shadow: 0 0 0 !important;
}
.hide {
	display: none;
}
.bottom p,
.featured {
	margin: 0px;
	padding: 0;
}
.btn-code {
	padding-top: 15px;
}
/*=======================================*
 *======= Start Pricing Table Css	 ========*
 *=======================================*/
.clpricing-table {
	/*=======================================*
 *======= Price table style1 CSS	 ========*
 *=======================================*/

	/*=======================================*
 *======= Price table style2 CSS	 ========*
 *=======================================*/

	/*=======================================*
 *======= Price table style4 CSS	 ========*
 *=======================================*/

	/*=======================================*
 *======= Price table style5 CSS	 ========*
 *=======================================*/

	/*=======================================*
 *======= Price table style6 CSS	 ========*
 *=======================================*/

	/*=======================================*
*======= Price table style13 CSS	 ========*
*=======================================*/

}
.clpricing-table .water-mark {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -65%);
	max-width: 120px;
}
.clpricing-table .water-mark img {
	opacity: 0.12;
}
.clpricing-table .cl-pricetable-wrap .bottom {
	position: relative;
}
.clpricing-table .pricing-title {
	margin-bottom: 20px;
}
.clpricing-table h6 {
	font-weight: normal;
	padding: 0 34px;
}
.clpricing-table ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clpricing-table a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.clpricing-table .cl-pricetable-wrap {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
.clpricing-table .main-header {
	padding: 55px 0 40px;
}
.clpricing-table .main-header h2 {
	font-size: 48px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 30px;
	line-height: 48px;
}
.clpricing-table h3,
.clpricing-table h4 {
	font-size: 20px;
	font-weight: 600 !important;
	margin: 0 0 5px;
}
.clpricing-table h5 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
.clpricing-table a.btn-table {
	text-decoration: none;
}
.clpricing-table .cl-pricetable-wrap,
.clpricing-table .price-table {
	position: relative;
}
.clpricing-table .price-btn .btn-table:hover {
	color: #ffffff;
}
.clpricing-table .price-table.style1 {
	background: #fff;
	box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.1);
	border-radius: 20px;
	padding: 0 30px;
}
.clpricing-table .price-table.style1 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap {
	position: relative;
	overflow: hidden;
	background-size: cover !important;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top {
	text-align: center;
	padding: 0 0 25px;
	border-bottom: 1px solid #efecec;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top .cl-header .price-title {
	margin-bottom: 0px;
	margin-top: 0;
	padding: 33px 0 0;
	font-size: 20px;
	line-height: 22px !important;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h3 {
	margin: 15px 0 0px;
	display: inline-block;
	font-size: 48px;
	font-weight: 500 !important;
	line-height: 58px !important;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h3 .dolar {
	font-size: 48px;
	font-weight: 500 !important;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h6 {
	margin-top: 10px;
	padding-top: 0px;
	font-weight: normal !important;
	color: #898989;
	font-size: 13px;
	margin: 0 0 10px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top h5 {
	font-size: 15px;
	display: inline-block;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top .cl-subheader .short-desc {
	font-size: 18px;
	padding-bottom: 38px;
	text-transform: initial;
	font-weight: 400;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top .popular {
	background: #101010;
	color: #fff;
	font-size: 12px;
	left: -46px;
	padding: 28px 36px 6px;
	position: absolute;
	text-transform: lowercase;
	top: -14px;
	transform: rotate(-50deg);
	box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.2);
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom {
	padding-top: 35px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul {
	max-width: 55%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li {
	margin-bottom: 13px;
	position: relative;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li i {
	color: #4068fc;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li strong {
	font-weight: 400;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li .highlight {
	color: #000;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li .feature_icon {
	margin-left: 10px;
	margin-right: 10px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom ul li i:before {
	font-size: 13px;
	margin-right: 5px;
	display: inline;
	font-weight: 600;
	margin-left: 0;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .price-btn {
	text-align: center;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom .btn-table {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 13px 37px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	z-index: 99;
	color: #fff;
	text-transform: uppercase;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap .bottom p {
	margin-bottom: 0px;
}
.clpricing-table .price-table.style1 .cl-pricetable-wrap.featured {
	position: relative;
}
.clpricing-table .price-table.style1 .price-1 {
	background: #f9f9f9;
}
.clpricing-table .price-table.style1 .price-1 .top {
	color: #f44336;
}
.clpricing-table .price-table.style1 .price-1 .top h4,
.clpricing-table .price-table.style1 .price-1 .top h5,
.clpricing-table .price-table.style1 .price-1 .top h3 {
	color: #f44336;
}
.clpricing-table .price-table.style1 .price-1 .top .cl-subheader {
	color: #ffffff;
}
.clpricing-table .price-table.style1 .price-1 .bottom {
	background: #eeeeee;
	color: #ffffff;
}
.clpricing-table .price-table.style1 .price-1 .btn-table {
	color: #ffffff !important;
	background: #f44336;
}
.clpricing-table .price-table.style1 .price-style2 {
	background: #f9f9f9;
}
.clpricing-table .price-table.style1 .price-style2 .top {
	color: #e91e63;
}
.clpricing-table .price-table.style1 .price-style2 .top h4,
.clpricing-table .price-table.style1 .price-style2 .top h5,
.clpricing-table .price-table.style1 .price-style2 .top h3 {
	color: #e91e63;
}
.clpricing-table .price-table.style1 .price-style2 .top .cl-subheader {
	color: #eeeeee;
}
.clpricing-table .price-table.style1 .price-style2 .bottom {
	background: #eeeeee;
	color: #ffffff;
}
.clpricing-table .price-table.style1 .price-style2 .btn-table {
	color: #ffffff !important;
	background: #e91e63;
}
.clpricing-table .price-table.style1 .price-3 {
	background: #f9f9f9;
}
.clpricing-table .price-table.style1 .price-3 .top {
	color: #9c27b0;
}
.clpricing-table .price-table.style1 .price-3 .top h4,
.clpricing-table .price-table.style1 .price-3 .top h5,
.clpricing-table .price-table.style1 .price-3 .top h3 {
	color: #9c27b0;
}
.clpricing-table .price-table.style1 .price-3 .top .cl-subheader {
	color: #ffffff;
}
.clpricing-table .price-table.style1 .price-3 .bottom {
	background: #eeeeee;
	color: #ffffff;
}
.clpricing-table .price-table.style1 .price-3 .btn-table {
	color: #ffffff !important;
	background: #9c27b0;
}
.clpricing-table .price-table.style2 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap {
	text-align: center;
	background: #ffffff none repeat scroll 0 0;
	color: #333333;
	margin-right: 0;
	position: relative;
	box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.5);
	padding-bottom: 20px !important;
	overflow: hidden;
	border: none !important;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .cl-subheader h3 {
	font-size: 30px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .cl-subheader h6 {
	margin-bottom: 0;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .price-icon img {
	padding: 20px;
	border-radius: 50%;
	margin-bottom: 16px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .popular {
	background: #d32f2f;
	color: #ffffff;
	font-size: 12px;
	left: -42px;
	padding: 28px 34px 6px;
	position: absolute;
	text-transform: lowercase;
	top: -12px;
	transform: rotate(-50deg);
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap:hover .dolar {
	transform: rotate(360deg);
	transition: all 1s !important;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top {
	padding-bottom: 46px;
	padding-top: 20px;
	background-repeat: no-repeat !important;
	background: #4068fc;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .cl-header h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	background-size: cover !important;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .cl-header h3 .dolar {
	border-radius: 100px;
	box-shadow: 0 5px 20px #dddddd inset, 0 3px 0 #999999 inset;
	display: block;
	height: 100px;
	margin: 60px auto -100px;
	width: 100px;
	transition: all .5s;
	line-height: 85px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table {
	border-radius: 35px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
	max-width: 150px;
	height: 48px;
	line-height: 48px;
	text-shadow: none;
	border: none;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:before {
	border-radius: 5px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .top .btn-table:hover {
	color: #fff !important;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul {
	text-align: center;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li i:before {
	margin-left: 0;
	font-size: 13px;
	margin-right: 5px;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom ul li {
	line-height: 24px;
	font-weight: 400;
	padding: 8px 0;
	overflow: hidden;
}
.clpricing-table .price-table.style2 .cl-pricetable-wrap .bottom a.readon {
	padding: 13px 37px;
	margin: 25px 0;
}
.clpricing-table .price-table.style2 .price-1 {
	background: #ffffff;
	border: 1px solid #26a69a;
}
.clpricing-table .price-table.style2 .price-1 .top {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-1 .top h4,
.clpricing-table .price-table.style2 .price-1 .top h5,
.clpricing-table .price-table.style2 .price-1 .top h3 {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-1 .top .cl-header h4 {
	background: #26a69a;
}
.clpricing-table .price-table.style2 .price-1 .top .cl-header .dolar {
	background: #ffffff;
	border: 5px solid #ffffff;
	color: #26a69a;
}
.clpricing-table .price-table.style2 .price-1 .bottom {
	color: #5E7CA5; 
}
.clpricing-table .price-table.style2 .price-1 .bottom li button {
	border-left: 5px solid #26a69a !important;
}
.rs-courses.af_course_style3 .course__style__three .inner-box .lower-content .pull-left h5 a:hover{
	color:#4068FC;
}
.clpricing-table .price-table.style2 .price-1 .btn-table {
	color: #1d2127;
	background: #0c1f28;
}
.clpricing-table .price-table.style2 .price-1 .btn-table:before {
	background: #26a69a !important;
}
.clpricing-table .price-table.style2 .price-style2 {
	background: #ffffff;
	border: 1px solid #f9a825;
}
.clpricing-table .price-table.style2 .price-style2 .top {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-style2 .top h4,
.clpricing-table .price-table.style2 .price-style2 .top h5,
.clpricing-table .price-table.style2 .price-style2 .top h3 {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-style2 .top .cl-header h4 {
	background: #f9a825;
}
.clpricing-table .price-table.style2 .price-style2 .top .cl-header .dolar {
	background: #ffffff;
	border: 5px solid #ffffff;
	color: #f9a825;
}
.clpricing-table .price-table.style2 .price-style2 .bottom {
	color: #5E7CA5; 
}
.clpricing-table .price-table.style2 .price-style2 .bottom li button {
	border-left: 5px solid #f9a825 !important;
}
.clpricing-table .price-table.style2 .price-3 {
	background: #ffffff;
	border: 1px solid #795548;
}
.clpricing-table .price-table.style2 .price-3 .top {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-3 .top h4,
.clpricing-table .price-table.style2 .price-3 .top h5,
.clpricing-table .price-table.style2 .price-3 .top h3 {
	color: #ffffff;
}
.clpricing-table .price-table.style2 .price-3 .top .cl-header h4 {
	background: #795548;
}
.clpricing-table .price-table.style2 .price-3 .top .cl-header .dolar {
	background: #ffffff;
	border: 5px solid #ffffff;
	color: #795548;
}
.clpricing-table .price-table.style2 .price-3 .bottom {
	color: #5E7CA5; 
}
.clpricing-table .price-table.style2 .price-3 .bottom li button {
	border-left: 5px solid #795548 !important;
}
.clpricing-table .price-table.style2 .price-3 .btn-table {
	color: #1d2127;
}
.clpricing-table .price-table.style2 .price-3 .btn-table:before {
	background: #795548 !important;
}
.clpricing-table .price-table.style4 {
	border-radius: 3px 3px 40px 40px;
}
.clpricing-table .price-table.style4 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 18px;
	text-transform: uppercase;
	margin-top: 55px;
}
.clpricing-table .price-table.style4 .cl-col-md-4 {
	padding: 0;
}
.clpricing-table .price-table.style4 .cl-col-md-4:nth-child(odd) .cl-pricetable-wrap {
	border: 3px solid #e97d68;
	padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
	.clpricing-table .price-table.style4 .cl-col-md-4 {
		padding: 0 10px;
	}
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap {
	border-radius: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 40px 0px rgba(230, 230, 230, 0.5);
	transition: all 0.4s ease-in-out 0s;
	border-radius: 15px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap.featured {
	border-radius: 3px 3px 40px 40px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top {
	text-align: center;
	padding-bottom: 0px;
	transition: all 0.4s ease-in-out 0s;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-header .price-title {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 0 0px;
	transition: all 0.4s ease-in-out 0s;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .price-icon {
	padding: 20px;
	max-width: 90px;
	border-radius: 100%;
	height: 90px;
	margin: 30px auto 0;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-header h3 {
	font-size: 20px;
	padding: 13px 15px;
	line-height: 30px;
	font-weight: 500;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-header h3 .dolar {
	font-size: 22px;
	margin-right: 3px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-subheader h3 {
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
	padding: 45px 15px 35px;
	font-weight: normal !important;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-subheader span {
	font-size: 22px;
	margin-right: 3px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-subheader small {
	font-size: 15px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top h5 {
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	display: inline-block;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top h6 {
	margin-top: 10px;
	font-weight: normal;
	padding-top: 0;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .cl-subheader .short-desc {
	font-size: 18px;
	padding-bottom: 38px;
	text-transform: initial;
	font-weight: 400;
}


body.profiles-login .lp-user-profile .lp-content-area {
  width: 1290px !important;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
body.profiles-login .lp-user-profile .lp-content-area .learn-press-form-login,
body.profiles-login .lp-user-profile .lp-content-area .learn-press-form-register {
  flex: 0 0 46% !important;
  margin: 0 24px !important;
  box-shadow: 0 0 20px #eee !important;
  border: none !important;
  text-align: left;
}
.learn-press-tabs .learn-press-tabs__tab > label {
  font-size: 15px !important;
}
body:not(.profiles-login) #learn-press-profile .lp-user-profile-avatar img {
  border-radius: 50%;
  margin-bottom: 30px;
}
body:not(.profiles-login) .profile-courses.newest-courses {
  padding-top: 50px;
  padding-bottom: 0px;
}
body:not(.profiles-login) #learn-press-profile #profile-sidebar {
  margin-bottom: 190px;
}
form.learn-press-form {
  padding-bottom: 135px;
}
body:not(.profiles-login) #learn-press-profile .dashboard-general-statistic__row .statistic-box {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  border: none;
}
body:not(.profiles-login) #learn-press-profile .dashboard-general-statistic__row {
  justify-content: left;
}
body:not(.profiles-login) .lp-profile-content .emails a,
body:not(.profiles-login) .lp-profile-content .phones a {
  margin-left: 10px;
}
body:not(.profiles-login) #learn-press-profile .wrapper-profile-header {
  background: #fff !important;
  color: #333 !important;
}
body:not(.profiles-login) #learn-press-profile #profile-content {
  padding-top: 20px !important;
}
body.profiles-login .learn-press-form-login .form-fields .form-field input[type="text"],
body.profiles-login .learn-press-form-login .form-fields .form-field input[type="password"],
body.profiles-login .learn-press-form-login .form-fields .form-field input[type="tel"],
body.profiles-login .learn-press-form-login .form-fields .form-field input[type="url"],
body.profiles-login .learn-press-form-login .form-fields .form-field input[type="number"],
body.profiles-login .learn-press-form-register .form-fields .form-field input[type="text"],
body.profiles-login .learn-press-form-register .form-fields .form-field input[type="password"],
body.profiles-login .learn-press-form-register .form-fields .form-field input[type="tel"],
body.profiles-login .learn-press-form-register .form-fields .form-field input[type="url"],
body.profiles-login .learn-press-form-register .form-fields .form-field input[type="number"] {
  height: 55px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  outline: none !important;
  padding: 15px 20px;
}
body.profiles-login .lp-password-input .lp-show-password-input {
  top: 14px;
  right: 20px;
}
.profile-courses.featured-courses {
  padding-top: 35px;
}
.lp-user-profile.guest {
  padding: 0px 0 50px;
}

.learn-press-form-login button[type="submit"], .learn-press-form-register button[type="submit"]{
	border:none;
}
.learn-press-form-login button[type="submit"], .learn-press-form-register button[type="submit"]:hover{
	opacity:0.8;
}
body.viewing-course-item #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child {
  padding-top: 2px;
}
body.viewing-course-item #learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
  z-index: 1;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
    background: #4068fc !important;
	padding: 1px 12px 2px !important;
}
body.viewing-course-item #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.item-preview .section-item-link .course-item-meta .item-meta:before {
  color: #fff;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
  color: #101010 !important;
  font-size: 16px !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc {
    margin: 8px 0 0 !important;
    font-style: normal !important;
    line-height: 24px !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
  color: #101010 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
  background: none !important;
  border-radius: 0 !important;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content li + li {
  border-top: 1px solid #eee;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
  padding: 20px 30px !important;
  border: 0 !important;
  background: #f9f9f9 !important;
}

body.profiles-login .learn-press-user-profile.profile-container .profile-tabs {
  display: flex;
  justify-content: space-between;
}
body.profile .learn-press-user-profile.profile-container .profile-tabs .fa-angle-right {
  display: none;
}
body.profile .learn-press-user-profile.profile-container .profile-tabs input {
  height: 55px;
  border-radius: 5px !important;
  border: 1px solid #eee;
  padding: 20px 20px !important;
  margin-bottom: 0;
  outline: none;
}
body.profile .learn-press-user-profile.profile-container .profile-tabs input[type="checkbox"],
body.profile .learn-press-user-profile.profile-container .profile-tabs input[type="radio"] {
  height: auto;
  position: relative;
  top: 3px;
}
body.profile .learn-press-user-profile.profile-container .profile-tabs button {
  padding: 10px 30px;
  border-radius: 4px;
  outline: none;
}
body.profiles #learn-press-user-profile {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
body.profiles #learn-press-user-profile .user-tab {
  flex: 0 0 20%;
  text-align: center;
}
body.profiles #learn-press-user-profile .profile-tabs {
  flex: 0 0 80%;
}
body.profiles .lp-label.label-completed,
body.profiles .lp-label.label-finished {
  background: #ff5421;
}
.lp-label.label-completed span,
.lp-label.label-finished span {
  color: #fff !important;
  padding: 4px 10px !important;
  display: inline-block !important;
}
body.profile .profile-recover-order .order-recover .button-recover-order {
  line-height: inherit !important;
  height: 55px;
  margin-left: 5px;
}
body.profile .lp-tab-sections {
  background: #f9f8f8;
}
body.profile .lp-label.label-completed,
body.profile .lp-label.label-finished {
  background: #ff5421;
}
body.profile #learn-press-user-profile .user-tab .user-info .author-avatar {
  padding-bottom: 20px;
}
body.profile #learn-press-user-profile .user-tab .user-info .author-avatar img {
  border-radius: 50%;
}
body.profile #learn-press-user-profile .user-tab .user-information .author-name {
  font-size: 22px;
  margin: 0 0 8px;
}
body.profile #learn-press-user-profile .user-tab .user-information .author-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
body.profile #learn-press-user-profile .user-tab .user-information .insturctor-author-social {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
body.profile #learn-press-user-profile .user-tab .user-information .insturctor-author-social li {
  padding: 0 10px 0;
}
body.profile #learn-press-user-profile .user-tab .user-information .insturctor-author-social li a {
  color: #333;
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
body.profile #learn-press-user-profile .user-tab .user-information .insturctor-author-social li a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs .nav.nav-tabs {
  margin: 0 0 20px;
  padding: 0 0 6px;
  list-style: none;
}
body.profile #learn-press-user-profile .profile-tabs .nav.nav-tabs li {
  padding: 0 25px 0 0;
}
body.profile #learn-press-user-profile .profile-tabs .nav.nav-tabs li a {
  color: #101010;
  font-weight: 600;
}
body.profile #learn-press-user-profile .profile-tabs .nav.nav-tabs li a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs .nav.nav-tabs li.active a {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content {
  float: none;
  width: auto;
  margin-top: 0;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .user-bio {
  padding-bottom: 20px;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content h4 {
  margin: 0 0 12px;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .phones {
  display: block;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .phones i:before {
  margin: 0 10px 0 0;
  font-size: 17px;
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .phones a {
  color: #363636;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .phones a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .emails {
  display: block;
  margin-bottom: 8px;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .emails i:before {
  margin: 0 10px 0 2px;
  position: relative;
  top: 1px;
  font-size: 17px;
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .emails a {
  color: #363636;
}
body.profile #learn-press-user-profile .profile-tabs #learn-press-profile-content .emails a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-quizzes .learn-press-subtab-content .profile-heading {
  margin: 0 0 9px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-quizzes .learn-press-subtab-content ul.lp-sub-menu {
  margin: 0 0 25px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-quizzes .learn-press-subtab-content ul.lp-sub-menu li a {
  color: #101010;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-quizzes .learn-press-subtab-content ul.lp-sub-menu li a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-quizzes .learn-press-subtab-content .learn-press-message:before {
  background: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections .section-tab.active span {
  border-bottom: 2px solid #ff5421;
  padding-bottom: 13px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections .section-tab a,
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections .section-tab span {
  padding: 14px 20px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections li a {
  color: #101010;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections li a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .lp-tab-sections li.active span {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-heading {
  margin: 0 0 9px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content ul.lp-sub-menu {
  margin: 0 0 25px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content ul.lp-sub-menu li a {
  color: #101010;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content ul.lp-sub-menu li a:hover {
  color: #ff5421;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-courses-list .course-thumbnail {
  margin: 0 0 25px 0;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-courses-list .course-thumbnail img {
  border-radius: 5px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-courses-list li {
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-courses-list li h3 {
  line-height: 26px;
  margin: 0 0 6px;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  font-weight: 700;
  padding: 0 25px 15px;
}
body.profile #learn-press-user-profile .profile-tabs #profile-content-courses .learn-press-subtab-content .profile-courses-list li h3:hover {
  color: #ff5421;
}
body.profiles #learn-press-user-profile .profile-tabs {
  padding-left: 50px;
}
body.profile #learn-press-user-profile .learn-press-form-login {
  flex: 0 0 50%;
  margin-right: 20px;
  box-shadow: 0 0 20px #eee;
  border: none;
  border-radius: 5px;
  padding: 50px 50px 35px;
}
body.profile #learn-press-user-profile .learn-press-form-register {
  flex: 0 0 50%;
  margin-left: 20px;
  box-shadow: 0 0 20px #eee;
  border: none;
  border-radius: 5px;
  padding: 50px 50px 35px;
}
/***** Course Single Css *****/
#learn-press-course-tabs.course-tabs {
  margin-top: 0;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info,
.learn-press-breadcrumb,
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
  display: none;
}
#learn-press-course-tabs.course-tabs {
  margin-top: 0 !important;
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
  width: 100% !important;
  padding-right: 0 !important;
}
.lp-archive-courses .learn-press-courses[data-layout="list"] .course {
  width: 33.333% !important;
  padding: 0px 13px 0px 13px !important;
  border: none !important;
}
.learn-press-message.error {
  border-color: #ff5421 !important;
  margin-left: 15px;
  margin-right: 15px;
}
body.rs-list-view .lp-archive-courses .learn-press-courses[data-layout="list"] .course {
  width: 100% !important;
}
body.rs-list-view .lp-archive-courses .course-left a.active-grid {
  background: #fbfbfb !important;
}
.rs-list-view .lp-archive-courses ul.learn-press-courses .course {
  padding: 0 !important;
  border: none !important;
}
.learn-press-message.error:before {
  background: #ff5421 !important;
}
.lp-archive-courses .rs-course-archive-top {
  padding: 100px 15px 0;
}
.lp-archive-courses {
  padding-bottom: 70px;
  margin: 0 auto;
}
.lp-archive-courses .rs-course-archive-top .col-lg-6{
	padding:0;
}
.single-lp_course .rs-courses-details {
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 15px 40px;
}
.course-summary {
  margin-top: 0;
}
.course-summary .course-tabs .learn-press-nav-tabs {
  margin: 0;
  border: 0;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav {
  width: 25%;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-right: 0;
  color: #101010;
  font-weight: 600;
  text-align: center;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav a {
  display: block;
  color: #101010;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav.active {
  position: relative;
  color: #fff;
  border-bottom: none;
  background: #ff5421;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav.active a {
  display: block;
  color: #fff;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  height: 2px;
  z-index: 10;
  width: 100%;
  background: #ff5421;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav:last-child a {
  border-right: 1px solid #eee;
}
.course-summary .course-tabs .learn-press-nav-tabs .course-nav:after {
  display: none;
}
.course-summary .course-tab-panel-overview,
.course-summary .course-tab-panel-curriculum,
.course-summary .course-tab-panel-instructor,
.course-summary .course-tab-panel-reviews {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
  border-top: 0 !important;
  padding: 50px 55px !important;
}
.course-summary .course-tab-panel-overview .course-description h4.desc-title,
.course-summary .course-tab-panel-curriculum .course-description h4.desc-title,
.course-summary .course-tab-panel-instructor .course-description h4.desc-title,
.course-summary .course-tab-panel-reviews .course-description h4.desc-title {
  padding-bottom: 15px;
  position: relative;
}
.course-summary .course-tab-panel-overview .course-description h4.desc-title:before,
.course-summary .course-tab-panel-curriculum .course-description h4.desc-title:before,
.course-summary .course-tab-panel-instructor .course-description h4.desc-title:before,
.course-summary .course-tab-panel-reviews .course-description h4.desc-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #ff5421;
}
.course-summary .course-tab-panel-overview .course-description ul.requirements-list,
.course-summary .course-tab-panel-curriculum .course-description ul.requirements-list,
.course-summary .course-tab-panel-instructor .course-description ul.requirements-list,
.course-summary .course-tab-panel-reviews .course-description ul.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-summary .course-tab-panel-overview .course-description ul.requirements-list li,
.course-summary .course-tab-panel-curriculum .course-description ul.requirements-list li,
.course-summary .course-tab-panel-instructor .course-description ul.requirements-list li,
.course-summary .course-tab-panel-reviews .course-description ul.requirements-list li {
  position: relative;
  padding-left: 20px;
}
.course-summary .course-tab-panel-overview .course-description ul.requirements-list li:before,
.course-summary .course-tab-panel-curriculum .course-description ul.requirements-list li:before,
.course-summary .course-tab-panel-instructor .course-description ul.requirements-list li:before,
.course-summary .course-tab-panel-reviews .course-description ul.requirements-list li:before {
  border: none;
  color: #ff5421;
  content: "\f101";
  font-family: fontawesome;
  font-size: 14px !important;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  left: 0;
  position: absolute;
  top: 1px;
}
.course-summary .course-tab-panel-overview .instructor-list,
.course-summary .course-tab-panel-curriculum .instructor-list,
.course-summary .course-tab-panel-instructor .instructor-list,
.course-summary .course-tab-panel-reviews .instructor-list {
  overflow: hidden;
}
.course-summary .course-tab-panel-overview .instructor-list .image,
.course-summary .course-tab-panel-curriculum .instructor-list .image,
.course-summary .course-tab-panel-instructor .instructor-list .image,
.course-summary .course-tab-panel-reviews .instructor-list .image {
  float: left;
  padding-right: 20px;
}
.course-summary .course-tab-panel-overview .instructor-list .author-name,
.course-summary .course-tab-panel-curriculum .instructor-list .author-name,
.course-summary .course-tab-panel-instructor .instructor-list .author-name,
.course-summary .course-tab-panel-reviews .instructor-list .author-name {
  overflow: hidden;
}
.course-summary .course-tab-panel-overview .instructor-list .author-name h4,
.course-summary .course-tab-panel-curriculum .instructor-list .author-name h4,
.course-summary .course-tab-panel-instructor .instructor-list .author-name h4,
.course-summary .course-tab-panel-reviews .instructor-list .author-name h4 {
  margin: 0 0 5px;
}
.course-summary .course-tab-panel-overview .instructor-list .author-name span,
.course-summary .course-tab-panel-curriculum .instructor-list .author-name span,
.course-summary .course-tab-panel-instructor .instructor-list .author-name span,
.course-summary .course-tab-panel-reviews .instructor-list .author-name span {
  margin: 0 0 10px;
  display: block;
}
.course-summary .course-tab-panel-overview .instructor-list .author-name i,
.course-summary .course-tab-panel-curriculum .instructor-list .author-name i,
.course-summary .course-tab-panel-instructor .instructor-list .author-name i,
.course-summary .course-tab-panel-reviews .instructor-list .author-name i {
  color: #ffaa30;
}
.course-summary .course-tab-panel-overview .instructor-list p.dsc,
.course-summary .course-tab-panel-curriculum .instructor-list p.dsc,
.course-summary .course-tab-panel-instructor .instructor-list p.dsc,
.course-summary .course-tab-panel-reviews .instructor-list p.dsc {
  display: block;
  clear: both;
  padding-top: 15px;
  margin-bottom: 0;
}
.course-summary .course-tab-panel-overview .instructor-list .social-icon li,
.course-summary .course-tab-panel-curriculum .instructor-list .social-icon li,
.course-summary .course-tab-panel-instructor .instructor-list .social-icon li,
.course-summary .course-tab-panel-reviews .instructor-list .social-icon li {
  display: inline-block;
}
.course-summary .course-tab-panel-overview .instructor-list .social-icon li a,
.course-summary .course-tab-panel-curriculum .instructor-list .social-icon li a,
.course-summary .course-tab-panel-instructor .instructor-list .social-icon li a,
.course-summary .course-tab-panel-reviews .instructor-list .social-icon li a {
  display: block;
  background: #ff3115;
  padding: 3px 0;
  width: 40px;
  text-align: center;
}
.course-summary .course-tab-panel-overview .instructor-list .social-icon li a i,
.course-summary .course-tab-panel-curriculum .instructor-list .social-icon li a i,
.course-summary .course-tab-panel-instructor .instructor-list .social-icon li a i,
.course-summary .course-tab-panel-reviews .instructor-list .social-icon li a i {
  color: #fff;
}
.course-summary .course-tab-panel-overview .instructor-list .social-icon li a:hover,
.course-summary .course-tab-panel-curriculum .instructor-list .social-icon li a:hover,
.course-summary .course-tab-panel-instructor .instructor-list .social-icon li a:hover,
.course-summary .course-tab-panel-reviews .instructor-list .social-icon li a:hover {
  background: #ff5421;
}
.course-summary ul.curriculum-sections li {
  background: #fff;
  color: #101010;
  padding: 8px 18px;
  margin: 10px 0;
  border-radius: 5px;
}
.course-summary ul.curriculum-sections li .section-header {
  border: none;
  background: #f9f9f9;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.course-summary ul.curriculum-sections li .section-header .section-title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.course-summary ul.curriculum-sections li .section-header .section-title:before {
  content: "\f078";
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 300;
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	display:none;
}
.course-summary .section-content li a {
  color: #101010;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top .popular {
	background: #d32f2f;
	color: #ffffff;
	font-size: 15px;
	left: -62px;
	padding: 10px 70px 10px;
	position: absolute;
	text-transform: none;
	top: 44px;
	transform: rotate(-50deg);
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom {
	color: #eeeeee;
	padding-top: 26px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom ul {
	text-align: center;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom ul li {
	padding: 8px 0;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom ul li .highlight {
	color: #000;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom ul li i:before {
	font-size: 13px;
	margin-left: 0;
	margin-right: 5px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .feature_icon {
	margin-left: 0px;
	margin-right: 10px;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .tooltip {
	position: relative !important;
	display: inline-block;
	opacity: 1 !important;
	z-index: auto !important;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .price-btn {
	text-align: center;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .btn-table {
	background: #0c1f28;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin: 30px auto 40px;
	padding: 9px 37px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}
.clpricing-table .price-table.style4 .cl-pricetable-wrap .bottom .btn-table:hover {
	opacity: .8;
}
.clpricing-table .price-table.style4 .price-1 .top {
	color: #000000;
}
.clpricing-table .price-table.style4 .price-1 .top h3,
.clpricing-table .price-table.style4 .price-1 .top h4,
.clpricing-table .price-table.style4 .price-1 .top h5 {
	color: #000000;
}
.clpricing-table .price-table.style4 .price-1 .btn-table {
	background: #000000 !important;
}
.clpricing-table .price-table.style4 .price-style2 .top {
	color: #e97d68;
}
.clpricing-table .price-table.style4 .price-style2 .top h3,
.clpricing-table .price-table.style4 .price-style2 .top h4,
.clpricing-table .price-table.style4 .price-style2 .top h5 {
	color: #e97d68;
}
.clpricing-table .price-table.style4 .price-style2 .btn-table {
	background: #e24747 !important;
}
.clpricing-table .price-table.style4 .price-3 .top {
	color: #9c56b8;
}
.clpricing-table .price-table.style4 .price-3 .top h3,
.clpricing-table .price-table.style4 .price-3 .top h4,
.clpricing-table .price-table.style4 .price-3 .top h5 {
	color: #9c56b8;
}
.clpricing-table .price-table.style4 .price-3 .btn-table {
	background: #9c56b8 !important;
}
.clpricing-table .price-table.style5 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.clpricing-table .price-table.style5 .cl-col-md-4 {
	padding: 0;
}
@media screen and (max-width: 991px) {
	.clpricing-table .price-table.style5 .cl-col-md-4 {
		padding: 0 10px;
	}
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap {
	border-radius: 0;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .popular {
	background: #d32f2f;
	color: #ffffff;
	font-size: 12px;
	left: -42px;
	padding: 28px 34px 6px;
	position: absolute;
	text-transform: lowercase;
	top: -12px;
	transform: rotate(-50deg);
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top {
	text-align: center;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top .cl-header h4 {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 34px 0 0;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top h3 {
	margin: 4px 0 0px;
	display: inline-block;
	font-size: 60px;
	font-weight: 300;
	line-height: 60px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top h3 .dolar {
	bottom: 24px;
	font-size: 22px;
	font-weight: 800;
	padding-right: 3px;
	position: relative;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top h5 {
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	display: inline-block;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .top h6 {
	font-weight: normal;
	margin-top: 10px;
	padding-top: 0px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom {
	padding-bottom: 40px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom ul {
	text-align: center;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom ul li {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 5px;
	color: #ffffff;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom ul li .highlight {
	color: #000;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .feature_icon {
	margin-left: 0px;
	margin-right: 10px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .tooltip {
	position: relative !important;
	display: inline-block;
	opacity: 1 !important;
	z-index: auto !important;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .tooltip:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: "\f059";
	position: absolute;
	top: -20px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .tooltip .tooltiptext {
	background-color: #555555;
	border-radius: 6px;
	color: #ffffff;
	font-size: 11px;
	left: -100px;
	line-height: 18px;
	overflow: visible;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 114px;
	z-index: 1;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .tooltip:hover .tooltiptext {
	visibility: visible;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .btn-table {
	background: #0c1f28;
	border-radius: 8px;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 35px auto 0;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
}
.clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .btn-table:before {
	background: #d32f2f;
	border-radius: 8px;
}
.clpricing-table .price-table.style5 .price-1 {
	background: #3aa4d1;
}
.clpricing-table .price-table.style5 .price-style2 {
	background: #e98168;
}
.clpricing-table .price-table.style5 .price-3 {
	background: #ae68ca;
}
.clpricing-table .clpricing-table .price-table.style5 .cl-pricetable-wrap .bottom .btn-table:before {
	border-radius: 8px !important;
}
.clpricing-table .style1 .cl-pricetable-wrap {
	padding-bottom: 40px !important;
}
.clpricing-table .price-table.style6 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap {
	background: #fff;
	border-radius: 4px;
	position: relative;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap:hover .btn-table {
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .top {
	padding: 35px 0 25px;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	overflow: hidden;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .top .popular {
	background: #d32f2f;
	color: #ffffff;
	font-size: 12px;
	left: -42px;
	padding: 28px 34px 6px;
	position: absolute;
	text-transform: lowercase;
	top: -12px;
	transform: rotate(-50deg);
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .top .cl-subheader .short-desc {
	padding: 10px 15px;
	text-transform: none !important;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap ul {
	text-align: center;
	list-style: none;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap ul li {
	padding: 10px 0;
	list-style: none;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap ul li:nth-child(odd) {
	background: #ccc;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom {
	padding-top: 42px;
	/* Tooltip container */

	/* Tooltip text */

}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom p {
	color: #365260;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0px 15px !important;
	text-align: center;
	text-transform: uppercase;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom p .highlight {
	color: #000;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .feature_icon {
	margin-left: 10px;
	margin-right: 10px;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .tooltip {
	position: relative !important;
	display: inline-block;
	opacity: 1 !important;
	z-index: auto !important;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .tooltip:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: "\f059";
	position: absolute;
	top: -20px;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .tooltip .tooltiptext {
	background-color: #555555;
	border-radius: 6px;
	color: #ffffff;
	font-size: 11px;
	left: -45px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 20px;
	visibility: hidden;
	width: 114px;
	z-index: 1;
	line-height: 18px;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .tooltip:hover .tooltiptext {
	visibility: visible;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .btn-table {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	display: block;
	margin: 42px auto 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	max-width: 230px;
	width: 80%;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.clpricing-table .price-table.style6 .cl-pricetable-wrap .bottom .btn-table:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.clpricing-table .price-table.style6 .price-1 .top {
	background: #5343a3;
	color: #ffffff;
}
.clpricing-table .price-table.style6 .price-1 .bottom {
	background: #eeeeee;
}
.clpricing-table .price-table.style6 .price-1 .btn-table {
	background: #5343a3;
	border: #5343a3;
	color: #ffffff;
}
.clpricing-table .price-table.style6 .price-style2 .top {
	background: #00796b;
	color: #ffffff;
}
.clpricing-table .price-table.style6 .price-style2 .bottom {
	background: #eeeeee;
}
.clpricing-table .price-table.style6 .price-style2 .btn-table {
	background: #00796b;
	border: #00796b;
	color: #ffffff;
}
.clpricing-table .price-table.style6 .price-3 .top {
	background: #7a002b;
	color: #ffffff;
}
.clpricing-table .price-table.style6 .price-3 .bottom {
	background: #eeeeee;
}
.clpricing-table .price-table.style6 .price-3 .btn-table {
	background: #7a002b;
	border: #7a002b;
	color: #ffffff;
}
.clpricing-table .price-table.style6 h6 {
	font-weight: normal;
}
.clpricing-table .price-table.style13 .bottom p {
	margin: 0;
	padding: 0;
}
.clpricing-table .price-table.style13 .pricing-title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 18px;
	text-transform: uppercase;
}
.clpricing-table .price-table.style13 .price-des {
	margin-bottom: 40px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap {
	border-radius: 5px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap:hover .dolar {
	top: -40px !important;
	transition: all 1s !important;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top {
	text-align: center;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top .cl-header h4 {
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 20px 0;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top .cl-subheader {
	min-height: 90px;
	position: relative;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top .cl-subheader h3 {
	margin: 0;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top .cl-subheader h3 .dolar {
	border-radius: 100px;
	box-shadow: 0 8px 19px 0 rgba(54, 54, 54, 0.5);
	display: block;
	font: 700 25px/100px Georgia, serif;
	height: 100px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: -52px;
	width: 100px;
	transition: all .5s !important;
	transition: all 0.4s ease-in-out 0s;
	transform: translate(-50%);
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top h5 {
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	display: inline-block;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top .popular {
	background: #d32f2f;
	color: #ffffff;
	font-size: 14px;
	left: -14px;
	padding: 6px 19px;
	position: absolute;
	text-transform: lowercase;
	top: 28px;
	transform: rotate(-90deg);
	z-index: 1;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom {
	background: #eeeeee;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom ul {
	text-align: center;
	margin: 0;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom ul li {
	color: #365260;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 10px;
	line-height: 23px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom ul li .fa {
	bottom: 3px;
	color: #0078f0;
	margin-left: 4px;
	position: relative;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom ul li .highlight {
	color: #000;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom ul li:nth-child(odd) {
	background: #ccc;
	padding: 10px 12px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .btn-table {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	border: 0px solid #0c1f28;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .btn-table:before {
	background: #d32f2f;
	border-radius: 0 !important;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .feature_icon {
	margin-right: 10px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .tooltip {
	position: relative !important;
	display: inline-block;
	opacity: 1 !important;
	z-index: auto !important;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .tooltip:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: "\f059";
	position: absolute;
	top: -20px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .tooltip .tooltiptext {
	background-color: #555555;
	border-radius: 6px;
	color: #ffffff;
	font-size: 11px;
	left: -45px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 20px;
	visibility: hidden;
	width: 114px;
	z-index: 1;
	line-height: 18px;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap .bottom .tooltip:hover .tooltiptext {
	visibility: visible;
}
.clpricing-table .price-table.style13 .cl-pricetable-wrap:hover .dolar {
	margin-top: -10px;
}
.clpricing-table .price-table.style13 .price-1 .top .cl-subheader {
	background: #3399ff;
}
.clpricing-table .price-table.style13 .price-1 .top .cl-subheader .dolar {
	background: #0078f0;
}
.clpricing-table .price-table.style13 .price-1 .top .cl-header {
	background: #0078f0;
}
.clpricing-table .price-table.style13 .price-1 .bottom .fa {
	color: #0078f0 !important;
}
.clpricing-table .price-table.style13 .price-1 .btn-table {
	background: #0078f0;
	border: 2px solid #0078f0 !important;
	color: #ffffff;
}
.clpricing-table .price-table.style13 .price-style2 .top .cl-subheader {
	background: #93c230;
}
.clpricing-table .price-table.style13 .price-style2 .top .cl-subheader .dolar {
	background: #7ba428;
}
.clpricing-table .price-table.style13 .price-style2 .top .cl-header {
	background: #7ba428;
}
.clpricing-table .price-table.style13 .price-style2 .bottom .fa {
	color: #7ba428 !important;
}
.clpricing-table .price-table.style13 .price-style2 .btn-table {
	background: #7ba428;
	border: 2px solid #7ba428 !important;
	color: #ffffff;
}
.clpricing-table .price-table.style13 .price-3 .top .cl-subheader {
	background: #e040fb;
}
.clpricing-table .price-table.style13 .price-3 .top .cl-subheader .dolar {
	background: #9918ad;
}
.clpricing-table .price-table.style13 .price-3 .top .cl-header {
	background: #9918ad;
}
.clpricing-table .price-table.style13 .price-3 .bottom .fa {
	color: #9918ad !important;
}
.clpricing-table .price-table.style13 .price-3 .btn-table {
	background: #9918ad;
	border: 2px solid #9918ad !important;
	color: #ffffff;
}
.clpricing-table .price-table.style13 .price-4 .top .cl-subheader {
	background: #40d6d5;
}
.clpricing-table .price-table.style13 .price-4 .top .cl-subheader .dolar {
	background: #1fb5b4;
}
.clpricing-table .price-table.style13 .price-4 .top .cl-header {
	background: #1fb5b4;
}
.clpricing-table .price-table.style13 .price-4 .bottom .fa {
	color: #1fb5b4 !important;
}
.clpricing-table .price-table.style13 .price-4 .btn-table {
	background: #1fb5b4;
	border: 2px solid #1fb5b4 !important;
	color: #ffffff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding: 12px 24px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	background: #4068fc;
	z-index: 1;
	border: none;
	transition: .5s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #ff7c3f;
	color: #fff;
}
.woocommerce-form-login .woocommerce-form__input-checkbox {
	position: relative;
	top: 4px;
}
.woocommerce .related span.price del {
	font-size: 16px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-top: 15px;
	margin-bottom: 3px;
}
p.lost_password {
	margin-bottom: 0;
}
.woocommerce #review_form #respond textarea {
	border: none;
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.added_to_cart.wc-forward {
	padding: 4px 20px !important;
	border: none !important;
}
.woocommerce ul.products li .added_to_cart {
	width: 100%!important;
	border-radius: 5px!important;
	border: none;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
}
.woocommerce .woocommerce-ordering {
	position: relative;
}
.woocommerce .woocommerce-ordering:after {
	content: "";
	position: absolute;
	display: block;
	top: 21px;
	right: 12px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #012B48;
	pointer-events: none;
}
.bs-sidebar .widget_product_search .woocommerce-product-search {
	position: relative;
}
.bs-sidebar .widget_product_search .woocommerce-product-search button {
	border: none;
	font-size: 0;
	padding: 9px 18px 9px 18px;
	background: transparent;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
	border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:hover:after {
	color: #fff;
	background: #012B48;
}
.bs-sidebar .widget_product_search .woocommerce-product-search:after {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #666;
	padding: 9px 18px 9px 18px;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_product_search input[type="search"] {
	height: 44px;
	padding: 8px 15px;
	border-radius: 5px;
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
}
.bs-sidebar .widget_product_search button {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.bs-sidebar .widget_product_search button:hover {
	opacity: .95;
}
.woocommerce div.product form.cart .group_table td {
	padding: 25px 20px;
	border: none;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
	padding: 25px 20px 25px 0px;
	width: 180px;
}
.woocommerce-checkout table.shop_table td {
	padding: 20px 12px;
}
#ship-to-different-address .woocommerce-form__label .input-checkbox {
	margin: 11px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 2px 45px !important;
}
.woocommerce-grouped-product-list .quantity .qty {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.grouped_form .single_add_to_cart_button {
	margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
	font-weight: 800;
	color: #012B48;
}
.grouped_form td ins {
	padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
	font-weight: 600;
	color: #666666;
	display: block;
	font-size: 13px;
	line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
	color: #012B48 !important;
	font-weight: 700;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: #5E7CA5; 
}
.woocommerce-product-details__short-description p {
	margin-bottom: 35px;
}
.woocommerce .single_add_to_wishlist span {
	font-size: 0;
}
.woocommerce div.product .product_meta {
	font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
	display: block;
	font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
	border: none !important;
}
.woocommerce div.product form.grouped_form button {
	margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
	padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
	padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
	padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
	padding: 10px 20px 10px 0px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .images-product .overley{
	display: none !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: transparent;
	color: #4068fc;
}
.woocommerce nav.woocommerce-pagination {
	text-align: left;
}
ul.products .star-rating {
	width: 66px;
	margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
	color: #4068fc !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #012B48;
}
.woocommerce .related .products li a.product_type_grouped {
	display: none;
}
.widget_product_categories ul li {
	text-transform: uppercase;
}
.widget_product_categories .sub-menu li a {
	font-size: 14px;
}
.woocommerce #commentform {
	max-width: 650px;
}
.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
	min-width: 60px;
}
.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
	width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
	margin-bottom: 0;
}
.woocommerce #review_form #respond p {
	margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 17px;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
	color: #5E7CA5; 
}
.woocommerce .cart_totals table.shop_table {
	border: none;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
	padding: 30px 10px;
	font-weight: 600;
}
.woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
	background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
	border: 1em solid #f9f9f9 !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f9f9f9 !important;
}
.woocommerce-shipping-fields h3 {
	margin-bottom: 10px;
}
.price_slider_wrapper .price_slider {
	margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
	padding: 9px 30px;
	z-index: 99;
	position: relative;
	font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount .price_label {
	top: 4px;
	position: relative;
}
.woocommerce ul.products {
	margin-bottom: 0 !important;
}
.woocommerce ul.products li {
	padding: 0 0 32px !important;
	position: relative !important;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease 0s;
	background: transparent;
	border-radius: 4px;
}
.woocommerce ul.products li img {
	margin-bottom: 0 !important;
	position: relative;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
	font-size: 20px !important;
	padding-bottom: 0px !important;
	padding-top: 0 !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
	color: #012B48;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
	color: #4068fc;
}
.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
	background: #fff !important;
	border: none !important;
	font-size: 30px;
	padding: 0 !important;
	margin: 0 !important;
	height: 45px !important;
	width: 45px !important;
	line-height: 45px !important;
	color: #212121;
}
.woocommerce ul.products li a.fa:before,
.woocommerce ul.products li .glyph-icon:before {
	font-size: 27px;
	color: #212121;
}
.woocommerce ul.products li .button {
	margin-top: 5px !important;
	margin-left: 15px;
	margin-right: 15px;
}
.woocommerce ul.products li ul li {
	background: none;
	border-radius: 0;
}
.related .star-rating::beforee {
	top: 50% !important;
	right: 50% !important;
	transform: translate(50%, -50%);
}
.woocommerce .star-rating span::before {
	color: #4068fc;
}
body.woocommerce-js ul.products li {
	margin-bottom: 50px !important;
}
/*-----------------------------
		Cart icon design
-------------------------------*/
.menu-cart-area {
	position: relative;
	padding: 10px 20px;
}
.menu-cart-area .cart-icon-total-products {
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 100%;
	width: 278px;
	z-index: 10000;
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	transition: all .2s ease 0s;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
	margin-bottom: 0px;
	padding: 25px 10px 0;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
	border: none;
	padding: 3px 0 0 0;
	display: block;
}
.menu-cart-area .woocommerce-mini-cart__empty-message {
	text-align: center;
	text-transform: uppercase;
	color: #012B48;
	position: relative;
	padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
	position: absolute;
	content: "\f124";
	color: #012B48;
	left: 50%;
	transform: translateX(-50%);
	bottom: 42px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
	padding: 20px 30px;
	border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
	color: #5E7CA5; 
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
	width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
	color: #012B48;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
	color: #012B48 !important;
	top: 19px;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
	padding-top: 0;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
	top: 0px;
}
.menu-cart-area .widget_shopping_cart .total {
	padding: 29px 0 0;
	text-align: center;
	border-top: none;
}
.menu-cart-area i {
	cursor: pointer;
	color: #666666;
	font-size: 18px;
}
.menu-cart-area i:before {
	font-size: 18px;
}
.menu-cart-area:hover .cart-icon-total-products {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}
.menu-cart-area span.icon-num {
	border-radius: 50%;
	font-size: 11px;
	line-height: 18px;
	min-height: 18px;
	min-width: 18px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
	margin-top: -12px;
	right: -2px;
}
.menu-cart-area .woocommerce-mini-cart__buttons {
	text-align: center;
}
.menu-cart-area .button.wc-forward {
	padding: 9px 20px;
	font-size: 12px;
}
/* ------------------------------------
		29. Shop Page Start Here 
---------------------------------------*/
.woocommerce ul.products.single-product-page {
	padding: 100px 0 0;
}
.woocommerce ul.products li.product {
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .triangle_left {
	width: 0;
	height: 0;
	border-top: 70px solid transparent;
	border-right: 140px solid #4068fc;
	border-bottom: 70px solid transparent;
	position: absolute;
	top: -75px;
	left: -117px;
	transform: rotate(48deg);
	opacity: 0;
}
.woocommerce ul.products li.product:hover {
	background: transparent;
}
.woocommerce ul.products li.product:hover .triangle_left {
	opacity: 1;
}
.woocommerce ul.products li.product:hover h3 a {
	color: #4068fc;
}
.woocommerce ul.products li.product:hover .add-to-cart {
	background: #4068fc;
	color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product .overley {
	opacity: 1;
	transform: scaleY(1);
	bottom: 0;
}
.woocommerce ul.products li.product .images-product {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}
.woocommerce ul.products li.product .images-product a {
	display: block;
}
.woocommerce ul.products li.product .images-product a img {
	transition: all 0.3s ease-out;
	width: 100%;
}
.woocommerce ul.products li.product .images-product .overley {
	position: absolute;
	bottom: 70px;
	right: 0;
	text-align: center;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	transform: scaleY(0);
	transform-origin: 0 1 0;
	opacity: 0;
	transition: all .5s ease;
	padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details {
	padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4:after {
	display: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
	margin: 0;
	padding: 0px;
	list-style: none;
	bottom: -4px;
	position: absolute;
	transform: translateY(-55%);
	transition: all .9s;
	text-align: right;
	left: 0;
	right: 14px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul {
	padding: 0;
	margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
	border: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a {
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	width: 33px;
	line-height: 24px;
	height: 33px;
	border: none;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
	color: #4068fc;
	border: 1px solid #4068fc;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i {
	font-size: 16px;
	margin: 0;
	transition: all 0.4s ease-in-out 0s;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i:hover {
	color: #4068fc;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .wc-forward {
	border: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li:hover {
	background: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p {
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 13px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p i {
	color: #ffffff;
	margin-right: 8px;
}
.woocommerce ul.products li.product h4 {
	margin-bottom: 10px !important;
	margin-left: 0;
	font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
	color: #012B48;
	transition: all 0.4s ease-in-out 0s;
	font-size: 20px;
	margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
	color: #4068fc;
}
.woocommerce ul.products li.product .price-details ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
	display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
	font-weight: 600;
	font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
	margin-right: 5px;
	font-weight: 400;
	font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
	border: 1px solid #4068fc;
	padding: 8px 18px;
	color: #012B48;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-top: 15px;
}
.woocommerce ul.products .topbar-area {
	overflow: hidden;
	padding-bottom: 54px;
}
.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
	float: right;
}
.woocommerce ul.products .topbar-area .showing-result ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.woocommerce ul.products .topbar-area .showing-result ul li {
	display: inline-block;
	font-weight: 400;
	color: #5E7CA5; 
	margin-right: 0;
	font-size: 14px;
	height: 25px;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
	margin: 0;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
	display: inline-block;
	border: 0;
	background: transparent;
	border-radius: 0px;
}
.woocommerce ul.products .pagination {
	margin-top: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border-color: #4068fc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background: #4068fc;
}
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #777777 !important;
	font-size: 16px !important;
}
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	color: #012B48 !important;
	font-size: 16px;
}
.woocommerce div.product p.price {
	font-size: 30px !important;
	font-weight: 500;
}
.woocommerce .quantity .qty {
	height: 36px !important;
	width: 50px;
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin-bottom: 0;
	padding: 8px 0;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	border-radius: 0 !important;
}
.woocommerce .quantity {
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 10px;
}
.woocommerce .quantity .qty_button {
	border: none;
	background: none;
	box-shadow: none;
	color: #012B48;
	font-size: 20px;
	padding: 0px 12px;
	position: relative;
	background: transparent !important;
	top: 1px;
}
.woocommerce .quantity .qty_button:hover {
	border: none;
	background: none !important;
	box-shadow: none;
}
.woocommerce input[type="number"] {
	border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}
body.woocommerce ins {
	background: none !important;
}
body.woocommerce .panel {
	border: none;
	box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
	padding: 15px 0 0 !important;
	text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
	float: none !important;
	display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
	width: 98%;
	display: inline-block;
	margin-bottom: 10px !important;
}
.woocommerce-variation-price {
	margin-bottom: 30px;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
	font-size: 15px;
	font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: #fbfbfb;
	margin-right: 8px;
	border-radius: 0;
	border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
	font-size: 18px;
	margin-right: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	position: relative;
	color: #fff;
	background: #4068fc;
}
.woocommerce span.feedback {
	font-size: 0;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: -2px 2px 0 #f0f0f0;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
	border-radius: 5px 0 0 0;
	padding-top: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #f0f0f0;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #f0f0f0;
	display: none;
}
.woocommerce-form-login .woocommerce-Button {
	margin-right: 12px !important;
}
.woocommerce button[disabled] {
	color: #fff !important;
	background-size: auto !important;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 2em;
}
.woocommerce .woocommerce-result-count {
	margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ddd !important;
}
.woocommerce a.remove {
	margin: 0 auto;
	color: #012B48 !important;
	border: 1px solid #ddd;
	font-weight: 400;
	height: 28px;
	width: 27px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
}
.woocommerce-cart table.cart .product-thumbnail img {
	width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
	color: #5E7CA5; 
	font-weight: 600;
}
.page-error .rs-btn a.style2{
	background: #4068FC;
}

body .rs-blog-grid .blog-item:hover .cat_list ul li a {
    background: unset !important;
    color: #fff !important;
}
body.home .rs-blog-grid .blog-item .cat_list ul li a:hover {
    background: #fff !important;
    color: #121317 !important;
}
.woocommerce-cart table.cart .product-name a:hover {
	color: #012B48;
	text-decoration: underline !important;
}
.woocommerce-cart table.cart .product-price span {
	font-weight: 600;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	color: #5E7CA5; 
}
.woocommerce-cart #page .wc-proceed-to-checkout {
	padding-bottom: 0;
}
.woocommerce-cart #page .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 15px;
}
.woocommerce button.button:disabled {
	opacity: .3 !important;
}
.coupon input#coupon_code {
	width: 320px !important;
	border-radius: 5px;
	height: auto !important;
	margin-right: 20px;
	text-align: left !important;
	padding: 8px 20px 10px;
}
.coupon ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #012B48 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.coupon ::-moz-placeholder {
	/* Firefox 19+ */

	color: #012B48 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.coupon :-ms-input-placeholder {
	/* IE 10+ */

	color: #012B48 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.coupon :-moz-placeholder {
	/* Firefox 18- */

	color: #012B48 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.product_meta span.tagged_as {
	display: block;
}
.product_meta span {
	font-weight: 600;
}
.product_meta span a {
	font-weight: 400;
}
.single-product .bs-info {
	display: none;
}
.single-product .bs-img {
	display: none;
}
.single-product .bs-desc {
	margin-top: 0px !important;
}
.single-product div.product p.price {
	margin-bottom: 18px;
}
.single-product div.product form.cart {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 40px;
}
.single-product .main-contain #content {
	padding-bottom: 50px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #ff7c3f;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #ff7c3f;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 110px;
	height: 40px;
	text-align: center;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0px;
	height: 40px;
	line-height: 40px;
}
body.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
}

body.viewing-course-item .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
    display: block;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
}
input[type="tel"] {
	padding: 10px 14px;
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-form__label span {
	padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
	margin: 7px 0 0 !important;
}
body.woocommerce-page input[type="password"],
body.woocommerce-page input[type="email"],
body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
	border: 1px solid rgba(54, 54, 54, 0.1);
	border-radius: 5px;
	height: 45px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #5E7CA5; 
}
.woocommerce-cart-form table.shop_table {
	border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
	padding: 25px;
	text-align: center;
}
.woocommerce-cart-form table.shop_table .quantity {
	border-radius: 5px;
	padding: 0px;
	margin: 0 auto;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
	top: -1px;
	padding: 0px 6px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
	width: 50px;
	border-radius: 0 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
}
.woocommerce table.shop_table {
	border-collapse: collapse !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	padding-top: 40px;
}
.woocommerce div.product form.cart .variations select {
	padding: 5px 2px;
}
.cart_totals h2 {
	text-transform: capitalize;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
	padding: 20px;
}
.woocommerce-tabs h2 {
	font-size: 20px;
}
.related.products h2 {
	font-size: 20px;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
	font-size: 25px !important;
	line-height: 25px !important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 50px !important;
}
.cart-collaterals th,
.cart-collaterals td {
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th {
	border-bottom: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}
.woocommerce .bottom,
.woocommerce .featured {
	text-align: left;
}
.woocommerce .form-row {
	display: block;
}
.woocommerce.single-product form.cart .button {
	margin-left: 10px;
}
.woocommerce .add_to_cart_button {
	transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
	font-size: inherit !important;
	vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
	display: none !important;
	opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
	padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
	top: 12px !important;
	right: 15px !important;
	font-size: inherit !important;
}
.woocommerce button[disabled] {
	color: #fff;
	height: 39px;
	padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
	color: #012B48;
}
.woocommerce table.shop_table th {
	border: none;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce table.shop_table td {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #E6E6E6;
}
h3#order_review_heading {
	margin-top: 60px;
	padding: 0 15px;
}
#order_review {
	padding: 0 15px;
}
textarea.input-text {
	border: 1px solid #ccc;
}
.button.yith-wcqv-button {
	display: none !important;
}
.post-type-archive .learn-press-courses .course .course-title {
	display: none !important;
}
.woocommerce span.onsale {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
	right: 10px !important;
	margin: 0 !important;
	top: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: linear-gradient(to right, #4068fc 0, #012B48 51%, #4068fc 100%);
	background-size: 200% !important;
}
.lp-archive-courses .learn-press-courses .course {
    margin: 0 !important;
}
.woocommerce-info {
	border-top-color: #4068fc;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	padding: 3px 15px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	background: #f0f0f0;
	margin: 0 0 15px;
	border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	color: #5E7CA5; 
	display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
	background: #012B48;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover {
	background: #012B48;
}
.woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff;
}
form.woocommerce-EditAccountForm fieldset {
	margin-bottom: 40px;
	margin-top: 30px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
	border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
.woocommerce-js ul.products li img {
	width: auto;
	max-width: 100%;
}
.woocommerce-account .woocommerce form.login {
	margin-bottom: 0;
}
.single-product.woocommerce span.onsale {
	left: 10px !important;
}
#order_comments {
	border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
/* -----------------------------------
		01. General CSS
-------------------------------------*/
html,
body {
	font-size: 15px;
	font-family: Poppins;
	color: #7a7a7a;
	vertical-align: baseline;
	line-height: 1.7em;
	font-weight: 400;
	overflow-x: hidden;
	background: #ffffff;
}
input,
button,
input:focus,
button:focus {
	outline-color: #4068fc !important;
	outline-width: 1px !important;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins;
	color: #252525;
	margin: 0 0 26px;
	font-weight: 600;
}
h1 {
	font-size: 50px;
	line-height: 70px;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 21px;
	line-height: 28px;
}
h6 {
	font-size: 18px;
	line-height: 24px;
}
.fix {
	overflow: hidden;
}
a {
	color: #4068fc;
	transition: all 0.4s ease-in-out 0s;
	text-decoration: none !important;
	outline: none !important;
}
.pl-left-50 {
	padding-left: 50px;
}
h3.mb-20 {
	margin-bottom: 15px;
}
a:active,
a:hover {
	text-decoration: none;
	outline: 0 none;
	color: #012B48;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
::-moz-selection {
	background: #4068fc;
	text-shadow: none;
	color: #ffffff;
}
::selection {
	background: #4068fc;
	text-shadow: none;
	color: #ffffff;
}
.box-shadow {
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
	border-radius: 7px;
}
.primary-bg {
	background: #4068fc;
}
.primaryColor {
	color: #4068fc;
}
body .bg-repeat-x-center {
	background-repeat: repeat-x !important;
	background-position: center top 58% !important;
}
body .bg-fixed {
	background-attachment: fixed !important;
	background-position: center top !important;
}
body .bg-top {
	background-position: center top !important;
}
body .bg-left {
	background-position: bottom left !important;
}
body .bg-right {
	background-position: top right !important;
}
body .bg-bottom {
	background-position: center bottom !important;
}
body .main-contain {
	background-size: cover;
	background-repeat: no-repeat;
}
.glyph-icon:before {
	margin: 0;
}
.ball {
	position: absolute;
	border-radius: 100%;
	opacity: 1;
}
.border-left-radius > .vc_column-inner {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.border-right-radius > .vc_column-inner {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.max-width-700 {
	max-width: 700px;
	margin: 0 auto;
}
.white-color {
	color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
	color: #fff;
}
iframe {
	width: 100%;
}
.floating-box {
	position: relative;
	z-index: 9;
	top: 160px;
}
.custom-max-width {
	max-width: 800px;
}
.menu-cart-area h2 {
	display: none;
}
.bs-sidebar #wp-calendar th {
	background: #4068fc;
	color: #fff;
}

.common-shadow {
	box-shadow: 0 0 150px #eee;
	background: #fff;
}
ul.profile_info {
	padding-left: 0;
	margin-left: 0;
}
ul.profile_info li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 15px;
	padding: 5px 0px;
	position: relative;
}
ul.profile_info li .title {
	color: #666666;
	margin-right: 10px;
	position: relative;
}
ul.profile_info li .title:after {
	content: "";
	position: absolute;
	background: #012B48;
	width: 30px;
	height: 3px;
	left: 0;
	z-index: -1;
	bottom: 5px;
	opacity: 0.6;
}
ul.profile_info li a {
	color: #5E7CA5; 
}
.video-btn-style .rs-btn {
	margin-right: 30px;
}
.video-btn-style .rs-video-2,
.video-btn-style .rs-btn {
	float: left;
}
.rs-heading .description ul {
	list-style: none;
	margin:28px 0 0;
	max-width: 365px;
}
.rs-heading .description ul li {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	background: url(../images/check.png) left no-repeat;
	color: #121317;
	font-size: 16px;
	margin-bottom: 8px;
}
.rs-heading .title-inner .title em{
	font-style: normal;
}
.rs-heading .description .phone{
	padding-left: 30px;
	font-size: 20px;
	color: #12b521;
	line-height: 50px;
	font-weight: 500;
	background: url(../images/phone.png) left no-repeat;
	display: block;
	margin-top: 10px;
}
.rs-heading .description .phone:hover{
	color: #4068fc;
}
.rs-parallax-wrap div.wpcf7-validation-errors {
	color: #fff !important;
}
ul.check-list2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.check-list2 li {
	color: #012B48;
	border-radius: 30px;
	padding: 13px 0 13px 78px;
	margin-bottom: 20px;
	position: relative;
	transition: 0.4s;
}
ul.check-list2 li:before {
	content: "\f124";
	font-family: Flaticon;
	position: absolute;
	background: #fff;
	width: 55px;
	height: 55px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	color: #4068fc;
	box-shadow: 0 0 20px #dedbdb;
}
.firecamp-slider-form .firecamp-form-inner {
	display: flex;
	position: relative;
	align-items: start;
}
.firecamp-slider-form .email input,
.firecamp-slider-form .form-button input {
	font-size: 15px;
}
.firecamp-slider-form .email input {
	width: 290px;
	border-radius: 3px 0 0 3px;
	height: 55px;
	line-height: 55px;
}
.firecamp-slider-form .form-button input {
	width: 135px;
	padding: 15px;
	text-align: center !important;
	font-weight: 500;
	border-radius: 0 3px 3px 0;
}
.firecamp-slider-form .sign-in-text {
	margin-top: 20px;
}
.firecamp-slider-form .sign-in-text a {
	color: #4068fc;
	border-bottom: 1px solid #4068fc;
}
.firecamp-slider-form .sign-in-text a:hover {
	color: #FF7C3F;
}
.firecamp-slider-form br {
	display: none;
}
/* -----------------------
		404
--------------------------*/
.page-error .content-area {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	text-align: center;
}
.page-error .content-area h1.page-title {
	color: #4068fc;
	font-size: 100px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-bottom: 450px;
}
.page-error .content-area h3 {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
	display: block;
	color: #012B48;
}
.page-error .content-area h3 span {
	font-size: 150px;
	text-shadow: 14px 0 0 rgba(0, 0, 0, 0.3);
	line-height: 140px;
	color: #012B48;
	display: block;
	padding-bottom: 30px;
}
.page-error .bs-sidebar {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.page-error .bs-sidebar {
	padding: 10px 0 35px;
}
.page-error.coming-soon .content-area h3 {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 60px;
	font-weight: 400;
}
.page-error.coming-soon .content-area h3 span {
	font-size: 60px;
	text-shadow: unset;
	text-transform: uppercase;
	line-height: 70px;
	padding-bottom: 15px;
	font-weight: 700;
}
.page-error.coming-soon .countdown-inner {
	width: 600px;
	margin: 0 auto;
	max-width: 100%;
}
.page-error.coming-soon .countdown-inner .time_circles {
	position: relative;
	justify-content: center;
	align-items: center;
}
.page-error.coming-soon .countdown-inner .time_circles canvas {
	opacity: 0;
	display: none;
}
.page-error.coming-soon .countdown-inner .time_circles div {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	padding-top: 25px;
	width: 120px !important;
	height: 120px !important;
	display: grid;
	align-items: center;
	margin: 0 auto;
	border-radius: 100%;
	border: 5px solid #ffffff;
	background: #4068fc;
	box-shadow: 0 0 52px rgba(0, 0, 0, 0.3);
	display: inline-block;
	margin: 0 12px;
}
.page-error.coming-soon .countdown-inner .time_circles div:first-child {
	padding-left: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div:last-child {
	margin-right: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div span,
.page-error.coming-soon .countdown-inner .time_circles div h4 {
	color: #ffffff;
}
.page-error.coming-soon .countdown-inner .time_circles div span {
	line-height: 1;
	font-size: 55px;
	display: block;
}
.page-error.coming-soon .countdown-inner .time_circles div h4 {
	margin: 0;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.page-error.coming-soon .follow-us-sbuscribe p {
	color: #ffffff;
	font-size: 30px;
	padding-top: 50px;
	font-weight: 500;
	margin-bottom: 5px;
}
.page-error.coming-soon .follow-us-sbuscribe ul {
	list-style: none;
	margin: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li {
	display: inline-block;
	margin-right: 8px;
}
.page-error.coming-soon .follow-us-sbuscribe ul li:last-child {
	margin-right: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li a {
	width: 45px;
	height: 45px;
	line-height: 35px;
	border-radius: 50%;
	padding: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li i {
	line-height: 45px;
}
.not-found-bg .content-area h3 {
	padding-bottom: 450px;
}
@media only screen and (max-width: 767px) {
	body .page-error.not-found-bg {
		background: #012B48 !important;
	}
}
.not-found .image {
	margin-bottom: 55px;
}
/* ------------------------------------
		02. Global Class
---------------------------------------*/
.rectangle {
	position: relative;
}
.rectangle:after {
	position: absolute;
	content: "";
	height: 120px;
	width: 1px;
	background: #404c51;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
span.yellow {
	color: #4068fc;
}
.overflow-show {
	overflow: visible !important;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 8px;
	vertical-align: text-top;
}
.sticky .menu-area {
	padding: 0;
}
.alignleft {
	margin-bottom: 26px;
}
.alignright {
	margin-bottom: 26px;
}
.vertical-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-middle .vertical-middle-cell {
	display: table-cell;
	vertical-align: middle;
}
.display-table {
	display: table;
	height: 100%;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
body .img-width-150 img {
	max-width: 100px;
}
.rs-blog-details .single-content-full ul.checklisting,
.rs-blog-details .single-content-full ul.stylelisting {
	margin-bottom: 20px !important;
}
ul.checklisting,
ul.stylelisting {
	list-style-type: none;
	margin: 0px !important;
}
ul.checklisting li,
ul.stylelisting li {
	position: relative;
	padding-left: 26px;
	line-height: 35px;
	border: none !important;
	font-weight: 500;
	transition: all .5s ease;
}
ul.checklisting li:before,
ul.stylelisting li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "\f05d";
	font-family: 'FontAwesome';
	color: #4068fc;
	transition: all .5s ease;
	opacity: .5;
}
ul.checklisting li:hover,
ul.stylelisting li:hover {
	margin-left: 10px;
}
ul.checklisting.two-column-bullet,
ul.stylelisting.two-column-bullet {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
ul.checklisting.two-column-bullet li,
ul.stylelisting.two-column-bullet li {
	width: 45%;
}
ul.checklisting li:before {
	content: "\f124";
	font-family: 'Flaticon';
}
.description ul.stylelisting {
	padding-top: 12px;
}


blockquote p {
	margin-bottom: 10px !important;
}
blockquote a {
	color: #777777 !important;
}
.box-shadow {
	box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
}
.meseage_box {
	position: relative;
	z-index: 100;
	background: #ffffff;
	max-width: 680px;
	margin: 0 auto !important;
	padding: 55px 100px 0;
}
.meseage_box .rs-heading .title-inner .title {
	margin-bottom: 0;
}
mark,
ins {
	background: #4068fc;
	color: #fff;
	padding: 0 4px;
}
code {
	background: #4068fc;
	color: #fff !important;
}
body .background_positon_top {
	background-position: center top !important;
}
#content #learn-press-user-profile .profile-tabs {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register {
	padding: 45px 40px 35px;
	background-color: #ffffff;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	border-width: 1px 1px 6px 1px;
    border-style: solid;
    border-color: #E5E9EC;
    border-radius: 5px;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login{
	margin-right: 10px;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login .form-fields label,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register label {
	display: none;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login input,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register input {
	position: relative;
	color: #222222;
	font-size: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: none;
	width: 100%;
    padding: 12px 18px 12px 18px;
    border-radius: 0px 0px 0px 0px;
    background-color: #F0F5FB;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login input[type="checkbox"],
#content #learn-press-user-profile .profile-tabs .learn-press-form-register input[type="checkbox"] {
	height: auto;
	box-shadow: none;
	padding: 0;
	width: auto;
	margin-right: 2px;
	margin-top: 2px;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button {
	border-radius: 5px;
	max-width: 172px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 40px rgba(240, 91, 44, 0.15);
	background-color: #4068fc;
	border: none;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	outline: none;
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button:before,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #012B48;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button:hover,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button:hover {
	color: #ffffff;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button:hover:before,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button span,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button span {
	color: #ffffff;
	position: relative;
	z-index: 99;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-login button span i,
#content #learn-press-user-profile .profile-tabs .learn-press-form-register button span i {
	display: none;
}
#content #learn-press-user-profile .profile-tabs .learn-press-form-register {
	margin-left: 20px;
}
#content .page-numbers,
#content .page-numbers > li {
	border: none;
}
#content .woocommerce-pagination,
#content .learn-press-pagination {
	text-align: center;
}
#content .woocommerce-pagination .page-numbers > li,
#content .learn-press-pagination .page-numbers > li {
	margin: 0px 4px 0;
}
#content .woocommerce-pagination .page-numbers > li a,
#content .learn-press-pagination .page-numbers > li a,
#content .woocommerce-pagination .page-numbers > li span,
#content .learn-press-pagination .page-numbers > li span {
	position: relative;
	width: 40px;
	height: 40px;
	color: #012B48;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: none;
	padding: 0;
}
#content .woocommerce-pagination .page-numbers > li a.current,
#content .woocommerce-pagination .page-numbers > li span.current,
#content .woocommerce-pagination .page-numbers > li a:hover,
#content .woocommerce-pagination .page-numbers > li span:hover {
	background: #4068fc;
	color: #ffffff;
}
#content .learn-press-pagination .page-numbers > li:hover a,
#content .learn-press-pagination .page-numbers > li span.current{
	color: #4068fc;
}
body.rs-list-view.post-type-archive ul.learn-press-courses{
	margin-right: 0;
}
#content .learn-press-pagination ul.page-numbers{
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	box-shadow: 0 0 30px rgba(0,0,0,5%);
	background: #fff;
}
#content .learn-press-pagination .page-numbers > li{
	position: relative;
}
#content .learn-press-pagination .page-numbers > li:before{
	content: "";
	position: absolute;
	top: 17px;
	width: 6px;
	height: 6px;
	right: -8px;
	border-radius: 10px;
	background: #4068fc;
	z-index: 1;
}
#content .learn-press-pagination .page-numbers > li:last-child:before{
	display: none;
}
.rs-courses .cource-block .inner-box .lower-content {
    border-style: solid;
    border-width: 0px 1px 6px 1px;
    border-color: #E5E9EC;
    border-radius: 0px 0px 5px 5px;
}
body .scrollbar-light > .scroll-element.scroll-y .scroll-bar,
body .course-curriculum ul.curriculum-sections .section-content .course-item:before {
	background: #4068fc;
}
body #course-item-content-header {
	background: #121217;
}
body.course-item-popup #course-item-content-header {
    display: flex;
}
#course-item-content-header .course-item-search {
    float: none;
    width: auto;
}
#course-item-content-header .course-item-search input, 
#course-item-content-header .course-item-search input:focus{
	color: #fff !important;
}

#course-item-content-header .course-item-search button {
    color: #fff !important;
}
#course-item-content-header .course-item-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
}
#course-item-content-header .course-item-search input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
#course-item-content-header .course-item-search input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
}
#course-item-content-header .course-item-search input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
}
#course-item-content-header .course-title a {
    color: #fff;
}
body #course-item-content-header .course-title {
    float: none;
    margin: 0 auto;
    width: 79%;
    max-width: 885px;
}
body .course-curriculum ul.curriculum-sections .section-title {
	position: relative;
}
body .course-curriculum ul.curriculum-sections .section-title:before {
	font-family: fontAwesome;
	content: "\f078";
	position: absolute;
	right: 0;
	top: 50%;
	font-weight: 300;
	font-size: 14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #012B48;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
	color: #012B48;
}
body .course-curriculum ul.curriculum-sections .section {
	padding: 0px 0px 4px;
	border-bottom: 4px solid #f6f6f6;
}
body .course-curriculum ul.curriculum-sections .section:first-child .section-content {
	display: block;
}
body .course-curriculum ul.curriculum-sections .section:last-child{
		border: none;
}


#course-item-content-header .course-item-search button {
	height: auto !important;
	box-shadow: none;
	padding: 0 !important;
}
#course-item-content-header .course-item-search button:before {
	display: none;
}
.lg-mlr-5{
	margin-left: 5px;
	margin-right: 5px;
}
body.page-template-events-php .rs-events-2 .event-content{
	background: #fff;
	border-style: solid;
    border-width: 0 2px 2px 2px;
    border-color: #eff0f5;
    border-radius: 0 0 6px 6px;
}

.single-lp_course .main-contain button{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 30px 10px 30px;
	font-weight: 500;
	overflow: hidden;
	background: none;
	border-radius: 5px;
	background-color: #4068fc;
	text-transform: capitalize;
	-webkit-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-o-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	transition: 0.4s;
	border: none;
	outline: none;
	height: auto !important;
	line-height:unset;

}
.single-lp_course .course-tab-panel-reviews .write-a-review{
	margin-top: 30px;
}
.single-lp_course .course-tab-panel-reviews .write-a-review:before{
	right: 28px;
}
.single-lp_course button:hover{
	color: #fff;
}

.single-lp_course .continue-course button:before {
	right: 40px;
}
.single-lp_course button.lp-button:hover {
	color: #ffffff;
	background: #012B48;
}
.single-lp_course .lp-button-back button:before {
	display: none;
}
.single-lp_course .lp-button-back button i {
	padding-left: 14px;
}
.single-lp_course .search-boxed .search-form {
	position: relative;
}
.single-lp_course .search-boxed .search-form input:focus {
	border: 1px solid #4068fc;
}
.single-lp_course .search-boxed .search-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 70px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	line-height: 100%;
	font-weight: normal;
	padding: 4px 0 !important;
	height: auto !important;
}
.single-lp_course .search-boxed .search-form button:before {
	display: none;
}
.search-boxed input:focus {
	border-color: #4068fc;
	outline: 1px solid #4068fc;
}
body .rs-courses-details #learn-press-course .course-tab-panel-curriculum {
	padding-left: 0;
	padding-right: 0;
}
.border-image .vc_single_image-wrapper {
	position: relative;
}
.border-image .vc_single_image-wrapper:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 200px solid #012B48;
	border-right: 200px solid transparent;
	left: -32px;
	top: -32px;
}
.border-image .vc_single_image-wrapper:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 300px solid #012B48;
	border-left: 300px solid transparent;
	right: -32px;
	bottom: -32px;
}
.border-image .vc_single_image-wrapper img {
	position: relative;
	z-index: 99;
}
.border-image.small-border .vc_single_image-wrapper:after {
	border-top: 250px solid #012B48;
	border-right: 250px solid transparent;
	left: -21px;
	top: -21px;
}
.border-image.small-border .vc_single_image-wrapper:before {
	border-bottom: 250px solid #012B48;
	border-left: 250px solid transparent;
	right: -21px;
	bottom: -21px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	padding: 14px 22px;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
	transition: all .5s ease;
	border-radius: 4px;
	position: relative;
	background: #4068fc;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #ff7c3f;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
h5.mb-20 {
	margin-bottom: 10px;
}
.submit-btn {
	width: 170px;
	background: #4068fc;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	z-index: 2;
	border: none;
}
.submit-btn .wpcf7-submit {
	position: relative;
	display: inline-block;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #ffffff;
	background: none;
	border: none;
}
.submit-btn:hover {
	background: #01a0f9;
	color: #ffffff;
	opacity: 0.99;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
	background: #4068fc;
	color: #012B48;
}
body #cl-testimonial .slick-next,
body #cl-testimonial .slick-prev {
	transition: all 0.7s ease 0s;
	background-size: 200% !important;
	background: linear-gradient(to right, #4068fc 0, #012B48 51%, #4068fc 100%);
}
body #cl-testimonial .slick-next:hover,
body #cl-testimonial .slick-prev:hover {
	background-position: right center !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active {
	animation: slide-down 0.8s ease-out !important;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.main-contain #content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.single-lp_course .main-contain #content {
	padding-top: 110px;
}
.learnpress .learn-press-pagination{
	margin-bottom: 0;
}
.main-contain .rs-porfolio-details #content {
	padding-bottom: 110px;
}
#content .project-gallery .p-gallery-title {
	margin: 0 0 40px;
}

.single-teams .related-post {
	padding-top: 50px;
}
.post-type-archive-product .main-contain #content {
	padding-bottom: 90px;
}
.sign {
	margin-top: 15px;
}
.rs-heading.bigger-text h2.title {
	font-size: 55px;
	line-height: 65px;
}
.rs-heading.bigger-text p {
	color: #fff;
	font-size: 18px;
}
ul.unorder-list {
	margin: 20px 0 20px;
	padding: 0;
	list-style: none;
}
ul.unorder-list li {
	display: block;
	position: relative;
	padding-left: 28px;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 25px;
}
ul.unorder-list li:before {
	position: absolute;
	top: 0px;
	left: 0;
	content: "\f105";
	font-family: FontAwesome;
	color: #4068fc;
	font-size: 20px;
}
ul.check-icon {
	list-style: none;
	margin-left: 20px;
}
ul.check-icon li {
	position: relative;
	padding-left: 22px;
	padding-bottom: 4px;
	font-size: 16px;
}
ul.check-icon li:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "\f11b";
	font-family: Flaticon;
	color: #4068fc;
	font-weight: 700;
	font-size: 14px;
}
ul.check-icon.two-call {
	column-count: 2;
}
ul.check-icon.two-call li {
	padding-right: 10px;
}
.light-faq .vc_toggle .vc_toggle_title h4 {
	color: #fff;
}
.light-faq .vc_toggle .vc_toggle_content {
	color: #fff;
}
.post-password-required input[type="password"] {
	margin-left: 5px;
}
.post-password-required input[type="submit"] {
	margin-left: -4px;
	border-radius: 0 3px 3px 0;
	padding: 11px 20px;
}
@media screen and (min-width: 1366px) {
	#rs-header .menu-area .navbar ul > li.mega > ul {
		left: 30%;
		max-width: 70%;
	}
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="email"] {
	color: #5E7CA5; 
	width: 100%;
	max-width: 100%;
	opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #888;
	opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #888;
	opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #888;
	opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #888;
	opacity: 1;
}
select {
	color: #666;
	cursor: pointer;
}
select:valid {
	color: #666;
}
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
	color: #4068fc;
}
a:hover,
a:focus,
a:active {
	color: #4068fc;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/
.ceo-founder p {
	font-weight: 500;
	color: #012B48;
}
.sticky-logo {
	display: none;
}
.sticky .logo-area {
	display: none;
}
.sticky .logo-area.sticky-logo {
	display: block;
}
.owl-carousel {
	padding-top: 0;
}
.owl-carousel .owl-nav {
	right: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
	font-size: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.6s ease all;
	opacity: 0;
	visibility: hidden;
	background-size: 200% auto!important;
	background-image: linear-gradient(to right, #4068fc 0, #ff7c3f 51%, #4068fc 100%);
}
.owl-carousel .owl-nav [class*="owl-"]:before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
	left: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
	content: "\f104";
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
	right: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
	content: "\f105";
	margin-left: 2px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-position: right center !important;
	color: #fff;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
	opacity: 1;
	visibility: visible;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
	left: -60px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
	right: -60px;
}
.owl-carousel .partner-item a img {
	width: auto;
	margin: 0 auto;
}
ul.software-info {
	display: inline-flex;
	margin-right: 30px;
	list-style: none;
	margin: 0 0 20px;
}
ul.software-info li {
	list-style: none;
	margin-right: 35px;
}
ul.software-info li:last-child {
	margin-right: 0;
	display: flex;
}
ul.software-info .software-rating {
	padding: 0 5px;
}
ul.software-info .software-rating i {
	color: #f1ce0c;
}
.dual-btn .btn-left {
	float: left;
	margin-right: 35px;
}
.dual-btn .btn-left:last-child {
	margin-right: 0;
}
.software-newslater .newsletter-box {
	position: relative;
}
.software-newslater .newsletter-box input[type="email"] {
	border: none;
	padding-left: 30px;
	width: 100%;
	max-width: 525px;
	height: 70px;
	line-height: 70px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	margin-bottom: 0;
	color: #fff;
	padding-right: 135px;
}
.software-newslater .newsletter-box input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #fff;
}
.software-newslater .newsletter-box input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #fff;
}
.software-newslater .newsletter-box input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #fff;
}
.software-newslater .newsletter-box input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #fff;
}
.software-newslater .newsletter-box button {
	position: absolute;
	right: 0;
	background: #ffffff;
	color: #666666;
	height: 70px;
	line-height: 70px;
	width: 120px;
	border-radius: 0 50px 50px 0;
	transform: unset;
	transition: all 0.7s ease 0s;
	font-size: 16px;
	top: 0;
}
.software-newslater .newsletter-box button:before {
	display: none;
}
.software-newslater .newsletter-box button:after {
	display: none;
}
.software-newslater .newsletter-box button:hover {
	color: #4068fc;
	background-image: none !important;
	background: #fff !important;
}
.software-newslater .newsletter-box i {
	display: none;
}
.heading-bottom {
	margin-bottom: 0;
}
.heading-bottom .title-inner .title {
	margin-bottom: 0;
}
.sidenav {
	width: 100%;
}
.sidenav .widget-title {
	color: #012B48 !important;
	padding: 0 0 15px;
	font-size: 20px !important;
	line-height: 26px;
	font-weight: 600 !important;
	position: relative;
}
.sidenav .widget-title:before {
	content: "";
	position: absolute;
	background: #4068fc;
	height: 2px;
	width: 50px;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}
.sidenav .widget {
	padding: 0;
}
.sidenav .widget .widget-title {
	font-size: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.sidenav .widget .search-form .search-input {
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3) !important;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
	/* Firefox 19+ */

	color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
	/* IE 10+ */

	color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
	/* Firefox 18- */

	color: #fff;
}
.sidenav .widget .search-form button {
	padding: 8px 12px;
	color: #fff;
	background: transparent !important;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
	opacity: 0.7;
}
.sidenav .fa-ul {
	margin-left: 0;
	text-align: left;
	font-size: 15px;
}
.sidenav .fa-ul li {
	padding: 10px 0;
}
.sidenav .fa-ul li i {
	padding-right: 15px;
	color: #5E7CA5; 
}
.sidenav .fa-ul li i:before {
	font-size: 20px;
}
.sidenav .fa-ul li i.flaticon-email,
.sidenav .fa-ul li i.flaticon-clock {
	position: relative;
	top: 4px;
}
.sidenav .fa-ul li a {
	color: #5E7CA5; 
}
.sidenav .fa-ul li a:hover {
	color: #4068fc;
}
.sidenav .fa-ul li.address1 {
	padding-left: 36px;
	padding-top: 0;
	max-width: 300px;
}
.sidenav .fa-ul li.address1 i {
	position: absolute;
	top: 3px;
	left: 0;
}

.sidenav .fa-ul li.address1 i.fa-map-marker:before{
	font-size: 24px;
}

.sidenav .fa-ul li.address1 i.fa-phone:before{
	font-size: 23px;
}

.sidenav .offcanvas_social {
	margin-left: 0;
	list-style-type: none;
	padding-bottom: 90px;
	padding-top: 7px;
}
.sidenav .offcanvas_social li {
	display: inline-block;
}
.sidenav .offcanvas_social li a {
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	float: left;
	margin-right: 12px;
}
.sidenav .offcanvas_social li a i {
	font-size: 18px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #012B48;
	text-align: center;
	border-radius: 50%;
}
.sidenav .offcanvas_social li a i:hover {
	opacity: .9;
}
.sidenav .offcanvas_social li:last-child a {
	margin-right: 0;
}
.sidenav .nav-close-menu-li {
	margin: 0;
	padding-bottom: 30px;
	text-align: right;
}
.sidenav .nav-close-menu-li a {
	font-size: 0;
	text-align: center;
	display: inline-block;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	margin-right: 10px;
	position: relative;
}
.sidenav .nav-close-menu-li a:after,
.sidenav .nav-close-menu-li a:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #fff;
	top: 9px;
}
.sidenav .nav-close-menu-li a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
	background: #fff;
	color: #000;
	border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after,
.sidenav .nav-close-menu-li a:hover:before {
	background-color: #4068fc;
}
.sidenav .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
.sidenav .widget_nav_menu ul li {
	list-style: none;
	margin-left: 0;
	padding: 0;
	position: relative;
}
.sidenav .widget_nav_menu ul li+li{
	border-top: 1px solid rgba(0,0,0,.05);
}
.sidenav .widget_nav_menu ul li a {
	font-size: 14px;
	padding: 11px 0;
	display: block;
	color: #012B48;
	text-transform: uppercase;
}
.sidenav .widget_nav_menu ul li a:hover {
	color: #4068fc;
}
.sidenav .widget_nav_menu ul li:before {
	display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
	text-transform: capitalize;
}
.sidenav .bs-search button {
	padding: 5px 11px;
}
.sidenav li.nav-link-container {
	color: #012B48;
	text-align: center;
	display: block;
	border-radius: 30px;
	height: 40px;
	right: 18px;
	width: 40px;
	top: 14px;
	position: absolute;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	transition: transform .5s ease;
}

.bs-sidebar .widget_categories ul ul.sub-menu{
	display: block;
	flex: 0 0 100%;
	margin: 0;
	padding-left: 15px;
}
.bs-sidebar .widget_categories ul li{
	flex-wrap: wrap;
}

.sidenav li.nav-link-container:hover a {
	display: block;
}
.sidenav li.nav-link-container:hover a span {
	background: #000 !important;
}
.sidenav li.nav-link-container a {
	display: block;
}
.sidenav li.nav-link-container .nav-menu-link {
	padding: 2px 15px 15px 9px !important;
	background: none;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
	transform: rotate(-45deg) translate(-5px, 8px);
	background: #4068fc;
	width: 30px;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
	-webkit-transform: rotate(45deg) translate(2px, 0px);
	transform: rotate(45deg) translate(2px, 0px);
	background: #4068fc;
	width: 30px;
}
.fa-ul {
	list-style: none;
}
.border-list {
	margin-left: 40px;
}
.border-list li {
	color: #626262;
	font-size: 16px;
	margin-bottom: 14px;
}
.mobile-menu-container .nav-close-menu-li {
	padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
	padding: 0;
}
.mobile-menu-container ul {
	padding-left: 0;
	margin: 0;
	text-align: left;
}
.mobile-menu-container ul li {
	list-style: none;
	border: none !important;
	margin-left: 0;
	padding: 0;
}
.mobile-menu-container ul li a {
	font-size: 15px;
	padding: 12px 0;
	display: block;
	color: #222;
	border-bottom: none;
}
.mobile-menu-container ul li a:hover {
	opacity: 0.9;
}
.mobile-menu-container ul li:before {
	display: none;
}
.nav-active-menu-container {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
}
#rs-header .menu-area .navbar ul li ul li .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	transform: scaleY(0);
	visibility: hidden;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
	background: #fff !important;
}
#rs-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
	width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
	width: 25%;
}
.transparent_header {
	position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
	background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
	background: #4068fc;
}
.default_header .menu-area .navbar ul > li > a:after {
	background: #4068fc;
}
.callto-home5 .exp-title {
	font-weight: 500 !important;
}
.customrev .rev-btn i {
	position: absolute;
	top: 50%;
	right: 26px;
	transition: all 0.3s;
	transform: translateY(-50%);
	opacity: 1;
	font-size: 16px;
}
.customrev .rev-btn:hover i {
	opacity: 1;
	right: 18px;
}
/*------------------------------------
		04. Sticky Menu
--------------------------------------*/
.menu-sticky {
	margin: 0;
	width: 100%;
	z-index: 999;
	background: transparent;
}
.menu-sticky.sticky {
	position: fixed !important;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
	padding: 0;
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.menu-sticky.sticky .toolbar-area {
	display: none;
}
.menu-sticky.sticky .navbar-menu {
	width: 100%;
	text-align: right;
}
.menu-sticky.sticky .navbar-menu ul.menu {
	text-align: right;
}
.menu-sticky.sticky .navbar ul li > a {
	color: #012B48;
}
.menu-sticky.sticky .btn_quote {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}
.menu-sticky.sticky .quote-button {
	color: #fff;
	border-color: #4068fc;
	background: #4068fc;
}


.menu-sticky.sticky .quote-button:hover {
	border-color: #4068fc;
	color: #4068fc;
	background: transparent !important;
}
.menu-sticky.sticky .nav-link-container i {
	color: #012B48;
}
.menu-sticky.sticky .nav-link-container .nav-menu-link.menu-button {
	padding: 30px 35px;
}
.max900 .vc_column-inner {
	max-width: 900px;
	margin: 0 auto;
}
.formbtn .form-button {
	text-align: center;
}
.cl-testimonial2 .testimonial-content .cl-quote-icon {
	line-height: 44px;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* -----------------------
		17. Scroll Up
--------------------------*/
#scrollUp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #4068fc;
	border-radius: 4px;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
#scrollUp:hover {
	opacity: .8;
}

/* ------------------------------------
		20. Breadcrumbs
	---------------------------------------*/
.rs-breadcrumbs {
	position: relative;
	background: #4068fc;
}
.rs-breadcrumbs .content_banner {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}
.rs-breadcrumbs .page-banner-image {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.rs-breadcrumbs .breadcrumbs-title {
	font-size: 0px;
	color: #fff;
}
.rs-breadcrumbs .breadcrumbs-title > span {
	margin-right: 15px;
}
.rs-breadcrumbs .breadcrumbs-title span {
	font-size: 14px;
	position: relative;
	padding-right: 15px;
}
.rs-breadcrumbs .breadcrumbs-title span.current-item {
	margin-right: 0;
	padding-right: 0;
}
.rs-breadcrumbs .breadcrumbs-title span a span {
	color: #fff;
	transition: 0.4s;
}
.rs-breadcrumbs .breadcrumbs-title span a span:hover {
	opacity: .7;
}
.rs-breadcrumbs .breadcrumbs-title span a:before {
	content: ">";
	position: absolute;
	top: 2px;
	right: 0;
	color: #fff;
	line-height: 16px;
}
.rs-breadcrumbs .breadcrumbs-title span a:before {
	right: 5px;
}
.rs-breadcrumbs .breadcrumbs-title .current-item {
	color: #ccc;
}
.rs-breadcrumbs .breadcrumbs-inner {
	padding: 114px 0 114px;
	position: relative;
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
	padding: 0 0 8px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
	background: #fbfbfb;
	color: #777777 !important;
	padding: 6px 19px 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta {
	padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li {
	margin-right: 13px;
	font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i {
	margin-right: 3px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
	font-size: 14px;
	font-weight: 600;
}
.rs-breadcrumbs .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}
.rs-breadcrumbs .breadcrumbs-single {
	background-size: cover;
	background-position: top center;
}
.rs-breadcrumbs .trail-browse {
	display: none !important;
}
.rs-breadcrumbs .trail-items li {
	position: relative;
}
.rs-breadcrumbs .trail-items li a {
	padding-right: 20px;
}
.rs-breadcrumbs .trail-items li::after {
	right: 0px;
	position: absolute;
	padding: 0;
	content: "\f147";
	font-family: Flaticon;
	font-style: normal;
	font-weight: 300;
	display: block !important;
	top: 0;
}
.rs-breadcrumbs .trail-items li.trail-end::after {
	display: none !important;
}
.rs-breadcrumbs .page-title {
	position: relative;
	color: #ffffff;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0 0 15px;
}
.rs-breadcrumbs .trail-items li::after {
	font-size: 12px;
}
.rs-breadcrumbs ul {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0px;
}
.rs-breadcrumbs ul li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
}
.rs-breadcrumbs ul li * {
	color: #fff;
}
.rs-breadcrumbs ul li a {
	color: #121317;
}
.rs-breadcrumbs ul li a:hover {
	color: #4068fc;
}
.rs-breadcrumbs ul li.trail-begin a {
	position: relative;
	display: inline-block;
	padding-left: 0;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
	opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-end {
	padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
	position: relative;
}
body.wpb-js-composer .vc_tta-container {
	margin-bottom: 0;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #5E7CA5; 
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #5E7CA5; 
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #5E7CA5; 
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #5E7CA5; 
}
.entry-content .page-links {
	padding-top: 10px;
}
.comment-reply-title {
	font-size: 24px;
	margin-top: 14px;
}
.page .comments-title {
	font-size: 24px;
	font-weight: 700;
}
.format-aside .single-content-full .bs-desc {
	margin-top: 0;
}
.close5 {
	background: #28406d;
	color: #fff;
	border-radius: 50%;
}
.home1-contact input.wpcf7-text,
.home1-contact select,
.home1-contact textarea {
	background: #333333;
	border: none;
	color: #fff;
	width: 100%;
	margin-bottom: 30px;
	outline: none;
}
.home1-contact input[type="submit"] {
	background: #01a0f9;
	width: 100%;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: -7px;
	border-radius: 0;
	color: #f5f5f5;
}
.home1-contact input.wpcf7-text {
	height: 55px;
}
.home1-contact textarea {
	height: 170px;
}
.home1-contact input[type="text"]::-webkit-input-placeholder,
.home1-contact textarea::-webkit-input-placeholder,
.home1-contact input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #999;
	opacity: 1;
}
.home1-contact input[type="text"]::-moz-placeholder,
.home1-contact textarea::-moz-placeholder,
.home1-contact input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #999;
	opacity: 1;
}
.home1-contact input[type="text"]:-ms-input-placeholder,
.home1-contact textarea:-ms-input-placeholder,
.home1-contact input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #999;
	opacity: 1;
}
.home1-contact input[type="text"]:-moz-placeholder,
.home1-contact textarea:-moz-placeholder,
.home1-contact input[type="email"]:-moz-placeholder {
	/* Firefox 18- */

	color: #999;
	opacity: 1;
}
.footer-top-contact .rs-contact {
	color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text h3 {
	color: #fff;
	font-weight: 500;
}
.footer-top-contact .rs-contact .contact-address .address-text a {
	color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text a:hover {
	color: #4068fc;
}
.bg-centertops {
	background-position: center top !important;
}
.readon .vc_btn3 {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	margin-top: -5px !important;
}
.readon .vc_btn3:hover {
	color: #012B48 !important;
}
ul.list-half {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	max-width: 100% !important;
}
ul.list-half li {
	padding: 0 0 0 20px !important;
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: left;
	width: 50%;
	margin: 0 0 8px !important;
}
ul.list-half li:before {
	display: none;
}
ul.list-half li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	background: #4068fc;
	border-radius: 50%;
}
.home5-blog .blogfull {
	box-shadow: 0 0 16px #eef2fd !important;
	border: none !important;
}
.home5-blog .blogfull .blog-button a {
	color: #4068fc;
}
.home5-blog .blogfull .blog-button a:hover {
	color: #012B48 !important;
}
.home5-blog .blogfull .blog-button a:before {
	display: none;
}
.home5-blog .owl-item:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 195px;
	height: 1px;
	background: #f26723;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease;
}
.home5-blog .owl-item:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 195px;
	background: #f26723;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease;
}
.home5-blog .owl-item .blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 195px;
	height: 1px;
	background: #f26723;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease;
}
.home5-blog .owl-item .blog-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 195px;
	background: #f26723;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease;
}
.home5-blog .owl-item:hover:before,
.home5-blog .owl-item:hover:after {
	opacity: 1;
}
.home5-blog .owl-item:hover .blog-item:before,
.home5-blog .owl-item:hover .blog-item:after {
	opacity: 1;
}
.call-to-action-section-two {
	position: relative;
	text-align: center;
	padding: 56px 0px 25px;
	background-size: cover !important;
	background-color: #FCF4F4;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
.call-to-action-section-two .footer-title {
		position: relative;
		color: #ffffff;
		line-height: 1.3;
		font-weight: 700;
		font-size: 40px;
		max-width: 660px;
		margin: 0 auto 10px;
}
.call-to-action-section-two .description {
	color: #ffffff;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 16px;
	margin: 0 auto;
}
.call-to-action-section-two .buttons-box {
	margin-top: 40px;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 0px 10px;
}
.theme-btn span {
	position: relative;
	z-index: 1;
}
.theme-btn span i {
	margin-left: 5px;
}
.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 44px 10px;
	font-weight: 400;
	overflow: hidden;
	background: none;
	border-radius: 50px;
	background-color: #4068fc;
	text-transform: capitalize;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-style-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.btn-style-one:hover {
	color: #4068fc;
}
.btn-style-one:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	padding: 10px 44px 10px;
	font-weight: 400;
	overflow: hidden;
	background: none;
	border-radius: 50px;
	background-color: #ffffff;
	text-transform: capitalize;	
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-style-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #4068fc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.btn-style-two:hover {
	color: #ffffff;
}
.btn-style-two:hover:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 44px 11px;
	font-weight: 400;
	overflow: hidden;
	background: none;
	border-radius:2px;
	background-color:#ff5773;
	text-transform: capitalize;	
	-webkit-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
	-moz-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
	-ms-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
	-o-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
	box-shadow: 0 10px 30px rgba(255,98,98,0.10);
}

.btn-style-four i{
	margin-left:5px;
}

.btn-style-four:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
		-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
		-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
		-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
		transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
		-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
		-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
		transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-four:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover{
	color:#ff5773;
}


/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	padding: 11px 44px 11px;
	font-weight: 400;
	overflow: hidden;
	background: none;
	border-radius:2px;
	background-color:#ffffff;
	text-transform: capitalize;	
	box-shadow:0px 5px 10px rgba(0,0,0,0.10);
}

.btn-style-five i{
	margin-left:5px;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		background-color: #ff5773;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transform: scale(1, 0.5);
		transform: scale(1, 0.5);
}

.btn-style-five:hover::before{
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #ffffff;
}

/* Btn Style Seven */
.btn-style-seven{
	position: relative;
	color: #31344a;
	font-size:16px;
	font-weight:400;
	padding:14px 48px;
	overflow: hidden;
	border: 1px solid #ff5773;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-seven .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-seven::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ff5773;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-seven:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.5,1);
	transform: skewX(-180deg)  scale(0.5,1);
}
.btn-style-seven:hover .txt{
	color:#ffffff;
}
table.ab-table {
	border: none;
}
table.ab-table thead tr th {
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #4068fc;
	padding: 0 0 8px;
	width: 21%;
}
table.ab-table tr {
	border-bottom: 1px solid #eaeaea;
}
table.ab-table tr td {
	border: none;
	font-size: 18px;
	color: #333;
	padding: 15px 0;
	width: 21%;
}
table.ab-table tr td img {
	margin-right: 8px;
}
.ab-shadow {
	box-shadow: 0 22px 30px #eaeaea;
	border-radius: 0 0 5px 5px;
	padding: 20px 10px 5px 32px;
	background: #fff;
}
.ab-shadow a:hover {
	color: #012B48;
}
.rs-addon-services {
	text-align: unset;
}
.rs-addon-services .services-part .services-text .services-txt a {
	display: block;
	color: #012B48;
}
.rs-addon-services .services-part .services-text .services-txt a:hover {
	color: #4068fc;
}
.border_radius_style .rs_button {
	border-radius: 30px;
}
.rs-heading .title-inner .title em {
	font-style: normal;
	color: #4068fc;
}
.two-btn {
	max-width: 500px;
}
.two-btn .rs-btn .rs_button {
	border-radius: 30px;
}
.two-btn .last-btn .rs-btn .rs_button {
	background: none !important;
	border-bottom: 2px solid #4068fc;
	border-radius: 0 !important;
	padding: 2px 1px;
}
body .rs-blog .blog-item.style2.blog-style2 {
	padding: 0;
	margin: 0;
}
body .rs-blog .blog-item.style2.blog-style2 .blogfull {
	padding: 30px 30px 30px !important;
}
/*********************
		Contact
**********************/
.contact-info-details {
	box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
	padding: 30px 40px 34px;
}
.contact-info-details p {
	margin-bottom: 16px;
}
.contact-info-details .rscontact-title {
	position: relative;
	padding-bottom: 10px;
}
.contact-info-details .rscontact-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #f1f6fc;
}
.contact_social_icon {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.contact_social_icon li {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}
.contact_social_icon li a {
	color: #5E7CA5; 
	transition: .4s;
	display: block;
}
.contact_social_icon li a:hover {
	color: #4068fc;
}
.contact_phone,
.contact_mail {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact_phone li,
.contact_mail li {
	display: block;
	padding-bottom: 2px;
}
.contact_phone li a,
.contact_mail li a {
	color: #5E7CA5; 
	transition: .4s;
	display: inline-block;
}
.contact_phone li a:hover,
.contact_mail li a:hover {
	color: #4068fc;
}
.contact_phone {
	padding-top: 10px;
	padding-bottom: 24px;
}
.contact-business {
	z-index: 9;
}
.contact-business .form-button {
	margin: 20px auto 0;
}
.contact-business .form-button {
	margin: 0 auto;
}
.contact-business .form-button p {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.review-list {
	position: relative;
	margin: 0 0 20px;
	list-style: none;
}
.review-list li {
	position: relative;
	color: #626262;
	font-size: 16px;
	margin-bottom: 14px;
	padding-left: 30px;
}
.review-list li:before {
	position: absolute;
	content: "\f046";
	left: 0px;
	top: 5px;
	color: #4068fc;
	font-size: 14px;
	line-height: 1em;
	font-family: fontawesome;
}
.requirement-list {
	position: relative;
	margin-bottom: 20px;
	margin-left: 18px;
}
body.single-lp_course .course-curriculum ul.curriculum-sections .section-header .section-title {
    font-weight: 600;
}
.requirement-list li {
	position: relative;
	color: #626262;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 10px;
	list-style: disc;
}
.requirement-list li:last-child{
	margin-bottom: 0;
}
.learn-press-progress .progress-bg .progress-active{
	background: #4068fc !important;
}
#learn-press-course-tabs ul.learn-press-nav-tabs .course-nav {
    margin-right: 0;
}
.rs-courses-details #learn-press-course p {
	position: relative;
	color: #626262;
	font-size: 16px;	
}
.rs-courses-details #learn-press-course span.course-students {
	display: none;
}
.rs-courses-details #learn-press-course ul.learn-press-nav-tabs {
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	border-radius: 5px;
	border: 0;
	padding:0;
	background: none;
}
.rs-courses-details #learn-press-course ul.learn-press-nav-tabs li a{
	position: relative;
	display: block;
	font-size: 16px;
	background: none;
	color: #252525;
	font-weight: 500;
	line-height: 24px;
	cursor: pointer;
	float: left;
	background-color: #ffffff;
	padding: 0 0 20px;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: poppins;

}
.rs-courses-details #learn-press-course ul.learn-press-nav-tabs li:after {
	background: #4068fc;
	height: 2px;
	bottom: -2px;
}
.rs-courses-details #learn-press-course .course-tab-panel {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	z-index:1;
}

.rs-courses-details .inner-column.sticky-top {
	z-index: 1;
	top: 90px;
}
.rs-courses-details .inner-column .course-seats .price {
	position: relative;
	display: block;	
	font-weight: 600;
	font-size: 50px;
	color: #f95925;	
}
.rs-courses-details .inner-column .price span.price {
	font-size: 36px !important;
	padding:12px 0 30px;
}
.rs-courses-details .lp-button {
	background: #4068fc;
	padding: 9px 60px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 44px 12px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 4px;
	text-transform: capitalize;
	-webkit-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-o-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	border: 0;
	text-transform: uppercase;
}
.rs-courses-details .lp-button:hover {
	background: #f95925 !important;
}

.rs-courses-details .time-left:before {
	position: absolute;
	content: '\f017';
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}
.rs-courses-details .intro-video {
	position: relative;
	text-align: center;
	width: 100%;
	display: block;
	padding: 200px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	margin-bottom: 50px;
}
.rs-breadcrumbs .breadcrumbs-title > span:last-child{
	margin-right: 0;
	padding-right: 0;
}
.rs-courses-details .intro-video:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
}
.rs-courses-details .intro-video .intro-video-box {
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 99;
	color: #4068fc;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	padding-left: 7px;
	line-height: 60px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.rs-courses-details .intro-video h4 {
	position: relative;
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 20px;
	text-transform: capitalize;
}
.course-right-details h4{
	border-bottom: 2px solid #4068fc;
	display: inline-block;
	padding-bottom: 10px;
}
.rs-courses-details .course-payment .lp-button,
body #course-item-content-header .form-button.lp-button-back .lp-button {
	padding: 9px 60px;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 44px 12px;
	font-weight: 500;
	overflow: hidden;
	background: none;
	border-radius: 4px;
	background-color: #4068fc;
	text-transform: capitalize;
	-webkit-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-o-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	outline: none;
	height: auto;
}
.rs-courses-details .course-payment .lp-button:before,
body #course-item-content-header .form-button.lp-button-back .lp-button:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #121317;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.rs-courses-details .course-payment .lp-button:hover,
body #course-item-content-header .form-button.lp-button-back .lp-button:hover {
	color: #fff !important;
}
.rs-courses-details .course-payment .lp-button:hover:before,
body #course-item-content-header .form-button.lp-button-back .lp-button:hover:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	z-index: -1;
}
body #course-item-content-header .form-button.lp-button-back .lp-button{
	position: relative;
	border: none;
	line-height: 30px;
	padding: 10px 30px 10px;
}
body #course-item-content-header .form-button.lp-button-back .lp-button:hover{
	background: #012B48;
}
.blog-page,
.footer-top,
.rs-courses-details {
	position: relative;
}
.blog-page .pattern-layer,
.footer-top .pattern-layer,
.rs-courses-details .pattern-layer {
	position: absolute;
	left: -180px;
	top: -120px;
	width: 336px;
	height: 316px;
}
.blog-page .pattern-layer-two,
.footer-top .pattern-layer-two,
.rs-courses-details .pattern-layer-two {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 97px;
	height: 192px;
}
.blog-page .pattern-layer-two,
.rs-courses-details .pattern-layer-two {
	bottom: auto;
	top: 0;
}
.course-features-info,
.widget-area {
	position: relative;
	z-index: 10;
}

body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
	background: #012B48;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions,
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
	background: #4068fc;
}
body .course-curriculum ul.curriculum-sections .section-header {
	border: none;
}
.sidenav .widget_nav_menu ul li.mega {
	position: relative !important;
}
.unorder-list {
	margin-bottom: 16px;
	margin-left: 20px;
}
.unorder-list li {
	display: block;
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
	font-weight: 500;
	line-height: 25px;
}
.unorder-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f105";
	font-family: FontAwesome;
	color: #4068fc;
	font-size: 20px;
}
.rs-events-2 .event-item {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
}

.rs-events-2 .event-content .event-meta .event-time{
	margin: 4px 0;
}
.rs-events-2 .event-content .event-meta{
	font-size: 16px;
	color: #7a7a7a;
}
.rs-events-2 .event-content .event-meta{
	font-size: 14px;
	margin: 0;
}

.rs-events-2 .event-content .event-meta i{
	color: #4068fc;
	font-size: 13px;
}
.rs-events-2 .event-content .event-meta i.fa.fa-map-marker{
	font-size: 17px;
	position: relative;
	top: 1px;
	left: 2px;
	margin-right: 9px;
}
.rs-events-2 .event-content .event-meta i.fa.fa-clock-o{
	font-size: 16px;
	position: relative;
	top: 1px;
}
.rs-events-2 .event-title {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 26px;
    padding: 7px 0 7px;
    font-weight: 500;
}
.rs-events-2 .event-title a {
	color: #252525;
}
.rs-events-2 .event-title a:hover {
	color: #4068fc;
}
.rs-events-2 .event-content {
	padding: 20px 25px 20px;
	background: #fff;
}
.rs-events-2 .event-btn a {
	position: relative;
	line-height: 2em;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #ffffff;
	background: #4068fc;
	border-radius: 3px;
	padding: 0 8px;
}
.rs-events-2 .event-btn a:hover{
	background: #012B48;
}
.rs-events-2 .event-meta {
	margin-bottom: 4px;
}

.rs-events-2 .event-btn-inner {
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}
.rs-events-2 .event-btn-inner .event-location span {
	font-size: 14px;
}
.rs-events-2 .event-btn-inner .event-location span i {
	color: #4068fc;
}
.rs-events-2 .event-desc {
	margin-bottom: 25px;
}
.blog-item .blog-img,
.event-item .blog-img,
.blog-item .event-img,
.event-item .event-img {
	overflow: hidden;
	position: relative;
}
.blog-item .blog-img:before,
.event-item .blog-img:before,
.blog-item .event-img:before,
.event-item .event-img:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 99;
	display: block;
	content: '';
	width: 75%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(240, 91, 44, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(240, 91, 44, 0.4) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.blog-item .blog-img img,
.event-item .blog-img img,
.blog-item .event-img img,
.event-item .event-img img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 6px 6px 0 0;
}


.single-events .af-event-sidebar{
	background: #fff;
	position: relative;
	z-index: 10;
}
.single-events .af-event-date i.fa.fa-map-marker{
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 3px;	
}
.single-events .course-features-info ul li i:before{
	margin: 0 5px 0 0;
	font-size: 16px;
	position: relative;
	top: 2px;
}
.single-events .course-features-info{
	margin-bottom: 0;
	padding-top: 10px;
}
.single-events .event-img{
	margin-bottom: 35px;
}
.event_map{
	margin-top: 16px;
}
.single-events .course-features-info ul li i.fa.fa-calendar{
	font-size: 14px;
}
.single-events .course-features-info ul {
	padding: 0;
	margin: 0;
	display: block;
}
.single-events .course-features-info ul li {
	padding: 8px 0;
	display: flex;
}
.single-events .course-features-info ul li .label {
	padding-left: 0px;
	font-weight: 500;
	color: #252525;	
    flex: 0 0 190px;
}
.single-events .inner-left-event{
	margin-right: 30px;
}
.single-events .inner-left-event .event-img img{
	border-radius: 6px;
}
.single-events .event-meta-single ul{
	list-style: none;
	margin: 20px 0 20px;
	display: flex;
}

.single-events .event-meta-single ul li{
	margin-right: 20px;
}
.single-events .event-meta-single ul li i{
	color: #4068fc;
	padding-right:6px;
}

.single-events .course-features-info .book-btn {	
	margin-top: 25px;
}
.single-events .course-features-info .book-btn a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 12px 50px;
	overflow: hidden;
	background: #4068fc;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	-o-box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
	box-shadow: 0 10px 30px rgba(240, 91, 44, 0.1);
}
.single-events .course-features-info .book-btn a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #012B48;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	opacity: 1;
}
.single-events .course-features-info .book-btn a span {
	position: relative;
	z-index: 99;	
}

.single-events .course-features-info .book-btn a:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}


.single-events .event-desc p:last-child {
	margin-bottom: 0;
}
.single-events .events-sidebar-area .course-features-info {
	margin-bottom: 0;
}
body .mfp-iframe-holder .mfp-close {
	background: transparent !important;
	width: auto !important;
	color: #ffffff;
	position: absolute;
	right: 0;
	padding: 0 !important;
	font-size: 30px;
	font-weight: 400;
	transition: 0.4;
	border: none;
	outline: none !important;
}
body .mfp-iframe-holder .mfp-close:before {
	display: none;
}
body .mfp-iframe-holder .mfp-close:hover {
	opacity: 0.6;
}

.testimonial-style2 .slick-slider {
		margin:0 -30px;
}
.testimonial-style2 .slick-slide {
		margin-right:30px;
		margin-left:30px;
		margin-bottom: 0;
}

/* ------------------------------------
 Preloader CSS
---------------------------------------*/
.loader-new {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 6px solid transparent;
	border-top-color: #4068fc;
}
#loader-1:before {
	z-index: 100;
	animation: spin 1.5s infinite;
}
#loader-1:after {
	border: 6px solid #012B48;
}
.spinner_inner-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	line-height: 27px;
}
.woocommerce a.remove {
	line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce #respond input#submit:before,
.woocommerce a.button,
.woocommerce .wc-forward:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce #respond input#submit.alt:before,
.woocommerce a.button.alt:before,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:before,
button:hover,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: .5s;
	background: #4068fc;
}
.woocommerce #respond input#submit:hover:after,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover:after,
.woocommerce button.button:hover,
.woocommerce input.button:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce input.button.alt:hover:after,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #121317;
}
.wp-block-button__link{
	background: #4068fc
}
/* -------------------------------------
		33. Animation CSS 
--------------------------------------*/
.animate_lr {
	animation: animate_lr 2.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes animate_lr {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(30px, 0, 0);
	}
}
@-webkit-keyframes animate_lr {
	from {
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(30px, 0, 0);
	}
}
.meseage_box,
.animate1 {
	animation: animate1 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes animate1 {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(0, -30px, 0);
	}
}
.animate2 {
	animation: animate2 2s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes animate2 {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-15px, 0, 0);
	}
}
.animate3 {
	animation: animate3 0.60s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
@keyframes animate3 {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}
/*Pulse Effect*/
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity: 0;
	}
}
@-webkit-keyframes firecamp-loader-anim {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
	}
	70% {
		opacity: .5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	95% {
		opacity: 0;
	}
}
@-moz-keyframes firecamp-loader-anim {
	0% {
		opacity: 1;
		-moz-transform: scale(0.1);
		transform: scale(0.1);
	}
	70% {
		opacity: .5;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	95% {
		opacity: 0;
	}
}
@-o-keyframes firecamp-loader-anim {
	0% {
		opacity: 1;
		-o-transform: scale(0.1);
		transform: scale(0.1);
	}
	70% {
		opacity: .5;
		-o-transform: scale(1);
		transform: scale(1);
	}
	95% {
		opacity: 0;
	}
}
@keyframes firecamp-loader-anim {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.1);
		-moz-transform: scale(0.1);
		-o-transform: scale(0.1);
		transform: scale(0.1);
	}
	70% {
		opacity: .5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	95% {
		opacity: 0;
	}
}
@-webkit-keyframes anim {
	from {
		left: -100%;
	}
	to {
		left: 100%;
	}
}
@keyframes anim {
	from {
		left: -100%;
	}
	to {
		left: 100%;
	}
}
/*course css */
.lp-archive-courses .rs-search {
	position: relative;
	margin-bottom: 50px;
}
.lp-archive-courses .rs-search input[type="text"] {
	position: relative;
	line-height: 43px;
	padding: 10px 50px 10px 25px;
	border: 1px solid transparent;
	background: #fff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 60px;
	color: #000;
	border-radius: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.lp-archive-courses .rs-search button {
	position: absolute;
	right: 0;
	border: 0;
	top: 0;
	height: 60px;
	width: 70px;
	display: block;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	line-height: 100%;
	font-weight: 400;
	background: #4068fc;
}
.lp-archive-courses .course-left {
	background: #fff;
	padding: 5px 0px;
	overflow: hidden;
	line-height: 50px;
	border-radius: 5px 0 0 5px;
	padding-left: 0px;
	display: flex;
}
.lp-archive-courses .course-left .course-icons {
	margin-right: 10px;
}
.lp-archive-courses .course-left .course-icons a {
	position: relative;
	width: 44px;
	height: 36px;
	color: #616161;
	font-size: 16px;
	border-radius: 2px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #fbfbfb;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-right: 10px;
}
.lp-archive-courses .course-left .course-icons a.active-grid {
	background: #4068fc;
	color: #fff;
}
/* Cource Block */
.cource-block-two {
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #ffffff;
}
.cource-block-two .course-img {
	position: relative;
	overflow: hidden;
}
.cource-block-two .course-img img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cource-block-two .course-img .course-price{
    position:absolute;
    right: 20px;
    bottom: 20px;
}

.cource-block-two .course-img .course-price span{
    background: #4068fc;
    display: inline-block;
    padding: 3px 18px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;    
}
.rs-addon-slider.style1 .courses-item{
	position: relative;
}
.rs-addon-slider.style1 .courses-item:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
}
.cource-block-two:hover .course-img img {
	transform: scale(1.09, 1.09) rotate(2deg);
}
.cource-block-two .course-img:before {
	position: absolute;
	top: 0;
	left: -110%;
	z-index: 2;
	display: block;
	content: '';
	width: 75%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(240, 91, 44, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(240, 91, 44, 0.4) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.cource-block-two:hover .course-img:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.cource-block-two .course-meta{
	margin-bottom: 0;         
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	align-items: center;
}
.rs-list-view .cource-block-two .course-meta{
	padding-right: 0;
}
.cource-block-two .course-meta .course_author_img{
	display: flex;
	align-items: center;
}
.cource-block-two .course-meta  .author-contain{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
}
.cource-block-two .course-meta  .author-contain .value{
		position: relative;
		top: 5px;
	}
.cource-block-two .course-meta  .author-contain .value a{
	color: #1d1d1d;
	font-weight: 400;
	font-size: 14px;
}
.cource-block-two .lower-content .pull-left {
	display: flex;
	align-items: center;
	line-height: 33px;	
}
.cource-block-two .lower-content .pull-left,
.cource-block-two .lower-content .pull-right {
	font-weight: 400;
}
.cource-block-two .lower-content .pull-left i{
	padding-right: 10px;
	color: #4068fc;
}
.cource-block-two .lower-content .pull-right i{
	padding-right: 8px;
}
.cource-block-two .lower-content i{
	color: #333;
}
.cource-block-two .lower-content .pull-left .students{
	position: relative;
	line-height: 1.4em;
}

.cource-block-two .course-meta  .author-contain .value a:hover{
	color: #4068fc;
}
.cource-block-two .course-meta .course_author_img .rs-author{
	position: relative;
	margin-top: 25px;
	border: 2px solid #efefef;
	border-radius: 50%;
}
.cource-block-two .course-meta .course_author_img .rs-author img{
	border-radius: 50%;
}

.cource-block-two .course-meta .ratings, 
.cource-block-two .course-meta .review-stat{
	padding-top: 14px;
	font-size: 14px;
	font-weight: 500;
}


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#content ul.learn-press-courses .course{
	width: 23%;
}
.cource-block-two .lower-content {
	position: relative;
	padding: 20px 25px 25px 25px;
	overflow: hidden;
	border-style: solid;
	border-width: 0px 1px 6px 1px;
	border-color: #E5E9EC;
	border-radius: 0px 0px 5px 5px;
}
.cource-block-two .lower-content h5 {
	position: relative;
	margin-bottom: 10px;
}
.cource-block-two .lower-content h5 a {
	position: relative;
	color: #252525;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.cource-block-two .lower-content h5 a:hover {
	color: #4068fc;
}
.cource-block-two .lower-content p {
	position: relative;
	color: #626262;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 12px;
}

.cource-block-two .lower-content .hours {
	position: relative;
	color: #4068fc;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 10px;
}
.cource-block-two .aborder-top .course-price .price{
		color: #4068fc;
		font-size: 16px;
		font-weight: 600;
		padding-top: 2px;
		display: block;
}
.rs-list-view .lp-archive-courses .course-left a.active-grid {
	background: #fbfbfb;
	color: #616161;
}
.rs-list-view .lp-archive-courses .course-left a.active-list {
	background: #4068fc;
	color: #fff;
}
.rs-list-view .lp-archive-courses .learn-press-courses li {
	width: 100%;
}
.rs-list-view .lp-archive-courses .learn-press-courses li .course-item {
	display: flex;
	align-items: center;	
	border-style: solid;
	border-color: #E5E9EC;
	border-width:1px 1px 6px 1px;
    border-radius: 0px 0px 5px 5px;
    padding: 40px;
}
.students.pull-left{
	margin-right: 25px;
}
.rs-list-view .lp-archive-courses  .cource-block-two .lower-content{
	border: 0;
}
.course-item .cat_course a{
	color: #7a7a7a;
	padding-bottom: 10px;
	display: inline-block;
}
.course-item .cat_course a:hover{
	color: #4068fc;
}
.rs-list-view .lp-archive-courses .learn-press-courses li .course-item .course-img{
	flex: 0 0 35%;
}

body.rs-list-view.post-type-archive .main-contain .container{
	max-width: 950px;
}
body.rs-list-view.post-type-archive .main-contain .ctn-btm{
	padding: 30px 0px 30px 10px;
	flex: 0 0 65%;
}

body.rs-list-view.post-type-archive ul.learn-press-courses{
	display: block;
}

body.rs-list-view.post-type-archive #content ul.learn-press-courses li{
	width: 100%;
}
body.rs-list-view.post-type-archive .cource-block-two{
	margin-bottom: 40px;
}
body.profile ul.learn-press-courses .course .course-title {
    line-height: 24px;
    font-weight: 600;
    font-size: 17px;
}
body.profile ul.learn-press-courses .course a:hover .course-title:hover{
	color: #4068fc;
}
.rs-courses-categories .courses-item{
		position: relative;
		padding: 50px 20px 40px;
		text-align: center;
		background-color: #ffffff;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
		margin-bottom: 30px;
}
.rs-courses-categories .courses-item .icon-box{
		position: relative;
		width: 80px;
		height: 80px;
		color: #012B48;
		font-size: 36px;
		margin: 0 auto;
		border-radius: 5px;
		line-height: 85px;
		text-align: center;
		background-color: #fff9c5;
}
.rs-courses-categories .courses-item .icon-box{
		position: relative;
		width: 80px;
		height: 80px;
		color: #012B48;
		font-size: 36px;
		margin: 0 auto;
		border-radius: 5px;
		line-height: 85px;
		text-align: center;
		background-color: #fff9c5;
}
.rs-courses-categories .courses-item .icon-box img{
		width: 35px;
}
.rs-courses-categories .courses-item .courses-title{
		position: relative;
		font-weight: 600;
		line-height: 1.3em;
		margin-top: 8px;
		font-size: 20px;
		margin-bottom: 0;
}
.rs-courses-categories .courses-item .courses-title a{
		position: relative;
		color: #012B48;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
}
.rs-courses-categories .courses-item .courses-title a:hover{
		color: #4068fc;
}
.rs-courses-categories .courses-item .text{
		position: relative;
		line-height: 1.8em;
		color: #626262;
		margin-top: 15px;
		margin-bottom: 25px;
		font-size: 14px;
		font-weight: 400;
}
.rs-courses-categories .courses-item .text p{
		margin-bottom: 20px;
}
.rs-courses-categories .courses-item .courses-amount{
		position: relative;
		color: #393939;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4em;
}

body.learnpress .profile-tabs ul.nav-tabs li:hover a{
	color: #4068fc
}
.lp-tab-sections{
	padding: 10px 0 0 !important;
	background: #fff !important;
}
.lp-tab-sections .section-tab.active span{
	padding-bottom: 13px !important;
}
.lp-tab-sections .section-tab.active span{
	border-bottom: 2px solid #4068fc !important;
}

.lp-tab-sections .section-tab a{
	color: #777 !important
}
.learn-press-subtab-content a{
	color: #777
}
.learn-press-subtab-content a:hover,
.learn-press-subtab-content span{
	color: #4068fc !important
}

.learn-press-message:before{
	background: #4068fc !important
}

.learn-press-message{
	background:#fff !important;
}
body.login-form-body .learn-press-user-profile .profile-tabs {
		padding: 0;
		width: 100%;
}
.mejs-button>button{
	padding: 0 !important;
}
.learnpress-page .lp-button.button-recover-order{
	margin-top: -19px;
	height: 49px;
	border: 0;
}
#learn-press-profile-content button,
.lp-label.label-finished, .lp-label.label-completed{
	border:0 !important;
	color: #fff !important
}
.rs-newsletter-form{
	max-width: 600px;
	margin: 0 auto;
}
.mc4wp-form-fields .rs-newsletter-form{
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		display: block;
}
.mc4wp-form-fields .rs-newsletter-form input[type="email"] {
		position: relative;
		padding: 10px 50px 10px 25px;
		background: #ffffff;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 30px;
		margin: 0;
		border: 1px solid #4068fc;
}
.mc4wp-form-fields .rs-newsletter-form {
		position: relative;
		margin-top: 40px;
}

.mc4wp-form-fields .rs-newsletter-form input[type="submit"] {
		color: #fff;
		transition: 0.4s;
		background: #4068fc;
		height: 50px;
		border-radius: 0 5px 5px 0;
		position: relative;
		border-radius: 30px;
		font-weight: 400;
		font-size: 14px;
		padding: 15px 35px;
}
.mc4wp-form-fields .rs-newsletter-form input[type="submit"]:hover {
	background: #333;
	
}
.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="email"]{
	background: transparent;
	color: #ffffff;
	border-color: #fff !important;
}

.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #fff !important;
	opacity: 1;
}
.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */

	color: #fff !important;
	opacity: 1;
}
.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */

	color: #fff !important;
	opacity: 1;
}
.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input:[type="email"]-moz-placeholder {
	/* Firefox 18- */

	color: #fff !important;
	opacity: 1;
}

.footer-style-2 .mc4wp-form-fields .rs-newsletter-form:before{
	right: 36px;
}
.rs-footer.footer-style-2 .footer-top .mc4wp-form-fields input[type="submit"]{
	border: 1px solid;
	border-left:0;
}

.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="email"],
.footer-style-2 .mc4wp-form-fields .rs-newsletter-form input[type="submit"]{
	border-radius: 0;
}
.rs-blog-grid .blog-item .blog-content:before{
	display: none;
}
.rs-blog-grid .col-xs-1:last-child .blog-item .blog-content:before{
	display: block;
}
.rs-addon-services.services-style1 .services-part .services-text{
	padding-top: 0;
}

/*** 
====================================================================
	Institute Section
====================================================================
***/
.institution-section{
	position:relative;
	padding-top:50px;
}

.institution-block{
	position:relative;
}
.institution-block .inner-box{
	position:relative;
	padding:50px 30px;
	border-radius:3px;
	text-align:center;
	border:1px solid #5e85bc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.rs-courses.af_course_style2 .institution-block .inner-box{
	padding: 0;
}
.rs-courses.af_course_style2 .inner-dis{
	padding: 50px 20px;
	background: #fff;
}
.rs-courses.af_course_style2 .inner-dis h4{
	margin-top: 0;
	font-size: 20px;
}

.rs-courses.af_course_style2 .inner-dis h4 a:hover{
	color: #ff5773;
}


.institution-block .inner-box .icon-box{
	position:relative;
	font-size:120px;
	line-height:1em;
	color:#ff5773;
}
.institution-block .inner-box h4{
	position:relative;
	color:#252841;
	font-weight:700;
	line-height:1.3em;
	margin-top:20px;
	z-index:1;
	margin-bottom:15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.institution-block .inner-box h4 a{
	position:relative;
	color:#252841;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.institution-block .inner-box h4 a:hover::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.institution-block .inner-box h4 a:hover{
	color:#ffffff;
}
.institution-block .inner-box .text{
	position:relative;
	color:#252841;
	font-size:16px;
	line-height:1.8em;
}
.institution-block .inner-box .price{
	position:relative;
	color:#ff5773;
	font-size:16px;
	line-height:1.3em;
	font-weight:600;
	margin-top:15px;
	margin-bottom:30px;
}
.institution-block .inner-box:hover{
	border-color:#ff5773;
}
.institution-block:nth-child(2) .inner-box{
	border-color:#91a6fc;
}
.institution-block:nth-child(2) .inner-box .icon-box{
	color:#91a6fc;
}
.institution-block:nth-child(2) .inner-box h4 a:after{
	background-color:#91a6fc;
}
.institution-block:nth-child(3) .inner-box{
	border-color:#ffa070;
}
.institution-block:nth-child(3) .inner-box .icon-box{
	color:#ffa070;
}
.institution-block:nth-child(3) .inner-box h4 a:after{
	background-color:#ffa070;
}

.institution-block:nth-child(4) .inner-box{
	border-color:#5bbcb6;
}

.institution-block:nth-child(4) .inner-box .icon-box{
	color:#5bbcb6;
}

.institution-block:nth-child(4) .inner-box h4 a:after{
	background-color:#5bbcb6;
}


.institution-block:nth-child(5) .inner-box{
	border-color:#5e85bc;
}

.institution-block:nth-child(5) .inner-box .icon-box{
	color:#5e85bc;
}

.institution-block:nth-child(5) .inner-box h4 a:after{
	background-color:#5e85bc;
}

.empty-block .inner-box{
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}



/*Preloader*/
@-webkit-keyframes enter {
	0% {
		opacity: 0;
		top: -10px;
	}
	5% {
		opacity: 1;
		top: 0px;
	}
	50.9% {
		opacity: 1;
		top: 0px;
	}
	55.9% {
		opacity: 0;
		top: 10px;
	}
}
@keyframes enter {
	0% {
		opacity: 0;
		top: -10px;
	}
	5% {
		opacity: 1;
		top: 0px;
	}
	50.9% {
		opacity: 1;
		top: 0px;
	}
	55.9% {
		opacity: 0;
		top: 10px;
	}
}
@-moz-keyframes enter {
	0% {
		opacity: 0;
		top: -10px;
	}
	5% {
		opacity: 1;
		top: 0px;
	}
	50.9% {
		opacity: 1;
		top: 0px;
	}
	55.9% {
		opacity: 0;
		top: 10px;
	}
}
#firecamp-load {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
	background: #f0f5fb;
}
#firecamp-load img {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px;
	transform: translate(-50%, -50%);
}
.loader-fire {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27.5px;
	margin-top: -27.5px;
}

.square {
	background: #4068fc;
	width: 15px;
	height: 15px;
	float: left;
	top: -10px;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	opacity: 0;
	-webkit-animation: enter 6s infinite;
	animation: enter 6s infinite;
}

.enter {
	top: 0px;
	opacity: 1;
}

.square:nth-child(1) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.square:nth-child(2) {
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.square:nth-child(3) {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	animation-delay: 2.4s;
	background: #012B48;
}

.square:nth-child(4) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.square:nth-child(5) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.square:nth-child(6) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
#course-item-content-header .course-item-search input {
    height: auto;
}
#course-item-content-header .toggle-content-item:before {
    color: #fff;
}
#course-item-content-header .form-button.lp-button-back{
	display:none !important;
}
.square:nth-child(8) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.square:nth-child(9) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.clear {
	clear: both;
}

.last {
	margin-right: 0;
}
.single .course-features-info ul{
	display:block
}
.course-features-info ul li{
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
}
