/* =================================== */
/*	Basic Style 
/* =================================== */

body {
  color: #6a737b;
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*figure, p {
	margin: 0;
}*/
a:active {
/*
	color: #fff;
*/
	outline: none;
}
a {
/*
	color: #fff;
*/
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
iframe {
	border: 0;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	outline: none;
}
a:focus, a:hover {
	color: #6CB670;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "lato",sans-serif;
  font-weight: normal;
}
.clear:before, .clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom: 1;
}
span.color {
	color: #0feb9e;
}
body > section, .footer {
	padding: 70px 0;
}
.sec-title {
	margin-bottom: 2em;
	margin-top: 2em;
}
.sec-title h2 {
	color: #204663;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
}
#facts h2 {
	color: #fff;
}
.sec-sub-title {
	margin: 35px 0 45px;
}
.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}
.devider {
	margin-top: 30px;
}
.devider i {
	color: #cccccc;
	font-size: 22px;
	margin-top: 0;
	position: relative;
	top: 2px;
}
.devider:before, .devider:after {
	content: "______________________";
	color: #e6e8ea;
	position: relative;
	bottom: 6px;
}
.testimonial .fa {
	color: white;
}
.devider:before {
	right: 10px;
}
.devider:after {
	left: 10px;
}
.mb50 {
	margin-bottom: 50px;
}
#preloader {
	background-color: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1100;
}
#preloader > img {
	left: 47%;
	position: absolute;
	top: 48%;
}
#slider, #works, #testimonial, #facts, #contact {
	float: none;
	height: auto;
	position: relative;
	width: 100%;
}
#slider{ padding:0px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #273c4b;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
  font-size: 15px;
  font-weight: 500;
}
.dokan-dashboard .dokan-dashboard-content ul li {
  margin: 5px 0;
}
/*=========================================
	Animation
==========================================

.item_top {
    top: -50px;
    padding-right: 0px;
    opacity: 0;
    position: relative;
}

.item_bottom {
    bottom: -50px;
    padding-left: 0px;
    opacity: 0;
    position: relative;
}

.item_left {
    left: -80px;
    padding-right: 0px;
    opacity: 0;
    position: relative;
}

.item_right {
    right: -80px;
    padding-left: 0px;
    opacity: 0;
    position: relative;
}

.item_fade_in {
    opacity: 0;
    position: relative;
    padding-left: 0px;
    right: 0px;
}

/*=========================================
	Header
==========================================*/

#navigation {
	background-color: #3a3a3a;
	border: 0 none;
	margin: 0;
	-webkit-transition: background-color 800ms linear;
	-moz-transition: background-color 800ms linear;
	-o-transition: background-color 800ms linear;
	-ms-transition: background-color 800ms linear;
	transition: background-color 800ms linear;
}
.navbar-toggle i {
	color: #fff;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav li a {
	border-top: medium none;
	line-height: normal;
	padding: 18px 20px;
}
.navbar-default .navbar-nav li a.current, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
	background-color: #051d3a;
	border-top: none;
	color: #fff;
}
#navigation .fa {
	color: white;
	margin-right: 8px;
}
#navigation {
/*	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;*/
}
/*=========================================
	Slider
==========================================*/

#slider .carousel-inner .item {
	background-size: cover;
}
/*.carousel-caption {
	top: 30%;
}*/
.carousel-caption > img {
	margin-bottom: 50px;
}
.carousel-caption h2 {
	font-size: 62px;
	font-weight: 300;
}
.carousel-caption h2 span {
	font-weight: 800;
}
.carousel-caption h3 {
	font-size: 48px;
	font-weight: 300;
	margin: 6px 0 20px;
}
.carousel-caption p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.carousel-caption p:before, .carousel-caption p:after {
	color: #0feb9e;
	content: "___";
	position: relative;
	top: -8px;
}
.carousel-caption p:before {
	right: 20px;
}
.carousel-caption p:after {
	left: 20px;
}
.social-links {
	margin-top: 5%;
}
.social-links li {
	display: inline-block;
}
.social-links li a {
	color: rgba(255, 255, 255, 0.3);
	display: block;
	margin: 0 6px;
}
.social-links li a:hover {
	color: #fff;
}
.carousel-indicators {
	bottom: 10px;
	left: inherit;
	margin: 0;
	right: 30px;
	top: 49%;
	width: 0;
}
.carousel-indicators li {
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 8px;
	width: 8px;
}
.carousel-indicators .active {
	height: 8px;
	width: 8px;
}
/*=========================================
	Features
==========================================*/
.slick-slider {
  height: auto !important;
  margin-bottom: 0 !important;
}
.works {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}
.owl-controls {
	bottom: -45px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}
.owl-controls .owl-page {
	display: inline-block;
}
.owl-controls .owl-page span {
	border: 1px solid #C7CED3;
	border-radius: 20px;
	display: block;
	height: 8px;
	margin: 5px 4px;
	width: 8px;
}
.owl-controls .owl-page.active span {
	background: #062033;
	border: 0;
}
.service-icon {
	border: 1px solid #002643;
	border-radius: 50%;
	color: #002643;
	float: left;
	padding: 10px 13px;
}
.service-desc {
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
	position: relative;
	top: 0;
}
.service-desc img {
	width: 100%;
}
.service-desc h3 {
	color: #062033;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
/*=========================================
	Our Works
==========================================*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.work-filter {
	margin-bottom: 35px;
	margin-top: 35px;
}
.work-filter ul li {
	display: inline-block;
	margin-bottom: 3px;
}
.work-filter ul li a {
	background-color: #cccccc;
	border-radius: 100px;
	color: #ffffff;
	display: block;
}
.home_cat_box {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.home_cat_inner_box {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.home_cat_inner_box .img-circle {
	border-radius: 0 !important;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 120px;
}
.home_cat_inner_box h5 {
	color: #000000;
	float: left;
	height: auto;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
.work-item > img {
	display: block;
	height: auto;
	width: 100%;
}
.btn-group {
	margin: 7px 0;
}
.btn:hover {
	color: #fff;
}
.theme-bg {
	background: #002643
}
.brwon, .brwon:hover {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));
	border-bottom: 3px solid #102643;
	border-radius: 20px;
	box-shadow: 0 1px 3px #000000;
	border-width: 1px;
	border-color: #c3d6df #368dbe #368dbe;
}
.more-btn {
	margin-top: 30px;
}
.team .more-btn {
	margin-top: 70px;
}
.more-btn a {
	border-bottom-colors: none;
	border-left-colors: none;
	border-right-colors: none;
	border-top-colors: none;
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));
	border-color: #c3d6df #368dbe #368dbe;
	border-image: none;
	border-radius: 50px;
	border-width: 1px;
	box-shadow: 0 1px 3px #000000;
	color: #ffffff;
	display: inline-block;
	font-family: helvetica, arial;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	line-height: 50px;
	padding: 7px 17px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	width: auto;
}
.more-btn a i {
	color: #09232f;
	float: left;
	font-size: 34px;
	margin-left: 0;
	margin-right: 10px;
	position: relative;
	text-shadow: 0 1px 0 #4190af;
	top: 8px;
}
.more-btn a:hover {
/*background: #003853;*/
}
.work-item .price-down {
	color: #002643;
	display: block;
	font-size: 22px;
	margin: 6px 0;
	text-align: center;
}
.work-item h4 {
	color: #062033;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 15px 0 8px;
}
.overlay {
	background-color: rgba(14,180,147,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.work-item .overlay a {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-top: 20%;
	padding: 7px 10px;
}
.work-item .overlay a:hover {
	color: #fff;
}
.work-item .overlay h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 25px 0 8px;
}
.work-item .overlay p {
	font-size: 14px;
	line-height: 24px;
}
/*=========================================
	Our Team Member
==========================================*/
	
.member-thumb {
	width: 273px;
	position: relative;
}
.member-thumb .overlay h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 10px 0;
}
.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}
.team-member h4 {
	color: #062033;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 15px 0 8px;
}
.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.team-member:hover h4 {
	color: #002643;
}
.team-member .social-links {
	margin-top: 24%;
}
.team-member .social-links li a {
	background-color: #0d7c67;
	color: #fff;
	height: 42px;
	padding: 10px 0 0;
	width: 42px;
}
/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}
.facts .devider:before, .facts .devider:after {
	color: #737C85;
}
.facts .devider i {
	color: #fff;
}
.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}
.counters-item {
	color: #fff;
}
.counters-item i {
	border: 1px solid #737C85;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 120px;
	margin: 0 0 35px;
	padding: 40px 0 0;
	width: 120px;
}
.counters-item strong {
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}
.counters-item p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
	text-transform: uppercase;
}
/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}
.contact-address h3 {
	color: #062033;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
}
.contact-address p {
	line-height: 24px;
}
.contact-form {
}
.contact-form h3 {
	color: #062033;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 25px;
}
.contact-form .input-group {
	width: 100%;
}
.contact-form .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
}
.contact-form .input-field {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.contact-form .input-field:last-child {
	margin-right: 0;
}
.contact-form .form-control.error {
	border-bottom-color: #c0392b;
}
label.error {
	color: #c0392b;
	font-weight: normal;
	text-transform: capitalize;
}
.list-type {
	min-height: 89px;
	padding-bottom: 8px;
	transition: all 0.3s ease-in 0s;
}
.list-type:hover {
}
.list-type .fa {
  padding-right: 5px;
}
.contact-form textarea {
	height: 120px;
}
.contact-form .form-control:focus {
	border-color: #002643;
	box-shadow: none;
	transition: all 0.3s ease-in 0s;
}
.group-logo.member-thumb {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}
#team .group-logo img {
	max-width: inherit;
}
.testimonial {
	float: none;
	height: auto;
	margin: 0;
	width: 100%;
}
#contact {
	background-attachment: fixed !important;
	background-color: rgba(6, 32, 51, 0.8);
	background-image: url("../img/Service-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:70px;
}
::i-block-chrome,#contact{
	background:#F2F3F8 !important;
}
 
.testimonial {
	background-attachment: fixed !important;
	background-color: rgba(6, 32, 51, 0.8);
	/*background-image: url("../img/ticket-bg.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
} 
.contact-form #form-submit {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));
	border-radius: 20px;
	box-shadow: 0 1px 3px #000000;
	border-width: 1px;
	border-color: #c3d6df #368dbe #368dbe;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 15px;
	text-align: center;
	width: 150px;
	transition: all 0.3s ease-in 0s;
	text-transform: none;
}
/*.contact-form #form-submit:hover {
	background: none repeat scroll 0 0 #000633;
}*/
.footer-social {
	margin-top: 17px;
}
.footer-social li a {
	color: #cdd2d6;
	display: block;
	margin-bottom: 10px;
}
/*
#map_canvas {
	height: 215px;
	width: 100%;
}
*/
/*=========================================
	Contact Us
==========================================*/


.footer {
	background-color: #002643;
	/*border-top: 5px solid #062033;*/
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
.footer h6 {
  border-bottom: 1px solid #021f36;
  box-shadow: 0 1px #0a304d;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 35px;
  padding: 10px 0;
  margin-top: 0;
}
.about-us p {
	line-height: 24px;
}
.footer-single .subscribe {
	margin-bottom: 15px;
	position: relative;
}
.subscribe #subscribe {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	height: 40px;
	text-indent: 10px;
	width: 100%;
}
.subscribe #subs {
	background-color: transparent;
	border: 0 none;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 6px;
}
.footer-single {
	line-height: 24px;
}
.footer-single ul {
}
.footer-single li {
	line-height: normal;
	opacity: 0.8;
	padding: 5px 0;
}
.news-section > li {
	border-bottom: 1px dashed #507693;
}
.woocommerce table.shop_table {
	clear:both;
}
.footer-single p i {
	margin: 0 10px;
}
.credit a {
	color: #062033;
}
.credit a:hover {
	color: #fff;
}
.copyright {
	color: #062033;
	margin-top: 100px;
}
#back-top {
	background: none repeat scroll 0 0 #003853;
	border-radius: 30px;
	bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	position: fixed;
	right: 25px;
	z-index: 9;
}
#back-top .fa {
	line-height: 28px;
	margin: auto;
}
/***********************Boxes*********************/
.course-preview {
	margin-bottom: 3em;
}
.course-preview.premium-course {
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}
.course-preview .course-image {
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	float: left;
	height: 175px;
	padding: 5px;
	position: relative;
	width: 100%;
}
.course-image img {
	float: left;
	height: 175px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.course-price {
	left: -5px;
	position: absolute;
	top: 25px;
}
.course-preview {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.course-price .price-text {
	background-color: #305673;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	display: block;
	font-size: 1.2em;
	min-width: 38px;
	padding: 0.2em 10px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.course-price .corner-wrap {
	bottom: -4px;
	height: 4px;
	left: 0;
	position: absolute;
	width: 4px;
}
.course-price .corner {
	opacity: 0.8;
	position: relative;
	z-index: 1;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: normal;
}
.course-price .corner, .course-price .corner-background {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #5ea5d7 #5ea5d7 #fff #fff;
	border-image: none;
	border-style: solid;
	border-width: 2px;
	height: 0;
	width: 0;
}
.ui-slider-handle #tooltip {
	color: #ffffff;
	float: left;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 50px;
}
.course-price .corner-background {
	border-right-color: #000;
	border-top-color: #000;
	left: 0;
	position: absolute;
	top: 0;
}
.course-preview .course-meta {
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.course-preview .course-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	float: left;
	height: 150px;
	overflow-y: auto;
	padding: 0.5em 15px 0.9em;
	position: relative;
	width: 100%;
	z-index: 9;
}
.course-preview h5 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	min-height: 25px;
	padding: 0;
	text-align: left;
	width: 100%;
}
.course-preview .course-header .author {
	color: #777;
}
.course-preview .course-footer {
	background: none repeat scroll 0 0 #f2f2f2;
	border-top: 1px solid #f0f0f0;
	padding: 0.7em 15px;
}
.course-preview .course-footer .course-users {
	color: #777;
	text-shadow: 0 1px 0 #fff;
}
.course-preview .course-rating {
	float: right;
	margin: 0;
}
.course-rating {
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}
.course-meta h5 a {
	color: #000;
}
.btn-side-group {
	/*height: 96px;*/
	overflow: hidden;/*	padding: 10px; */
}
/***********************Slider-search*********************/
.carousel-indicators { /*display:none*/
}
.re_search_box {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.result_courses {
	float: left;
	height: auto;
	width: 100%;
}
.result_courses a {
	color: #333;
}
.google_map {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.course_detail {
	float: left;
	height: auto;
	margin: 100px 0 0;
	padding: 0;
	width: 100%;
}
.google_map #map {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.carousel-caption2 {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-course-search2 {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.homepage_search_select {
	color: #333333;
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 33px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%;
}
.cs-course-search2 .cs-course-search {
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -50px;
	width: 50%;
}
.cs-course-search2 .cs-course-search form {
	background-color: rgba(0, 0, 0, 0.3);
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-course-search2 .cs-course-search ul {
	float: left;
	height: 48px;
	margin: 0;
	padding: 10px;
	width: 100%;
}
.cs-course-search2 .cs-course-search ul li {
	float: left;
	height: auto;
	margin: 0;
	padding: 0 5px;
	width: 25%;
}
.cs-course-search2 .cs-course-search .slider_contain {
	display: none;
}
.cs-course-search2 .cs-course-search ul li:last-child {
	width: 25%;
}

.cs-course-search2 .cs-course-search input[type="text"] {
	float: left;
	height: auto;
	margin: 0;
	padding: 2px;
	width: 100%;
}
.cs-course-search2 .cs-course-search .homepage_search_select {
	color: #000000;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-course-search2 .cs-course-search .mrg-right15 {
	float: right;
	height: auto;
	margin: 7px 0 0;
	padding: 0;
	text-align: right;
}
.cs-course-search form {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	float: none;
	height: auto;
	padding: 20px 20px 0;
	width: 100%;
}
.cs-course-search ul li {
	float: left;
	list-style: outside none none;
	margin-bottom: 10px;
	padding: 0 10px;
	width: 22%;
}
.slick-prev::before, .slick-next::before {
  color: #000000 !important;
  font-size: 40px !important;
}
.cs-course-search ul li:last-child {
	width: 12%;
}
.cs-course-search input[type="text"] {
	color: #555;
}
.cs-course-search .select-style-one:after {
	line-height: 36px;
}
.cs-course-search ul li:last-child input[type] {
	margin-left: 5px;
}
.social-media li {
	margin-right: 3px;
}
/*.select-style-one:after {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #a7a7a7;
  color: #6f6f6f;
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 42px;
  padding: 0 13px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
}*/
.testimonial h2 {
	color: white;
}
.cs-course-search .form-control {
	border-radius: 0px;
	height: 38px;
	line-height: 38px;
	color: #909090;
}
option {
	border-top: 1px solid #ddd;
	padding: 10px;
	border-right: 1px solid;
}
.cd-author-info {
	color: white;
	opacity: 0.8
}
.cs-course-search ul li input[type="submit"], .cs-course-search ul li input[type="reset"] {
	color: #ffffff;
	float: left;
	line-height: 1;
	padding: 8px 25px;
}
.theme-color {
	background: #002643
}
.select-style-one select {
	width: 99%
}
.cs-course-search input[type="text"] {
	border: 1px solid #dddddd;
	border-radius: 0;
	box-sizing: border-box;
	color: #303030;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 38px;
	line-height: 20px;
	outline: medium none;
	padding: 0 10px;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0px;
}
.cs-course-search .typeahead2 {
	padding: 0 10px;
}
.cs-course-search {
  height: auto;
  left: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 120px;
  width: 100%;
}
.select-style-one {
	position: relative;
}
/***********************/
.footer-single li a:hover {
	padding-left: 6px;
}
.mrg-right15 {
	margin-right: 15px;
}
/******************************Jquery Slider*************************************/
/*******************************************************************************/
.slider #rangeinput {
	background: none repeat scroll 0 0 transparent;
	margin: 3px 15px 0;
	width: 225px;
	border: 0px;
}
.slider {
	margin: 9px 0;/*overflow: hidden;*/
}
.box-desc {
	background: #EDEDED;
	color: #ffffff;
	height: 190px;
	overflow: hidden;
	padding: 40px 20px;
	text-align: center;
	width: 100%;
	transition: all 0.4s ease-in-out;
}
.service-desc a:hover .box-desc {
	transition: all 0.4s ease-in-out;
}
.service-desc a {
	display: block;
	position: relative;
}
.box-desc h2 {
	color: #3a403e;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
}
.box-desc p {
	color: #4c5854;
	margin-top: 15px;
	font-weight: 600;
}
/******************************Jquery Slider*************************************/
/*******************************************************************************/
.sell-courses {
	background: none repeat scroll 0 0 #082e4b;
	border: 1px solid #021f36;
	border-radius: 5px;
	box-shadow: 0 1px #0a304d;
	margin-top: 12px;
	padding: 15px 0;
}
.sell-courses h3 {
  border-bottom: 1px solid #021f36;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px 15px;
  text-align: center;
  text-transform: uppercase;
}
.sell-courses p {
	font-size: 14px;
	line-height: 22px;
	opacity: 0.8;
	padding: 15px 10px 0;
	text-align: center;
}
.footer a{ font-size:13px;}
.home .cs-course-search form {
	padding: 20px 20px 0;
}
/***********************************************************************************/
.maping .cs-course-search ul li {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0 10px;
	width: inherit;
}
.maping .cs-course-search .col-sm-10 {
	width: 83.3333%
}
.maping .cs-course-search .col-sm-2 {
	width: 16.6667%
}
.maping .cs-course-search ul li input[type="submit"] {
	width: 100%;
}
.maping .carousel-caption {
	top: 45%;
}
.maping .carousel-indicators {
	display: none;
}
.courses-event {
	padding: 70px 0 0;
}
.date-selection select {
	width: 100%;
}
.date-selection select {
	padding: 0 10px;
	width: 100%;
}
.date-selection {
	/*margin: 30px auto auto;*/
	overflow: hidden;
	width: 340px;
}
.date-selection select {
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 5px;
	width: 100%;
}
.date-selection select option {
	padding: 5px;
}
.table-row {
	display: inline-table;
	text-align: center;
}
.col {
	border: 1px solid #ccc;
	display: table-cell;
	padding: 5px 10px;
}
.table-row {
	text-align: center;
	width: 100%;
}
.col {
	height: 53px;
	padding: 0 10px;
	vertical-align: middle;
	width: 112px;
}
.col.name-provider-heading {
	width: 180px
}
.table-style {
	clear: both;
	margin: 15px 0 40px;
	position: relative;
}
.table-style .arrowo {
}
.right-col .col {
	width: 5.3%;
}
.col.green {
	/*background: none repeat scroll 0 0 #1f8d5d;*/
	cursor: pointer;
	position: relative;
}
.table-row .work-item {
	float: none;
	left: 0;
	margin-bottom: 25px;
	position: absolute;
	top: 36px;
	width: 260px;
	z-index: 999;
}
.selection-width-col {
	width: 100px;
}
#navigation .social-media a, #navigation .social-media a:hover {
	background: none repeat scroll 0 0 #103653;
	border-radius: 2px;
	line-height: normal;
	padding: 2px 10px 5px;
}
#navigation .social-media .fa {
	font-size: 13px;
	margin-right: 0;
}
#navigation .social-media a.so1:hover {
	background: #3B5998
}
#navigation .social-media a.so2:hover {
	background: #0177B5;
}
#navigation .social-media a.so3:hover {
	background: #5EA9DD;
}
#navigation .social-media a.so4:hover {
	background: #DA4835;
}
.table-row .arrowo a {
	background: none repeat scroll 0 0 #ccc;
	margin-left: 8px;
	padding: 5px 8px;
	color: white;
}
.table-row .arrowo a:hover {
	background: #305673;
}
.table-row .course-preview {
	background: none repeat scroll 0 0 #fff;
	border: 3px solid #305673;
	box-shadow: 0 0 5000px 0 #305673;
}
.table-row .course-preview {
	background: none repeat scroll 0 0 #fff;
	border: 3px solid #305673;
	box-shadow: 0 0 5000px 0 rgba(48, 86, 115, 0.2);
}
.table-row .course-preview .course-header {
	box-shadow: none;
	padding: 0.5em 15px 0.9em;
	position: relative;
	z-index: 9;
}
.table-row .course-preview .course-meta {
	overflow: hidden;
	text-align: left;
}
.table-row .course-preview .course-footer {
	background: none repeat scroll 0 0 #f2f2f2;
	border-top: 1px solid #f0f0f0;
	clear: both;
	padding: 0.7em 15px;
}
.table-row .course-preview.premium-course {
	margin: 0;
}
.col.name-provider {
	text-align: left;
	width: 10.5%;
}
.table-row .work-item.branding:after, .table-row .work-item.branding:before {
	border: medium solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 20%;
	pointer-events: none;
	position: absolute;
	width: 0;
}
.show-panel-grop {
	margin: 30px auto;
	max-width: 900px;
}
.btn-type-list li a.active {
	background: none repeat scroll 0 0 #3399ff;
	color: white;
}
.table-row .work-item.branding:before {
	border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0)#305673;
	border-width: 16px;
	margin-bottom: -3px;
	margin-left: -30px;
}
.panel-list .fa {
	border-radius: 2px;
	font-size: 18px;
	padding: 5px;
}
.panel-list li {
	border: 1px solid #f3f3f3;
	float: left;
	margin-bottom: 12px;
	margin-right: 13px;
	padding: 3px 10px;
}
.panel-list .fa.green {
	background: none repeat scroll 0 0 #62d2a4;
	color: white;
}
.panel-list .fa.gray {
	background: none repeat scroll 0 0 #ccc;
}
.col.green > .fa {
	background: #62d2a4;
	border-radius: 2px;
	color: white;
	font-size: 18px;
	margin-right: 0;
	padding: 6px;
}
.col.gray {
	/*background: none repeat scroll 0 0 #ccc;*/
	cursor: pointer;
	position: relative;
}
.col.gray .fa {
	background: #e9e9e9;
	border-radius: 2px;
	color: #000;
	font-size: 18px;
	padding: 5px;
}
.panel-list .fa.gray {
	background: #e9e9e9;
	color: #000;
}
.panel-list .fa-stop.gray {
	color: white;
}
.maping-banner, .maping-banner .carousel, .maping-banner .item {
	height: 440px !important;
	overflow: hidden !important;
}
.maping-banner .carousel-indicators {
	display: none;
}
.name-provider a {
	color: #6a737b
}
.btn-type-list li a {
	background: none repeat scroll 0 0 #507693;
	border-radius: 2px;
	color: #000;
	display: block;
	float: left;
	margin-left: 5px;
	padding: 8px 15px;
	text-align: center;
}
.btn-type-list {
	display: none;
}
.btn-type-list li a:hover {
	color: #fff;
}
.btn-type {
	width: 165px;
}
.left-fixed-section {
	float: left;
	width: 15%;
}
.right-col {
	float: right;
	width: 85%;
}
.right-calendar-slider .arrowo a {
	background: none repeat scroll 0 0 #ccc;
	color: white;
	margin-left: 8px;
	padding: 5px 8px;
}
.right-calendar-slider {
	float: right;
	margin-top: -25px;
}
.date-col {
	background: none repeat scroll 0 0 #f1f1f1;
	display: inline-block;
	margin: 0 5px 0 10px;
	padding: 4px 18px;
}
/***********************************************************************************/
/***********************************************************************************/


/**********************************css for mounthly table*************************************************/
/*********************************************************************************************************/
.monthly-table .col.name-provider {
	text-align: left;
	width: 19.5%;
}
.monthly-table .table-row .col {
	padding: 0;
	width: 31px;
}
/*.monthly-table .table-row .col .fa{ display:none;}*/

.even {
	background: none repeat scroll 0 0 #f1f1f1;
}
.odd {
	background: #fff;
}
.table-row .col span {
	display: block;
}
.panel-list .fa {
	padding: 5px 8px;
}
.monthly-table .table-row .arrowo a {
	background: #ccc none repeat scroll 0 0;
	color: white;
	display: block;
	margin: 0 5px !important;
	padding: 5px 8px;
	width: 30px;
}
.monthly-table .table-row .col span {
	display: block;
	font-size: 10px;
}
.monthly-table .table-row .col:nth-child(1), .monthly-table .table-row .col:last-child {
	width: 4.1%;
}
.monthly-table .col.green > .fa {
	font-size: 11px;
}
.monthly-table .col.gray .fa {
	font-size: 11px;
}
.red-clr {
	color: #dd2323
}
.active-clr {
	color: #62D2A4
}
body > section, .footer {
	padding: 40px 0;
}
.page-left .sidebar {
	float: left
}
.page-right .sidebar {
	float: right
}
.my-account a {
	color: #272727;
}
.entry-title {
	font-size: 25px;
	margin-bottom: 20px;
	color: #002643;
	font-weight: bold;
}
.my-account h2, .my-account h3 {
	border-bottom: 1px solid #f1f1f1;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.my-account h2:before, .my-account h3:before {
	background: #272727 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 35px;
}
.box-layout {
	border: 1px solid #f1f1f1;
	margin:20px 0 0;
	padding: 15px;
	min-height:170px;
}
.box-layout .title {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.box-layout .title h3 {
  float: left;
  height: auto;
  margin: 0 0 15px;
  padding: 0 0 15px;
  width: 100%;
} 
.box-layout .title .edit {
	position: absolute;
	right: 0;
}
.box-layout .fa {
	font-size: 18px;
}
.woocommerce input[type="submit"] {
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));
	border-color: #c3d6df #368dbe #368dbe;
	border-radius: 20px;
	border-width: 1px;
	/*box-shadow: 0 1px 3px #000000;*/
	color: #ffffff;
	padding: 10px 25px;
	text-align: center;
	transition: all 0.3s ease-in 0s;
	font-weight : normal;
}
.cart_totals .wc-proceed-to-checkout a, .cart_totals .wc-proceed-to-checkout {
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}
legend {
	margin: 20px 0;
	padding-bottom: 15px;
}
/*.site-inner a {
	color: #002643
}*/
.vendor_dashboard a {
	color: #fff !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top: 3px solid #002643;
	margin: 2em 0 3em !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #002643;
	color: #ffffff;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline;
}
.menu-header {
	background: #002643 none repeat scroll 0 0;
	margin-bottom: 0;/*  position: relative;
  top: 57px;
  width: 100%;
  z-index: 999;*/
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}
/*** extra css***/
.close-btn {
	background: #000000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
	width: 30px;
	z-index: 999999999;
}
/*.btnNext {
	color: #ffffff;
	background: #000000 none repeat scroll 0 0;
	padding: 5px 20px;
	position: absolute;
	right: 0;
	z-index: 99999;
}*/
.btnNext {
	background: #013853 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	padding: 3px 15px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99999;
}
.btnNext:hover {
	background: #000;
}
.gray .nota {
	color: #fff !important;
}
#calenderHolder {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
#wait {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 100px;
}
.woocommerce-view-order .addresses .col-1, .woocommerce-view-order .addresses .col-2 {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.woocommerce-view-order .addresses .title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.woocommerce-view-order .woocommerce form {
	clear: both;
}
.woocommerce-view-order .addresses .address {
	margin-bottom: 20px;
}
/************************************************************************/
.navbar-header { 
	width: 100%;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav {
	text-align: center;
	width: 100%;
}
.topbar {
	background: none repeat scroll 0 0 #1c1c1c;
	padding: 10px;
}
.navbar-default {
	border-color: transparent;
}
.navbar-fixed-top {
	top: 41px;
}
.call-now {
	margin-right: 10px;
}
.list-inline > li {
	position: relative;
}
.list-inline > li a, .list-inline > li {
  color: #242424;
  font-family: lato;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.list-inline i {
	color: #ffffff;
	font-size: 14px;
	padding-right: 5px;
}
.list-inline li::before {
	background: none repeat scroll 0 0 #494949;
	content: "";
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}
.list-inline > li:last-child::before, .head-social.list-inline li::before {
	display: none;
}
.head-social {
	margin-right: 30px;
}
.head-social.list-inline li {
	margin: 0;
	padding: 0;
}
.head-social.list-inline li a {
	background: none repeat scroll 0 0 #b44227;
	border-radius: 2px;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0;
	text-align: center;
	width: 23px;
}
.head-social.list-inline i {
	font-size: 12px;
	padding-right: 0;
}
.head-social.list-inline li.fb a{ background:#2B4075;}
.head-social.list-inline li.linkedin a{ background:#187FCE;}
.head-social.list-inline li.twitter a{ background:#0EB1F2;}
.head-social.list-inline li.gplus a{ background:#D14836;}
.onsale {
	background: rgba(0, 0, 0, 0) url("../img/sale-btn.png") repeat scroll 0 0 / 100% auto;
	font-size: 0;
	height: 85px;
	position: absolute;
	right: 20px;
	top: 5px;
	width: 50px;
	z-index: 9;
}
.des-course {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.course-header a {
	color: #305673;
}
.contact-address a {
	color: #000633;
}
.carousel-caption #tooltip {
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 1px;
	margin-left: -20px;
}
.service-left {
	float: left;
	height: auto;
	max-height: 190px;
	overflow: hidden;
	width: 50%;
}
.service-right {
	float: left;
	height: auto;
	max-height: 190px;
	overflow: hidden;
	width: 50%;
}
.about-des h2 {
    color: #000000;
    margin-top: 0;
}
.cs-course-search ul li:nth-child(9), .cs-course-search ul li:nth-child(10) {
	width: 50%;
}
.slider .left-text {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 12%;
}
.budgetSlider {
	float: right;
	height: 10px;
	margin-top: 5px;
	padding: 0;
	width: 85%;
}
.rangeSlider {
	float: right;
	height: 10px;
	margin-top: 5px;
	padding: 0;
	width: 85%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0px !important;
}
#customer_login h2, .content-page h2 {
	border-bottom: 2px solid #dfdfdf;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
}
#customer_login h2::after, .content-page h2::after {
	background: none repeat scroll 0 0 #002643;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.content-page h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.radio, .checkbox {
	display: inline-block;
}
.input-checkbox {
	vertical-align: sub;
}
.woocommerce-error {
	color: red;
	padding-left: 0;
	margin-left: 0 !important;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	height: 35px;
	padding: 0px;
}
.woocommerce div.product form.cart .button {
	padding: 10px 25px;
}
.box-list-section {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	padding: 20px 0;
}
.product_meta {
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 1em !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #002643;
	font-size: 28px;
	font-weight: bold;
}
.page_title_wrap {
	background: none repeat scroll 0 0 #edf3f7;
	padding: 30px 0;
}
.page_title_wrap h1 {
  color: #002643;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
.posted_in a {
	color: #6a737b;
}
.col-group {
	float: left;
	padding: 10px;
	width: 33.3%;
}
.col-group:first-child {
	padding-left: 0;
}
.col-group:nth-child(3) {
	padding-right: 0;
}
select {
	height: 47px;
}
.related.products h2, #comments h2 {
	border-bottom: 2px solid #dfdfdf;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	color: #002643;
}
.related.products h2::after, #comments h2::after {
	background: none repeat scroll 0 0 #002643;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.woocommerce #review_form #respond p.stars {
	margin: 15px 0;
}
.content-sidebar-wrap .woocommerce-ordering select {
	height: 37px;
	line-height: normal;
	padding: 0 10px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.shipping-calculator-button {
	color: #002643;
}
.status-publish a {
	color: #002643;
}
.entry-categories, .entry-tags {
	display: inline-block;
}
.entry-tags {
	float: right;
}
.checkout h3 {
	border-bottom: 2px solid #dfdfdf;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	color: #002643;
}
.checkout h3::after {
	background: none repeat scroll 0 0 #002643;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.btn-side-group a {
	color: white;
}
.select2-container .select2-choice {
	border-radius: 0px !important;
	height: 39px;
	line-height: 39px;
}
.woocommerce h2 {
	border-bottom: 2px solid #dfdfdf;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	color: #002643;
}
.woocommerce h2::after {
	background: none repeat scroll 0 0 #002643;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.thanks_msg .button.pay {
	float: right;
	margin-bottom: 15px;
}
.woocommerce .thanks_msg .order_details li {
	width: 23%;
}
.print_btn_wrapper {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
.product_meta .posted_in {
	border-left: 1px solid #cccccc;
	margin-left: 15px;
	padding-left: 15px;
}
.box-list-section p {
	margin-bottom: 0;
	margin-top: 16px;
}
.box-list-section p.price {
	margin: 0;
}
.product .onsale {
	left: 20px;
	right: auto;
}
div.wpcf7-response-output {
	margin: 0px !important;
} 
#customer_details {
	margin-bottom: 30px;
}
.table-month .col span {
	display: inline;
}
.table-month .col:first-child {
	width: 112px !important;
}
.blog-box {
  margin-bottom: 20px;
  min-height: 530px;
}
.blog-box h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.blog-box h2 a{ color:#424242;}
.blog-box h2 a:hover {
  color: #003853;
}
.blog-box .gdlr-head {
  margin-right: 10px;
  color: #575757;
}
 
.blog-box .meta a, .blog-box .meta i {
  color: #aeaeae;
}
.pin-ecxt {
	padding: 20px 0;
}
.meta strong {
  display: block;
  padding: 0;
  color:#aeaeae;
}
.meta i {
	color: #002643;
}
.meta {
	display:block;
	margin-bottom: 10px;
}
.carousel-inner .gmap3 {
	margin: 0 auto 20px
}
.table-row .work-item .btn-side-group {
	height: auto;
}
.woocommerce-edit-account .woocommerce form {
	clear: both;
}
.vendor_dashboard button, .vendor_dashboard input[type="button"], .vendor_dashboard input[type="reset"], .vendor_dashboard input[type="submit"], .vendor_dashboard .button {
	padding: 5px 20px;
	margin: 0 10px 0 0;
}
.btn:hover {
	background-position: 0 0 !important;
}
.vendor-submit .btn {
	padding: 5px 20px;
}
.page-id-699 h2, .page-id-701 h2 {
	border-bottom: 2px solid #dfdfdf;
	color: #002643;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.page-id-699 h2::after, .page-id-701 h2::after {
	background: none repeat scroll 0 0 #002643;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.order-details {
	margin-top: 40px;
}
.table-vendor-sales-report {
	margin-top: 40px;
}
#pv_seller_info_container .mce-container-body, .wp-editor-wrap .wp-editor-container {
	border: 1px solid #cccccc;
}
.wp-editor-tools {
	border: 2px solid #cccccc;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 12px;
}
.order-comments .btn-block {
	width: auto !important;
}
.table-responsive {
	width: 100%;
}
.carousel-caption {
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 525px;
}
.sub_search_bar {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.course_img {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 35px;
}
del {
	color: #E74C3C;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
ins {
	color: #2ECC71;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.price-text .amount del {
	color: #ffffff;
	float: none;
}
.price-text .amount ins {
	color: #ffffff;
	float: none;
}
.apply_for_course {
	width: 100%;
}
.apply_for_course2 {
	background-color: #286090;
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
.all_new_courses_container {
	font-size: 14px;
	height: auto;
	margin: 20px auto;
	padding: 0;
	width: 960px;
}
.all_new_courses_container .post_name {
	color: #888888;
}
.all_new_courses_container .post_name:hover {
	color: #000000;
}
.all_new_courses_container .course_providers {
	color: #888888;
}
.all_new_courses_container .course_providers:hover {
	color: #000000;
}
.course_request {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100px !important;
}
.assign_provider {
	color: #000;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.deassign_provider {
	color: #000;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.dokan-order-filter-serach {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-order-filter-serach form {
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}
.dokan-order-filter-serach .dokan-right {
	width: auto;
}
.dokan-order-filter-serach .dokan-form-group {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-order-filter-serach .dokan-form-group label {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50px;
}
.dokan-order-filter-serach .dokan-form-group #order_date_filter {
	float: left;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 250px;
}
.dokan-author-img {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-author-img img {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50px;
}
.dokan-orders-area .list-inline li a {
	color: #000000;
}
.entry-content h2 {
  margin-bottom: 10px;
}
.topbar li a, .topbar li {
  color: #ffffff;
}
.request_button a {
	color: #e74c3c;
	font-weight: bold;
}
.request_button a:hover {
	color: #C0392B;
}
.legend > div{ width:auto !important;}
.dokan-dashboard .dokan-dashboard-content .dokan-report-wrap ul li.active a {
  background: #002643 none repeat scroll 0 0;
  color: #ffffff;
}
.dokan-dashboard .legend {
  left: auto !important;
  position: absolute;
  right: 0 !important;
  width: 170px;
}
.dokan-dashboard .legend table {
  left: auto !important;
  right: 0;
  top: -42px !important;
}
.dokan-dashboard .dokan-dashboard-content ul.pagination{ margin-left:10px;}
.page-template-page_blog .navigation {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  clear: both;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
}
.btn-read-blog {
  margin-top: 30px;
}
.navigation .button {
  background: #dfdfdf none repeat scroll 0 0;
  border-radius: 2px;
  color: #000000 !important;
  font-weight: 700;
  padding: 7px 15px;
}
.navigation .button:hover{ background:#002643; color:white!important;}
.btn-read-blog:hover{ opacity:0.8;}  
.cat-item::before {
  color: #002643;
  content: "";
  font-family: fontawesome;
  padding-right: 11px;
}
.google_map_home_page {
	float: left;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.google_map_home_page #map {
	float: left;
	height: 400px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.summary {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}
.course_det_slider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50%;
}
.course_det_slider .images {
	float: left !important;
	height: auto;
	margin: 0 !important;
	padding: 0;
	position: relative !important;
	width: 100% !important;
}
.get_all_providers {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.provider_heading_row {
	background-color: #cccccc;
	box-sizing: border-box;
	color: #000000;
	float: left;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.provider_heading {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 20%;
}
.provider_data_row {
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	color: #000000;
	float: left;
	height: auto;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
.provider_data {
	float: left;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 20%;
}
.provider_name {
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
.provider_name:hover {
	color: #3498DB;
}
.provider_r_price {
	text-decoration: line-through;
}
.box-list-section {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.box-list-section div {
	float: left;
	height: auto;
	margin: 0;
	padding: 2px 0;
	width: 100%;
}
.page-numbers {
	border: 1px solid #eee;
	border-radius: 2px;
	color: #888888;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin: 0 2px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
	color: #000000;
}
.menu a {
	color: #ffffff;
}
.widget a {
	color: #ffffff;
}
.row_header {
	float: left;
	height: auto;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
}
.row_header .left_button {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}
.row_header .right_search {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}
.right_search .search_course {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.right_search .one_line {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
.search_course .course_class {
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
}
.images .slick-prev {
	float: left;
	height: auto;
	left: -40px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
}
.images .slick-next {
	float: left;
	height: auto;
	right: -40px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
}
.provider_data2 {
	border-top: 1px solid #cccccc;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.loader_small {
	height: auto;
	margin: 0;
	padding: 0;
	width: 20px;
}
.loader_big {
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
#msg {
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 95%;
}
.msg {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.provider_name a {
	font-size: 16px;
	font-weight: bold;
}
.provider_features {
	float: left;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.woocommerce-cart table.cart img {
	width: 100px;
}
.admin_course_details .course_title {
	float: left;
	font-size: 2em;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.woocommerce form .form-row label {
	line-height: normal;
}
.detail_boxes {
	box-sizing: border-box !important;
	float: left !important;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 20% !important;
}
h2.for_better_print {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-remove-banner-image i {
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
.dokan-remove-gravatar-image i {
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
#magic_length {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
}
#magic_length label {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
#magic_length label select {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100px;
}
#magic_filter {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: right;
}
#magic_filter label {
	height: auto;
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: right;
}
#magic_filter label input {
	text-align: left;
	width: 180px;
}
.dokan-dashboard {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-dashboard h2 {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dokan-add-batch-content {
	float: left !important;
	height: auto;
	margin-bottom: 0 !important;
	margin-left: 20px;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
	width: 600px !important;
}
.view_batches_section {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}




/********************MEDIA CSS******************************/


@media screen and (max-width: 1199px) {
.carousel-caption {
	left: 5%;
	right: 5%;
}
.btn-side-group .btn {
	padding: 5px 15px;
}
.course-preview h5 {
	min-height: 60px;
}
.service-desc {
	overflow: hidden;
	height: 160px;
}
.service-desc img {
	height: 160px;
}
.page_title_wrap .col-md-8 {
  float: left;
}
}

@media only screen and (min-width : 980px) and (max-width : 991px) {
.service-desc {
	overflow: hidden;
	height: 300px;
}
.service-desc img {
	height: 300px;
}
.box-desc {
	height: 300px;
}
.legend table {
  left: auto !important;
}
.slider .left-text {
  margin-right: 15px;
  margin-top: -6px;
  text-align: left;
  width: auto;
}
.page_title_wrap .container {
  width: 100%;
}
}

@media screen and (max-width:979px) {
.service-item {
	width: 100% !important;
}
.service-desc {
	overflow: hidden;
	height: 260px;
}
.service-desc img {
	height: 260px;
}
.box-desc {
	height: 260px;
}
.cs-course-search ul li {
	width: 100%;
}
.list-type {
	width: 100%;
}
.select-style-one select {
	width: 100%;
}
.topbar .container {
	width: 101%;
}
.actions .coupon {
	float: left !important;
}
.actions input.button {
	float: right !important;
}
/*.carousel-caption {
	top:0px
}*/
.maping-banner, .maping-banner .carousel, .maping-banner .item {
	height: auto !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 979px) {
.cs-course-search ul li:nth-child(9), .cs-course-search ul li:nth-child(10) {
	width: 100%;
}
.cs-course-search ul li {
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
}
.slider {
	float: left;
	height: auto;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
.slider .left-text {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 10%;
}
.budgetSlider {
	float: right;
	height: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 8px;
	padding: 0;
	text-align: left;
	width: 85%;
}
.rangeSlider {
	float: right;
	height: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 8px;
	padding: 0;
	text-align: left;
	width: 85%;
}
#customer_login h2, .content-page h2 {
	font-size: 16px;
}
.slider .left-text {
	font-size: 16px;
}
.rangeSlider {
	float: left;
	width: 90%;
}
.home_cat_inner_box .img-circle {
  width: 40%;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  width: auto !important;
}
.dokan-order-filter-serach .dokan-form-group #order_date_filter {
  height: 31px;
  width: 120px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
  font-size: 13px;
}
} 
@media only screen and (min-width: 768px) and (max-width: 799px) {
.page_title_wrap .container{
  width: 94%;
}
}
@media screen and (max-width:767px) {
/*.pull-left, .pull-right {
  float: none !important;
}	*/
.vendor_dashboard button, .vendor_dashboard input[type="button"], .vendor_dashboard input[type="reset"], .vendor_dashboard input[type="submit"], .vendor_dashboard .button {
	margin: 0 10px 10px 0;
	padding: 9px 20px;
	text-align: center;
	width: 100%;
}
.table-vendor-sales-report {
	margin-top: 0;
}
.table-responsive {
	margin-top: 20px;
}
.navbar-nav {
	text-align: center;
	width: auto;
}
.courses-event .container {
	display: none;
}
.page_title_wrap h1 {
	font-size: 26px;
	line-height: normal;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
}
.col-group {
	float: none;
	width: 100%;
}
.navbar-toggle {
	z-index: 999;
}
.navbar-nav > li {
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	float: none;
	margin-bottom: 15px;
}
.navbar-nav li a {
	display: block;
}
.navbar-header {
	clear: both;
	margin: 0 !important;
	width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-top: none;
	box-shadow: none;
}
.service-desc {
	overflow: hidden;
	height: auto;
}
.service-desc img {
	height: auto;
}
.box-desc {
	height: auto;
}
.service-left, .service-right {
	float: none;
	width: 100%;
}
.list-inline {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
.topbar .pull-left, .topbar .pull-right {
	float: none !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}
#works .portfolio-item {
	width: 49%;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  width: 100% !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  display: block;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu{ height:auto !important;}
.legend table {
  left: auto !important;
}
.dokan-w6 {
  float: none;
  width: 100%;
  padding:0 !important;
}
.dokan-order-filter-serach .dokan-form-group #order_date_filter {
  height: 31px;
  width: 40%;
}

.dokan-dashboard .dokan-dashboard-content ul.pagination li {
  border: medium none;
  float: left;
  padding: 0;
}
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display:block;
    border-right: 1px solid #454545;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    content: '';
    display: none;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 24px;
  }
  .dokan-dashboard .dokan-dashboard-content {
    padding-left: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box {
    width: 60%;
  }
  .dokan-dashboard .dokan-dashboard-content a {
  text-decoration: none;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  border: 1px solid #cccccc;
  display: block;
  padding: 7px 5px;
}
.list-inline li::before{ display:none;}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child{
  border: 1px solid #cccccc;}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
  border: 1px solid #cccccc;
  display: block;
  padding: 7px 5px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li a{ display:block;} 
.dokan-dashboard .dokan-dashboard-content ul li {
  border: 1px solid #cccccc;
  margin: 5px 0;
  padding: 7px 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
  margin-bottom: 5px;
}
.dokan-w5 {
  float: none;
  width: auto;
}
.dokan-w4 {
  float: none;
  width: 100%;
}
#payment_method_tab ul.dokan_tabs {
  text-align: left;
}
.dokan-w4.dokan-text-left .dokan-input-group {
  display: block;
}
.dokan-dashboard .dokan-dash-sidebar {
  float: none;
  width: 100%;
}
.dokan-dashboard .dokan-dashboard-content {
  float: none;
  padding: 0;
  width: 100%;
}
.big-counter ul {
  margin-bottom: 0;
}
}

@media screen and (max-width:479px) {
.work-filter ul li {
	display: block;
	margin: 15px;
}
#works .portfolio-item {
	left: 0 !important;
	width: 100%;
}
.course-image img {
	width: 100%;
}
.course-preview h5 {
	min-height: inherit;
}
.list-inline {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
.topbar .pull-left, .topbar .pull-right {
	float: none !important;
}
.actions .coupon {
	float: none !important;
}
.actions input.button {
	float: none !important;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
	display: block;
	vertical-align: middle;
}
#ship-to-different-address #ship-to-different-address-checkbox {
	float: none;
}
.dokan-order-filter-serach form {
  height: auto;
  margin-bottom: 13px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  overflow: hidden;
  width: auto;
}
.dokan-dashboard .dokan-dashboard-content ul li {
  display: block;
}
.dokan-dashboard #payment_method_tab .dokan-dashboard-content ul li{ display:inline-block;}
.dokan-form-inline .dokan-form-group {
  float: none;
  margin-right: 5px;
}
.filtershowbtn {
  margin-left: 0;
  margin-top: 0;
}
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    content: " ";
    display: table;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    clear: both;
  }
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  float: none;
  width: 100%;
}
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 18px;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    width: 100%;
  }
  .dokan-dashboard .dokan-right,
  .dokan-dashboard .dokan-left {
    float: none !important;
  }
  .dokan-dashboard .dokan-w6,
  .dokan-dashboard .dokan-w8,
  .dokan-dashboard .dokan-w4 {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left,
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
    width: 100%;
  }
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left,
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .content-half-part {
    float: none;
    width: 100%;
  }
  .dokan-dashboard ul.dokan_tabs {
    padding-left: 0;
    margin-right: 0;
  }
  .dokan-dashboard ul.dokan_tabs li {
    margin-bottom: 10px;
  }
  .dokan-single-store .profile-frame .profile-info-box {
    width: 100%;
  }
.product-listing-top .course_request {
  margin: 0;
  width: auto !important;
}
.product-listing-top .course_request, .product-listing-top .add_new_course {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 100% !important;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
  margin-bottom: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
  font-size: 12px;
}
}

@media screen and (min-width:768px) and (max-width: 992px) {
/*.cs-course-search form{height:100% !important;}	*/
.project-wrapper #works .portfolio-item {
	width: 36%;
}
.slide .carousel-caption {
	width: 525px;
}
.cs-course-search ul li {
	margin-bottom: 10px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
  font-size: 17px;
  padding-right: 0;
}
.dokan-dashboard .dokan-dashboard-content {
  width: 76%;
}
.dokan-dashboard .dokan-dash-sidebar {
  width: 24%;
}
.dokan-order-filter-serach .dokan-form-group #order_date_filter {
  height: 31px;
  width: 120px;
}
.dokan-reports-content .dokan-reports-area ul.chart-legend li strong {
  font-size: 20px;
}
#profilepicwrap1 {
  float: none;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
  width: auto;
}
.dokan-form-horizontal .dokan-control-label {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
  margin-bottom:10px;
}
#profilepicwrap2 {
  float: none;
  height: auto;
  width: 100%;
}
}

@media screen and (max-width:767px) {
.cs-course-search form {
	height: 100% !important;
}
.carousel-caption img {
	width: 100% !important;
	margin-top: 7px;
}
.slide .carousel-caption {
	width: inherit;
}
.carousel-caption {
	top: 40px;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
  width: auto;
  float:none;
}
.dokan-form-horizontal .dokan-control-label {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
  margin-bottom:10px;
}
#profilepicwrap2 {
  float: none;
  height: auto;
  width: 100%;
} 
}
@media screen and (max-width:639px) {
.dokan-reports-content .dokan-reports-area ul.chart-legend li strong {
  font-size: 14px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
/*.home_cat_inner_box {
	width: 70%;
}*/
.carousel-caption img {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100% !important;
}
.home_cat_inner_box h5 {
	font-size: 10px;
}
.slider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-course-search {
	height: auto;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 0;
}
.slider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.slider .left-text {
	font-size: 11px;
}
.carousel-caption-search {
	left: 0;
	right: 0;
}
.carousel-indicators {
	display: none;
}
.cs-course-search ul li:last-child {
	width: 100%;
}
.cs-course-search2 .cs-course-search {
	background: #edf3f7 none repeat scroll 0 0;
	float: left;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}
.cs-course-search2 .cs-course-search form {
	background-color: inherit;
	border-radius: 0px;
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}
.cs-course-search2 .cs-course-search ul li {
	float: left;
	height: auto;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}
.cs-course-search ul li:last-child input[type] {
	margin: 0;
}
.tt-menu {
	width: 100% !important;
}
.cs-course-search2 .cs-course-search ul {
	height: auto;
}
.result_courses {
	padding: 0;
}
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
/*.home_cat_inner_box {
	width: 70%;
}*/
.home_cat_inner_box h5 {
	font-size: 10px;
}
.slider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cs-course-search {
	height: auto;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 0;
}
.slider {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
.slider .left-text {
	font-size: 11px;
}
.carousel-caption-search {
	left: 0;
	right: 0;
}
.cs-course-search {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.carousel-indicators {
	display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*
	.carousel-caption img {
		margin-top: 300px;
		width: 100% !important;
	}
*/
	.cs-course-search ul li {
		float: left;
		height: 50px;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.carousel-indicators {
		display: none;
	}
	.cs-course-search2 .cs-course-search {
		background: #edf3f7 none repeat scroll 0 0;
		float: left;
		height: auto;
		left: 0;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.cs-course-search2 .cs-course-search form {
		background-color: inherit;
		border-radius: 0px;
		float: left;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.cs-course-search2 .cs-course-search ul li {
		float: left;
		height: auto;
		margin: 0;
		padding: 5px 0;
		width: 100%;
	}
	.cs-course-search ul li:last-child input[type] {
		margin: 0;
	}
	.tt-menu {
		width: 100% !important;
	}
	.cs-course-search2 .cs-course-search ul {
		height: auto;
	}
	.result_courses {
		padding: 0;
	}
	.slider .left-text {
		font-size: 16px;
	}
	.rangeSlider {
		width: 90%;
	}
	.dokan-w6 {
	  float: none;
	  padding: 0 !important;
	  width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.cs-course-search ul li:last-child {
		width: auto;
	}
	.cs-course-search ul li {
		margin: 0 2% 10px;
		width: 96%;
	}
}
