/*
Copyright (c) 2015 
------------------------------------------------------------------
[Master Stylesheet]

Project:	MeshJobs Multipurpose Responsive HTML Template
Version:	1.1
Author: 	DigiSamaritan
Website: 	digisamaritan.com
Purchase:	
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Preloader / .mj_preloaded
3. Normal Css/ .mj_toppadder10
4. Header / .mj_header 
5. Main Menu / .mj_navmenu 
6. Sub Menu Css / .mj_navmenu ul li ul.sub_menu 
7. Main Slider / .mj_slider 
8. Job List Section / .mj_lightgraytbg
9. Main Heading Section / .mj_mainheading
10. Counter Section / .mj_countdiv
11. video Section / .mj_transprentbg
12. Client Section / .mj_clientlogo
13. Testimonial Section / .mj_overlay_inner
14. Pricing Section / .mj_pricingtable
15. Mockup Section / .mj_mockup_section
16. Recent Article Section / .mj_articleslider
17. Add Section / .mj_bluebg
18. Footer /  .mj_footer
19. Goto Top / .totop
20. Button Css / .mj_btn 
21. Custom Check Box And Radio Button / .mj_checkbox, .mj_radiobox
22. Page Heading With Background Img / .mj_pagetitle
23. custom select / .select-wrapper
24. Jobs Page / .mj_mapmarker
25. Job Location Page / .mj_joblocation_section
26. Blog Page / .mj_blog_btn
27. Blog with Saidebar Page / .mj_blogsidebar .mj_articledata
27. Sidebar Widget / .mj_sidebar_wrapper
28. Comment Section / .mj_blog_comments
29. Gallery Page / #mj_grid .mix
30. Work Page / .mj_workit
31. Team Page / .mj_team_filter_menu
32. Error Page / .mj_error_wrapper 
33. Post a Job Page / .mj_postdiv
34. Post Resume Page / .mj_shadow_blue
35. Job Detail Page / .mj_social_media_section
36. Candidate Detail Page / .mj_candidatepage_media .mj_mainbtn
37. Resume Preview Page / .mj_resume_heading
38. Cart Page / .woo-cart-table 
39. Checkout Page / .checkout .form-control
40. Model Popup Design / .mj_popupdesign
41. Companies Page / .grid
42. Sign Up Page / .mj_signup_section
43. Login Page / .login_form_wrapper
44. Freelancer Page / .mj_freelancer_form_wrapper
45. Create Account Page / .mj_createaccount_form_wrapper
46. Contact Page / .mj_contact_info
47. Responsive Css / .mj_testimonial_data h4 span
*/

body {
	font-size: 18px;
	color: #707070;
	font-family: 'Roboto', sans-serif;
	line-height: 23px;
	font-weight: 400;
	background: #fbfbfb;
	-webkit-font-smoothing: antialiased;
}
a:hover, a:focus{
	border-color:transparent;
	outline:none;
}
/*---------------- Preloader Start---------------*/
.mj_preloaded{
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}
.mj_preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  z-index:1000;
  margin: -30px 0 0 -40px;
}
.mj_preloader .lines {
  width: 80px;
  height: 40px;
  position: absolute;
}
.mj_preloader .lines .line {
  width: 80px;
  height: 10px;
  background-color: #000;
  position: absolute;
  clip: rect(0, 0, 20px, 0);
}
.mj_preloader .lines .line.line-1 {
  top: 0;
  -webkit-animation: slide 2s ease 0s infinite;
   animation: slide 2s ease 0s infinite;
}
.mj_preloader .lines .line.line-2 {
  top: 15px;
  -webkit-animation: slide 2s ease 0.25s infinite;
   animation: slide 2s ease 0.25s infinite;
}
.mj_preloader .lines .line.line-3 {
  top: 30px;
  -webkit-animation: slide 2s ease 0.5s infinite;
   animation: slide 2s ease 0.5s infinite;
}
.mj_preloader .loading-text {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 3px;
  line-height: 10px;
  height: 10px;
  -webkit-animation: fade 1s ease 0s infinite;
   animation: fade 1s ease 0s infinite;
}
@-webkit-keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}
@keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------ Preloader End-----------*/
/*----------- Normal Css Start ------------*/
.mj_toppadder10 {
	padding-top: 10px;
}
.mj_toppadder20 {
	padding-top: 20px;
}
.mj_toppadder30 {
	padding-top: 30px;
}
.mj_toppadder40 {
	padding-top: 40px;
}
.mj_toppadder50 {
	padding-top: 50px;
}
.mj_toppadder60 {
	padding-top: 60px;
}
.mj_toppadder70 {
	padding-top: 70px;
}
.mj_toppadder80 {
	padding-top: 80px;
}
.mj_toppadder90 {
	padding-top: 90px;
}
.mj_toppadder100 {
	padding-top: 100px;
}
.mj_bottompadder10 {
	padding-bottom: 10px;
}
.mj_bottompadder20 {
	padding-bottom: 20px;
}
.mj_bottompadder30 {
	padding-bottom: 30px;
}
.mj_bottompadder40 {
	padding-bottom: 40px;
}
.mj_bottompadder50 {
	padding-bottom: 50px;
}
.mj_bottompadder60 {
	padding-bottom: 60px;
}
.mj_bottompadder70 {
	padding-bottom: 70px;
}
.mj_bottompadder80 {
	padding-bottom: 80px;
}
.mj_bottompadder90 {
	padding-bottom: 90px;
}
.mj_bottompadder100 {
	padding-bottom: 100px;
}
.mj_bottommargin60 {
	margin-bottom: 60px;
}
.mj_yellow_text {
	color: #fecb16;
}
.mj_black_text {
	color: #111111;
}
.mj_green_text{
	color: #b1d750;
}
.mj_blue_text{
	color: #00bff3;
}
.mj_yellow_bg{
	background-color:#fecb16;
}
.mj_blue_bg{
	background-color:#00bff3;
}
a:hover, a:focus{
	color:inherit;
	text-decoration:none;
}
input:focus{
	outline:none !important;
	box-shadow:none !important;
}
/*----------- Normal Css End ------------*/
/*------ Header Start -----*/
.mj_header {
	float: left;
	width: 100%;
	background: #111111;
	padding: 30px 0px;
}
.mj_logo {
	float: left;
	width: 100%;
}
.mj_logo a{
	font-size:30px;
	color:#fff;
    float: left;
    padding-top: 15px;
	text-decoration:none;
	font-weight:300;
}
.mj_logo a::first-letter{
	color:#fecc17;
	text-transform: uppercase;
}
.mj_logo a img{
    margin-top: -15px;
}
/*------ Header End -----*/
/*-------- Main menu Start ---------*/
.mj_navmenu {
    position: relative;
}
.mj_navmenu ul{
    width: 68%;
}
.mj_navmenu ul li {
	position: relative;
}
.mj_navmenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 15px 14px;
	border-bottom: 1px solid transparent;
	cursor:pointer;
}
.mj_navmenu .navbar-right.mj_login_menu{
	width:auto;
}
.mj_navmenu .navbar-right {
	margin-right: 0;
    width: 32%;
}
.mj_navmenu ul li a:hover {
	background: transparent;
}
.mj_navmenu ul li:hover a, .mj_navmenu ul li.active a {
	border-bottom-color: #fecc17;
	color:#fecc17;
}
.mj_navmenu ul li.current-menu-item a {
	border-bottom-color: #fecc17;
	color:#fecc17;
}
.mj_navmenu ul li a:focus {
	background-color: #111111;
	outline: none;
}
ul.mj_right_menu li a {
	font-weight: 300;
	padding:0px;
	margin:15px 0px 0px 35px;
}
ul.mj_right_menu li a i {
	padding-right: 5px;
}
ul.mj_right_menu li:hover a {
	border-bottom: none;
}
ul.mj_right_menu.mj_login_menu li a {
	margin: 15px 0px 0px 15px;
}
ul.mj_right_menu.mj_login_menu li:first-child a {
	margin: 15px 66px 0px 0px;
}
ul.mj_right_menu.mj_login_menu li:last-child a {
    margin: 0px 0px 0px 40px;
}
ul.mj_right_menu.mj_login_menu li a img{
	border-radius:50px;
	margin-right:10px;
}
.mj_profilediv, .mj_likedetails, .mj_notification_detail {
    position: absolute;
    right: 0;
    top: 140%;
    width: 210px;
    padding-top: 15px;
    z-index: 100;
    background-color: #ffffff;
    border-radius: 13px;
}
.mj_profilediv:before, .mj_likedetails:before, .mj_notification_detail:before{
    position: absolute;
    content: '';
    background-image: url(../images/white_arrow_small.png);
    top: -16px;
    width: 30px;
    height: 18px;
    right: 8px;
}
.mj_profilediv ul, .mj_likedetails ul, .mj_notification_detail ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mj_profilediv ul li, .mj_likedetails ul li, .mj_notification_detail ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.mj_profilediv ul li a {
    float: left;
    width: 100%;
	text-transform: capitalize;
    color: #707070;
    padding: 10px 20px !important;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_profilediv ul li a i {
    padding-right: 10px;
}
.mj_profilediv ul li:hover a{
    color: #00bff3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_profilediv ul li a:focus{
	background-color: transparent;
}
.mj_profilediv ul li:last-child a {
    text-align: center;
    background-color: #fecb16;
    color: #fff;
    border-radius: 0px 0px 13px 13px;
}
.mj_profilediv form{
	float:left;
	width:100%;
}
.mj_profilediv .form-group{
	padding:10px 20px 0px 20px;
}
.mj_profilediv .form-group span{
	font-size:12px;
	text-transform:capitalize;
}
.mj_profilediv .mj_showmorebtn, a.mj_showmorebtn{
	font-size: 16px;
    border-radius: 0px 0px 13px 13px;
}
.mj_profilediv .mj_checkbox label {
    border: 2px solid #b1d750;
    top: 6px;
	width: 15px;
    height: 15px;
}
.mj_profilediv .mj_checkbox label:after {
    border-color: #b1d750;
    width: 10px;
    height: 6px;
    top: 1px;
    left: 2px;
}
.mj_profilediv .mj_checkbox, .mj_radiobox {
    margin-right: 3px;
}
.mj_profilediv .form-control {
    box-shadow: none;
    background-color: #f5f5f5;
    border: none;
}
ul.mj_right_menu li:first-child {
    position: static;
}
.mj_search_option{
    position: absolute;
    top: 0;
    display: none;
    width: 76%;
    left: 0;
    top: 20%;
}
.mj_search_option .form-group {
    float: left;
    width: 100%;
    margin: 0px;
}
.mj_search_option .form-group .input-group-addon:first-child {
    border-radius: 15px 0px 0px 15px;
    background-color: #fff;
    padding: 6px 20px;
    border: none;
	color:#00bff3;
}
.mj_search_option .form-group .form-control {
    border-radius: 0px 15px 15px 0px;
    border: none;
}
ul.mj_right_menu li:nth-child(2):hover a{
    color: #ff454f;
}
ul.mj_right_menu li:nth-child(2) sup {
    color: #ff454f;
    font-weight: bold;
}
ul.mj_right_menu li:nth-child(3):hover a{
    color: #b1d750;
}
ul.mj_right_menu li:nth-child(3) sup {
    color: #b1d750;
    font-weight: bold;
}
ul.mj_withoutlogin_menu li:hover a, ul.mj_withoutlogin_menu li:nth-child(2):hover a, ul.mj_withoutlogin_menu li:nth-child(3):hover a {
    color: #fecc17;
}
.mj_likedetails{
    right: 18%;
}
.mj_likedetails ul li, .mj_notification_detail ul li {
    padding: 10px 20px;
    position: relative;
}
.mj_likedetails ul li:after, .mj_notification_detail ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.mj_likedetails ul li h6, .mj_notification_detail ul li h6 {
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    color: #111;
    margin: 5px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_notification_detail ul li h6 sup{
	color:#b1d750;
}
.mj_likedetails ul li p, .mj_notification_detail ul li p {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}
.mj_likedetails ul li span, .mj_notification_detail ul li span{
	position:absolute;
	top:50%;
	font-size: 15px;
	margin-top: -11.5px;
	display:none;
	right:20px;
}
.mj_likedetails ul li:hover span, .mj_notification_detail ul li:hover span{
	display:block;
}
.mj_likedetails ul li:hover h6, .mj_notification_detail ul li:hover h6{
	color:#00bff3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_likedetails ul li:last-child {
    background-color: #ff454f;
    border-radius: 0px 0px 13px 13px;
}
.mj_likedetails ul li:last-child:after, .mj_notification_detail ul li:last-child:after{
	display:none;
}
.mj_likedetails ul li:last-child a, .mj_notification_detail ul li:last-child a{
	text-transform: capitalize;
}
.mj_likedetails ul li:last-child:hover a, .mj_notification_detail ul li:last-child:hover a{
	color:#fff;
	border:none;
}
.mj_likedetails ul li:last-child a:focus, .mj_notification_detail ul li:last-child a:focus {
	background-color:transparent;
}
.mj_notification_detail{
	right: 13%;
}
.mj_notification_detail ul li:last-child{
    background-color: #b1d750;
    border-radius: 0px 0px 13px 13px;
}
.mj_signupdiv {
    top: 81px;
    width: 250px;
}
.mj_signupdiv .mj_showmore a.mj_showmorebtn {
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
ul.mj_withoutlogin_menu li:nth-child(2):hover .mj_signupdiv .mj_showmore a.mj_showmorebtn:hover, ul.mj_withoutlogin_menu li .mj_signupdiv .mj_showmore a.mj_showmorebtn{
    background-color: #8dc63f !important;
    color: #fff;
    border-bottom: none;
       font-weight:bold;
}
ul.mj_withoutlogin_menu li:nth-child(2):hover .mj_profilediv .form-group span a, ul.mj_withoutlogin_menu li .mj_profilediv .form-group span a {
    color: #8dc63f;
    font-weight: bold;
    margin: 0px;
}
.mj_signupdiv .mj_showmorebtn, .mj_login .mj_showmorebtn {
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}
.meshjobs_regtext {
    float: left;
    width: 100%;
    text-align: center;
    color: #79C215;
    text-transform: capitalize;
}
/*-------- Main menu End ---------*/
/*-------- dropdown css start ----------*/
.mj_navmenu ul li ul.sub-menu {
	position: absolute;
	top: 98%;
	left: -10%;
	padding-left: 0;
	display: none;
	width:200px;
	background-color:#ffffff;
    z-index: 1000;
	border-radius:13px;
    padding: 10px 0px;
	border-top: 2px solid #fecc17;
	margin:0px; 
}
.mj_navmenu ul li ul.sub-menu li {
	float:left;
	width:100%;
	list-style: none;
    margin: 0px;
	
}
.mj_navmenu ul li ul.sub-menu li a, .mj_navmenu ul li.active ul.sub-menu li a{
	padding:10px 20px;
	width:100%;
	float:left;
	border-bottom:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#111111;
	background-color:transparent;
}
.mj_navmenu ul li ul.sub-menu li a:hover, .mj_navmenu ul li.active ul.sub-menu li a:hover{
	color:#00bff3;
	background-color:#f5f5f5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mj_navmenu ul li:hover ul.sub-menu{
	display:block;
}

.mj_navmenu ul li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu ul li ul.sub-menu li:hover ul.sub-menu{
	display:block;
    left: 80%;
    top: 0%;
}

.mj_navmenu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu ul li ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
	display:block;
}
.mj_navmenu ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu ul li:last-child ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
	display:block;
	right: 95%;
	left:auto;
    top: 0%;
}



/*-------- dropdown css end -----------*/
/*----------------menu_second start ----------------*/
.mj_navmenu_second {
    position: relative;
	background-color: #ccc;
}
.mj_navmenu_second ul{
    width: 100%;
}
.mj_navmenu_second ul li {
	position: relative;
}
.mj_navmenu_second ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #111111;
	font-weight: normal;
	text-decoration: none;
	padding: 15px 9px;
	border-bottom: 1px solid transparent;
	cursor:pointer;
}
.mj_navmenu_second ul li a:hover {
	background: transparent;
}
.mj_navmenu_second ul li:hover a, .mj_navmenu_second ul li.active a {
/* 	border-bottom-color: #fecc17; */
	color:#111111;
}
.mj_navmenu_second ul li.current-menu-item a {
	/* border-bottom-color: #fecc17; */
	color:#111111;
}
.mj_navmenu_second ul li a:focus {
	background-color: transparent;
	outline: none;
}
.mj_navmenu_second ul li:hover ul.sub-menu{
	display:block;
}
.mj_navmenu_second ul li ul.sub-menu {
	position: absolute;
	top: 98%;
	left: -10%;
	padding-left: 0;
	display: none;
	width:200px;
	background-color:#111111;
    z-index: 1000;
	border-radius:13px;
    padding: 10px 0px;
	border-top: 2px solid #111111;
	margin:0px; 
}
.mj_navmenu_second ul li ul.sub-menu li {
	float:left;
	width:100%;
	list-style: none;
    margin: 0px;
	
}
.mj_navmenu_second ul li ul.sub-menu li a, .mj_navmenu_second ul li.active ul.sub-menu li a{
	padding:10px 20px;
	width:100%;
	float:left;
	border-bottom:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#fff;
	background-color:transparent;
}
.mj_navmenu_second ul li ul.sub-menu li a:hover, .mj_navmenu_second ul li.active ul.sub-menu li a:hover{
	color:#00bff3;
	background-color:#f5f5f5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mj_navmenu_second ul li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu_second ul li ul.sub-menu li:hover ul.sub-menu{
	display:block;
    left: 80%;
    top: 0%;
}

.mj_navmenu_second ul li ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu_second ul li ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
	display:block;
}
.mj_navmenu_second ul li:last-child ul.sub-menu li ul.sub-menu li ul.sub-menu{
	display:none;
}
.mj_navmenu_second ul li:last-child ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
	display:block;
	right: 95%;
	left:auto;
    top: 0%;
}
/*----------------menu_second End ----------------*/
/*---- main slider start -------*/
.mj_slider {
	float: left;
	width: 100%;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner {
	width: 100%;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}
/*---- main slider end -------*/
/*-------- job list section start ----------*/
.mj_lightgraytbg {
	float: left;
	width: 100%;
	background: #f5f5f5;
/*     overflow-x: hidden;
	overflow-y: hidden; */
}
.mj_tabs {
	float: left;
	width: 100%;
}
ul.mj_joblist {
	float: left;
	width: 100%;
	display: inline-block;
	text-align: center;
	border-bottom: none;
    margin: 0;
    padding: 0;
}
ul.mj_joblist li {
	float: none;
	display: inline-block;
}
ul.mj_joblist li a {
	float: left;
	padding: 10px 30px;
	color: #111111;
	text-transform: capitalize;
	font-weight: normal;
	border: none;
	font-size:20px;
	border-bottom: 1px solid transparent;
}
ul.mj_joblist li a:hover, ul.mj_joblist.nav-tabs > li.active > a, ul.mj_joblist.nav-tabs > li.active > a:hover, ul.mj_joblist.nav-tabs > li.active > a:focus {
	background: none;
	color: #00bff3;
	border: none;
	border-bottom: 1px solid #00bff3;
}
.mj_tabcontent {
	float: left;
	width: 100%;
}
.mj_tabcontent .table {
	position: relative;
	float: left;
	margin: 0;
}
.mj_tabcontent .table tr td {
	border-top: none;
	border-radius: 0;
	padding: 15px 8px;
	position: relative;
}
.mj_tabcontent .table tr:first-child td:first-child {
	border-top-left-radius: 10px;
	box-shadow: inset 3px 0px 0px #fecc17;
}
.mj_tabcontent .table tr:nth-child(2) td:first-child {
	box-shadow: inset 3px 0px 0px #ff9700;
}
.mj_tabcontent .table tr:nth-child(3) td:first-child {
	box-shadow: inset 3px 0px 0px #fecc17;
}
.mj_tabcontent .table tr:first-child td:last-child {
	border-top-right-radius: 10px;
}
.mj_tabcontent .table tr td h4 {
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 5px;
	font-size: 20px;
    font-weight: 400;
}
.mj_tabcontent .table tr td h4 a {
	text-decoration: none;
	color: #111111;
	text-transform: capitalize;
}
.mj_tabcontent .table tr td i {
	float: left;
	line-height: 22px;
	padding-right: 5px;
	color: #959595;
	padding-top: 15px;
}
.mj_tabcontent .table tr td p {
	float: left;
	width: auto;
	color: #959595;
	font-size: 14px;
	margin-bottom: 0;
}
.mj_tabcontent .table tr td:nth-child(2) a {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_tabcontent .table tr td a img {
	display: initial;
	border-radius: 100%;
}
.mj_tabcontent .table tr td:nth-child(4) i {
	padding-top: 25px;
}
.mj_tabcontent .table tr td:nth-child(4) p {
	padding-top: 25px;
}
.mj_tabcontent .table tr td:nth-child(5) a {
	margin-top: 20px;
	float: left;
	width: auto;
}
.mj_tabcontent .table tr td span {
	float: left;
	width: 100%;
	color: #00bff3;
	font-size: 20px;
	font-weight: 400;
	padding-top: 22px;
}
.mj_tabcontent .table tr td:first-child a {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_tabcontent .table tr td:first-child a i {
	padding-top: 25px;
	width: 100%;
	padding-right: 0;
}

.mj_tabcontent .table-striped tr:nth-of-type(odd) {
	background-color: #fbfbfb;
}
.mj_tabcontent .table-striped tr:nth-of-type(even) {
	background-color: #ffffff;
}
.mj_tabcontent .table tr:hover td:first-child a i {
	color: #f04e4e;
}
.mj_tabcontent .table tr:hover td h4 a {
	color: #00bff3;
}
.mj_showmore {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.mj_showmorebtn, a.mj_showmorebtn {
	display: inline-block;
	padding: 10px 100px;
	border-radius: 0px 0px 50px 50px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
    box-shadow: none;
    border: none;
    font-size: 20px;
}
.mj_blackbtn, a.mj_blackbtn {
	background-color: #000;
	color: #fff;
}
/*-------- job list section End ----------*/
/*-------- main heading start --------*/
.mj_mainheading {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_mainheading h1 {
	font-size: 65px;
	font-family: 'FiraSans-ExtraLight';
	font-weight: 100;
	color: #000000;
	float: left;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
	font-variant: small-caps;
}
.mj_mainheading h1 span {
	font-size: 50px;
}
.mj_mainheading p {
	float: left;
	width: 100%;
	line-height: 30px;
	margin: 0;
}
/*-------- main heading end --------*/
/*------ Counter Section Start -------*/
.mj_countdiv {
	float: left;
	width: 100%;
}
.mj_countdiv .mj_count_img {
	float: left;
	width: 50%;
}
.mj_countdiv .mj_countdata {
	float: left;
	width: 50%;
}
.mj_countdiv .mj_countdata span {
	font-family: 'FiraSans-Light';
	font-size: 48px;
	color: #00bff3;
	line-height: 50px;
	float: left;
	width: 100%;
}
.mj_countdiv .mj_countdata p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #898989;
	margin: 0px;
}
/*------ Counter Section End -------*/
/*------- video section start -----*/
.mj_transprentbg {
	float: left;
	width: 100%;
    overflow-x: hidden;
	background: #fff;
}
.mj_videosection_data {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_videosection_data h1 {
	font-family: 'FiraSans-ExtraLight';
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 0px;
	color: #000000;
	padding-bottom: 15px;
}
.mj_videosection_data h1 span{
	font-size:50px;
}
.mj_videosection_data h3 span {
	font-size: 50px;
}
.mj_videosection_data p {
	float: left;
	width: 100%;
	line-height: 25px;
	font-weight: 300;
	padding-bottom: 20px;
	margin: 0px;
}
.mj_videosection_data .mj_readmore {
	font-size: 16px;
	color: #000000;
	display: inline-block;
	width: auto;
	position: relative;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px 80px;
}
.mj_videosection_data .mj_readmore:before, .mj_videosection_data .mj_readmore:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	background: #000;
	top: 50%;
}
.mj_videosection_data .mj_readmore:before {
	left: 0px;
}
.mj_videosection_data .mj_readmore:after {
	right: 0px;
}
.mj_video {
	float: left;
	width: 100%;
	position: relative;
}
#video {
	float: left;
	width: 100%;
	display: none;
}
.mj_videodiv {
	float: left;
	width: 100%;
	position: relative;
}
.mj_videodiv img {
	width: 100%;
}
.mj_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 17, 17, 0.6);
	text-align: center;
}
.mj_videooverlay_inner {
	position: absolute;
	width: 40%;
	top: 50%;
	left: 50%;
	margin-left: -20%;
	margin-top: -55px;
}
.mj_videooverlay_inner a {
	width: 60px;
	height: 60px;
	font-size: 46px;
	border: 8px solid rgba(255, 255, 255, 0.5);
	line-height: 41px;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
}
.mj_videooverlay_inner p {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
/*------- video section End -----*/
/*------- client section start --------*/
.mj_clientlogo {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_clientlogo a {
    position: relative;
    display: inline-block;
}
.mj_clientlogo .img-responsive {
	display: initial;.mj_clientlogo
}
.mj_clientlogo span {
	position: absolute;
	right: -15px;
    top: -20px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	background-color: #00bff3;
	border-radius: 100%;
	border-bottom-left-radius: 0px;
	font-size: 12px;
	color: #fff;
}
.mj_clientlogo:hover img {
	opacity: 0.4;
}
/*------- client section end --------*/
/*------- testimonial Section Start ---------*/
.mj_overlay_inner {
	width: 70%;
	position: absolute;
	left: 50%;
	margin-left: -35%;
	top: 50%;
	margin-top: -119px;
}
.mj_overlay_inner h1 {
	font-family: 'FiraSans-UltraLight';
	color: #fff;
	margin: 0px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
.mj_overlay_inner h1:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 50%;
	margin-left: -40px;
}
.mj_overlay_inner h1:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.mj_overlay_inner h1 span {
	font-size: 50px;
}
.mj_overlay_inner h1 span.mj_yellow_text {
	font-size: 60px;
}
.mj_testimonial_slider {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 540px;
}
.mj_testimonial_slider .mj_quote {
    display: inline-block;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.mj_testimonial_slider .mj_quote img {
    display: inline-block;
}
.mj_testimonial_slider_content {
	float: left;
	width: 125%;
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top:-150px;
}
.mj_testimonial_img {
	float: left;
	width: 140px;
	height: 140px;
	margin-top: 40px;
	z-index:1;
	border: 10px solid rgba(251, 251, 251, 0.15);
	border-radius: 100%;
}
.mj_testimonial_img img {
	border-radius: 100%;
	width:100%;
}
.mj_testimonial_data {
    float: left;
    width: 61%;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 125px;
    text-align: center;
    margin-left: 8%;
    padding: 20px;
    height: 239px;
}
.mj_testimonial_data:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 82px;
	left: -50px;
	top: 50%;
	margin-top: -41px;
	background-image: url(../images/gray_triangle.png);
	background-repeat: no-repeat;
}
/* .mj_testimonial_data:after {
	position: absolute;
	content: '';
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	top: -60px;
	left: 50%;
	margin-left: -15px;
	width: 31px;
	height: 25px;
} */
.mj_testimonial_data h4 {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	font-family: 'FiraSans-Light';
	font-variant: small-caps;
    font-size: 31px; 
}
.mj_testimonial_data h4 span {
	font-size: 25px;
}
.mj_testimonial_data h6 {
	float: left;
	width: 100%;
	font-size: 16px;
	text-transform: capitalize;
	color: #00bff3;
	margin-bottom: 10px;
}
.mj_testimonial_data p {
	font-size: 14px;
	float: left;
	width: 100%;
	margin: 0px;
	color: #959595;
}
.mj_testimonial_slider_content #owl-demo {
	float: left;
	width: 100%;
	min-height: 250px;
	position: relative;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots {
	width: 20%;
	left: 50%;
    bottom: -10px;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.mj_testimonial_slider_content .owl-carousel .owl-dots .owl-dot span:hover {
    background-color: #fecb16;
    border-color: #fecb16;
}
.mj_testimonial_slider_content .owl-carousel .owl-stage-outer{
    height: 272px !important;
}

/*------- testimonial Section End ---------*/
/*--------- pricing section start ---------*/
.mj_pricingtable {
	float: left;
	width: 100%;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
}
.mj_pricing_heading {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.mj_pricing_heading:after {
	position: absolute;
	content: '';
	background-image: url(../images/line.png);
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.mj_table_price {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 4px solid;
	border-radius: 100%;
	font-size: 30px;
	line-height: 100px;
	font-family: 'FiraSans-Light';
	font-weight: 600;
	margin-top: -40px;
	background-color: #fff;
}
.mj_pricing_heading h3 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 0px 20px;
	font-family: 'FiraSans-Light';
	color: #111111;
	text-transform: uppercase;
}
.mj_pricing_heading h3 > span {
	font-size: 33px;
	width: auto;
	float: none;
	color: #111111 !important;
}
.mj_pricing_heading span {
	float: left;
	width: 100%;
	font-size: 14px;
}
.mj_pricingtable ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.mj_pricingtable ul li {
	float: left;
	list-style: none;
	width: 100%;
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 0px;
}
.mj_pricing_footer {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-radius: 0px 0px 10px 10px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.mj_pricing_footer a, .mj_pricing_footer  .mj_submit_btn {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
    background: transparent;
    border: none;
    box-shadow: none;
}

.mj_pricing_footer a i {
	font-size: 18px;
}
.mj_greentable {
	box-shadow: inset 0px 3px 0px #b1d750;
}
.mj_greentable .mj_table_price {
	border-color: #b1d750;
	color: #b1d750;
}
.mj_greentable .mj_pricing_heading span {
	color: #b1d750;
}
.mj_greentable .mj_pricing_footer {
	background-color: #b1d750;
}
.mj_bluetable {
	box-shadow: inset 0px 3px 0px #00bff3;
}
.mj_bluetable .mj_table_price {
	border-color: #00bff3;
	color: #00bff3;
}
.mj_bluetable .mj_pricing_heading span {
	color: #00bff3;
}
.mj_bluetable .mj_pricing_footer {
	background-color: #00bff3;
}
.mj_yellowtable {
	box-shadow: inset 0px 3px 0px #fecb16;
}
.mj_yellowtable .mj_table_price {
	border-color: #fecb16;
	color: #fecb16;
}
.mj_yellowtable .mj_pricing_heading span {
	color: #fecb16;
}
.mj_yellowtable .mj_pricing_footer {
	background-color: #fecb16;
}
.mj_orangetable {
	box-shadow: inset 0px 3px 0px #f26522;
}
.mj_orangetable .mj_table_price {
	border-color: #f26522;
	color: #f26522;
}
.mj_orangetable .mj_pricing_heading span {
	color: #f26522;
}
.mj_orangetable .mj_pricing_footer {
	background-color: #f26522;
}
/*--------- pricing section end ---------*/
/*----- mockup section start ------*/
.mj_mockup_section {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/blurbg.jpg);
	background-size: cover;
}
.mj_whiteheading h1, .mj_whiteheading p {
	color: #fff;
}
.mj_bigbtn {
	width: 100%;
	border-radius: 0px 0px 30px 30px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
/*----- mockup section end ------*/
/*--------- recent article section start ---------*/
.mj_articleslider {
	float: left;
	width: 100%;
	/* min-height: 450px; */
}
.mj_articleslider .owl-carousel {
	/* min-height: 450px; */
}
.mj_articleslider .owl-carousel .owl-stage-outer {
	/* min-height: 450px; */
	padding: 0px;
}
.mj_recent_article {
	float: left;
	width: 100%;
	border-radius: 13px;
	background-color: #fff;
	margin: 25px 0px;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articleimg {
	float: left;
	width: 100%;
	position: relative;
}
.mj_articleimg img {
	border-radius: 13px 13px 0px 0px;
	/* margin:0px auto; */ 
}
.mj_articleoverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	padding: 0px 20px;
	border-radius: 13px 13px 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articleoverlay p {
	background-color: #000;
	color: #fff;
	padding: 10px;
	word-break: break-all;
	margin: 0px;
	line-height: 22px;
	position: absolute;
	width: 90%;
	bottom: 20px;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articleoverlay p a{
	color:#fff;
}
.mj_articledata {
	float: left;
	width: 100%;
	padding: 20px;
	padding-right: 0;
	padding-bottom: 0;
}
.mj_articledata p {
	font-size: 16px;
	line-height: 23px;
	float: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articledata span {
	float: initial;
	width: auto;
	font-size: 14px;
	color: #959595;
	text-transform: capitalize;
}
.mj_articledata span a{
    float: none;
	width: 100%;
    background-color: transparent;
    color: #959595;
    padding: 0;
}
.mj_articledata a {
	float: right;
	padding: 10px 16px;
	background-color: #fecb16;
	border-radius: 13px 0px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articledata_h4 {
	font-size: 28px;
	background-color: #000;
	color: #fff;
	padding: 10px;
	word-break: break-all;
	width: 97%;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_articledata_h4 a{
    float: none;
	width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 0;
}
.mj_articledata ul li{
	float:left;
	width:100%;
}
.mj_articledata ul li a{
    background-color: transparent;
    color: indianred;
    padding: 0px;
    float: none;
}
.mj_recent_article:hover .mj_articledata ul li a{
	 background-color: transparent;
}
.mj_articleslider .owl-theme .owl-dots {
	bottom: -60px;
}
.mj_recent_article:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.mj_recent_article:hover .mj_articleoverlay {
	background-color: rgba(17, 17, 17, 0.6);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_article:hover .mj_articleoverlay p, .mj_recent_article:hover .mj_articledata a, .mj_recent_article:hover .mj_articledata_h4 {
	background-color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_article:hover .mj_articledata_h4 a, .mj_recent_article:hover .mj_articledata span a {
	background-color:transparent;
}
/*--------- recent article section end ---------*/
/*----- add section start ---------*/
.mj_bluebg {
	float: left;
	width: 100%;
	background-color: #00bff3;
}
.mj_addsection {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_addsection h2 {
	font-size: 36px;
	font-family: 'FiraSans-Light';
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 20px;
}
.mj_addsection h2 span {
	font-size: 30px;
}
.mj_addsection ul {
	display: inline-block;
	width: auto;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
}
.mj_addsection ul li {
	display: inline-block;
	list-style: none;
	padding: 0px 10px;
}
/*----- add section end ---------*/
/*---- footer start ---------*/
.mj_footer {
	float: left;
	width: 100%;
	background-color: #111111;
	position: relative;
}
.mj_weight {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_weight a img {
	display: inline-block;
}
.mj_weight p {
	float: left;
	width: 100%;
	/* color: #464646; */color: #797979;
	line-height: 23px;
	margin: 0px;
	padding: 25px 0px;
}
.mj_weight span {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 300;
	padding-bottom: 20px;
}
.mj_newsletter {
	float: left;
	width: 100%;
}
.mj_newsletter .form-control {
	font-size: 16px;
	margin-top: 0px;
}
.mj_newsletter .mj_newsletterbtn {
	background-color: #00bff3;
	border-color: #00bff3;
	padding: 9px 10px 9px;
	margin-left: -8px;
	border-radius: 0px 5px 5px 0px;
	display: inline-block;
	display: -ms-inline-flexbox;
	margin-top: 0px;
	box-shadow: none;
	border: none;
}
.mj_newsletter .mj_newsletterbtn img {
	float: left;
}
.mj_sociallink {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mj_sociallink ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.mj_sociallink ul li {
	display: inline-block;
	padding: 0px 5px;
}
.mj_sociallink ul li a {
	float: left;
	width: 30px;
	height: 30px;
	color: #111111;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.mj_sociallink ul li a:after {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	/* background-color: #252525; */background-color: #797979;
	-webkit-transition: 0.2s, opacity 0.3s;
	-moz-transition: 0.2s, opacity 0.3s;
	transition: 0.2s, opacity 0.3s;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mj_sociallink ul li a:hover {
	color: #fff;
}
.mj_sociallink ul li a:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.mj_copyright {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_copyright p {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	/* color: #464646; */color: #797979;
}
.mj_copyright p a {
	color: #fff;
	text-decoration: none;
}
.mj_copyright .glyphicon {
	padding-top: 10px;
	color: #fff;
	font-size: 25px;
}
/*---- footer end ---------*/
/*-------- Goto top Start ---------*/
.totop {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	border-radius: 100%;
}
.gototop {
	/* background: #181818; */background: #797979;
	height: 40px;
	width: 80px;
	z-index: 9;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	border-radius: 50px 50px 0px 0px;
	line-height: 50px;
}
.gototop a {
	float: left;
	width: 100%;
	/* color: #363636; */color: #000;
}
/*--------- Go to top end ---------*/
/*----------- button css start -------*/
.mj_btn {
	text-align: center;
	padding: 5px 25px;
	text-decoration: none;
	font-size: 13px;
	border-radius: 10px 10px 10px 0px;
	text-transform: capitalize;
	text-decoration: none;
}
.mj_greenbtn, .mj_greenbtn:hover {
	background-color: #8dc63f;
	color: #fff;
	text-decoration: none;
}
.mj_bluebtn, .mj_bluebtn:hover {
	background-color: #00bff3;
	color: #fff;
	text-decoration: none;
}
.mj_orangebtn, .mj_orangebtn:hover {
	background-color: #ff9700;
	color: #fff;
	text-decoration: none;
}
.mj_yellowbtn, .mj_yellowbtn:hover {
	background-color: #fecb16;
	color: #fff;
	text-decoration: none;
}
.mj_mainbtn {
	font-size: 18px;
	text-transform: capitalize;
	border: 2px solid transparent;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	text-decoration: none;
	position: relative;
	margin: 0;
	min-width: 121px;
	padding: 19px 30px;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.mj_mainbtn::before, .mj_mainbtn::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 52%;
	left: 0;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mj_mainbtn::before {
	top: -1px;
	padding-top: 1em;
	border-radius: 20px 20px 0px 0px;
}
.mj_mainbtn::after {
	bottom: -1px;
	line-height: 0;
	border-radius: 0px 0px 20px 20px;
}
.mj_mainbtn > span {
	display: block;
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0s, 0s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	color: #111;
}
.mj_mainbtn:hover {
	text-decoration: none;
}
.mj_mainbtn:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.mj_mainbtn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.mj_btnforsafari{
	padding-top: 14px !important;
	padding-bottom:14px !important;
}
.mj_btnforsafari::before {
	padding-top: 14px;
}
.mj_mainbtn:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.mj_btnyellow {
	border-color: #fecc17;
	color: #fff;
	text-align:center;
	background-color: #fecc17;
}
.mj_btnyellow:hover, .mj_btnyellow:focus{
	background-color: transparent;
	border-color: #fecc17;
	color: #fff;
	text-align:center;
}
.mj_btnyellow::before, .mj_btnyellow::after {
	background: #fecc17;
}
.mj_btnyellow:hover span{
	color: #fecc17;
}
.mj_btnred {
	border-color: #ff454f;
	color: #fff;
	text-align:center;
	background-color: #ff454f;
}
.mj_btnred:hover, .mj_btnred:focus{
	background-color: transparent;
	border-color: #ff454f;
	color: #fff;
	text-align:center;
}
.mj_btnred::before, .mj_btnred::after {
	background: #ff454f;
}
.mj_btnred:hover span{
	color:#ff454f;
}
.mj_btndefault {
	border-color: #fff;
	color: #fff;
}
.mj_btnblack {
	border-color: #111111;
	color: #fff;
	text-align: center;
	background-color: #111111;
}
.mj_btnblack:hover, .mj_btnblack:focus{
	background-color: transparent;
	border-color: #111111;
	color: #fff;
	text-align: center;
}
.mj_btnblack::before, .mj_btnblack::after {
	background: #111111;
}
.mj_btnblue{
	border-color: #00bff3;
	color: #fff;
    text-align: center;
	background-color: #00bff3;
}
.mj_btnblue:hover, .mj_btnblue:focus{
	background-color: transparent;
	border-color: #00bff3;
	color: #fff;
    text-align: center;
}
.mj_btnblue:hover span{
	color: #00bff3;
}
.mj_btnblue::before, .mj_btnblue::after {
	background: #00bff3;
}
.mj_btngray{
	border-color: #cccccc;
	color:#fff;
	text-align: center;
	background-color: #cccccc;
}
.mj_btngray:hover, .mj_btngray:focus{
	background-color: transparent;
	border-color: #cccccc;
	color:#fff;
	text-align: center;

}
.mj_btngray::before, .mj_btngray::after {
	background: #cccccc;
}
.mj_btngray:hover span{
	color: #cccccc;
}
.mj_showmore .mj_showbtnbig {
    padding: 15px 0px;
}
/*----------- button css end -------*/
/*---------- jobs page start ----------*/
.mj_mapmarker {
	float: left;
	width: 100%;
	position: relative;
}
.mj_mapmarker:after {
    position: absolute;
    content: '';
    background-image: url(../images/mapshadow.png);
    width: 100%;
    height: 300px;
    z-index: 0;
    bottom: 0;
    left: 0;
}
#map {
	display: block;
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
#map.large {
	height: 500px;
}
.overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 80px;
	opacity: 0.8;
	background: #4477aa;
	border: solid 3px #336699;
	border-radius: 4px;
	box-shadow: 2px 2px 10px #333;
	text-shadow: 1px 1px 1px #666;
	padding: 0 4px;
}
.overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute;
}
.overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #336699;
}
.overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #336699;
}
.mj_top_searchbox {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: #000000;
	padding: 40px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index:1;
}
.mj_top_searchbox .form-control {
	height:auto;
	padding:14px;
}
.mj_top_searchbox .select-wrapper {
    background-position: 100% -71px;
    height: auto;
    padding: 4px;
}
.mj_top_searchbox .form-group {
	width: 100%;
}
.mj_top_searchbox .form-group input {
	border: 0px;
	box-shadow: none;
}
.mj_top_searchbox .form-group input:focus {
	outline: none;
	border: 0px;
}
.mj_top_searchbox select {
	border: 0px;
}
.mj_top_searchbox select:focus {
	outline: none;
	border: 0px;
}
.mj_top_searchbox .mj_mainbtn {
	padding: 14px 60px;
	text-align: center;
}
.mj_top_searchbox .mj_mainbtn > span {
	color: #ffffff;
}
.mj_top_searchbox .mj_mainbtn::before {
	padding-top: 13px;
}
.mj_top_searchbox .mj_mainbtn::before, .mj_mainbtn::after {
	height: 56%;
}
.mj_filter_section {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}
.mj_filter_slider {
	float: left;
	width: 100%;
	padding: 40px;
	background-color: #00bff3;
}
.mj_filter_slider label {
	font-size: 18px;
	color: #fff;
}
.mj_filter_slider label span {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: normal;
}
.mj_filter_slider .slider.slider-horizontal .slider-track {
	height: 2px;
	margin-top: 0px;
}
.mj_filter_slider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-left: -10px;
	margin-top: -10px;
}
.mj_filter_slider .slider-selection {
	background: #fecb16;
	height: 5px !important;
}
.mj_filter_slider .slider-handle {
	background-color: #ffffff;
	background-image: none;
}
.mj_experience_slider {
	float: left;
	width: 100%;
}
.mj_salary_slider {
	float: left;
	width: 100%;
}
.mj_check_filter {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 20px 40px;
	background-color: #efefef;
}
.mj_check_filter .form-group {
	padding-right: 20px;
}
.mj_check_filter .form-group span {
	color: #111;
	text-transform: capitalize;
}
.mj_jobinfo {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 20px 40px;
	-webkit-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
}
.mj_showjob {
	float: left;
	width: 100%;
	text-align: left;
}
.mj_showjob p {
	margin: 0px;
}
.mj_rss_feed {
	float: left;
	width: 100%;
	text-align: right;
}
.mj_rss_feed p {
	margin: 0px;
	color: #f26522;
}
.mj_filter_section .mj_tabcontent .table tr:first-child td:first-child {
	border-top-left-radius: 0px;
}
.mj_filter_section .mj_tabcontent .table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.mj_filter_section .mj_tabcontent .table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
.mj_filter_section .mj_blackbtn, a.mj_blackbtn {
	background-color: #fecb16;
	color: #fff;
}
.mj_tabcontent .table tr td .mj_liks {
	float: left;
	width: 100%;
	position: relative;
}
.mj_tabcontent .table tr td .mj_liks span {
	position: absolute;
	font-size: 12px;
	color: #fff;
	background-color: #111;
	left: -110%;
	min-width: 90px;
	border-radius: 35px;
	margin-left: -50px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
}
.mj_tabcontent .table tr td .mj_liks span:after {
	position: absolute;
	content: '';
	background-image: url(../images/black_arrow.png);
	width: 11px;
	height: 15px;
	top: 50%;
	margin-top: -7.5px;
	right: -10%;
}
.mj_tabcontent .table tr td .mj_liks:hover span {
	opacity: 1;
}
h3.meshjobs_page_title {
    margin-bottom: 25px;
}
/*----------jobs page end ----------*/
/*----- Custom Check box Start -------*/
.mj_checkbox, .mj_radiobox {
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.mj_checkbox input[type=checkbox], .mj_radiobox input[type=radio]  {
	visibility: hidden;
}
.mj_checkbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: #fff;
	border: none;
	border-radius: 5px;
	margin: 0px;
}
.mj_checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 15px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 4px;
	border: 3px solid #1fc7f4;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mj_radiobox label{
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: #fff;
	border: none;
	border-radius: 100%;
	margin: 0px;
	border: 1px solid #c2c2c2;
}
.mj_radiobox label:after{
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #1fc7f4;
	top: 5px;
	left: 5px;
	border-radius:100%;
}
.mj_checkbox input[type=checkbox]:checked + label:after, .mj_radiobox input[type=radio]:checked + label:after {
	opacity: 1;
}
/*----- Custom Check box End -------*/
/*---------- page heading with background img start --------*/
.mj_pagetitle {
	float: left;
	width: 100%;
	color: #ffffff;
	background-color: #f5f5f5;
	background-size: cover;
	position: relative;
}
.mj_pagetitle:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 60px;
    background-color: #f5f5f5;
    top: 87%;
    border-radius: 0px 75px 0px 0px;
    z-index: 1;
}
.mj_pagetitle:after {
    position: absolute;
    content: '';
    width: 50.5%;
    height: 60px;
    background-color: #f5f5f5;
    top: 87%;
    border-radius: 55px 0px 0px 0px;
    z-index: 1;
    right: 0;
}
.mj_pagetitle .mj_pagetitle_inner {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.mj_pagetitle img {
    width: 100%;
    min-height: 280px;
}
.mj_mainheading_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.mj_pagetitle .mj_mainheading h1 {
    color: #ffffff;
    font-size: 60px;
    padding-top: 10px;
    position: relative;
    float: none;
    display: inline-block;
    width: auto;
	min-width: 400px;
}
.mj_pagetitle .mj_mainheading h1:before {
	content: "";
	position: absolute;
	background-color: #ffffff;
	height: 1px;
	width: 70px;
	top: 50%;
	left: -25%;
}
.mj_pagetitle .mj_mainheading h1:after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	height: 1px;
	width: 70px;
	top: 50%;
	right: -25%;
}
.mj_pagetitle .mj_mainheading p {
	font-size: 16px;
	padding-bottom: 10px;
}
.mj_pagetitle2 {
    float: left;
    width: 100%;
    position: relative;
}
.mj_pagetitleimg {
    float: left;
    width: 100%;
    position: relative;
}
.mj_pagetitle2 .mj_pagetitleimg img {
    width: 100%;
    min-height: 280px;
}
.mj_pagetitle2 .mj_pagetitle_inner {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
}
.mj_pagetitle2 .mj_mainheading{
	text-align:left;
}
.mj_joblogo{
	float:left;
	width:100%;
    min-height: 260px;
}
.mj_joblogo img{
    width: auto;
    height: auto;
    min-height: 50px;
    border-radius: 100%;
}
.mj_joblogo {
    float: left;
    width: 100%;
}
.mj_pageheading{
	float:left;
	width:100%;
}
.mj_pagetitle2 .mj_pageheading h1{
	color: #ffffff;
    font-size: 60px;
    padding-top: 10px;
    position: relative;
}
.mj_pageheading ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mj_pageheading ul li {
    float: left;
    list-style: none;
    padding-right: 25px;
}
.mj_pageheading ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}
.mj_pageheading ul li label {
    float: left;
    padding-right: 15px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #959595;
}
.mj_pageheading ul li label i{
	font-size: 20px;
}
.mj_pageheading ul li span{
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}
/*---------- page heading with background img end --------*/
/*----- Job Location Page Start -------*/

.mj_joblocation_section {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}
.mj_joblocation_section .table tr:first-child td:first-child {
	box-shadow: none;
}
.mj_joblocation_section .table tr:nth-child(2) td:first-child {
	box-shadow: none;
}
.mj_joblocation_section .table tr:nth-child(3) td:first-child {
	box-shadow: none;
}
.mj_joblocation_section .table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
.mj_joblocation_section .table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.mj_candidate_section {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}
.mj_candidate_section .mj_blackbtn, a.mj_blackbtn {
	background-color: #000000;
	color: #fff;
	cursor:pointer;
}
.mj_candidate_section .table tr:first-child td:first-child {
	box-shadow: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.mj_candidate_section .table tr:nth-child(2) td:first-child {
	box-shadow: none;
}
.mj_candidate_section .table tr:nth-child(3) td:first-child {
	box-shadow: none;
}
.mj_candidate_section .table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
.mj_candidate_section .table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.mj_candidate_section .table tr td:nth-child(2) a {
	text-align: left;
}
.mj_candidate_section .table tr td:nth-child(3) i {
	padding-top: 25px;
}
.mj_candidate_section .table tr td:nth-child(3) p {
	padding-top: 25px;
}
.mj_candidate_section .table tr td ul {
	margin: 0px;
	padding: 0px;
}
.mj_candidate_section .table tr td ul li {
	list-style: none;
	float: left;
	padding: 5px 10px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	background-color: #00bff3;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 22px;
	text-transform: capitalize;
}
.mj_candidate_section .table tr td ul li:last-child {
	margin-right: 0px;
}
/*----- Job Location Page  End -------*/
/*----- blog Page  start -------*/
.mj_blog_btn {
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	text-align:center;
}
.mj_recent_article .mj_videodiv img {
	border-radius: 13px 13px 0px 0px;
}
.mj_recent_article .mj_videodiv .mj_overlay {
	border-radius: 13px 13px 0px 0px;
}
.mj_blog_slider_content img {
	border-radius: 13px 13px 0px 0px;
}
.mj_blog_slider_content .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border-color: #ffffff;
	height: 11px;
	width: 11px;
}
.mj_paginations {
	float: left;
	width: 100%;
}
.mj_paginations .pagination {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border-radius: 13px;
}
.mj_paginations .pagination li:first-child a {
	border-radius: 13px 0px 0px 13px;
	width: 18%;
	background-color: #111111;
	color: #ffffff;
	text-align: center;
	margin-right: 135px;
}
.mj_paginations .pagination li:first-child span {
	background-color: #111111;
	color: #ffffff;
}
.mj_paginations .pagination li:first-child a span i {
	padding-right: 10px;
}
.mj_paginations .pagination li:last-child a {
	border-radius: 0px 13px 13px 0px;
	width: 18%;
	background-color: #00bff3;
	color: #ffffff;
	text-align: center;
	float:right;
}
.mj_paginations .pagination li:last-child span {
	background-color: #00bff3;
	color: #ffffff;
    float: right;
}
.mj_paginations .pagination li:last-child a span i {
	padding-left: 10px;
}
.mj_paginations .pagination li a{
    border-bottom: 1px solid #fff;
} 
.mj_paginations .pagination li a, .pagination li span {
	padding: 15px;
	background-color: #ffffff;
	border: none;
	margin-left: -1px;
	font-size: 14px;
	color: #707070;
	text-transform: uppercase;
}
.mj_paginations .pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus, .pagination span.current, .pagination span.current:hover, .pagination span.current:focus {
	z-index: 2;
	color: #00bff3;
	background-color: transparent;
	border-bottom: 1px solid #00bff3;
	cursor: default;
}
.mj_paginations .pagination li a:hover {
	color: #00bff3;
	border-bottom: 1px solid #00bff3;
	background-color: transparent;
}
.mj_paginations .pagination li:first-child a:hover {
	color: #fff;
	border-bottom: none;
	background-color: #111111;
}
.mj_paginations .pagination li:last-child a:hover {
	color: #fff;
	border-bottom: none;
	background-color: #00bff3;
}
.mj_single_blog {
	float: left;
	width: 100%;
}
.mj_single_blog .mj_recent_article:hover {
	box-shadow: none;
}
.mj_blog_date{
	float:left;
	width:100%;
}
.mj_single_blog .mj_blog_date ul {
	padding: 0px;
	margin: 0px;
}
.mj_single_blog .mj_blog_date ul li {
	float: left;
	list-style: none;
	font-size: 14px;
	margin: 20px;
	position: relative;
}
.mj_single_blog .mj_blog_date ul li:after {
	content: "|";
	position: absolute;
	top: 0%;
	right: -15%;
}
.mj_single_blog .mj_blog_date ul li:first-child {
	margin: 20px 20px 20px 0px;
}
.mj_single_blog .mj_blog_date ul li a {
	color: #00bff3;
	background-color: transparent;
	padding: 0px 0px 0px 5px;
	float:none;
}
.mj_single_blog .mj_blog_date ul li a:hover {
	background-color: transparent;
}
.mj_single_blog .mj_recent_article:hover .mj_blog_date a {
	background-color: transparent;
}
.mj_bloger_img {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 13px;
	position: relative;
}
.mj_bloger_img img {
	width: 100%;
	border-radius: 13px;
}
.mj_bloger_img_overlay {
	position: absolute;
	bottom: 0%;
	left: 0%;
	right: 25%;
	border-radius: 0px 13px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
}
.mj_single_blog .mj_articledata p {
	padding-bottom: 30px;
}
.mj_blog_quote {
	float: left;
	width: 100%;
	padding: 20px 70px 30px 130px;
}
.mj_blog_quote p {
	font-style: italic;
	font-size: 30px;
	color: #111111;
	line-height: 30px;
	padding-bottom: 20px !important;
	position: relative;
}
.mj_blog_quote p:before {
	content: "";
	position: absolute;
	background-image: url(../images/blog_qoute.jpg);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	left: -10%;
}
.mj_blog_quote span {
	float: left;
	width: 100%;
	text-align: left;
	color: #111111;
}
.mj_blog_tags {
	float: left;
	width: 100%;
	background-color: #fbfbfb;
	border-radius: 0px 0px 13px 13px;
	margin-top: 20px;
}
.mj_blog_tags a {
	float: left;
	padding: 10px 16px;
	background-color: #fecb16;
	border-radius: 0px 13px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_blog_tags a:hover {
	background-color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_blog_tags ul {
	margin: 5px 0px 0px 100px;
	padding: 0px;
}
.mj_blog_tags ul li {
	list-style: none;
	float: left;
	margin: 5px;
	font-size: 14px;
}
.mj_blog_tags ul li:first-child {
	color: #111111;
}
.mj_blog_tags ul li a {
	background-color: transparent;
	color: #707070;
	padding: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_blog_tags ul li a:hover {
	color: #00bff3;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_article .mj_videooverlay_inner {
    margin-top: -30px;
}
/*----- blog Page  end -------*/
/*------------ Blog with Saidebar Page Start -----------*/
.mj_blogsidebar .mj_articledata{
    padding-right: 20px;
}
.mj_blogsidebar .mj_articledata p{
	width: 100%;
}
.mj_blogsidebar .mj_articledata h4{
	font-size: 28px;
	background-color: #000;
	color: #fff;
	padding: 10px;
	word-break: break-all;
	width: 97%;
	-webkit-transition: font-weight .5s, -webkit-transform 0.5s;
	-moz-transition: font-weight .5s, moz-transform 0.5s;
	-ms-transition: font-weight 0.5s, -ms-transform 0.35s;
	-o-transition: font-weight 0.5s, -o-transform 0.35s;
	transition: font-weight 0.5s, transform 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_blogsidebar .mj_articledata h4 a{
    float: none;
	width: 100%;
    background-color: transparent !important;
    color: #fff;
    padding: 0;
}
.mj_blogsidebar .mj_articledata a{
	margin-right: -20px;
}
.mj_recent_article:hover .mj_blogsidebar .mj_articledata h4{
	background-color:#00bff3;
}
/*------------ Blog with Saidebar Page End -----------*/
/*----- Sidebar Widget  start -------*/
.mj_sidebar_wrapper {
	float: left;
	width: 100%;
	margin: 25px 0px;
}
.widget-title {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 24px;
	padding: 20px;
	font-weight: 400;
	color: #111111;
	background-color: #fbfbfb;
	text-transform: capitalize;
	border-radius: 20px 20px 0px 0px;
}
.widget {
	float: left;
	width: 100%;
	border-radius: 20px;
}
.widget.widget_search {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 50px;
	background-color: #ffffff;
}
.widget_search form {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.widget_search .form-control {
	border: 2px solid #ffffff;
	box-shadow: none;
	border-right: none;
	color: #4a4750;
	height: auto;
	padding: 15px;
	border-radius: 50px;
    border: 1px solid #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_search .form-control:focus {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	border-right: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_search .input-group-btn button {
	border: 1px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
	padding: 15px 20px;
	border-radius: 50px;
    box-shadow: none;
}
.widget_search .input-group-btn button i {
	color: #ffffff;
}
.widget_search .input-group-btn button:hover {
	border: 1px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
    box-shadow: none;
}
.widget_search .input-group-btn:focus {
	outline: 0px;
}
.widget_search .input-group-btn button:focus {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.widget_search .input-group-btn button:active {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.widget.widget_categories {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget.widget_categories .select-wrapper select {
    width: 81%;
}
.widget_categories ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_categories ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}
.widget_categories ul li:last-child {
	margin-bottom: 10px;
}
.widget_categories ul li a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a i {
	float: right;
	display: none;
}
.widget_categories ul li a:hover i {
	display: block;
}
.widget_categories select{
    width: 85%;
    margin-left: 20px;
    padding: 10px;
	font-size:16px;
}
.widget.widget_archive {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_archive ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_archive ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}
.widget_archive ul li:last-child {
	margin-bottom: 10px;
}
.widget_archive ul li a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_archive ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_archive ul li a i {
	float: right;
	display: none;
}
.widget_archive ul li a:hover i {
	display: block;
}
.widget_archive select{
    width: 85%;
    margin-left: 20px;
    padding: 10px;
	font-size:16px;
}
.widget.widget_meta {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_meta ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_meta ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}
.widget_meta ul li:last-child {
	margin-bottom: 10px;
}
.widget_meta ul li a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_meta ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_meta ul li a i {
	float: right;
	display: none;
}
.widget_meta ul li a:hover i {
	display: block;
}
.widget.widget_calendar {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_calendar #calendar_wrap{
	padding:0px 20px;
}
.widget_calendar table{
	margin:0px;
}
.widget_calendar table tr th{
    text-align: center;
    border-top: 1px solid #00bff3;
    border-bottom: 1px solid #00bff3;
    font-size: 14px;
    border-right: 1px solid #ccc;
	
}
.widget_calendar table tr th:first-child {
    border-left: 1px solid #ccc;
}
.widget_calendar table tbody tr td{
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.widget_calendar table tfoot{
	display:none;
}
.widget_calendar table tbody tr .pad{
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.widget_calendar table tbody tr #today{
    background-color: #00bff3;
	border-color:#00bff3;
	color:#fff;
	font-weight:bold;
}
.widget_calendar table tbody tr #today a{
	font-weight:bold;
	color:#fff;
}
.widget.widget_text {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_text .textwidget{
	float:left;
	width:100%;
	padding:0px 20px;
}
.widget_text .textwidget strong{
    padding: 10px 0px;
    float: left;
    width: 100%;
	font-size:15px;
}
.widget_text .textwidget p{
	float:left;
	width:100%;
	font-size:14px;
}
.widget_text .textwidget select{
    padding: 10px;
	font-size:16px;
	    width: 100%;
}
.widget.widget_pages {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_pages ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_pages ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}
.widget_pages ul li:last-child {
	margin-bottom: 10px;
}
.widget_pages ul li a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_pages ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_pages ul li a i {
	float: right;
	display: none;
}
.widget_pages ul li a:hover i {
	display: block;
}
.widget_pages ul li ul{
	margin:0px;
	padding-left:30px;
}
.widget_pages ul li ul li{
	float:left;
	width:100%;
	margin:5px 0px;
}
.widget_pages ul li ul li:last-child{
	margin-bottom:0px;
}
.widget.widget_rss {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_rss ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_rss ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
    border-bottom: 2px dotted #00bff3;
}
.widget_rss ul li:last-child {
	margin-bottom: 10px;
}
.widget_rss ul li a {
	font-size: 18px;
	color: #111111;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_rss ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_rss ul li a i {
	float: right;
	display: none;
}
.widget_rss ul li a:hover i {
	display: block;
}
.widget_rss ul li span {
	float: left;
    width: 100%;
    font-size: 12px;
    padding: 5px 0px;
    color: #707070;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
}
.widget_rss ul li cite{
    font-style: italic;
    float: left;
    width: 100%;
    font-size: 16px;
	text-align:right;
	color:#111111;
}
.widget_rss ul li .rssSummary{
	 float: left;
    width: 100%;
    font-size: 16px;
}
.widget.widget_nav_menu {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_nav_menu ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_nav_menu ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
}
.widget_nav_menu ul li:last-child {
	margin-bottom: 10px;
}
.widget_nav_menu ul li a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_nav_menu ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_nav_menu ul li ul{
	margin:0px;
	padding-left: 15px;
    padding-right: 0px;
}
.widget_nav_menu ul li ul li{
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0px 0px 0px;
}
.widget_nav_menu ul li ul li:last-child{
	margin-bottom:0px;
}
.widget_nav_menu ul li ul li a{
	text-decoration:none;
	font-size:14px;
}
.widget.widget_flickr {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_flickr ul {
	margin: 0px;
	padding: 0px 20px;
}
.widget_flickr ul li {
	float: left;
	list-style: none;
	margin: 0px 0px 3px 3px;
}
.widget_flickr ul li a {
	float: left;
	width: 100%;
}
.widget_flickr ul li a img {
	border-radius: 50px;
    width: 70px;
    height: 70px;
}
.widget.widget_recent_entries {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.widget_recent_entries ul {
    margin: 0px;
    padding: 0px 20px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.widget_recent_entries ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0px;
	position:relative;
}
.widget_recent_entries ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0%;
}
.widget_recent_entries ul li:last-child:after{
	display: none;
}
.widget_recent_entries ul li:first-child {
	margin-top: 0px;
}
.widget_recent_entries ul li a {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #707070;
	padding-bottom: 20px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_entries .mj_showmorebtn, a.mj_showmorebtn {
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
}
.widget_recent_entries ul li span {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	color: #959595;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_entries ul li:hover a {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_entries ul li:hover span {
	color: #111111;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget.widget_recent_comments {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.widget_recent_comments ul {
    margin: 0px;
    padding: 0px 20px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.widget_recent_comments ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0px;
	position:relative;
    padding-bottom: 10px;
}
.widget_recent_comments ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0%;
}
.widget_recent_comments ul li:last-child:after{
	display: none;
}
.widget_recent_comments ul li:first-child {
	margin-top: 0px;
}
.widget_recent_comments ul li a {
	float: none;
	width: auto;
	font-size: 16px;
	color: #707070;
	padding-bottom: 20px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_comments .mj_showmorebtn, a.mj_showmorebtn {
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
}
.widget_recent_comments ul li span {
	float: none;
	width: auto;
	color: #959595;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_recent_comments ul li a:hover {
	color: #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget.widget_tag_cloud {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.widget_tag_cloud a {
	float: left;
	font-size: 16px;
	color: #707070;
	padding: 7px 10px;
	margin: 5px 0px 5px 20px;
	border: 1px solid #c2c2c2;
	border-radius: 50px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_tag_cloud a:hover {
	color: #ffffff;
	background-color: #00bff3;
	border: 1px solid #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories .select-wrapper {
    width: 90%;
    margin: 0px 15px;
}
.widget_recent_jobs ul.job_listings {
    float: left;
    width: 100%;
    padding: 0px 20px;
    border: none;
}
.widget_recent_jobs {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.widget_recent_jobs ul.job_listings li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    border: none;
    margin-top: 0;
}  
.widget_recent_jobs ul.job_listings li a:hover{
    background-color: transparent;
}
.widget_recent_jobs ul.job_listings li a h3 {
    text-transform: capitalize;
    color: #111;
    font-size: 18px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_recent_jobs ul.job_listings li a:hover h3 {
    color: #00bff3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget_recent_jobs ul.job_listings li ul.meta li {
    font-size: 13px;
    line-height: 15px;
}
.widget_recent_jobs ul.job_listings li ul.meta li:after{
    background-image: none;
    left: 95%;
    bottom: 90%;
    font-size: 16px;
}
.widget_recent_jobs ul.job_listings li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0%;
}
.widget_recent_jobs .job-type.part-time {
    background-color: transparent !important;
}
/*----- Sidebar Widget  end -------*/
/*-------- comment start ------ */
.mj_blog_comments{
	float:left;
	width:100%;
	border-radius:13px 13px 0px 0px;
	background-color:#ffffff;
}
.mj_blog_comments_title{
	float:left;
	width:100%;
	background-color:#111111;
	padding:30px 40px;
	border-radius:13px 13px 0px 0px;
}
.mj_blog_comments_title h4{
	color:#ffffff;
	margin:0px;
	float:left;
	width:auto;
	font-size:24px;
}
.mj_blog_comments_title h4 span{
	color:#707070;
}
.mj_blog_comments_title i{
	float:right;
	width:auto;
	font-size:26px;
}
.mj_blog_comments_show{
	float:left;
	width:100%;
}
ol.comment {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
ol.comment li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 20px 0px;
    position: relative;
}
ol.comment li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 100%;
}
.mj_commentdiv {
    float: left;
    width: 100%;
    padding: 20px;
}
.mj_commentimg {
    float: left;
    width: auto;
    position: relative;
    margin-right: 15px;
}
.mj_commentimg img {
    border-radius: 100%;
}
.mj_commentimg span {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 100%;
    top: 3px;
    right: 7px;
}
.mj_commentdiv_online .mj_commentimg span{
	background-color: #b1d750;
}
.mj_commentdata {
    float: left;
    width: 89%;
}
.mj_commentdata_h5 {
    float: left;
    width: auto;
    font-size: 18px;
    text-transform: capitalize;
    color: #111;
    margin: 0;
    margin-right: 20px;
}
.mj_commentdiv_online .mj_commentdata_h5 {
    color: #b1d750;
}
.mj_commentdata .mj_commentdate {
    float: left;
    width: 78%;
}
.mj_commentdata .mj_commentdate ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mj_commentdata .mj_commentdate ul li {
    width: auto;
    font-size: 14px;
    position: relative;
    padding: 0px 20px 0px 20px;
    list-style: none;
}
.mj_commentdata .mj_commentdate ul li a {
    color: #959595;
    text-decoration: none;
}
.mj_commentdata .mj_commentdate ul li a:hover {
    color: #00bff3;
}
.mj_commentdata .mj_commentdate ul li:after {
    position: absolute;
    content: '|';
    right: 0;
    top: 0;
	background-image: none;
    left: 100%;
}
.mj_commentdata .mj_commentdate ul li:last-child:after{
	display:none;
}
.mj_commentdata p {
    float: left;
    width: 100%;
    margin: 10px 0px;
    font-size: 14px;
}
.mj_blog_comments_form{
	float:left;
	width:100%;
	background-color:#ffffff;
/* 	-webkit-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15); */
}
.mj_comments_form_title{
	float:left;
	width:100%;
	padding:20px 40px 0px 40px;
}
.mj_comments_form_title h4{
	float:left;
	width:100%;
	color:#111111;
	font-size:24px;
}
.mj_blog_comments_form form{
	float:left;
	width:100%;
	padding:20px 40px;
}
.mj_blog_comments_form form .form-control{
	background-color:#f5f5f5;
	color:#707070;
	box-shadow:none;
	border-color:#f5f5f5;
	margin-bottom:20px;
}
.mj_blog_comments_form form .form-control:focus{
	border-color:#00bff3;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_blog_comments_form form textarea{
	resize:none;
}
.mj_blog_comments_form form p{
	font-size:13px;
	color:#111111;
}
.mj_blog_comments_form .mj_blackbtn, .mj_blog_comments_form a.mj_blackbtn{
	padding:20px;
	background-color:#00bff3;
}
/*-------- comment end ------ */
/*----- Gallery Page  start -------*/
#mj_grid .mix{
	display: none;
}
.mj_filter_menu{
	float:left;
	width:100%;
	padding:20px;
	text-align:center;
	background-color:#ffffff;
    border-radius: 13px 13px 0px 0px;
}
.mj_filter_menu ul{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.mj_filter_menu ul li{
	list-style:none;
	float:left;
}
.mj_filter_menu ul li a.active{
	padding-bottom:5px;
	color:#00bff3;
	border-bottom:1px solid #00bff3;
}
.mj_filter_menu ul li a{
	margin:5px;
	padding:5px;
	color:#707070;
	font-size:14px;
	text-transform:capitalize;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_filter_menu ul li a:hover{
	color:#00bff3;
	border-bottom:1px solid #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_gallary_img{
	float:left;
	width:100%;
	position:relative;
}
.mj_gallary_info{
	float: left;
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -45.5px;
    left: 50%;
    margin-left: -35%;
}
.mj_gallary_info h5{
	font-size:18px;
	color:#ffffff;
	padding: 5px;
	background-color:#111111;
}
.mj_gallary_info h5 a{
	text-decoration:none;
	color:#ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_gallary_info h5:hover{
	background-color:#00bff3;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_gallary_info p{
	font-size:14px;
	color:#ffffff;
	text-transform:capitalize;
}
.mj_gallary_img .mj_overlay{
	display:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_gallary_img:hover .mj_overlay{
	display:block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fancybox-title-float-wrap .child {
    margin-right: 0%;
    padding: 10px 20px;
    border-radius:0px;
    width: 100%;
}
.fancybox-title-float-wrap {
    right: 0%;
    width: 100%;
}
.fancybox-close {
    top: 0px;
    right: -30px;
}
.fancybox-skin {
    border-radius: 0px;
	padding:3px 0px 0px 0px !important;
}
/*----- Gallery Page  end -------*/
/*-------- Work Page end ------ */
.mj_workit{
	float:left;
	width:100%;
}
.mj_recent_workit{
	float:left;
	width:100%;
	background-color:#ffffff;
	border-radius:13px;
	margin-bottom:50px;
}
.mj_recent_workit:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.mj_workit_info{
	float:left;
	width:100%;
	padding:50px;
}
.mj_workit_info p{
	float:left;
	width:100%;
	font-size:16px;
	margin:0px;
}
.mj_workit_info img{
	display:initial;
}
.mj_workit_innerheader{
	float:left;
	width:100%;
	padding:30px;
	background-color:#fbfbfb;
	border-radius:13px 13px 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-box-shadow: inset 0px -2px 0px 0px #ebebeb;
    -webkit-box-shadow: inset 0px -2px 0px 0px #ebebeb;
    box-shadow: inset 0px -2px 0px 0px #ebebeb;
}
.mj_workit_innerheader h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:0px;
	font-size:24px;
	color:#111111;
	font-weight:400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_workit:hover .mj_workit_innerheader {
	background-color:#111111;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-box-shadow: inset 0px -2px 0px 0px #111111;
    -webkit-box-shadow: inset 0px -2px 0px 0px #111111;
    box-shadow: inset 0px -2px 0px 0px #111111;
}
.mj_recent_workit:hover .mj_workit_innerheader h4{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_workit_innerfooter{
	float:left;
	width:100%;
	background-color:#acacac;
	border-radius:0px 0px 13px 13px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_workit_innerfooter a{
	float:left;
	width:100%;
	font-size:14px;
	padding:25px;
	text-transform:capitalize;
	color:#ffffff;
	text-decoration:none;
	border-radius:0px 0px 13px 13px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_workit:hover .mj_workit_innerfooter {
	background-color:#00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_recent_workit:hover .mj_workit_innerfooter a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*-------- Work Page end ------ */
/*-------- Team Page end ------ */
.mj_team_filter_menu{
	float:left;
	width:100%;
	text-align:center;
}
.mj_team_filter_menu ul{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.mj_team_filter_menu ul li{
	float:left;
	list-style:none;
}
.mj_team_filter_menu ul li a{
	text-decoration:none;
	padding:10px 15px;
	font-size:14px;
	text-transform:capitalize;
	color:#111111;
	border-radius:50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-right: 10px;
}
.mj_team_filter_menu ul li a:hover{
	color:#ffffff;
	background-color:#00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_team_filter_menu ul li a.active {
    color:#ffffff;
	background-color:#00bff3;
}
.mj_team_wrapper{
	float: left;
    width: 100%;
    text-align: center;
	margin-bottom:50px;
    position: relative;
    background-color: #ffffff;
	border-radius:13px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_team_wrapper:hover{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}
.mj_team_img{
	float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: 0;
    min-height: 140px;
	border-radius:13px 13px 0px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_team_img img{
	position: absolute;
    top: 100%;
    left: 50%;
    border-radius: 100%;
    z-index: 100;
    margin-top: -85px;
    margin-left: -85px;
}
.mj_team_wrapper:hover .mj_team_img{
	background-color: #00bff3;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_team_info{
	float:left;
	width:100%;
    padding-left: 30px;
    padding-right: 30px;
}
.mj_team_info span{
	float:left;
	width:100%;
	font-size:14px;
	color:#959595;
	text-transform:uppercase;
}
.mj_team_info h4{
    float: left;
    width: 100%;
	font-size:24px;
	text-transform:capitalize;
}
.mj_team_wrapper:hover .mj_team_info h4 a{
	color: #00bff3;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_team_info h4 a{
	text-decoration:none;
	color:#111111;
}
.mj_team_info p{
	font-size:16px;
}
.mj_team_info ul{
	margin:0px;
	padding:20px 0px 40px 0px;
	display:inline-block;
}
.mj_team_info ul li{
	list-style:none;
	float:left;
	margin: 0px 5px;
}
.mj_team_info ul li a{
	float:left;
	width:30px;
	height:30px;
	color:#ffffff;
	text-decoration:none;
	background-color:#c2c2c2;
	border-radius:100%;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_team_info ul li a i{
	float:left;
	width:100%;
	line-height:30px;
}
.mj_team_info ul li a:hover{
	background-color:#00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_team_btn{
	width:100%;
	display:inline-block;
	text-align: center;
}
/*-------- Team Page end ------ */
/*-------- Error Page Start ------ */
.mj_error_wrapper{
	float:left;
	width:100%;
	background-color:#f5f5f5;
    background-image: url(../images/error-logo-left1.png) , url(../images/error-logo-right1.png);
    background-repeat: no-repeat, no-repeat;
    background-position:0% 100%, 100% 0%;
}
.mj_error_search{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.mj_error_search .form-control {
	border: 2px solid #ffffff;
	box-shadow: none;
	border-right: none;
	color: #4a4750;
	height: auto;
	padding: 15px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_error_search .form-control:focus {
	outline: 0px;
	box-shadow: none;
	border: 2px solid #ffffff;
	border-right: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mj_error_search .input-group-btn button {
	border: 2px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
	padding: 15px 20px;
	border-radius: 50px;
}
.mj_error_search .input-group-btn button i {
	color: #ffffff;
}
.mj_error_search .input-group-btn button:hover {
	border: 2px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
}
.mj_error_search .input-group-btn:focus {
	outline: 0px;
}
.mj_error_search .input-group-btn button:focus {
	outline: 0px;
	box-shadow: none;
	border: 2px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.mj_error_search .input-group-btn button:active {
	outline: 0px;
	box-shadow: none;
	border: 2px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.mj_error_search p{
	font-size:14px;
	text-align:center;
}
.mj_error_search p a{
	text-transform:capitalize;
	color:#00bff3;
	text-decoration:none;
}
/*-------- Error Page end ------ */
/*--------- Post a Job Page Start --------*/
.mj_postdiv {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
	position:relative;
}
.mj_postdiv:before {
    position: absolute;
    content: '';
    background-image: url(../images/white_arrow.png);
    width: 82px;
    height: 60px;
    top: -60px;
    left: 90px;
}
.mj_postpage:before {
    display: none;
}
.mj_shadow_yellow{
	box-shadow: inset 0px 3px 0px #fecb16;
}
.mj_postdiv .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mj_postdiv .form-group label {
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 10px;
	font-size: 15px;
}
.mj_postdiv .form-group .form-control {
    border: 1px solid transparent;
    box-shadow: none;
    height: auto;
    padding: 10px 15px;
    background-color: #f5f5f5;
}
.mj_shadow_yellow .form-group .form-control:focus{
	border-color: #fecb16;
	background-color:#fff;
}
.mj_postdiv .form-group label span {
   width:auto;
   font-size:13px;
   font-weight: normal;
}
.mj_postdiv .form-group p{
	color:#959595;
	float:left;
	width:100%;
	font-size:13px;
	margin:10px 0; 
}
ul.mj_selected_content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.mj_selected_content li {
    float: left;
    list-style: none;
    padding: 20px 20px 30px 0px;
}
ul.mj_selected_content li a {
    float: left;
    padding: 10px 20px;
    background-color: #00bff3;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
	text-decoration:none;
}
ul.mj_selected_content li a img {
    padding-right: 5px;
}
.mj_datepicker {
    float: left;
    width: 100%;
}
.mj_datepicker .form-control {
    background-image: url(../images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.ui-widget-header{
	background-color:#00bff3 !important;
	background-image:none !important;
	border:1px solid #00bff3 !important;
} 
.mj_datepicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	color:#111111;
}
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	border: 1px solid #00bff3;
	background-image: none;
	background-color:#00bff3;
	color: #ffffff;
}

.mj_datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: 1px solid #00bff3;
	background-image: none;
	background-color:#00bff3;
	color: #ffffff;
}
/* .mj_datepicker .ui-state-hover .ui-icon,
.mj_datepicker .ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png") !important;
} */
.mj_middileborder {
    float: left;
    width: 100%;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1px;
    background-size: 100%;
    margin: 30px 0px;
}
.mj_postdiv h3 {
    font-size: 30px;
    font-weight: 300;
    color: #111111;
    text-transform: capitalize;
}
a.mj_removefile {
    font-size: 13px;
    text-transform: capitalize;
    color: #f04e4e;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 15px;
}
.mj_removefile:before {
    position: absolute;
    content: "\f00d";
    font-family: FontAwesome;
    left: 0;
}
.mj_imgupload {
    position: relative;
    z-index: 1;
    float: left;
    width: auto;
    margin-left: -156px;
	cursor:pointer; 
}
.mj_imgupload span{
    float: left;
    background: #cccccc;
    border: 1px solid #cccccc;
    padding: 19px 30px;
    color: #fff;
    width: auto;
    border-radius: 30px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
}
 #job_banner, #company_logo, #candidate_photo, #resume_file, #candidate_banner_img, #company_banner, #application_attachment{
    width: 156px;
    height: 63px;
    background: red;
    border-radius: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
}
.mj_postdiv .form-group small.description {
    margin-top: 15px;
    float: left;
    margin-left: 10px;
}
.job-manager-uploaded-files {
    float: left;
    width: 100%;
    position: relative;
}
.mj_postpage .chosen-container-multi .chosen-choices{
    background-color: #f5f5f5 !important;
    background-image: none !important;
    padding: 5px 15px !important;
    border: none !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    
}
.mj_postpage .chosen-container-active .chosen-choices{
    border: none !important;

}
/*--------- Post a Job Page End --------*/
/*-------- custom select start -------*/
.select-wrapper{
	float: left;
	display: inline-block;
	background: url(../images/select_black.png) no-repeat 100% -6px;
	cursor: pointer;
	border-radius: 3px;
    background-color: #f5f5f5;
    border: 0px solid #f5f5f5;
} 
.select-wrapper, .select-wrapper select{
	width: 100%;
	height: 40px;
	line-height:40px;
}
.select-wrapper select{
	width: 97%;
}
.select-wrapper .holder{
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;            
	overflow: hidden;
	cursor: pointer;
	position: relative;
    z-index: 1;
    padding: 0px 15px;
    font-size: 16px;
}
.select-wrapper select{
	margin: 0;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
 /*    width: 80%; */
}
.select-wrapper:hover{
	/* background-color:#fff;
	border-color: #fecb16; */
	    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
/*-------- custom select end -------*/
/*------- post resume page start -------*/
.mj_shadow_blue{
	box-shadow: inset 0px 3px 0px #00bff3;
}
.mj_addurl {
    float: left;
    width: 100%;
    color: #00bff3;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
}
.mj_addurl span {
    color: #959595;
    padding-left: 5px;
    cursor: default;
    font-size: 14px;
}
.mj_addurldiv {
    float: left;
    width: 100%;
    display: none;
}
.mj_postdiv .form-group .form-control.mj_small_input {
    width: 45%;
    float: left;
}
.mj_remove{
	background:#fff;
	border: 1px solid #ff0000;
	color:#ff0000;
	width:50px;
	height:50px;
	line-height:50px;
	
}
.mj_remove {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 0;
    float: left;
	margin-bottom:10px;
}
.mj_add {
    padding: 3px 15px;
    margin-top: 5px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
	text-transform:capitalize;
}
.mj_education {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    border-radius: 13px;
    position: relative;
}
.mj_education:before {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ebebeb;
    top: -10px;
}
.mj_education .form-control{
	margin-bottom:15px;
}
.resume-manager-data-row .mj_education a.mj_removefile{
	width: 100% !important;
    position: relative !important;
	color: #f04e4e !important;
    padding: 7px 0px !important;
	overflow: visible !important;
}
.resume-manager-data-row .mj_education .mj_removefile:before{
	content: "" !important;
    font-family: FontAwesome !important;
}
.resume-manager-data-row .resume-manager-remove-row{
	color: #f04e4e !important;
}
/*------- post resume page end -------*/
/*--------- job detail page start --------*/
.mj_social_media_section {
    float: left;
    width: 100%;
}
.mj_social_media_section ul {
    float: left;
    width: auto;
    padding: 0px;
    margin: 0px;
}
.mj_social_media_section ul li {
    float: left;
    list-style: none;
    padding-right: 20px;
    text-align: center;
}
.mj_social_media_section .mj_mainbtn{
	padding:15px 45px;
}
.mj_social_media_section .mj_mainbtn::before {
    padding-top: 14px;
}
.mj_social_media_section p{
	float:left;
	padding:17px;
}
.mj_social_media_section p a{
	text-decoration:none;
	color:#cccccc;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_social_media_section p a:hover{
	color:#00bff3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_jobdetail label {
    font-size: 22px;
    font-weight: normal;
    color: #111111;
}
.mj_detaildiv {
    float: left;
    width: 100%;
}
.mj_detaildiv p {
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}
.mj_detaildiv p a {
    color: #00bff3;
    text-decoration: none;
}
.mj_divider {
    float: left;
    width: 100%;
    background-image: url(../images/line.png);
    height: 1px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.mj_detaildiv ul {
    float: left;
    width: 100%;
}
.mj_detaildiv ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #111111;
    padding-bottom: 15px;
}
.mj_detaildiv ul li a{
	color:#00bff3;
	text-decoration:none;
}
.mj_detaildiv .mj_video img, .mj_detaildiv .mj_video .mj_overlay {
    border-radius: 13px;
}
.mj_detaildiv .mj_videooverlay_inner a{
	border:none;
	font-size:50px;
}
.mj_about_section {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0px 6px 28px -13px rgba(17, 17, 17, 0.5);
    text-align: center;
    border-radius: 0px 0px 13px 13px;
}
.mj_about_section h1 {
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.mj_about_section h1 span {
    font-size: 50px;
}
.mj_about_section p {
    float: left;
    width: 100%;
    font-size: 15px;
    padding-bottom: 20px;
}
.mj_about_section ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mj_about_section ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 20px;
}
.mj_about_section ul li a {
    color: #959595;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-transform:capitalize;
}
.mj_about_section ul li a i {
    color: #ccc;
    padding-right: 10px;
}
.mj_about_section ul li a:hover, .mj_about_section ul li a:hover i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color:#00bff3;
}
.mj_detaildiv .mj_videooverlay_inner {
    margin-top: -30px;
}
/*--------- job detail page end --------*/
/*------- candidate detail page start --------*/
.mj_candidatepage_media .mj_mainbtn{
    min-width: 245px;
}
.mj_detaildiv ul.mj_selected_content li {
    width: auto;
    padding-top: 0;
}
.mj_detaildiv ul.mj_selected_content li a {
    color: #fff;
}
.mj_detaildiv span {
    color: #111;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.mj_detaildiv blockquote {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
	border-width: 2px;
}
.mj_detaildiv blockquote span {
    font-size: 14px;
    color: #959595;
}
.mj_detaildiv blockquote span i {
    color: #ccc;
    padding-right: 10px;
}
.mj_detaildiv blockquote h5 {
    float: left;
    width: 100%;
    color: #111111;
    font-size: 16px;
}
.mj_detaildiv blockquote p {
    margin: 0px;
    padding: 0px;
}
.mj_blueblockquote{
	border-color: #00bff3;
}
.mj_yellowblockquote{
	border-color: #fecb16;
}
/*------- candidate detail page end --------*/
/*--------- resume preview page start --------*/
.mj_resume_heading {
    float: left;
    width: 100%;
    text-align: center;
}
.mj_resume_heading img {
    display: initial;
    border-radius: 100%;
    width: 180px;
    height: 180px;
}
.mj_resume_heading h1 {
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    font-weight: 100;
    color: #000000;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
}
.mj_resume_heading h1 span {
    font-size: 50px;
}
.mj_resume_heading ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mj_resume_heading ul li {
    display: inline-block;
    list-style: none;
	font-size:14px;
    padding: 0px 10px;
}
.mj_resume_heading ul li label {
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    text-transform: capitalize;
    padding-right: 10px;
}
.mj_resume_heading ul li a, .mj_resume_heading ul li a:hover{
	color:#00bff3;
	text-decoration:none;
	text-transform:capitalize;
}
.mj_yellowbg {
    background-color: #fecb16;
}
.mj_resume_changeing.mj_bluebg {
    border-radius: 0px 13px 0px 0px;
}
.mj_resume_changeing.mj_yellowbg {
    border-radius: 13px 0px 0px 0px;
}
.mj_resume_changeing {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
.mj_resume_changeing a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
	text-decoration:none;
}
.mj_resume_changeing a i {
    padding: 0px 10px;
}
.mj_resumepreview .mj_postdiv {
    border-radius: 0;
}
.mj_resumepreview .mj_postdiv:before {
    display: none;
}
.mj_resumepreview .mj_about_section{
	border-radius:0px;
}
.mj_resumepreview_footer .mj_resume_changeing.mj_yellowbg {
    border-radius: 0px 0px 0px 13px;
}
.mj_resumepreview_footer .mj_resume_changeing.mj_bluebg {
    border-radius: 0px 0px 13px 0px;
}
.mj_choosepackage {
    float: left;
    width: 100%;
    padding: 10px 0px 0px;
}
.mj_choosepackage ul {
    float: left;
    width: 100%;
	margin:0px;
}
.mj_choosepackage ul li {
    padding: 30px 20px;
    text-align: left;
	position:relative;
}
.mj_choosepackage ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
	background-repeat: no-repeat;
	background-size:cover;
}
.mj_choosepackage ul li .mj_package_detail {
    float: left;
    width: 90%;
}
.mj_choosepackage ul li .mj_package_detail h6 {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_choosepackage ul li .mj_package_detail p {
    float: left;
    width: 100%;
    font-size: 14px;
}
.mj_choosepackage ul li .mj_package_detail h6:hover{
	color:#00bff3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*--------- resume preview page end --------*/
/*--------- cart page start ----------*/
.woo-cart-table {
	float: left;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.09);
    border-radius: 13px;
}
.woo-cart-table .table{
	margin:0px;
}
.woo-cart-table .table tr th {
    background-color: #111111;
    padding: 15px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.woo-cart-table .table tr th:first-child {
    border-radius: 13px 0px 0px 0px;
}
.woo-cart-table .table tr th:last-child {
    border-radius: 0px 13px 0px 0px;
}
.woo-cart-table .table tr td {
    padding: 25px 10px;
	color: #111111;
    font-size: 20px;
	text-align: left;
	border: none;
}
.woo-cart-table .table tr:nth-child(even) td {
    background-color: #fff;
}
.woo-cart-table .table tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
.woo-cart-table .table tr td a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #f04e4e;
    text-decoration: none;
}
.woo-cart-table .table tr td h6 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #00bff3;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
}
.woo-cart-table .table tr td p {
    font-size: 15px;
    color: #959595;
    margin: 0;
    text-align: left;
}
.woo-cart-table .table tr td p label {
    color: #111;
    padding-right: 5px;
    margin: 0px;
    font-weight: normal;
}
.mj_offerdiv {
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    padding: 40px 30px;
    border-radius: 0px 0px 13px 13px;
}
.woo_product-code {
    float: left;
    width: 40%;
}
.woo_product-code form {
    float: left;
    width: 100%;
}
.woo_product-code .form-group {
    width: 60%;
    float: left;
}
.woo_product-code form .form-control {
    border: none;
    padding: 10px 15px;
    width: 100%;
    height: auto;
}
.woo_product-code .mj_apply_coupenbtn {
    padding: 7px 15px 8px;
    height: auto;
    background-color: #00bff3;
    border: none;
    box-shadow: none;
    border-radius: 0px 5px 5px 0px;
    margin-top: 2px;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-left: -5px;
}
.woo_product-code form .form-control:focus, .woo_product-code .mj_apply_coupenbtn:focus{
	outline: none;
	box-shadow:none;
}
.mj_updatecart {
    float: right;
    width: auto;
}
.mj_updatecart .mj_mainbtn{
    padding: 10px 30px;
    min-width: 165px;
}
.mj_updatecart .mj_mainbtn::before{
    padding-top: 11px;
}
.cart_totals {
    float: right;
    background-color: #fff;
    border-radius: 13px 13px 28px 28px;
    width: 30%;
    position: relative;
    margin-top: 70px;
}
.cart_totals:before {
    position: absolute;
    content: '';
    background-image: url(../images/white_arrow_small.png);
    width: 30px;
    height: 18px;
    top: -7%;
    left: 50%;
    margin-left: -15px;
}
.cart_totals .cart-heading {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #111;
    padding: 30px 25px 20px;
}
.cart_totals .cart-subtotal, .cart_totals .order-total {
    float: left;
    width: 100%;
    padding: 10px 25px;
    position: relative;
}
.cart_totals .cart-subtotal:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
}
.cart_totals .cart-subtotal p, .cart_totals .order-total p {
    float: left;
    width: 100%;
	font-size: 18px;
	color:#111;
    text-align: right;
}
.cart_totals .cart-subtotal p label, .cart_totals .order-total p label{
    float: left;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
}
.cart_totals .mj_showmorebtn, a.mj_showmorebtn{
	text-transform:capitalize;
	font-size: 20px;
}
/*--------- cart page end ----------*/
/*---------- checkout page start ------*/
.checkout .form-control {
    margin-bottom: 15px;
}
.mj_checkout .mj_postdiv:before{
	display: none;
}
.woo-cart-table label {
    font-size: 14px;
}
.mj_about_section .woo-cart-table {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
}
.mj_checkout .mj_about_section {
	border-radius: 0;
    background-color: #fbfbfb;
}
.woocommerce-checkout-payment {
    float: left;
    width: 100%;
    background-color: #fff;
}
.woocommerce-checkout-payment ul.payment_methods.methods {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.woocommerce-checkout-payment ul.payment_methods.methods li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 20px 40px;
    border: 2px solid #ebebeb;
    border-radius: 13px;
	color:#111;
	font-weight:bold;
	font-size:16px;
	text-transform:capitalize;
    margin-bottom: 20px;
}
.payment_box {
    display: none;
}
.payment_box p {
    font-weight: normal;
    padding: 10px 0px;
	font-size:15px;
	color:#707070;
}
.woocommerce-checkout-payment .mj_login_form {
    padding: 0;
    padding-top: 30px;
}
.woocommerce-checkout-payment .mj_login_form .form-group span {
    color: #959595;
}
.woocommerce-checkout-payment .mj_login_form .form-group span a {
    color: #00bff3;
}
.mj_checkout .mj_showmore .mj_blackbtn{
	background-color: #00bff3;
}
.mj_checkout .mj_showmore .mj_showmorebtn {
	padding: 20px 0px;
}
/*---------- checkout page end ------*/
/*------------- model popup design start -------*/
.mj_popupdesign{
	background-color: rgba(17, 17, 17, 0.8);
}
.mj_popupdesign .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.mj_popupdesign .modal-content .modal-header {
    float: left;
    width: 100%;
    text-align: center;
    border: none;
}
.mj_popupdesign .modal-content .modal-header .modal-title {
    font-size: 60px;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0;
}
.mj_popupdesign .modal-content .modal-header .modal-title span{
	font-size: 50px;
}
.mj_popupdesign .modal-content .modal-header p {
    float: left;
    width: 100%;
    color: #959595;
    font-size: 18px;
	margin:0px;
}
.mj_popupdesign .modal-content .modal-body {
    float: left;
    width: 100%;
}
.mj_popupdesign .modal-content .modal-footer {
    float: left;
    width: 100%;
    border: none;
}
.mj_popupdesign .modal-content .modal-body .mj_pricingtable {
    position: relative;
}
.mj_popupdesign .modal-content .modal-body .mj_pricingtable button.close {
    position: absolute;
    top: 25px;
    opacity:1;
    right: -9.5%;
}
.mj_popupdesign .modal-content .modal-body .mj_pricingtable button.close:focus {
	outline:none;
}
.mj_checkoutpopup .modal-content .modal-body .mj_pricingtable button.close {
	right: -12%;
}
/*------------- model popup design end -------*/
/*-------- companies page start ---------*/
/* ---- grid ---- */

.grid {
  background: #f5f5f5;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width:33.33%;
}

.grid-item {
  float: left;
  height: 100px;
  height: 200px;
}
.grid-item--height3 { height: 290px; }
.grid-item--height2 { height: 245px; }

.mj_filter{
	float:left;
	width:100%;
	text-align:center;
	background-color:#111111;
	padding:30px;
	border-radius:13px;
	margin-bottom:50px;
}
.mj_filter ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mj_filter ul li{
    list-style: none;
    display: inline-block;
}
.mj_filter ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
    padding: 30px 6px 28px 6px;
	border-bottom:1px solid transparent;
}
.mj_filter ul li a:hover{
	color:#fecc17;
	border-bottom:1px solid #fecc17;
}
.mj_filter ul li:hover a, .mj_filter ul li.active a {
    border-bottom: 1px solid #fecc17;
    color: #fecc17;
}
.mj_sorting{
	float:left;
	width:100%;
}
.mj_sorting_box{
	float:left;
	width:100%;
	background-color:#ffffff;
	border-radius:13px;
}
.mj_sorting_header{
	float:left;
	width:100%;
	padding:20px ;
	font-size:24px;
	text-transform:uppercase;
	background-color:#fbfbfb;
	color:#111111;
	font-weight:500;
	text-align:center;
	border-radius:13px 13px 0px 0px;
	border-bottom:1px solid #ddd;
}
.mj_sorting_box  ul{
	margin:0px;
	padding:30px;
	float: left;
    width: 100%;
    border-radius: 0px 0px 13px 13px;
}
.mj_sorting_box  ul li{
	list-style:none;
	padding:10px 0px;
	color:#00bff3;
	font-size:16px;
	text-transform:capitalize;
	border-bottom:1px solid #ddd;
}
.mj_sorting_box  ul li:last-child{
	border-bottom:none;
}
.mj_sorting_box  ul li span{
	float:right;
	color:#111111;
}
.mj_sorting_box  p{
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	padding:40px;
	margin:0px;
}
/*-------- companies page end ---------*/
/*-------- Sign Up page start ---------*/
.mj_signup_section{
	float:left;
	width:100%;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
	position:relative;
	min-height:750px;
}
.mj_signup_section .mj_mainheading h1{
	color:#ffffff;
}
.mj_signup_section .mj_mainbtn {
	padding:16px 45px;
}
.mj_signup_section .mj_mainbtn::before {
    padding-top: 15px;
}
.mj_signup_section_img{
	position:absolute;
	bottom:0%;
}
/*-------- Sign Up page end ---------*/
/*-------- Login page Start ---------*/
.login_form_wrapper{
	float:left;
	width:100%;
}
.mj_login_form{
	float:left;
	width:100%;
	padding:40px 40px 20px 40px;
}
.mj_login_form .form-control{
	box-shadow:none;
	background-color:#f5f5f5;
	border:none;
}
.mj_login_form .form-group span{
	font-size:16px;
	text-transform:capitalize;
}
.mj_login_form .form-group span a{
	text-decoration:none;
	color:#ff454f;
}
.mj_login_form .mj_checkbox label{
	border:2px solid #b1d750;
	top: 2px;
}
.mj_login_form .mj_checkbox label:after{
	border-color:#b1d750;
	width: 10px;
    height: 6px;
    top: 4px;
    left: 2px;
}
.mj_login_form .mj_checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}
/*-------- Login page end ---------*/
/*-------- freelancer page start ---------*/
.mj_freelancer_form_wrapper{
	float:left;
	width:100%;
}
.mj_freelancer_form_wrapper p{
	float:left;
	width:100%;
	font-size:14px;
}
.mj_freelancer_form_wrapper p a{
	text-decoration:none;
	text-transform:capitalize;
	color:#00bff3;
}
.mj_freelancer_form{
	float:left;
	width:100%;
	padding:30px 40px 20px 40px;
}
.mj_freelancer_form_wrapper .form-group {
    float: left;
    width: 100%;
}
.mj_freelancer_form_wrapper .select-wrapper{
	position:relative;
}
.mj_freelancer_form_wrapper .select-wrapper, .mj_freelancer_form_wrapper .select-wrapper select{
    left: 0;
	text-align:left;
}
.mj_freelancer_form .form-control{
	box-shadow:none;
	background-color:#f5f5f5;
	border:1px solid transparent;
}
.mj_freelancer_form .form-control:focus{
	background-color:transparent;
	border:1px solid #00bff3;
}
.mj_freelancer_form .form-group span{
	font-size:16px;
}
.mj_freelancer_form .form-group span a{
	text-decoration:none;
	color:#00bff3;
	text-transform:capitalize;
}
.mj_freelancer_form .mj_checkbox label{
	border:2px solid #00bff3;
	top: 2px;
}
.mj_freelancer_form .mj_checkbox label:after{
	border-color:#00bff3;
	width: 10px;
    height: 6px;
    top: 4px;
    left: 2px;
}
/*-------- freelancer page end ---------*/
/*-------- create account page start ---------*/
.mj_createaccount_form_wrapper{
	float:left;
	width:100%;
}
.mj_createaccount_form_wrapper p{
	float:left;
	width:100%;
	font-size:14px;
}
.mj_createaccount_form_wrapper p a{
	text-decoration:none;
	text-transform:capitalize;
	color:#00bff3;
}
.mj_createaccount_form{
	float:left;
	width:100%;
	padding:30px 40px 20px 40px;
}
.mj_createaccount_form .form-control{
	box-shadow:none;
	background-color:#f5f5f5;
	border:1px solid transparent;
}
.mj_createaccount_form .form-control:focus{
	background-color:transparent;
	border:1px solid #fecb16;
}
.mj_createaccount_form .form-group span{
	font-size:16px;
}
.mj_createaccount_form .form-group span a{
	text-decoration:none;
	color:#00bff3;
	text-transform:capitalize;
}
.mj_createaccount_form .mj_checkbox label{
	border:2px solid #fecb16;
	top: 2px;
}
.mj_createaccount_form .mj_checkbox label:after{
	border-color:#fecb16;
	width: 10px;
    height: 6px;
    top: 4px;
    left: 2px;
}
.mj_createaccount_form_wrapper ul {
	border:none;
	margin:0px;
}
.mj_createaccount_form_wrapper ul li{
	width:50%;
    padding:3px 0px 0px 0px;
}
.mj_createaccount_form_wrapper ul li a{
	text-transform:capitalize;
}
.mj_createaccount_form_wrapper ul li:last-child a{
	border:none;
	margin:0px;
	background-color:#fecb16;
	color:#ffffff;
    border-radius: 0px 10px 0px 10px;
}
.mj_createaccount_form_wrapper ul li:first-child a{
	border:none;
	margin:0px;
	background-color:#fecb16;
	color:#ffffff;
    border-radius: 10px 0px 10px 0px;
}
.mj_createaccount_form_wrapper ul li a:hover{
	border:none;
	color:#ffffff;
	background-color:#fecb16;
}
.mj_createaccount_form_wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border:none;
	color:#fecb16;
	background-color:transparent;
}
/*-------- create account page end ---------*/
/*-------- Contact page Start ---------*/
.mj_contact_info{
	float:left;
	width:100%;
	background-color:#ffffff;
	border-radius:13px 13px 0px 0px;
    margin-top: -140px;
}
.mj_contact_detail_img{
	float:left;
	width:40px;
	margin-right:20px;
    margin-top: 3px;
}
.mj_contact_detail{
	float:left;
	width:75%;
}
.mj_contact_detail p{
	float:left;
	width:100%;
	font-size:16px;
	color:#111111;
	margin:0px;
}
.mj_contact_detail p a{
	text-decoration:none;
	color:#00bff3;
}
.mj_contact_form{
	float:left;
	width:100%;
	background-color:#ffffff;
	border-radius:0px 0px 20px 20px;
	-webkit-box-shadow: inset 0px 6px 28px -13px rgba(17, 17, 17, 0.5);
    -moz-box-shadow: inset 0px 6px 28px -13px rgba(17, 17, 17, 0.5);
    box-shadow: inset 0px 6px 28px -13px rgba(17, 17, 17, 0.5);
}
.mj_contact_form .form-control{
	box-shadow:none;
	background-color:#f5f5f5;
	border:1px solid transparent;
	resize:none;
}
.mj_contact_form .form-control:focus{
	background-color:transparent;
	border:1px solid #00bff3;
}
.mj_contact_form .mj_showmorebtn{
	border-radius:0px 0px 20px 20px;
	padding:25px;
	text-transform:capitalize;
	font-size:20px;
}
/*-------- Contact page end ---------*/
/*----------- job page with map start ---------*/
.mj_map_job {
    float: left;
    width: 100%;
    background: #f5f5f5;
	padding-bottom: 80px;
}
#jobmap{
	float:left;
	width:100%;
	height:600px;
}
#resumemap{
	float:left;
	width:100%;
	height:600px;
}
#map{
	float:left;
	width:100%;
	height:600px;

}

.job_filters{
	background:transparent;
}
.search_jobs {
    background-color: #000000;
    padding: 20px 20px 10px 20px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    float: left;
    width: 100%;
    position: relative;
}
.mj_map_job .search_jobs {
    margin-top: -157px; 
	min-height: 130px; 
}
.job_filters .search_jobs div.search_keywords {
    float: left;
    padding-right: .5em;
    width: 50%;
}
.job_filters .search_jobs div.search_location {
    float: left;
    padding-left: .5em;
    width: 50%;
	padding-right: .5em;
}
.job_filters .search_jobs div.search_categories {
    padding-top: 10px;
    clear: inherit;
    width: 100%;
    float: right;
	padding-right: .5em
}
.job_filters .search_categories .chosen-container-single .chosen-single{
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 18px;
    color: #707070;
    box-shadow: none;
    background: none;
    background-color: #f5f5f5;
    border: none;
}
.job_filters .search_categories .chosen-container-single .chosen-single div b{
    background-position: 0 7px;
}
.job_filters .search_jobs input{
    height: 30px;
    padding: 0px 15px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}
.job_filters .search_jobs div.filter_wide{
    font-size: 15px;
    color: #fff;
}
.job_filters .search_jobs div.filter_wide .filter_by_tag_cloud a, .job_filters .search_jobs .filter_by_tag a.active {
    color: #fecc17;
	background:transparent;
	font-size: 15px !important;
}
.job_filters .job_types{
    padding: 20px 40px;
    background-color: #efefef;
    font-size: 14px;
    float: left;
    width: 100%;
}
.mj_map_job .job_filters .job_types{
    margin-top: -26px;
}
.job_filters .job_types li{
    color: #111;
    text-transform: capitalize;
	border-right:none;
}
.job_filters .showing_jobs{
    font-size: 14px;
    padding: 20px 40px;
    -webkit-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
	background:transparent;
	border:none;
    float: left;
    width: 100%;
}
.job_filters .showing_jobs a{
    color: #f26522;
	position:relative;
    padding-right: 15px;
}
.job_filters .showing_jobs a:after{
	position:absolute;
	content:"\f09e";
	font-family: FontAwesome;
    right: 0;
}
.job_listings ul.mj_job_listings {
    float: left;
    width: 100%;
}
.job_listings ul.mj_job_listings li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: none;
    padding: 10px;
}
.job_listings ul.mj_job_listings li:first-child{
    box-shadow: inset 3px 0px 0px #fecc17;
}
.job_listings ul.mj_job_listings li:nth-child(2){
    box-shadow: inset 3px 0px 0px #ff9700;
}
.job_listings ul.mj_job_listings li:nth-child(3){
    box-shadow: inset 3px 0px 0px #fecc17;
}
.job_listings ul.mj_job_listings li:nth-child(odd) {
    background-color: #fbfbfb;
}
.job_listings ul.mj_job_listings li:nth-child(even) {
    background-color: #fff;
}
.job_listings ul.mj_job_listings li.job_listing a .meta li:first-child, .job_listings ul.mj_job_listings li.job_listing a .meta li:nth-child(2), .job_listings ul.mj_job_listings li.job_listing a .meta li:nth-child(3), .job_listings ul.mj_job_listings li.job_listing a .meta li:nth-child(even), .job_listings ul.mj_job_listings li.job_listing a .meta li:nth-child(odd){
	background-color:transparent;
	box-shadow:none;
}
.job_listings ul.mj_job_listings li.job_listing a .meta li{
	padding:0px;
}
.job_listings ul.mj_job_listings li.job_listing a:hover{
    background-color: transparent;
}
.job_listings ul.mj_job_listings li.job_listing a{
    padding: 15px 30px;
}
.job_listings ul.mj_job_listings li.job_listing a img.company_logo{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.job_listings ul.mj_job_listings li.job_listing a div.position{
    padding: 0 0 0 72px;
    width: 45%;
}
.job_listings ul.mj_job_listings li.job_listing a div.position h3{
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    text-transform: capitalize;
}
.job_listings ul.mj_job_listings li.job_listing a div.position h3:hover{
    color: #00bff3;
}
.job_listings ul.mj_job_listings li.job_listing a div.position .company{
    color: #959595;
    font-size: 14px;
    text-transform: capitalize;
}
.job_listings ul.mj_job_listings li.job_listing a div.location{
    line-height: 1.42857143;
    color: #959595;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 15px;
}
.job_listings ul.mj_job_listings li.job_listing a .meta{
	float: left;
    text-align: left;
}
.job_listings ul.mj_job_listings .mj_packge {
    float: right;
    text-align: right;
    width: 10%;
}
.job_listings ul.mj_job_listings .mj_packge span {
    float: left;
    width: 100%;
    color: #00bff3;
    font-size: 20px;
    font-weight: 400;
    padding-top: 15px;
}
.job_listings ul.mj_job_listings li.job_listing a .meta li.date {
    font-size: 13px;
    line-height: 20px;
}
div.job_listings .load_more_jobs{
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
}
div.job_listings .load_more_jobs strong {
    display: inline-block;
    background-color: #fecb16;
    color: #fff;
    padding: 10px 50px;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 0px 0px 20px 20px;
}
div.job_listings .load_more_jobs:hover {
    background-color: transparent;
    border-bottom: none;
}
div.job_listings .load_more_jobs.load_previous strong {
    border-radius: 20px 20px 0px 0px;
    background-color: #00bff3;
}
/*----------- job page with map end ---------*/
/*----------- Resume page with map start ---------*/
.mj_map_resume {
    float: left;
    width: 100%;
    background: #f5f5f5;
	padding-bottom: 80px;
}
.resume_filters{
	background:transparent;
}
.search_resumes {
    background-color: #000000;
    padding: 20px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    float: left;
    width: 100%;
    position: relative;
}
.mj_map_resume .search_resumes {
    margin-top: -109px; 
	min-height: 110px;
}
.resume_filters .search_resumes div.search_keywords {
    float: left;
    padding-right: .5em;
    width: 50%;
}
.resume_filters .search_resumes div.search_candidate-location {
    float: left;
    padding-left: .5em;
    width: 50%;
    padding-right: .5em;
}
.resume_filters .search_resumes div.search_categories {
    padding-top: 0px;
    clear: inherit;
    width: 100%;
    float: right;
    /* padding-right: .5em; */
}
.resume_filters .search_categories .chosen-container-multi .chosen-multi{
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 18px;
    color: #707070;
    box-shadow: none;
    background: none;
    background-color: #f5f5f5;
    border: none;
}
.resume_filters .search_categories .chosen-container-multi .chosen-multi div b{
    background-position: 0 11px;
}
.resume_filters .search_resumes input{
    height: 30px;
    padding: 0px 15px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}
.resume_filters .search_resumes div.filter_wide{
    font-size: 15px;
    color: #fff;
}
.resume_filters .search_resumes div.filter_wide .filter_by_tag_cloud a, .resume_filters .search_resumes .filter_by_tag a.active {
    color: #fecc17;
	background:transparent;
}
.resume_filters .job_types{
    padding: 20px 40px;
    background-color: #efefef;
    font-size: 14px;
    float: left;
    width: 100%;
}
.mj_map_resume .resume_filters .job_types{
    margin-top: -26px;
}
.resume_filters .job_types li{
    color: #111;
    text-transform: capitalize;
	border-right:none;
}
.resume_filters .showing_resumes{
    font-size: 14px;
    padding: 20px 40px;
    -webkit-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
    box-shadow: inset 0px 20px 42px 0px rgba(0,0,0,0.15);
	background:transparent;
	border:none;
    float: left;
    width: 100%;
}
.resume_filters .showing_resumes a{
    color: #f26522;
	position:relative;
    padding-right: 15px;
}
.resume_filters .showing_resumes a:after{
	position:absolute;
	content:"\f09e";
	font-family: FontAwesome;
    right: 0;
}
.resumes ul.mj_resumes_listings {
    float: left;
    width: 100%;
}
.resumes ul.mj_resumes_listings li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: none;
    padding: 10px;
}
.resumes ul.mj_resumes_listings li:first-child{
    box-shadow: inset 3px 0px 0px #fecc17;
}
.resumes ul.mj_resumes_listings li:nth-child(2){
    box-shadow: inset 3px 0px 0px #ff9700;
}
.resumes ul.mj_resumes_listings li:nth-child(3){
    box-shadow: inset 3px 0px 0px #fecc17;
}
.resumes ul.mj_resumes_listings li:nth-child(odd) {
    background-color: #fbfbfb;
}
.resumes ul.mj_resumes_listings li:nth-child(even) {
    background-color: #fff;
}
.resumes ul.mj_resumes_listings li.resume a .meta li:first-child, .resumes ul.mj_resumes_listings li.resume a .meta li:nth-child(2), .resumes ul.mj_resumes_listings li.resume a .meta li:nth-child(3), .resumes ul.mj_resumes_listings li.resume a .meta li:nth-child(even), .resumes ul.mj_resumes_listings li.resume a .meta li:nth-child(odd){
	background-color:transparent;
	box-shadow:none;
}
.resumes ul.mj_resumes_listings li.resume a .meta li{
	padding:0px;
}
.resumes ul.mj_resumes_listings li.resume a:hover{
    background-color: transparent;
}
.resumes ul.mj_resumes_listings li.resume a{
    padding: 15px 30px;
}
.resumes ul.mj_resumes_listings li.resume a img.candidate_photo{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-column{
    padding: 0 0 0 72px;
    width: 45%;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-column h3{
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    text-transform: capitalize;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-column h3:hover{
    color: #00bff3;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-column .candidate-title{
    color: #959595;
    font-size: 14px;
    text-transform: capitalize;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-location-column .candidate-location{
    line-height: 1.42857143;
    color: #959595;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 15px;
}
.resumes ul.mj_resumes_listings li.resume a .meta{
	float: left;
    text-align: left;
}
.resumes ul.mj_resumes_listings .resume-category  {
    float: right;
    text-align: right;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
.resumes ul.mj_resumes_listings .resume-posted-column {
    float: right;
    text-align: right;
    width: 10%;
}
.resumes ul.mj_resumes_listings .resume-posted-column date {
    float: left;
    width: 100%;
    color: #00bff3;
    font-size: 20px;
    font-weight: 400; 
}
.resumes ul.mj_resumes_listings li.resume a .meta li.date {
    font-size: 13px;
    line-height: 20px;
}
div.resumes .load_more_resumes{
    display: inline-block;
    width: 100%;
    border: none;
    padding: 0;
}
div.resumes .load_more_resumes strong {
    display: inline-block;
    background-color: #fecb16;
    color: #fff;
    padding: 10px 50px;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 0px 0px 20px 20px;
}
div.resumes .load_more_resumes:hover {
    background-color: transparent;
    border-bottom: none;
}
div.resumes .load_more_resumes.load_previous strong {
    border-radius: 20px 20px 0px 0px;
    background-color: #00bff3;
}
/*----------- Resume page with map end ---------*/
/*----------------custom----------------*/
.wp-editor-wrap {
    border: 6px solid #f5f5f5;
}
.mce-flow-layout {
    background-color: #f5f5f5;
}
.mj_heading_minheight{
	min-height:260px;
}
input.mj_jobbtn, .resume_contact_button {
    font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0 !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #00bff3;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input.mj_jobbtn:hover, input.mj_jobbtn:focus {
	background-color:transparent;
	color:#00bff3;
	border-color:#00bff3;
	box-shadow:none;
	outline:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.application_details {
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 20px;
    position: relative;
	border-radius:5px;
}
.application_details:before {
    position: absolute;
    content: '';
    background-image: url(../images/white_arrow_small.png);
    top: -18px;
    width: 30px;
    height: 18px;
    left: 75px;
}
.application_details p{
	float:left;
	width:100%;
	padding:0;
	margin:0;
    margin-bottom: 5px;
    font-size: 14px;
}
.application_details p a {
    font-size: 14px;
    color: #000000;
}
.mj_candidate_dashboard, .mj-job-manager-alerts {
    float: left;
    width: 100%;
}
.mj_candidate_dashboard tr th, .mj-job-manager-alerts thead tr th {
    background-color: #111111;
    padding: 15px 20px !important;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none !important;
}
.mj_candidate_dashboard tr th:first-child, .mj-job-manager-alerts tr th:first-child {
    border-radius: 13px 0px 0px 0px;
}
.mj_candidate_dashboard tr th:last-child, .mj-job-manager-alerts tr th:last-child {
    border-radius: 0px 13px 0px 0px;
}
.mj_candidate_dashboard tr td, .mj-job-manager-alerts tr td {
    padding: 15px 20px !important;
    color: #959595;
    text-align: left;
    border: none !important;
    font-size: 15px;
    text-transform: capitalize;
}
.mj_candidate_dashboard tbody tr:nth-child(odd), .mj-job-manager-alerts tbody tr:nth-child(odd) {
   background:#fbfbfb;
}
.mj_candidate_dashboard tbody tr:nth-child(even), .mj-job-manager-alerts tbody tr:nth-child(even) {
   background:#ffffff;
}
.mj_candidate_dashboard tfoot tr td, .mj-job-manager-alerts tfoot tr td{
           border-bottom:none;
}
.mj-job-manager-alerts a.mj_mainbtn {
    padding: 19px 30px;
    border-radius: 30px;
} 
.mj_candidate_dashboard tr td.resume_title a, .mj_candidate_dashboard tr td.job_title a {
    float: left;
    width: 100%;
    margin: 0px;
    color: #000;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
}
.mj_candidate_dashboard tr td.resume_title a:hover, .mj_candidate_dashboard tr td.job_title a:hover {
    color: #00bff3;
} 
.mj_candidate_dashboard tr td.resume_title ul.candidate-dashboard-actions, .mj_candidate_dashboard tr td.job_title ul.job-dashboard-actions, .mj-job-manager-alerts tr td:first-child ul.job-alert-actions {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.mj_candidate_dashboard tr td.resume_title ul.candidate-dashboard-actions li a, .mj_candidate_dashboard tr td.job_title ul.job-dashboard-actions li a, .mj-job-manager-alerts tr td:first-child ul.job-alert-actions li a {
    font-size: 12px;
    width: auto;
    float: none;
    color: #959595;
    margin: 0;
}
.mj_candidate_dashboard tfoot tr td a {
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
    padding: 18px 40px;
    border-radius: 30px; 
}
.mj_candidate_dashboard tr td small, .mj-job-manager-alerts td.alert_frequency small {
    color: #00bff3 !important; 
}
.mj-job-manager-alerts tr td:first-child{
    float: left;
    width: 100%;
    margin: 0px;
    color: #000;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
}
#meshjobs_page_regform2 .form-group:last-child {
    margin-bottom: 80px;
}
#meshjobs_page_regform2 .mj_showmorebtn.mj_bluebtn {
    width: 100%;
}
#meshjobs_page_regform2 .form-group{
	float:left;
	width:100%;
}
#meshjobs_page_regform2 .form-group p {
    float: left;
    width: 100%;
    text-align: center;
    color: green;
    text-transform: capitalize;
}
.vc_row[data-vc-full-width]{
    overflow: hidden;
}
.company-letters {
    border-bottom: 2px solid #ddd;
    background: #fbfbfb;
    text-align: center;
    background-color: #111111;
    border-radius: 13px;
    margin-bottom: 50px;
	margin-top: 10px;
	float:left;
	width:100%;
}
.company-letters a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 30px 6px 28px 6px;
    border-bottom: 1px solid transparent;
}
.company-letters a:hover {
    border-bottom: 1px solid #fecc17;
    color: #fecc17;
	
}
.companies-overview {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-radius: 0px 0px 13px 13px;
}
.companies-overview .company-group {
    width: 30.8%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    display: inline;
    background-color: #ffffff;
    border-radius: 13px;
}
.companies-overview .company-group:nth-child(3n+3){
	margin-right:0%;
    width: 31%;
}
.company-letter {
    padding: 20px;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #fbfbfb;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 13px 13px 0px 0px;
    border-bottom: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
}
.companies-overview, .companies-overview ul {
    margin: 0;
    padding: 0;
    list-style: none;
	float:left;
	width:100%!important;
}
.companies-overview li ul {
    padding: 30px;
	
}
.companies-overview li li a {
list-style: none;
    padding: 10px 30px 10px 3px; 
    color: #00bff3;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}	
.companies-overview li li:last-child a{
	border-bottom:none;
}
.job-manager-form fieldset small.description{
	float: left;
	margin: 0;
}
.application_details .mj_imgupload span {
    padding: 10px 30px;
}
blockquote{
    float: left;
    width: 100%;
}
blockquote p{
    padding-bottom:0px !important;
}
.mj_articledata table th, .mj_articledata table td, .mj_blog_comments_show ol.comment table th, .mj_blog_comments_show ol.comment table td, .mj_innerpages table th, .mj_innerpages table td{
    border: 1px solid #ccc;
    padding: 5px;
}
.mj_articledata table th a, .mj_blog_comments_show ol.comment table td a, .mj_innerpages table td a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .mj_articledata table th a, .mj_innerpages table th a{
	background-color: transparent;
}
.mj_articledata dl dd a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .mj_articledata dl dd a{
	background-color: transparent;
}
pre{
    float: left;
    width: 97%;
    padding: 20px;
}
.mj_articledata p a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .mj_articledata p a{
	background-color: transparent;
}
.wp-caption .wp-caption-text a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .wp-caption .wp-caption-text a{
	background-color: transparent;
}
.gallery-item a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .gallery-item a{
	background-color: transparent;
}
.wp-caption a{
	float: none;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    color: #000;
}
.mj_recent_article:hover .wp-caption a{
	background-color: transparent;
}
.mj_articledata ol{
	float:left;
	width:100%;
}
.mejs-container .mejs-controls a{
	background-color:transparent;
}
.mj_recent_article:hover .mejs-container .mejs-controls a{
	background-color:transparent;
}
ol.comment ul li {
    padding: 0;
    list-style: inherit;
}
ol.comment li ul li:after{
	display:none;
}
ol.comment ol li {
    padding: 0;
    list-style: inherit;
}
ol.comment li ol li:after{
	display:none;
}
.mj_single_blog .mj_articledata {
    padding-right: 20px;
}
.mj_single_blog .mj_articledata_h4, .mj_single_blog p {
    width: 100%;
} 
.mj_recent_article .mejs-audio {
   /* margin-bottom: 20px; */
}
.mj_blog_comments_show ol.comment li ul.children {
    float: left;
    width: auto;
}
.mj_blog_comments_show ol.comment li ul.children li {
    list-style: none;
    padding: 20px 0px;
    position: relative;
}
.mj_blog_comments_show ol.comment li ul.children li .comment-body {
    position: relative;
}
.mj_blog_comments_show ol.comment li ul.children li .comment-body:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 100%;
} 
.mj_blog_comments_show ol.comment li ul.children li .mj_commentdata, .mj_blog_comments_show ol.comment li ul.children li .mj_commentdata .mj_commentdate {
    width: 80%;
}
.mj_blog_comments_show ol.comment li ul.children li .mj_commentdata .mj_commentdate ul li {
    padding: 0px 20px 0px 20px;
}
.mj_single_blog .mj_articledata ul {
    float: left;
}
.mj_single_blog .mj_articledata ul li ul{
	float:left ;
	width:100%;
}
.mj_single_blog .mj_articledata blockquote, ol.comment li .comment-body blockquote, .mj_innerpages blockquote{
    float: left;
    width: 100%;
    padding: 20px 70px 30px 130px;
    border-left: none;
}
.mj_single_blog .mj_articledata blockquote p:first-child, ol.comment li .comment-body blockquote p:first-child, .mj_innerpages blockquote p:first-child {
    font-style: italic;
    font-size: 30px;
    color: #111111;
    line-height: 30px;
    padding-bottom: 20px !important;
    position: relative; 
}
.mj_single_blog .mj_articledata blockquote p:first-child:before, ol.comment li .comment-body blockquote p:first-child:before, .mj_innerpages blockquote p:first-child:before{
    content: "";
    position: absolute;
    background-image: url(../images/blog_qoute.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -10%; 
}
.mj_single_blog .mj_articledata blockquote p, ol.comment li .comment-body blockquote p, .mj_innerpages blockquote p {
    float: left;
    width: 100%;
    text-align: left;
    color: #111111;
}
.mj_blog_comments_form .form-submit .mj_commentbtn {
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
    padding: 18px 30px;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #00bff3;
    text-transform: capitalize;
    border-radius: 30px;
}
.mj_innerpages{
	padding:80px 0px; 
}
.mj_innerpages .mj_sidebar_wrapper{
	margin-top:0px;
}
.comment-respond {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.comment-respond h3.comment-reply-title {
    float: left;
    width: 100%;
    margin-top: 0;
    line-height: 20px;
}
.comment-respond h3.comment-reply-title a {
    font-size: 13px;
    color: #111;
    text-transform: capitalize;
}
.comment-respond h3.comment-reply-title a:hover, .comment-respond form.comment-form p.logged-in-as a:hover {
    color: #00bff3;
}
.comment-respond form.comment-form p.logged-in-as {
    float: left;
    width: 100%;
    font-size: 16px;
}
.comment-respond form.comment-form p.logged-in-as a {
    color: #111; 
}
.comment-respond form.comment-form .form-control{
    background-color: #f5f5f5;  
    color: #707070; 
    box-shadow: none;
    border-color: #f5f5f5;
    margin-bottom: 20px;
}
.comment-respond form.comment-form .mj_commentbtn{
float: left;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
    padding: 18px 30px;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #00bff3;
    text-transform: capitalize;
    border-radius: 30px;
}
.mj_articledata ol li {
    float: left;
    width: 100%;
}
.mj_articledata ol li ul {
    width: 100%;
}
.mj_blogsidebar .page-header{
	float:left;
	width:100%;
	margin-top:25px;
}
.mj_blogsidebar .page-header h1.page-title{
	float:left;
	width:100%;
	margin-top:0px;
	font-size:25px;
	text-transform:capitalize;
}
.resumes ul.mj_resumes_listings li.resume a ul.mj_selected_content{
	width:auto;
}
.resumes ul.mj_resumes_listings li.resume a ul.mj_selected_content li{
    list-style: none;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background-color: #00bff3;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    box-shadow: none;
    width: auto;
}
ul.resumes li.no_resumes_found a .candidate-location-column, ul.resumes li.resume a .candidate-location-column{
	padding:15px 0px 0px 0px;
}
.search_resumes .chosen-container-multi .chosen-choices{
    height: 30px !important;
    padding: 0px 15px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    margin-top: 0px;
}
.mj_map_resume .entry-content {
	margin:0px;
}
.widget_recent_jobs .job-type.full-time, .widget_recent_jobs .job-type.part-time, .widget_recent_jobs .job-type.freelance, .widget_recent_jobs .job-type.internship, .widget_recent_jobs .job-type.temporary{
	background-color:transparent;
	color:#999;
	
}
.resume_filters .search_categories .chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 18px;
    color: #707070;
    box-shadow: none;
    background: none;
    background-color: #f5f5f5;
    border: none;
}
.resume_filters .search_resumes div.search_categories .select-wrapper {
    float: none;
    display: initial;
}
#job_preview {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#job_preview .job_listing_preview_title {
	float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#job_preview .job_listing_preview{
	border:0px;
}
#job_preview .job_listing_preview h1{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 30px;
}
#job_preview  .job-manager-button-submit-listing{
    font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0 !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #00bff3;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#job_preview  .job-manager-button-edit-listing{
	font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0px 10px 0px 0px !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #ff454f;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#job_preview .job_listing_preview_title h2{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: auto;
    padding-top: 10px;
}
#job_preview .single_job_listing ul li{
    font-size: 14px;
    text-transform: capitalize;
    color: #90da36;
    text-decoration: none;
    background: none;
    margin-top: 5px;
}
#job_preview .single_job_listing ul li:before{
	margin-top:-3px;
}
#job_preview .single_job_listing ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
}
#job_preview .single_job_listing ul li date{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
#job_preview .single_job_listing .company{
	border-radius: 13px 13px 0px 0px;
}
#job_preview .single_job_listing .company strong{
    text-transform: uppercase;
    color: #000;
}
#job_preview .single_job_listing .company a{
    font-size: 14px;
	text-decoration:none;
	color:#999;
}
#job_preview .single_job_listing .company a:hover{
	color:#00bff3;
}
#job_preview .single_job_listing .company a:before{
	color:#00bff3;
}
#job_preview .single_job_listing .company .tagline{
	font-size:16px;
	text-transform:capitalize;
    padding-left: 30px;
}
#job_preview .single_job_listing .company .company_video{
    padding-bottom: 30%;
}
#job_preview .single_job_listing .company img{
	border-radius:50%;
}
#job_preview .single_job_listing .job_description p{
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}


#resume_preview {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#resume_preview .resume_preview_title {
	float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#resume_preview .resume_preview {
	border:0px;
}
#resume_preview .resume_preview  h1{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 30px;
}
#resume_preview .resume_preview_title h2{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: auto;
    padding-top: 10px;
}
#resume_preview .single-resume .resume-aside{
	border-radius: 13px 13px 0px 0px;
}
#resume_preview .single-resume .resume-aside .job-title{
    text-transform: uppercase;
    color: #000;
}
#resume_preview .single-resume .resume-aside a{
    font-size: 14px;
	text-decoration:none;
	color:#999;
}
#resume_preview .single-resume .resume-aside a:hover{
	color:#00bff3;
}
#resume_preview .single-resume .resume-aside a:before{
	color:#00bff3;
}
#resume_preview .single-resume .resume-aside .candidate-video iframe {
    width: 100%;
}
#resume_preview  .single-resume .resume-aside img{
	border-radius:50%;
}
#resume_preview .resume_description p{
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}
#resume_preview .single-resume-content h2{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 30px;
}
#resume_preview .single-resume .resume-manager-education, #resume_preview .single-resume .resume-manager-experience{
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
}
#resume_preview .single-resume .resume-manager-education h3:before, #resume_preview .single-resume .resume-manager-experience h3:before{
    left: 0px;
    top: 10px;
}
#resume_preview .single-resume .resume-manager-education h3, #resume_preview .single-resume .resume-manager-experience h3{
	color:#000;
	font-weight:300;
	font-size: 24px;
    text-transform: capitalize;
}
#resume_preview .single-resume .resume-manager-education h3 strong, #resume_preview .single-resume .resume-manager-experience h3 strong{
	color:#000;
	font-weight:300;
}
#resume_preview .single-resume .resume-manager-education p, #resume_preview .single-resume .resume-manager-experience p{
	font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}
#resume_preview .single-resume .resume-manager-education dt, #resume_preview .single-resume .resume-manager-education dd{
    border-left: 2px solid #00bff3;
}
#resume_preview .single-resume .resume-manager-experience dt, #resume_preview .single-resume .resume-manager-experience dd{
    border-left: 2px solid #fecb16;
}
#resume_preview .single-resume .resume-manager-skills li{
	float: left;
	width:auto;
    padding: 10px 20px;
    background-color: #00bff3;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
	margin-right: 5px;
}
#resume_preview  .single-resume .meta li{
	color:#000;
	font-size: 16px;
    margin: 0px;
    padding-bottom: 20px;
	text-transform:capitalize;
}
#resume_preview  .single-resume .meta li:before{
	color: #00bff3;
}
#resume_preview #resume_preview_submit_button{
    font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0 !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #00bff3;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#resume_preview  .button{
	font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0px 10px 0px 0px !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #ff454f;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#job_package_selection {
	float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#job_package_selection .job_listing_packages_title  {
	float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
#job_package_selection .job_listing_packages_title h2{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: auto;
    padding-top: 10px;
}
#job_package_selection  .button{
	font-size: 18px !important;
    text-transform: capitalize;
    border: 2px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0px 10px 0px 0px !important;
    min-width: 130px;
    padding: 17px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #ff454f;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#job_package_selection .job_listing_packages {
	border:0px;
}
#job_package_selection .job_listing_packages .package-section{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 30px;
}
#job_package_selection .job_listing_packages .job-package {
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}
#job_package_selection .job_listing_packages .job-package input{
	float:left;
	width:auto;
    margin-right: 10px;
}
#job_package_selection .job_listing_packages .job-package label{
	color:#000;
    float: left;
    width: auto;
    line-height: 20px;
}
#job_package_selection .job_listing_packages .resume_packages{
	border:0px;
}
#job_package_selection .job_listing_packages .resume-package{
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
}
#job_package_selection .job_listing_packages .resume-package input{
	float:left;
	width:auto;
    margin-right: 10px;
}
#job_package_selection .job_listing_packages .resume-package label{
	color:#000;
    float: left;
    width: auto;
    line-height: 20px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce{
	float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 13px 13px 0px 0px;
    box-shadow: 0px 1px 35px rgba(0, 0, 0, 0.05);
}
.mj_lightgraytbg.mj_innerpages .woocommerce input{
	border: 1px solid transparent;
    box-shadow: none;
    height: auto;
    padding: 10px 15px;
    background-color: #f5f5f5;
}
.mj_lightgraytbg.mj_innerpages .woocommerce textarea {
	border: 1px solid transparent;
    box-shadow: none;
    height: auto;
    padding: 10px 15px;
    background-color: #f5f5f5;
    font-size: 14px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce h3{
    color: #000000;
    font-weight: normal;
    font-family: 'FiraSans-ExtraLight';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 30px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce label{
	color: #111111;
    text-transform: capitalize;
    font-size: 15px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-info{
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
	border-top-color:#00bff3;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-info a{
	color:#000;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-info a:hover{
	color:#00bff3;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-message{
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table{
	border:none;
    float: none;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table tr{
	border:none;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table td{
	border:none;
	color:#00bff3;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table td span{
	color:#000;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table td dl{
	color:#000;
	font-size:14px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table th{
    background-color: #111111;
    padding: 15px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table th:first-child {
    border-radius: 13px 0px 0px 0px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table th:last-child {
    border-radius: 0px 13px 0px 0px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table .cart-subtotal th{
    padding: 25px 10px;
    color: #111111;
    font-size: 18px;
    text-align: left;
    border: none;
	background-color:transparent;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table .order-total th{
    padding: 25px 10px;
    color: #111111;
    font-size: 18px;
    text-align: left;
    border: none;
	background-color:transparent;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
.mj_lightgraytbg.mj_innerpages .woocommerce input.button{
	font-size: 14px !important;
    text-transform: capitalize;
    border: 0px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0px 0px 0px 0px !important;
    min-width: 130px;
    padding: 12px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #ff454f;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_lightgraytbg.mj_innerpages .woocommerce a.button{
	font-size: 14px !important;
    text-transform: capitalize;
    border: 0px solid transparent;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    margin: 0px 0px 0px 0px !important;
    min-width: 130px;
    padding: 12px 30px !important;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    background-color: #00bff3;
    z-index: 1;
    overflow: hidden;
    width: auto !important;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-error{
	font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-checkout #payment ul.payment_methods{
	margin-bottom:20px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-checkout #payment div.payment_box{
	background-color:#fff;
    float: left;
    width: 100%;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #fff;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.mj_lightgraytbg.mj_innerpages .woocommerce label a{
	float:right;
}
.mj_lightgraytbg.mj_innerpages .woocommerce .woocommerce-checkout #payment div.payment_box p{
	font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
	color:#000;
}
.field.ui-sortable a{
	float:left;
	width:100%;
}.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.resume-manager-data-row .resume-manager-remove-row:before {
    left: auto;
	right:0px;
}

/*----------------custom----------------*/

/*---- footer second Start ---------*/
.mj_top_footer{
	float:left;
	width:100%;
	background-color:#111111;
}
.mj_weight_wrapper{
	float:left;
	width:100%;
}
.mj_weight_wrapper a{
	text-decoration:none;
	float:left;
	width:auto;
}
.mj_weight_wrapper a img{
	
}
.mj_weight_wrapper p{
	float:left;
	width:100%;
	font-size:15px;
	color:#999999;
	padding-top:25px;
}
.mj_weight_wrapper .mj_sociallink{
	padding-bottom:0px;
}
.mj_weight_wrapper .mj_sociallink ul li a:after {
    background-color: #595959;
}
.mj_weight_wrapper h4{
	font-variant:small-caps;
	font-size:22px;
	color:#ffffff;
	padding-bottom:10px;
    margin-bottom: 20px;
	position:relative;
}
.mj_weight_wrapper h4:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	width:75px;
	border-bottom:1px solid #f26522;
}
.mj_footer_links ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.mj_footer_links ul li{
	list-style:none;
	float:left;
	width:100%;
	border-bottom:1px solid #292929;
    padding: 15px 0px;
}
.mj_footer_links ul li a{
	float:left;
	width:auto;
	text-decoration:none;
	text-transform:capitalize;
	font-size:14px;
	color:#999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_footer_links ul li a i{
	padding-right:15px;
}
.mj_footer_links ul li a:hover{
	color:#fecb16;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_footer_links ul li p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999999;
	padding-top:0px;
	margin:0px;
}
.mj_footer_links ul li p a{
	text-transform:lowercase;
}
.mj_footer_links p i {
    float: left;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 3px;
}
.mj_footer_links p span {
	float:left;
	width:70%;
}
.mj_bottom_footer{
	float:left;
	width:100%;
	background-color:#222222;
}
.mj_bottom_footer p{
	font-size:14px;
	margin:0px;
	color:#cfcfcf;
}
.mj_bottom_footer p a{
	color:#fecb16;
	text-decoration:none;
}
.mj_bottom_footer ul{
	float:right;
	margin:0;
	padding:0;
}
.mj_bottom_footer ul li{
	list-style:none;
	float:left;
	padding:0px 5px;
}
.mj_bottom_footer ul li a{
	text-decoration:none;
}
/*---- footer second end ---------*/

/*---- mainheading Start ---------*/
.mj_mainheading {
	float: left;
	width: 100%;
	text-align: center;
}
.mj_mainheading h1 {
    font-size: 65px;
    font-family: 'FiraSans-ExtraLight';
    font-weight: 100;
    color: #000000;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
	font-variant:small-caps;
}
.mj_mainheading h1 span {
    font-size: 50px;
}
.mj_mainheading p {
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0;
}
.mj_mainheading h2 {
    font-size: 48px;
    font-family: 'FiraSans-ExtraLight';
    font-variant:small-caps;
    font-weight: 600;
    color: #000000;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    text-align: left;
    position: relative;
}
.mj_mainheading h2:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #f26522;
    width: 75px;
    top: 100%;
    left: 0%;
}
.mj_mainheading p {
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0;
}
.mj_mainheading h3 {
    font-size: 28px;
	font-variant:small-caps;
    font-weight: 600;
    color: #333;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    text-align: left;
    position: relative;
    font-family: 'FiraSans-Regular';
}
.mj_mainheading h3 span {
    font-size: 21px;
}
.mj_mainheading h3:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #f26522;
    width: 75px;
    top: 100%;
    left: 0%;
}
.mj_side_heading {
    position: relative;
}
.mj_side_heading h2 {
    font-family: 'FiraSans-Regular';
    color: #333333;
    font-weight: bold;
	font-variant:small-caps;
    text-transform: inherit;
}
.mj_side_heading p {
    position: absolute;
    top: 50%;
    left: 90px;
    color: #707070;
    float: none;
    width: auto;
}
/*---- mainheading end ---------*/

/*---- mainheading start ---------*/
.mj_hotdeals_section_btn a.mj_showmorebtn {
    text-transform: uppercase;
}
/*---- mainheading end ---------*/

/*----- woocommerce Sidebar Widget  start -------*/
.mj_woocommerce_sidebar_wrapper{
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
}
.woocommerce h4.widget-title {
	font-size: 22px;
	font-family: 'FiraSans-ExtraLight';
	font-variant: small-caps;
	font-weight: 600;
	color: #000000;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 0px 10px 0px;
    text-align: left;
	position:relative;
	background-color: transparent;
}
.woocommerce h4.widget-title:after {
	position:absolute;
	content:"";
	border-bottom:2px solid #f26522;
	width:75px;
	top:100%;
	left:0%;
}
.woocommerce.widget.woocommerce h4.widget-title {
	margin-bottom:30px;
}
.woocommerce.widget.widget_categories {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_categories ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_categories ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_categories ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_categories ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_categories ul li a span{
	float:right;
}
.woocommerce.widget.widget_product_tag_cloud {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_product_tag_cloud a {
	float: left;
	font-size: 16px !important;
	color: #707070;
	padding: 7px 10px;
	margin: 5px 10px 5px 0px;
	border: 1px solid #c2c2c2;
	border-radius: 50px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.woocommerce.widget.widget_product_tag_cloud a:hover {
	color: #ffffff;
	background-color: #00bff3;
	border: 1px solid #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.woocommerce.widget.widget_product_categories {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_product_categories ul {
    margin: 0px;
    padding: 0px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_product_categories ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
	list-style:none;
}
.woocommerce.widget.widget_product_categories ul li a {
    float: left;
    width: auto;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_product_categories ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_product_categories ul li span{
	float:right;
}
.woocommerce.widget.widget_price_filter{
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper{
	float: left;
    width: 100%;
    padding: 0px;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .price_slider{
	margin-bottom:0px;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .slider.slider-horizontal {
    width: 100%;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .slider.slider-horizontal .slider-track {
	height: 5px;
	margin-top: 0px;
	background-color: #dbdbdb;
    background-image: none;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-left: -10px;
	margin-top: -10px;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .slider-selection {
	background: #fecb16;
	height: 5px !important;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper .slider-handle {
    background-color: #ffffff;
    background-image: url(../images/circle_blue.png);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
    background-repeat: no-repeat;
    background-position: center center;
}
.woocommerce.widget.widget_price_filter .price_slider_amount {
	float:left;
	width:100%;
	padding-top:30px;
}
.woocommerce.widget.widget_price_filter .price_slider_amount  .button {
	float: left;
    background-color: #000000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 15px;
}
.woocommerce.widget.widget_price_filter .price_slider_amount  .button {
	outline:none;
}
.woocommerce.widget.widget_price_filter .price_slider_amount  .price_label{
    float: right;
    width: 50%;
    text-align: center;
    padding: 0px 0px;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 15px;
}
.woocommerce.widget.widget_price_filter .price_slider_amount  .price_label:focus{
	outline:none;
}
.woocommerce.widget.widget_filter_size {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_filter_size ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_filter_size ul li {
    float: left;
    width: 100%;
	list-style:none;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_filter_size ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
	text-transform:uppercase;
}
.woocommerce.widget.widget_filter_size ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_filter_size ul li a span{
	float:right;
}
.woocommerce.widget.widget_tag_cloud {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_tag_cloud .widget-title{
    margin-bottom: 30px;
}
.woocommerce.widget.widget_tag_cloud a {
    font-size: 15px;
    padding: 7px 20px;
    margin: 5px 12px 5px 0px;
    border-radius: 5px;
    color: #111111;
}
.woocommerce.widget.widget_tag_cloud:first-child a{
	margin-left:0px;
}
.woocommerce.widget.widget_tag_cloud a:hover{
	color:#ffffff;
}
.woocommerce.widget.widget_products {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_products ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.woocommerce.widget.widget_products ul li{
	list-style:none;
	float:left;
	width:100%;
    padding: 10px 0px;
}
.woocommerce.widget.widget_products ul li:first-child{
	padding-top:0px;
}
.woocommerce.widget.widget_products ul li a{
	text-decoration:none;
}
.woocommerce.widget.widget_products ul li a span{
    width: 60%;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #444444;
    margin-left: 10px;
    margin-bottom: 10px;
}
.woocommerce.widget.widget_products ul li a img{
    width: 30%;
    float: left;
	margin-left:0px;
    border: 1px solid #eee;
}
.woocommerce.widget.widget_products ul li del{
    font-size: 14px;
	margin-left: 10px;
    color: #959595;
}	
.woocommerce.widget.widget_products ul li ins{
	background-color:transparent;
	padding-left: 20px;
    color: #333;
}
.woocommerce.widget.widget_recently_viewed_products {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_recently_viewed_products ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.woocommerce.widget.widget_recently_viewed_products ul li{
	list-style:none;
	float:left;
	width:100%;
    padding: 10px 0px;
}
.woocommerce.widget.widget_recently_viewed_products ul li:first-child{
	padding-top:0px;
}
.woocommerce.widget.widget_recently_viewed_products ul li a{
	text-decoration:none;
}
.woocommerce.widget.widget_recently_viewed_products ul li a span{
    width: 60%;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #444444;
    margin-left: 10px;
    margin-bottom: 10px;
}
.woocommerce.widget.widget_recently_viewed_products ul li a img{
    width: 30%;
    float: left;
	margin-left:0px;
    border: 1px solid #eee;
}
.woocommerce.widget.widget_recently_viewed_products ul li del{
    font-size: 14px;
	margin-left: 10px;
    color: #959595;
}	
.woocommerce.widget.widget_recently_viewed_products ul li ins{
	background-color:transparent;
	padding-left: 20px;
    color: #333;
}
.woocommerce.widget.widget_top_rated_products {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_top_rated_products ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.woocommerce.widget.widget_top_rated_products ul li{
	list-style:none;
	float:left;
	width:100%;
    padding: 10px 0px;
}
.woocommerce.widget.widget_top_rated_products ul li:first-child{
	padding-top:0px;
}
.woocommerce.widget.widget_top_rated_products ul li a{
	text-decoration:none;
}
.woocommerce.widget.widget_top_rated_products ul li a span{
    width: 60%;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #444444;
    margin-left: 10px;
    margin-bottom: 10px;
}
.woocommerce.widget.widget_top_rated_products ul li a img{
    width: 30%;
    float: left;
	margin-left:0px;
    border: 1px solid #eee;
}
.woocommerce.widget.widget_top_rated_products ul li del{
    font-size: 14px;
	margin-left: 10px;
    color: #959595;
}	
.woocommerce.widget.widget_top_rated_products ul li ins{
	background-color:transparent;
	padding-left: 20px;
    color: #333;
}
.woocommerce.widget.widget_top_rated_products ul li .star-rating{
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 60%;
}
.woocommerce.widget.widget_recent_reviews {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_recent_reviews ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.woocommerce.widget.widget_recent_reviews ul li{
	list-style:none;
	float:left;
	width:100%;
    padding: 10px 0px;
}
.woocommerce.widget.widget_recent_reviews ul li:first-child{
	padding-top:0px;
}
.woocommerce.widget.widget_recent_reviews ul li a{
    font-size: 14px;
    line-height: 15px;
    color: #444444;
    margin-bottom: 10px;
	text-decoration:none;
}
.woocommerce.widget.widget_recent_reviews ul li a img{
    width: 30%;
    float: left;
    margin-right: 10px;
	margin-left:0px;
    border: 1px solid #eee;
}
.woocommerce.widget.widget_recent_reviews ul li del{
    font-size: 14px;
	margin-left: 10px;
    color: #959595;
}	
.woocommerce.widget.widget_recent_reviews ul li ins{
	background-color:transparent;
	padding-left: 20px;
    color: #333;
}
.woocommerce.widget.widget_recent_reviews ul li span.reviewer{
    color: #333;
	font-size:14px;
}
.woocommerce.widget.widget_recent_reviews ul li .star-rating{
    font-size: 10px;
    margin-bottom: 10px;
    float: left;
    width: 65%;
}
.woocommerce.widget.widget_shopping_cart{
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_shopping_cart ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.woocommerce.widget.widget_shopping_cart ul li{
	list-style:none;
	float:left;
	width:100%;
    padding: 10px 0px;
}
.woocommerce.widget.widget_shopping_cart ul li:first-child{
	padding-top:0px;
}
.woocommerce.widget.widget_shopping_cart ul li a{
    font-size: 14px;
    line-height: 15px;
    color: #444444;
    margin-bottom: 10px;
	text-decoration:none;
}
.woocommerce.widget.widget_shopping_cart ul li a img{
    width: 30%;
    float: left;
    margin-right: 10px;
	margin-left:0px;
    border: 1px solid #eee;
}
.woocommerce.widget.widget_shopping_cart ul li span{
	font-size:16px;
}
.woocommerce.widget.widget_shopping_cart p.total{
	float:left;
	width:100%;
}
.woocommerce.widget.widget_shopping_cart p.total strong{
	color:#333;
}
.woocommerce.widget.widget_shopping_cart p.total span.amount{
	float:right;
}
.woocommerce.widget.widget_shopping_cart p.buttons a.wc-forward{
	float: left;
    background-color: #000000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 15px;
}
.woocommerce.widget.widget_shopping_cart p.buttons a.checkout {
	float: right;
    background-color: #000000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 15px;
}
.woocommerce.widget.widget_product_search {
	float: left;
	width: 100%;
}
.woocommerce.widget.widget_product_search form {
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="search"] {
	border: 1px solid #ffffff;
	box-shadow: none;
	color: #4a4750;
	height: auto;
	padding: 10px;
    font-size: 14px;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="search"]:focus {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="submit"] {
	border: 1px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
	padding: 10px 16px;
	border-radius: 3px;
    box-shadow: none;
	color:#fff;
    font-size: 14px;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
	border: 1px solid #00bff3;
	background-color: #00bff3;
	border-left: none;
    box-shadow: none;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="submit"]:focus {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.woocommerce.widget.widget_product_search .woocommerce-product-search input[type="submit"]:active {
	outline: 0px;
	box-shadow: none;
	border: 1px solid #00bff3;
	border-left: none;
	background-color: #00bff3;
}
.woocommerce.widget.widget_recent_view {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_recent_view .widget-title{
    margin-bottom: 35px;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper{
	margin-bottom:15px;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_img {
    width: 42%;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_info {
    width: 58%;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_img img {
    height: 125px;
}
.woocommerce.widget.widget_archive {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_archive ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_archive ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_archive ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_archive ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_archive ul li a span{
	float:right;
}
.woocommerce.widget.widget_archive select {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    padding: 10px;
    font-size: 16px;
}
.woocommerce.widget.widget_pages {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_pages ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_pages ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_pages ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_pages ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_pages ul li a span{
	float:right;
}
.woocommerce.widget.widget_meta {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_meta ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_meta ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_meta ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_meta ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_meta ul li a span{
	float:right;
}
.woocommerce.widget.widget_recent_entries {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_recent_entries ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_recent_entries ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_recent_entries ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
	padding: 0;
}
.woocommerce.widget.widget_recent_entries ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_recent_entries ul li a span{
	float:right;
}
.woocommerce.widget.widget_calendar {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget_calendar #calendar_wrap {
    padding: 0;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_recent_comments {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_recent_comments ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_recent_comments ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_recent_comments ul li a {
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_recent_comments ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_recent_comments ul li a span{
	float:right;
}
.woocommerce.widget.widget_rss {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_rss ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_rss ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_rss ul li a {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444444;
}
.woocommerce.widget.widget_rss ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_rss ul li a span{
	float:right;
}
.woocommerce.widget.widget_search {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_search form {
    padding: 0;
    margin-top: 30px;
}
.woocommerce.widget.widget_text {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_text .textwidget {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.woocommerce.widget.widget_nav_menu {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.woocommerce.widget.widget_nav_menu ul {
    margin: 0px;
    padding: 30px 0 0 0;
    float: left;
    width: 100%;
}
.woocommerce.widget.widget_nav_menu ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.woocommerce.widget.widget_nav_menu ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444444;
}
.woocommerce.widget.widget_nav_menu ul li a:hover {
    color: #00bff3;
}
.woocommerce.widget.widget_nav_menu ul li ul.sub-menu {
    padding: 0;
    margin-left: 20px;
    width: 93%;
}
.woocommerce.widget.widget_nav_menu ul li ul.sub-menu li:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
/*----- woocommerce Sidebar Widget  end -------*/
/*-------- Shop Index page Start ---------*/
.mj_our_partner{
	float:left;
	width:100%;
}
.mj_our_partner ul{
	margin:0px;
	padding:0px;
}
.mj_our_partner ul li{
	list-style:none;
	float:left;
    width: 20%;
    text-align: center;
}
.mj_our_partner ul li a{
	text-decoration:none;
}
.mj_our_partner ul li a:hover img{
	opacity:0.5;
}
.mj_clearence{
	float:left;
	width:100%;
	text-align:right;
}
.mj_clearence p{
	float:left;
	width:100%;
	color:#fff;
	font-size:22px;
	margin-bottom:20px;
}
.mj_clearence a{
	float:right;
	text-decoration:none;
	text-align:center;
	padding:11px 44px;
	border-radius:5px;
	background-color:#f26522;
	color:#fff;
	text-transform:capitalize;
	font-size:15px;
}
.mj_newarrivals{
	float:left;
	width:100%;
	text-align:left;
}
.mj_newarrivals p{
	float:left;
	width:100%;
	color:#fff;
	font-size:22px;
	margin-bottom:20px;
}
.mj_newarrivals a{
	float:left;
	text-decoration:none;
	text-align:center;
	padding:11px 44px;
	border-radius:5px;
	background-color:#00bff3;
	color:#fff;
	text-transform:capitalize;
	font-size:15px;
}
.mj_lntoffer_wrapper{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.mj_lntoffer_img{
	float:left;
	width:47%;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.mj_lntoffer_img img{
	width:100%;
	height:225px;
}
.mj_lntoffer_info{
	float:left;
	width:53%;
    padding-left: 13px;
	color:#444444;
}
.mj_lntoffer_info p{
	float:left;
	width:100%;
	font-size: 15px;
}
.mj_lntoffer_info p a{
	text-decoration:none;
	color:#444444;
}
.mj_lntoffer_info p a{
	text-decoration:none;
	color:#444444;
}
.mj_lntoffer_info del{
	font-size: 14px;
	color:#959595;
}
.mj_lntoffer_info span{
	padding-left:20px;
	color:#333;
}
.mj_basic_services_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border:2px solid;
	border-radius:20px;
	background-color:#fff;
}
.mj_basic_services_wrapper i{
	font-size:34px;
	position:relative;
	padding:0px 15px 20px 15px;
	margin-bottom:25px;
}
.mj_basic_services_wrapper i:after{
	position:absolute;
	content:"";
	border-bottom:1px solid;
	width:auto;
	top:100%;
	left:0%;
	right:0%;
	margin:0px auto;
}
.mj_basic_services_wrapper p{
	float:left;
	width:100%;
	color:#111111;
	font-size:20px;
	text-transform:capitalize;
	font-weight:500;
    margin-bottom: 0px;
}
.mj_basic_services_wrapper span{
	float:left;
	width:100%;
	color:#959595;
	font-size:14px;
}
.mj_green_box{
	border-color:#b1d750;
    -moz-box-shadow: 10px 10px 0px 0px #b1d750;
    -ms-box-shadow: 10px 10px 0px 0px #b1d750;
    -o-box-shadow: 10px 10px 0px 0px #b1d750;
    -webkit-box-shadow: 10px 10px 0px 0px #b1d750;
    box-shadow: 10px 10px 0px 0px #b1d750;
}
.mj_green_box i{
	color:#b1d750;
}
.mj_blue_box{
	border-color:#00bff3;
    -moz-box-shadow: 10px 10px 0px 0px #00bff3;
    -ms-box-shadow: 10px 10px 0px 0px #00bff3;
    -o-box-shadow: 10px 10px 0px 0px #00bff3;
    -webkit-box-shadow: 10px 10px 0px 0px #00bff3;
    box-shadow: 10px 10px 0px 0px #00bff3;
}
.mj_blue_box i{
	color:#00bff3;
}
.mj_orange_box{
	border-color:#f26522;
    -moz-box-shadow: 10px 10px 0px 0px #f26522;
    -ms-box-shadow: 10px 10px 0px 0px #f26522;
    -o-box-shadow: 10px 10px 0px 0px #f26522;
    -webkit-box-shadow: 10px 10px 0px 0px #f26522;
    box-shadow: 10px 10px 0px 0px #f26522;
}
.mj_orange_box i{
	color:#f26522;
}
.mj_feature_product_slider{
	float:left;
	width:100%;
}
.mj_feature_product_slider .owl-theme .owl-dots{
	display:none;
}
.mj_feature_product_slider .owl-theme .owl-nav [class*='owl-'] {
    top: 35%;
    padding: 0;
}
.mj_feature_product_slider .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.mj_feature_product_slider .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.mj_feature_product{
	float:left;
	width:100%;
}
.mj_feature_product_img{
	float:left;
	width:100%;
	position:relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.mj_feature_product:hover .mj_feature_product_overlay{
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_feature_product_overlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity:0;
}
.mj_feature_product_btn{
	position: absolute;
    top: 50%;
    left: 0%;
	right:0%;
	text-align: center;
}
.mj_feature_product_btn a{
	text-decoration:none;
	color:#fff;
    background-color: #000;
	font-size:15px;
	text-transform:capitalize;
	padding:12px 40px; 
	border-radius:5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_feature_product_btn a:hover{
	color:#000;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_feature_product_box{
	position: absolute;
    bottom: 5%;
    left: 0%;
	right:0%;
	text-align: center;
}
.mj_feature_product_box  ul{
	margin:0;
	padding:0;
	text-align:center;
}
.mj_feature_product_box  ul li{
	list-style:none;
	display:inline-block;
    margin: 0px 5px;
}
.mj_feature_product_box  ul li a{
	color:#000;
	background-color:#fff;
	border-radius:3px;
	padding:10px 15px;
    font-size: 14px;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_feature_product_box  ul li a:hover{
	color:#fff;
	background-color:#000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_feature_product_box  ul li a i{
	margin-right: 0px;
}
.mj_feature_product_box  ul li span{
	position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
    color: #fff;
    font-size: 12px;
}
.mj_feature_product_data{
	float:left;
	width:100%;
    padding: 10px 0px;
}
.mj_feature_product_data p{
	float:left;
	width:100%;
	font-size:15px;
	color:#444444;
}
.mj_feature_product_data p a{
	color:#444444;
}
.mj_feature_product_data p a:hover{
	color:#444444;
}
.mj_feature_product_data del{
	font-size:14px;
	color:#959595;
}
.mj_feature_product_data span{
	font-size:18px;
	padding-left:15px;
	color:#333333;
}
.mj_shop_slider{
	float:left;
	width:100%;
}
.mj_shop_slider .tp-caption.NotGeneric-Title,.NotGeneric-Title{
    font-size: 130px;
    font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
    color: #fecb16;
    background-color: transparent;
    border-color: rgb(0, 0, 0);
	    text-transform: inherit;
	font-variant: small-caps !important;
}

.mj_shop_slider .tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle{
    font-weight: 100;
    font-family: 'FiraSans-ExtraLight';
    color: #fff;
    font-variant: small-caps !important;
	    text-transform: inherit;
	border-bottom:1px solid #fff;
}
.mj_shop_slider .tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:#fecb16;
	border-color:#fecb16;
	color:#fff;
	font-family:Roboto;
}

.mj_shop_slider .tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:#fecb16 !important;
	border-color:#fecb16;
	color:#fff;
}

.mj_shop_slider .tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:#fecb16;
	color:#fff;
	font-family:
}

.mj_shop_slider .tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:#fecb16 !important;
	color:#fff !important;
}
.mj_hotdeals_section {
    float: left;
    width: 100%;
	margin-top: -32px;
    position: relative;
    background-image: url(../images/hotdeals.jpg);
    background-size: cover;
}
.mj_whiteheading h1, .mj_whiteheading p {
    color: #fff;
}
.mj_offers_heading h1 {
    font-weight: bold;
    position: relative;
    font-family: 'FiraSans-Regular';
}
/*-------- Shop Index page end ---------*/

/*-------- Product page Start ---------*/
.mj_product_sidebar .mj_feature_product {
    margin-bottom: 40px;
}
.mj_filter_info_wrapper{
	float:left;
	width:100%;
}
.mj_filter_info_box{
	float:left;
	width:100%;
	text-align:left;
}
.mj_filter_info_box p{
	float:left;
	width:100%;
	font-size:14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.mj_filter_box{
	float:left;
	width:100%;
	text-align:right;
}
.mj_filter_box select{
    font-size: 14px;
    padding: 10px 10px;
    width: 200px;
    text-transform: capitalize;
    border-radius: 5px;
	background-color: #f5f5f5;
}
.mj_filter_box select:hover, .mj_filter_box select:focus{
	border-color:#00bff3;
	outline:none;
}
.fancybox-next {
    right: -29px;
}
.fancybox-prev {
    left: -28px;
}
.fancybox-nav {
    width: 20px;
}
/*-------- Product page end ---------*/

/*-------- Product Single page Start ---------*/
.mj_related_products{
	float:left;
	width:100%;
}
.woocommerce-tabs{
	float:left;
	width:100%;
    margin-top: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 0px solid #dddddd;
    padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0px;
    padding: 0;
    padding-right: 30px;
    border: 1px solid transparent;
	background-color: #f5f5f5;
    border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-right: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
	color: #333333;
    background-color: #f5f5f5;
    font-variant: small-caps;
    padding: 10px 0px;
    font-size: 22px;
	font-weight: 400;
	position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
	position: absolute;
    content: "";
    border-bottom: 1px solid #f26522;
    width: 75px;
    top: 100%;
    left: 0%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:focus {
    color: #f26522;
    background-color: #f5f5f5;
    border: 0px solid #dddddd;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border:none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 30px;
    padding-top: 40px;
	float:left;
	width:100%;
	box-shadow:none;
	background-color:#f5f5f5;
}
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce #reviews h3{
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
	font-weight:400;
	font-size:26px;
	color:#333;
	float:left;
	width:100%;
}
.woocommerce div.product .woocommerce-tabs .panel p{
	font-size:16px;
	float:left;
	width:100%;
}
.woocommerce div.product .woocommerce-tabs .panel span {
    font-size:18px;
}
.woocommerce .star-rating:before {
    color: #000;
}
.woocommerce .star-rating span:before {
    color: #f26522;
}
.woocommerce div.product .woocommerce-tabs .panel span a{
	color: #f26522;
}
.woocommerce div.product .woocommerce-tabs .panel .ratings {
    font-size:16px;
	color:#959595;
}
.woocommerce div.product .woocommerce-tabs .panel .ratings span.act {
    color: #222222;
}
.woocommerce #review_form #respond form{
    float: left;
	width:50%;
    margin-bottom: 40px;
}
.woocommerce #review_form #respond form h5{
	text-transform:uppercase;
    font-size: 18px;
	color:#333;
}
.woocommerce #review_form #respond form input:not([type]), input[type="text"], .woocommerce #review_form #respond form textarea{
	float:left;
	width:100%;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    resize: none;
	border-radius:4px;
	padding:5px;
}
.woocommerce #review_form #respond form input:not([type]), input[type="text"]:focus, .woocommerce #review_form #respond form textarea:focus{
	outline:none;
}
.woocommerce #review_form #respond form label {
    font-weight: normal;
    font-size: 13px;
}
.woocommerce #respond input#submit {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 40px;
    border-radius: 5px;
	border:1px solid transparent;
	margin-top:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
    color: #000;
    background-color: #fff;
	outline:none;
	border:1px solid #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#comments{
	float:left;
	width:100%;
	border-bottom:1px solid #e9e9e9;
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin-top: 30px;
    float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	float:left;
	width:100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p strong{
	color:#000;
	text-transform:capitalize;
}
.mj_product_slider {
    width: 75%;
    float: left;
    position: relative;
}
.mj_product_slider img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 13px;
}
.mj_product_slider_nav {
    width: 25%;
    float: left;
    position: relative;
    z-index: 999;
}
.mj_product_slider_nav ul {
	margin:0;
	padding:0;
    padding-right: 3px;
}
.mj_product_slider_nav ul li {
	list-style:none;
    margin-bottom: 15px;
    cursor: pointer;
	position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_product_slider_nav ul li:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	background-color:#000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_product_slider_nav ul li:hover:after{
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_product_slider_nav ul li img {
	width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_product_slider div span {
    padding-top: 9px;
    display: table;
}
.mj_product_slider div span a i {
    color: #333333;
    font-size: 13px;
    margin-right: 5px;
}
.mj_product_slider div span a {
    color: #666666;
    font-size: 13px;
    margin-right: 27px;
}
.mj_product_single_info{
	float:left;
	width:100%;
}
.mj_product_single_info h4{
	font-size:20px;
	color:#444444;
}
.mj_price_section del {
    font-size: 14px;
    color: #959595;
}
.mj_price_section span {
    font-size: 18px;
    padding-left: 15px;
	color: #f26522;
    font-size: 22px;
    font-weight: bold
}
.mj_product_single_info .ratings .star-rating {
    color: #222222;
	font-size:16px;
	float:left;
}
.mj_product_info_wrapper{
	float:left;
	width:100%;
	border-bottom:1px solid #e9e9e9;
}
.mj_product_info_wrapper p{
	font-size:16px;
}
.mj_share_wrapper{
	float:left;
	width:100%;
}
.mj_share_wrapper ul{
	margin:0;
	padding:0;
}
.mj_share_wrapper ul li{
	list-style:none;
	float:left;
	margin-right:10px;
}
.mj_share_wrapper ul li a{
	text-decoration:none;
	background-color:#ababab;
	color:#fff;
	border-radius:100%;
	float: left;
    text-align: center;
	width:30px;
	height:30px;
	line-height:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a i{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a:hover .fa-facebook{
	background-color:#355999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a:hover .fa-twitter{
	background-color:#4eadf9;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a:hover .fa-google-plus{
	background-color:#dc4934;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a:hover .fa-behance{
	background-color:#000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mj_share_wrapper ul li a:hover .fa-dribbble{
	background-color:#f16d9d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cart{
	float:left;
	width:auto;
	padding-top:50px;
}
.cart button{
	text-decoration:none !important;
	float:left !important;
	width:auto !important;
    background-color: #00bff3 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
    border-radius: 5px !important;
    font-weight: 400 !important; 
}
.mj_incre_decre_btns{
	float: left;
    width: 123px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
}
.mj_incre_decre_btns button{
	border-radius:5px;
	border:none;
	background-color: #f9fafb;
	background-color: -moz-linear-gradient(top,  #f9fafb 0%, #ffffff 100%); 
	background-color: -webkit-linear-gradient(top,  #f9fafb 0%,#ffffff 100%); 
	background-color: linear-gradient(to bottom,  #f9fafb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff',GradientType=0 );
}
.mj_incre_decre_btns button:focus{
	outline:none;
	border:none;
	background-color: #f9fafb;
	background-color: -moz-linear-gradient(top,  #f9fafb 0%, #ffffff 100%); 
	background-color: -webkit-linear-gradient(top,  #f9fafb 0%,#ffffff 100%); 
	background-color: linear-gradient(to bottom,  #f9fafb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ffffff',GradientType=0 );
}
.mj_incre_decre_btns button i{
	color:#000;
}
.mj_incre_decre_btns .btn_big{
	padding:9px 25px;
	margin: 0px -5px;
	color:#000;
}
.mj_incre_decre_btns .btn_small{
	padding: 9px 10px;
	color:#000;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist{
	float: left;
    width: 50px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 10px;
    position: relative;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist a{
	padding:8px 19px;
    float: left;
    width: 100%;
	color:#fff;
	text-decoration:none;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist a i{
	margin-left:0px;
	font-size:12px;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist a i{
	margin-left:0px;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist span {
    position: absolute;
    top: 93%;
    left: -205px;
    right: 0;
    margin: 0px auto;
    color: #000;
    font-size: 12px; 
}
.mj_feature_product .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 22px;
    right: 20px;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    top: 12px;
    right: -30px;
}
.mj_product_single_info .qty{
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    padding: 7px 0px;
	color: #000;
    margin-right: 6px;
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table.wooshop_cart{
	border:1px solid rgba(0,0,0,.1);
}
.mj_lightgraytbg.mj_innerpages .woocommerce table.shop_table.wooshop_cart tr td{
	vertical-align: middle;
	background-color:#fff !important;
}
/*-------- Product Single page end ---------*/
/*----------- responsive css start ---------*/
@media (max-width: 1341px) {
.mj_tabcontent .table tr td .mj_liks span{
    left: 80px;
    z-index: 1;
}
.mj_tabcontent .table tr td .mj_liks span:after{
    right: 0;
    left: -10%;
    background-position: 11px 17px;
}
}
@media (min-width: 1200px) and (max-width: 1341px) {
.mj_testimonial_data h4 span {
    font-size: 22px;
}
.mj_testimonial_slider{
    min-height: 470px;
}
} 
@media (max-width: 1200px) {
	
.mj_feature_product_slider .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
.mj_feature_product_slider .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

}
@media (min-width: 992px) and (max-width: 1199px) {

.mj_navmenu ul li a{
	padding:15px 6px;
}
.mj_navmenu ul li:first-child a{
	padding-left:0px;
}
ul.mj_right_menu li a {
    padding: 15px 5px;
    margin: 0px 0px 0px 0px;
	border:none;
}
.mj_countdiv .mj_countdata span{
	font-size:42px;
}
.mj_videosection_data h1 {
    font-size: 54px;
}
.mj_videosection_data {
    padding: 0px;
}
.mj_testimonial_data h4{
    font-size: 18px;
    padding: 20px 5px 0px 5px;
    line-height: 24px;
}
.mj_testimonial_data h4 span {
    font-size: 15px;
}
.mj_testimonial_data{
	width:60%;
}
.mj_pageheading ul li {
    padding-right: 15px;
}
.mj_pageheading ul li label {
    padding-right: 5px;
}
ul.mj_right_menu.mj_login_menu li:first-child a {
    margin: 0px 0px 0px 0px;
}
ul.mj_right_menu.mj_login_menu li a {
    margin: 0px 0px 0px 0px;
}
ul.mj_right_menu.mj_login_menu li:last-child a {
    margin: 0px 0px 0px 0px;
	padding-top:0px;
}
.mj_resume_heading ul li {
    padding: 0px 2px;
}
.mj_resume_heading ul li label {
    padding-right: 5px;
}
ul.mj_selected_content li a {
    padding: 10px 12px;
}
.mj_about_section ul li {
    padding: 10px 15px;
}
.mj_social_media_section .mj_mainbtn {
    padding: 15px 30px;
}
.widget_flickr ul li {
    margin: 0px 0px 10px 10px;
}
.mj_commentdata {
    width: 87%;
}
.mj_commentdata span {
    width: 72%;
}
.mj_commentdata span ul li {
    padding: 0px 9px 0px 9px;
}
.mj_commentdata span ul li:first-child{
    padding-left: 0px;
}
.widget_recent_entries ul {
    height: 570px;
}
.widget_recent_comments ul {
    height: 570px;
}
.mj_contact_detail {
    width: 74%;
}
.mj_paginations .pagination li:first-child a {
    width: 22%;
    margin-right: 100px;
}
.mj_videosection_data p{
    padding-bottom: 10px;
    font-size: 15px;
}
.mj_testimonial_slider {
    min-height: 380px;
}
.mj_testimonial_slider_content{
    margin-top: -120px;
}
.mj_overlay_inner h1{
    font-size: 50px;
}
.mj_overlay_inner h1 span {
    font-size: 40px;
}
.mj_addsection .mj_mainbtn{
    padding: 20px 30px;
}
.mj_articleoverlay p{
    width: 86%;
    font-size: 17px;
}
.mj_pageheading{
	padding-top: 20px;
}
.mj_blog_quote{
    padding: 20px 30px 30px 50px;
}
.mj_blog_quote p:before{
    left: -8%;
}
.select-wrapper select {
    width: 95%;
}
.mj_search_option {
    left: 40px;
    top: 9%;
}
.mj_contact_info {
    margin-top: 40px;
}
.mj_addtocart_btn {
    width: 100px;
}
.mj_incre_decre_btns {
    width: 100px;
}
.mj_incre_decre_btns .btn_big {
    padding: 9px 15px;
}
.mj_product_slider img {
    padding-left: 8px;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper form p input {
    width: 55%;
}
.mj_weight_wrapper .mj_sociallink ul li {
    padding: 0px 2px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.mj_header{
    padding: 10px 0px;
}
.mj_logo {
    text-align: center;
}
.mj_logo img{
    display:inline-block;
}
.mj_navmenu ul li a{
	padding:15px 6px;
}
.mj_search_option {
    left: 56px;
}
ul.mj_right_menu li a {
    margin: 0px 0px 0px 0px;
	padding: 15px 5px;
}
.mj_countdiv {
    margin-bottom: 30px;
}
.mj_articleoverlay p {
    padding: 5px;
    bottom: 10px;
	font-size:12px;
	width:88%;
}
.mj_testimonial_slider_content {
    left: 0px;
	width:100%;
}
.mj_testimonial_data {
    width: 73%;
}
.mj_testimonial_slider .mj_quote img {
    margin-left: 200px;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots{
	margin-left:25px;
}
.mj_top_searchbox {
    padding: 40px 10px;
}
.mj_top_searchbox .mj_mainbtn {
    padding: 13px 45px;
}
.mj_filter_slider label {
    width: 35%;
}
.slider.slider-horizontal {
    width: 200px;
}
.mj_tabcontent .table tr td h4 a{
	font-size:16px;
}
.mj_tabcontent .table tr td a img{
	width:50px;
	height:50px;
}
ul.mj_right_menu.mj_login_menu li:first-child a {
    margin: 0px 0px 0px 0px;
}
ul.mj_right_menu.mj_login_menu li a {
    margin: 0px 0px 0px 0px;
}
ul.mj_right_menu.mj_login_menu li:last-child a {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.mj_likedetails {
    right: 15%;
}
.mj_notification_detail {
    right: 10%;
}
.mj_mainheading h1 span {
    font-size: 40px;
}
.mj_pagetitle2 .mj_pageheading h1 {
    font-size: 50px;
	padding:0px;
}
.mj_pagetitle2 .mj_pagetitle_inner {
    bottom: -10%;
}
.mj_pageheading ul li {
    padding-right: 8px;
}
.mj_pageheading ul li a {
    font-size: 12px;
}
.mj_pageheading ul li label i {
    font-size: 15px;
}
.mj_pageheading ul li label {
    padding-right: 5px;
}
.mj_social_media_section{
	padding-top:60px;
	padding-bottom: 60px;
}
.mj_jobdetail label{
	margin-bottom:20px;
}
.woo_product-code {
    width: 70%;
}
.cart_totals {
    width: 40%;
}
.mj_candidate_section .table tr td:nth-child(3) p {
    padding-top: 18px;
}
.mj_tabcontent .table tr td p {
    font-size: 12px;
}
.mj_candidate_section .table tr td ul li {
    padding: 5px 10px;
    font-size: 11px;
    margin-right: 5px;
    margin-top: 15px;
}
.mj_candidate_section .table tr td:nth-child(3) i {
    display: none;
}
.mj_tabcontent .table tr td h4 {
    padding-top: 5px;
}
.mj_tabcontent .table tr td:nth-child(4) i, .mj_tabcontent .table tr td:nth-child(2) a img {
    /* display: none; */
}
.mj_social_media_section .mj_mainbtn {
    padding: 15px 30px;
}
.mj_paginations .pagination li:first-child a {
    width: 22%;
    margin-right: 100px;
}
.widget_recent_entries ul {
    height: 575px;
}
.widget_recent_comments ul {
    height: 575px;
}
.mj_commentdata {
    width: 87%;
}
.mj_commentdata span {
    width: 74%;
}
.mj_commentdata span ul li {
    padding: 0px 10px 0px 10px;
}
.mj_commentdata span ul li:first-child {
    padding-left: 0px;
}
.mj_team_info {
    padding-left: 10px;
    padding-right: 10px;
}
.mj_workit_innerheader {
    padding: 30px 20px;
}
.mj_workit_innerheader h4{
	font-size:22px;
}
.mj_filter {
    padding: 30px 10px;
}
.mj_filter ul li a {
    padding: 30px 5px 28px 5px;
}
.mj_contact_detail {
    margin-bottom: 24px;
}
.mj_bottompadder80{
	padding-bottom:60px;
}
.mj_toppadder80{
	padding-top:60px;
}
.mj_toppadder50{
	padding-top: 30px;
}
.mj_bottompadder50{
	padding-bottom: 30px;
}
.mj_bottommargin60 {
    margin-bottom: 30px;
}
.mj_pricingtable{
    margin-top: 30px;
}
.mj_pageheading{
    padding-top: 10px !important;
}
.mj_postdiv .woocommerce-checkout .form-group{
    margin-bottom: 0;
}
.mj_commentdata .mj_commentdate{
    width: 70%;
}
.mj_commentdata .mj_commentdate ul li{
	padding: 0px 5px 0px 5px;
}
.mj_blog_quote{
    padding: 20px 50px 30px 50px;
}
.mj_blog_quote p:before{
    left: -8%;
}
.mj_team_info span{
	padding-top: 40px;
}
.select-wrapper .holder{
	font-size:14px;
	padding:0px 12px;
}
.mj_signup_section{
    min-height: 600px;
}
.mj_mainheading h1{
    padding-bottom: 0;
}
.mj_blog_btn{
    padding-top: 0;
}
.mj_popupdesign .modal-content .modal-body .mj_pricingtable button.close{
    right: -8%;
}
.mj_error_wrapper{
	background-position: -30% 100%, 130% -30%;
}
.select-wrapper select {
    width: 95%;
}
.mj_pricing_heading h3 {
    font-size: 22px;
}
.mj_contact_info {
    margin-top: 40px;
}
.mj_lntoffer_img {
    width: 25%;
}
.mj_lntoffer_info {
    width: 75%;
}
.mj_our_partner ul li a img{
	width:100%;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_info {
    width: 100%;
    text-align: left;
    padding-left: 0px;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_img {
    width: 110px;
    float: left;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_info p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.mj_product_slider img {
    padding-left: 29px;
}
.mj_product_single_info {
    margin-top: 20px;
}
.mj_side_heading p {
    top: 60%;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper form p input {
    width: 17%;
}
.mj_feature_product_img img{
	width:100%;
}
}
@media (max-width: 767px) {
.mj_header{
    padding: 10px 0px;
}
.navbar-toggle{
    background-color: #fecc17;
    width: auto;
    float: right;
    opacity: 0.7;
}
.navbar-toggle:hover{
    opacity: 1;
}
.table-responsive{
	border:none;
}
.sr-only{
	position:inherit;
    display: none;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.mj_navmenu ul li ul.sub-menu {
    top: 0%;
    left: 30%;
}
.mj_navmenu ul li ul.sub-menu li {
    margin: 0px 0px;
}
ul.mj_right_menu li a {
    padding: 15px;
    margin: auto;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
ul.mj_right_menu li:first-child {
    position: relative;
}
.mj_search_option{
    left: 40px;
}
ul.mj_right_menu.mj_login_menu li a{
	margin:0px;
}
.mj_profilediv{
    top: 100%;
    width: 100%;
}
.mj_likedetails {
    top: 75%;
    left: 0;
	width:100%;
}
.mj_notification_detail {
    right: 0;
    width: 100%;
    top: 85%;
}
ul.mj_right_menu.mj_login_menu li:last-child a {
    margin: 0px;
}
.mj_logo {
	text-align:center;
}
.mj_logo a img{
	display:inline-block;
    margin-bottom: 15px;
}
.mj_top_searchbox .form-control {
    margin-bottom: 20px;
}
.mj_filter_slider label{
	width:40%;
}
.mj_newsletter .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.mj_newsletter .mj_newsletterbtn{
    margin-left: -20px;
}
.mj_tabcontent .table tr td a img{
    width: 40px;
    height: 40px;
    max-width: 40px;
}
.mj_tabcontent .table tr td span {
    font-size: 14px;
}
.mj_pagetitle2 .mj_pagetitle_inner{
    position: relative;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}
.mj_joblogo{
text-align: center;
}
.mj_joblogo img {
    display: initial;
}
.mj_pagetitle2 .mj_pageheading h1, .mj_pageheading ul li a{
    color: #000000;
}
.mj_pageheading ul li a.mj_btn{
	color:#fff;
}
.mj_resume_changeing.mj_yellowbg {
    border-radius: 13px 13px 0px 0px;
}
.mj_resume_changeing.mj_bluebg {
    border-radius: 0px;
}
.mj_resumepreview_footer .mj_resume_changeing.mj_yellowbg {
    border-radius: 0px 0px 0px 0px;
}
.mj_resumepreview_footer .mj_resume_changeing.mj_bluebg {
    border-radius: 0px 0px 13px 13px;
}
.cart_totals {
    width: 100%;
    margin-top: 40px;
}
.mj_updatecart {
    width: 100%;
}
.woo_product-code {
    width: 100%;
}
.mj_team_wrapper{
	overflow:hidden;
}
.select-wrapper{
	margin-bottom:20px;
}
.woo-cart-table .table tr td p{
	float:left;
}
.mj_filter{
	padding:0px;
}
.mj_filter ul{
    margin-bottom: -4px;
    float: left;
}
.mj_filter ul li a {
    padding: 5px;
    float: left;
}
.mj_bottompadder80 {
	padding-bottom:40px;
}
.mj_toppadder80{
	padding-top:40px;
}
.mj_bottompadder50{
	padding-bottom: 25px;
}
.mj_toppadder50 {
	padding-top: 25px;
}
.mj_top_searchbox .mj_mainbtn{
	width:100%;
}
.mj_contact_info {
    margin-top: 40px;
}
.mj_logo a {
    float: left;
}
.mj_commentdata .mj_commentdate{
    width: 100%;
}
.mj_commentdata .mj_commentdate ul li{
    padding: 0px 10px 0px 20px;
    padding-left: 0;
    margin-right: 10px;
}
.mj_team_info span{
    padding-top: 60px;
}
.mj_countdiv .mj_count_img {
    text-align: center;
    margin-bottom: 10px;
	width:100%;
}
.mj_countdiv .mj_count_img img{
	display: inline-block;
    padding-right: 0px;
}
.mj_countdiv .mj_countdata{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.mj_countdiv, .mj_clientlogo{
    padding-bottom: 15px
}
.mj_pricingtable{
    margin-top: 60px;
}
.mj_bottommargin60{
	 margin-bottom: 40px;
}
.mj_pagetitle2 .mj_pageheading h1{
	font-size: 50px;
}
.mj_pagetitle2 .mj_mainheading h1 span {
    font-size: 30px;
}
.mj_social_media_section ul{
    width: 100%;
}
.mj_social_media_section ul li{
	padding-bottom:15px;
}
.mj_postdiv:before{
	display: none;
}
.select-wrapper .holder, .mj_freelancer_form .select-wrapper span.holder{
	padding: 0px 10px;
    font-size: 14px;
}
.mj_resume_heading ul li{
    padding: 5px 0px;
    width: 100%;
}
.mj_resume_heading h1{
    font-size: 50px;
}
.mj_resume_heading h1 span {
    font-size: 30px;
}
.mj_articleoverlay p{
    font-size: 15px;
    width: 100%;
	left: 0;
    bottom: 0;
}
.fancybox-title-float-wrap .child{
	display:none;
}
.mj_popupdesign .modal-content .modal-body .mj_pricingtable button.close {
    right: 5px;
    top: -45px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}
.job_listings ul.mj_job_listings li.job_listing a img.company_logo{
    display: block;
    visibility: visible;
    float: none;
    position: inherit;
}
.job_listings ul.mj_job_listings li.job_listing a div.position {
    padding: 0 0 0 0px;
    width: 40%;
}
.job_listings ul.mj_job_listings li.job_listing a div.location{
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 0;
}
.job_listings ul.mj_job_listings li.job_listing a .meta{
    width: 30%;
    padding-left: 0;
}
.job_listings ul.mj_job_listings li.job_listing a .meta .mj_btn {
    padding: 5px 20px;
}
.job_listings ul.mj_job_listings .mj_packge {
    text-align: left;
    width: 30%;
}
.resumes ul.mj_resumes_listings li.resume a div.candidate-column {
    width: 100%;
}
ul.resumes li.resume a .candidate-location-column {
    width: 50%;
}
.mj_single_blog .mj_articledata blockquote {
    padding: 20px !important;
}
.companies-overview li ul {
    padding: 10px;
}
.mj_navmenu ul {
    width: 100%;
}
.mj_navmenu .navbar-right {
    width: 100%;
}
.mj_contact_info {
    margin-top: 40px;
}
.mj_navmenu_second ul li ul.sub-menu {
    left: 0%;
}
.mj_navmenu_second {
    margin-top: 50px;
}
.mj_basic_services_wrapper {
    margin: 20px 0px;
}
.mj_product_categori_img img {
    width: 100%;
}
.mj_clearence {
    text-align: center;
    padding-top: 30px;
}
.mj_newarrivals {
    text-align: center;
    padding-top: 30px;
}
.mj_clearence a {
    float: none;
    display: inline-block;
}
.mj_newarrivals a {
    float: none;
    display: inline-block;
}
.mj_our_partner ul li a img{
	width:100%;
}
.mj_lntoffer_wrapper {
    text-align: center;
}
.mj_lntoffer_img {
    width: 170px;
    margin-bottom: 20px;
    display: inline-block;
    float: none;
}
.mj_lntoffer_info {
    width: 100%;
}
.mj_mainheading h3 {
    text-align: center;
}
.mj_mainheading h3:after {
    right: 0;
    margin: 0px auto;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_info {
    width: 100%;
    text-align: left;
    padding-left: 0px;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_img {
    width: 110px;
    float: left;
}
.woocommerce.widget.widget_recent_view .mj_lntoffer_wrapper .mj_lntoffer_info p {
    margin-bottom: 0px;
    margin-top: 0px;
}
.mj_product_slider img {
    padding-left: 10px;
}
.mj_product_single_info {
    margin-top: 10px;
}
.woocommerce-tabs .tab-content > .tab-pane .reviews-tab form {
    width: 100%;
}
.mj_side_heading p {
    top: 60%;
}
.mj_feature_product_img img{
	width:100%;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper form p input {
    width: 30%;
    text-align: center;
}
.mj_bottom_footer {
    text-align: center;
}
.mj_bottom_footer p{
	margin-bottom:10px;
}
.mj_bottom_footer ul {
    float: none;
    display: inline-block;
}
.mj_paginations .pagination li span {
	padding:10px;
}
.mj_paginations .pagination li a {
    padding: 10px;
}
.companies-overview .company-group, .companies-overview ul li.company-group{
	width:47% !important;
}
.company-letters a{
	float:left;
	padding:5px;
}
}
@media (min-width: 480px) and (max-width: 625px) {
.mj_tabs .mj_tabcontent .table tr td:nth-child(2), .mj_tabs .mj_tabcontent .table tr td:nth-child(4), .mj_filter_section .mj_tabcontent .table tr td:nth-child(2), .mj_filter_section .mj_tabcontent .table tr td:nth-child(4), .mj_joblocation_section .mj_tabcontent .table tr td:nth-child(2), .mj_joblocation_section .mj_tabcontent .table tr td:nth-child(4), .mj_candidate_section .mj_tabcontent .table tr td:nth-child(1), .mj_candidate_section .mj_tabcontent .table tr td:nth-child(3)  {
    /* display: none; */
}
}
 @media (max-width: 625px){ 
.mj_carttable, .mj_carttable thead, .mj_carttable tbody, .mj_carttable th, .mj_carttable td, .mj_carttable tr {
    display: block;
}
.mj_carttable .table tr td {
    border: none;
    position: relative;
    padding-left: 50%;
	border-radius:0px;
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 15px;
}
.mj_carttable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.mj_carttable tr {
    border: 1px solid #ccc;
}
.mj_carttable tr:nth-of-type(odd) {
    background: #eee;
}
.mj_carttable td:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 15px;
}
.mj_carttable td:nth-of-type(1):before { content: "DELETE"; }
.mj_carttable td:nth-of-type(2):before { content: "PACKAGE NAME"; }
.mj_carttable td:nth-of-type(3):before { content: "PRICE"; }
.mj_carttable td:nth-of-type(4):before { content: "QUANTITY"; }
.mj_carttable td:nth-of-type(5):before { content: "TOTAL"; }
.mj_carttable .table tr th{
	display:none;
}
.mj_carttable .table tr td a {
    float: right;
    width: 50%;
    text-align: left;
}
.mj_carttable .table tr td:nth-child(2) p{
	display:none;
}
.mj_carttable .table tr td span, .mj_carttable .table tr td p, .mj_carttable .table tr td h6{
	float:right;
	width:50%;
}
}
@media (max-width: 767px) and (orientation:landscape) {

#jobmap{
	height:350px;
}
#resumemap{
	height:350px;
}
#map{
	height:300px;
}

}

@media (max-width: 667px) and (orientation:landscape) {

#jobmap{
	height:300px;
}
#resumemap{
	height:300px;
}
#map{
	height:250px;
}

}
@media (max-width: 568px) and (orientation:landscape) {

#jobmap{
	height:300px;
}
#resumemap{
	height:300px;
}
#map{
	height:250px;
}

}
 
@media (min-width: 480px) and (max-width: 767px) {
.mj_tabcontent .table tr td h4 a {
    font-size: 16px;
}
.mj_tabcontent .table tr td p {
    font-size: 12px;
}
.mj_tabcontent .table tr td:nth-child(4) i, .mj_tabcontent .table tr td:nth-child(2) a img{
    /* display: none; */
}
.mj_testimonial_slider{
    min-height: 450px;
}
.mj_testimonial_slider_content {
    width: 100%;
    left: 0px;
}
.mj_testimonial_img {
    width: 100px;
    height: 100px;
    margin-top: 65px;
}
.mj_testimonial_data h4 span {
    font-size: 12px;
}
.mj_testimonial_data h4 span {
    font-size: 14px;
}
.mj_testimonial_data h4{
	font-size:18px;
}
.mj_testimonial_slider .mj_quote img {
    padding-left: 140px;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots {
    left: 50%;
    bottom: -30px;
}
.mj_articleslider .owl-carousel .owl-stage-outer, .mj_articleslider, .mj_articleslider .owl-carousel{
    min-height: 150px;
}
.mj_articleslider .owl-theme .owl-dots {
    bottom: -40px;
}
.mj_check_filter .form-group {
    float: left;
}
.mj_mainheading h1 {
    font-size: 55px;
}
.mj_mainheading h1 span {
    font-size: 40px;
}
.mj_pagetitle .mj_mainheading h1 {
    font-size: 45px;
}
.mj_pagetitle .mj_mainheading h1:before{
	display:none;
}
.mj_pagetitle .mj_mainheading h1:after{
	display:none;
}

ul.mj_selected_content li {
    padding: 20px 4px 15px 0px;
}
ul.mj_selected_content li a {
    padding: 5px 10px;
}
.mj_jobdetail label {
    margin-bottom: 20px;
}

.mj_about_section ul li {
    padding: 10px 10px;
}
.mj_paginations .pagination li:first-child a {
    width: 26%;
    margin-right: 20px;
}
.mj_paginations .pagination li:last-child a{
    width: 21%;
}
.pagination li span {
    padding: 10px 0px;
}
.mj_paginations .pagination li a{
    padding: 10px 10px;
}
.widget_flickr ul li {
    margin: 0px 0px 10px 10px;
}

.mj_blog_quote {
    padding: 20px 0px 30px 45px;
}
.mj_blog_comments_title {
    padding: 30px 20px;
}
.mj_blog_comments_title h4 {
    font-size: 14px;
}
.mj_blog_tags ul {
    margin: 5px 0px 0px 50px;
}
.mj_blog_tags a {
    padding: 8px 16px;
}
.mj_commentdata {
    width: 78%;
    overflow: hidden;
}
.mj_commentdata span {
    width: 100%;
}
.mj_team_filter_menu ul li {
    padding: 5px;
}
.mj_team_filter_menu ul li a{
    padding: 10px 10px;
}
.mj_contact_detail {
    margin-bottom: 20px;
}
.mj_single_blog .mj_blog_date ul li{
	width:auto;
	margin:0px 0px 10px 0px;
	padding-right: 10px;
}
.mj_single_blog .mj_blog_date ul li:first-child{
	margin:0px;
}
.mj_single_blog .mj_blog_date ul li:after{
	display:none;
}
.mj_overlay_inner h1, .mj_videosection_data h1{
    font-size: 50px;
}
.mj_overlay_inner h1 span, .mj_videosection_data h1 span {
    font-size: 40px;
}
.mj_pagetitle:after, .mj_pagetitle:before{
    top: 79%;
}
.grid-item, .grid-sizer {
    width: 50%;
}
.mj_testimonial_data{
    padding: 40px;
}
.mj_pageheading ul li{
    padding-right: 15px;
}
.select-wrapper select {
    width: 93%;
}
.mj_gallary_info h5{
	margin:0px;
}
.mj_error_wrapper{
	background-size: 60% 60%, 60% 60%;
}
.mj_candidate_section .table tr td:nth-child(3) i{
	display:none;
}
.mj_contact_info {
    margin-top: 40px;
}

}

@media (min-width: 400px) and (max-width: 479px) {
.mj_overlay_inner{
    width: 100%;
    margin-left: -50%;
    margin-top: -67.5px;
}
#jobmap{
	height:400px;
}
#resumemap{
	height:400px;
}
#map{
	height:300px;
}
.mj_contact_info {
    margin-top: 40px;
}
}
@media (max-width: 479px){ 
ul.mj_joblist li a{
    padding: 10px;
	font-size: 15px;
}
.mj_tabcontent .table tr td h4, .mj_tabcontent .table tr td h4 a {
    font-size: 15px;
}
.mj_tabcontent .table tr td:nth-child(4) i {
   /*  display:none; */
   float:none;
     padding-top: 0px;
   display:inline-block;
}
.mj_tabcontent .table tr td p {
    float: none;
    display: inline-block;
}
.mj_tabcontent .table tr td:nth-child(5) a {
    margin-top: 0px;
    float: none;
}
.mj_tabcontent .table tr td:first-child a i {
    padding-top: 10px;
}
.mj_tabcontent .table tr td:nth-child(4) p {
    padding-top: 0px;
}
.mj_tabcontent .table tr td span {
    padding-top: 0px;
    padding-bottom: 10px;
}
.mj_tabcontent .table tr td span{
    font-size: 15px;
}
.job_listings ul.mj_job_listings li.job_listing a {
    padding: 0;
}
.job_listings ul.mj_job_listings li {
    text-align: center;
}
.mj_mainheading h1 {
    font-size: 55px;
}
.mj_mainheading h1 span {
    font-size: 40px;
}
.mj_countdiv {
    margin-bottom: 20px;
}
.mj_overlay_inner h1{
    font-size: 45px;
    line-height: 40px;
}
.mj_overlay_inner h1 span {
    font-size: 30px;
}
.mj_testimonial_slider_content{
    position: relative;
    left: 0;
    margin-top: 0;
	width:100%;
}
.mj_testimonial_slider {
    min-height: 500px;
    height: 100%;
}
.mj_testimonial_slider_content #owl-demo{
	min-height:500px;
}
.mj_testimonial_slider_content .owl-carousel .owl-stage-outer {
    height: 500px !important;
}
.mj_testimonial_img {
    float: left;
    width: 100%;
    text-align: center;
}
.mj_testimonial_img img {
    width: auto !important;
    display: initial !important;
}
.mj_testimonial_data{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
}
.mj_testimonial_data h4{
    padding-bottom: 10px;
	font-size: 18px;
}
.mj_testimonial_data h4 span {
    font-size: 15px;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots{
    margin-left: -10%;
    margin-bottom: 20px;
    bottom: 10px;
}
.mj_articleslider .owl-carousel .owl-stage-outer, .mj_articleslider .owl-carousel, .mj_articleslider {
    /* min-height: 360px; */
}
.mj_articleslider .owl-theme .owl-dots {
    bottom: -40px;
}
.mj_pagetitle .mj_mainheading h1:before, .mj_pagetitle .mj_mainheading h1:after{
	display:none;
}
.mj_pagetitle .mj_mainheading h1{
    font-size: 45px;
    min-width: 10px;
}
.mj_pagetitle .mj_mainheading h1 span{

	font-size:25px;
}
.mj_pagetitle:before, .mj_pagetitle:after{
	height: 50px;
}
.mj_detaildiv ul li a{
    word-break: break-all;
}
ul.mj_selected_content li, .mj_detaildiv ul.mj_selected_content li{
    padding: 10px 20px 0px 0px;
}
.mj_about_section h1{
    font-size: 50px;
}
.mj_about_section h1 span {
    font-size: 40px;
}
.woocommerce-checkout-payment ul.payment_methods.methods li img {
    width: auto;
    max-width: 100%;
}
.mj_social_media_section ul li a.mj_mainbtn.mj_btnred {
    font-size: 15px;
}
.mj_paginations {
    float: none;
    text-align: center;
    display: inline-block;
}
.mj_paginations .pagination {
    float: none;
    width: auto;
	display: inline-block;
}
.mj_paginations .pagination li a span{
    padding: 0px;
	font-size: 0;
}
.mj_paginations .pagination li a{
   /*  padding: 5px 9px; */
}
.mj_paginations .pagination li:first-child a span i, .mj_paginations .pagination li:last-child a span i{
    font-size: 15px;
}
.mj_paginations .pagination li:last-child a span i {
    padding-left: 0;
}
.mj_paginations .pagination li:first-child a span i {
    padding-right: 0;
}
.mj_paginations .pagination li:first-child a{
    width: auto;
    margin-right: 0;
}
.mj_paginations .pagination li:last-child a{
    width: auto;
}
.mj_single_blog .mj_blog_date ul li{
    margin: 10px;
}
.mj_single_blog .mj_blog_date ul li:first-child, .mj_single_blog .mj_blog_date ul li:nth-child(odd) {
    margin: 10px 10px 10px 0px;
}
.mj_blog_quote{
    padding: 20px 0;
}
.mj_blog_quote p{
    padding: 0px 0px 0px 40px;
}
.mj_blog_quote p:before {
    left: 0;
}
.mj_blog_tags ul{
    width: 85%;
    margin-left: 10px;
}
.mj_blog_tags ul li{
	margin:2px;
}
.mj_commentdata{
    width: 100%;
    margin: 10px 0px;
}
.mj_commentdata span{
	width:100%;
}
.mj_commentdata span ul li{
    padding: 0px 5px 0px 0px;
    width: auto;
}
.mj_blog_comments_title{
    padding: 20px 20px;
}
.mj_blog_comments{
	overflow: hidden;
}
.grid-item, .grid-sizer {
    width: 100%;
}
.mj_contact_info .mj_mainheading h1 {
    font-size: 45px;
}
.mj_mainheading h1 span {
    font-size: 30px;
}
.woo_product-code .mj_apply_coupenbtn {
    padding: 7px 10px 8px;
}
.woo_product-code .form-group {
    width: 45%;
}
.mj_top_searchbox{
	padding:20px;
}
.mj_candidatepage_media .mj_mainbtn {
    min-width: 200px;
    padding: 15px 20px;
    font-size: 15px;
}
.mj_team_filter_menu ul li a{
	float:left;
}
.mj_mainheading{
	padding: 20px 0px;
}
.mj_contact_detail{
    margin-bottom: 15px;
}
.mj_signup_section{
    padding-left: 0px;
    padding-right: 0px;
	min-height: 480px;
}
.mj_pricingtable{
	margin-top: 60px;
}
.mj_choosepackage ul li .mj_package_detail{
    width: 84%;
}
.mj_postdiv .form-group{
	margin-bottom: 0px;
}
.mj_articledata h4 {
font-size: 20px;
    width: 90%;
    line-height: 25px;
}
.mj_bloger_img_overlay{
    right: 0;
}
.mj_pageheading ul li{
    padding-right: 0;
    width: 100%;
    padding: 5px 0px;
}
.mj_education{
    padding: 10px;
}
.mj_overlay_inner{
    width: 100%;
    left: 0;
    margin-left: 0;
}
.select-wrapper select {
    width: 90%;
}
.mj_filter_menu ul li{
    padding: 0px;
}
.mj_gallerypage .col-xs-6{
     width:100%;
}
.mj_gallary_img img{
	width:100%;
}
.mj_error_wrapper{
    background-size: 50% 20%, 50% 20%;
}
.mj_tabs .mj_tabcontent .table tr td:nth-child(2), .mj_tabs .mj_tabcontent .table tr td:nth-child(4), .mj_tabs .mj_tabcontent .table tr td:nth-child(5), .mj_filter_section .mj_tabcontent .table tr td:nth-child(2), .mj_filter_section .mj_tabcontent .table tr td:nth-child(4), .mj_filter_section .mj_tabcontent .table tr td:nth-child(5), .mj_joblocation_section .mj_tabcontent .table tr td:nth-child(2), .mj_joblocation_section .mj_tabcontent .table tr td:nth-child(4), .mj_joblocation_section .mj_tabcontent .table tr td:nth-child(5), .mj_candidate_section .mj_tabcontent .table tr td:nth-child(3), .mj_candidate_section .mj_tabcontent .table tr td:nth-child(4)  {
   /*  display: none; */
}
.mj_tabcontent .table tr td {
    padding: 5px 20px;
    width: 100%;
    float: left;
	text-align:center;
}
.mj_tabcontent .table tr td:first-child a, .mj_tabcontent .table tr td:nth-child(2) a{
	text-align:center;
}
.mj_about_section ul li{
    padding: 10px 6px;
}
.fancybox-close {
    top: -28px;
    right: -5px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}
/* .fancybox-nav span {
    top: 100%;
    margin-top: -4px;
}
.fancybox-next span {
    right: -5%;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
}
.fancybox-prev span {
    left: -5%;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
} */
.fancybox-prev {
    left: 0px;
}
.fancybox-next {
    right: 0px;
}
.job_listings ul.mj_job_listings li.job_listing a div.position {
    width: 100%;
}
.job_listings ul.mj_job_listings li.job_listing a div.location {
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0px;
    text-align: center;
}
.job_listings ul.mj_job_listings li.job_listing a img.company_logo{
    display: inline-block;
    visibility: visible;
    float: none;
    position: inherit;
}
.job_listings ul.mj_job_listings .mj_packge {
    width: 100%;
	text-align:center;
}
.job_listings ul.mj_job_listings li.job_listing a .meta {
    width: 100%;
}
.mj_filter_menu {
    padding: 10px;
}
.mj_gallary_info {
    margin-top: -5.5px;
}
.mj_gallary_info h5{
	display:none;
}
.companies-overview li ul {
    padding: 0px !important;
}

#jobmap{
	height:400px;
}
#resumemap{
	height:400px;
}
#map{
	height:300px;
}
.mj_contact_info {
    margin-top: 40px;
}
.mj_our_partner ul li {
    width: 100%;
    margin-bottom: 40px;
}
.mj_our_partner ul li a img {
    width: auto;
}
.col-xs-6 {
    width: 100%;
}
.mj_feature_product_img img{
	width:100%;
}
.mj_product_slider img {
    padding-left: 2px;
}
.mj_incre_decre_btns {
    width: 100px;
}
.mj_incre_decre_btns .btn_big {
    padding: 9px 15px;
}
.mj_addtocart_btn {
    width: 100px;
}
.mj_side_heading p {
    top: 70%;
}
.woocommerce.widget.widget_price_filter .price_slider_wrapper form p input {
    width: 50%;
    text-align: center;
}
.woocommerce-tabs .nav-tabs > li {
    padding-right: 10px;
}
.mj_mainheading h2 {
    font-size: 28px;
	padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.mj_mainheading h2 span {
    font-size: 18px;
}
.mj_side_heading p {
    position: relative;
    left: 0;
}
.mj_mainheading h2:after {
    right: 0;
    margin: 0px auto;
}
.mj_product_slider_nav {
    width: 23%;
}
.mj_product_slider {
    width: 70%;
}
.woocommerce-tabs .tab-content > .tab-pane {
    word-break: break-word;
}
.woocommerce-tabs .tab-content ul {
    padding-left: 0px;
}
.woocommerce-tabs .tab-content ul li label {
    width: 30%;
}
.woocommerce-tabs .tab-content > .tab-pane > ul li p {
    width: 70%;
}
.woocommerce #review_form #respond form {
    width: 100%;
}
.cart button {
    padding: 12px 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist span {
    left: -185px;
}
.mj_filter_info_box {
    text-align: center;
}
.mj_filter_box {
    text-align: center;
}
.mj_filter_box form{
    float:left;
	width:100%;
}
.companies-overview .company-group, .companies-overview ul li.company-group{
	width:100% !important;
	margin-right:0px !important;
}
.companies-overview .company-group ul li a, .companies-overview ul li.company-group ul li a{
	padding-left: 10px;
}
}
@media (max-width: 399px){ 
.mj_overlay_inner{
    margin-top: -92.5px;
}
.mj_filter_slider label {
    width: 100%;
}
.woo-cart-table td:before{
	font-size:11px;
}
.mj_about_section ul li{
    padding: 7px;
    float: left;
}
.mj_mainheading h2 {
    text-align: center;
}
.mj_side_heading p {
    top: 70%;
    right: 0;
    left: 0;
}
.mj_mainheading h2:after {
    right: 0;
    margin: 0px auto;
}
}
@media (max-width: 319px){ 
.mj_videooverlay_inner, .mj_overlay_inner{
	width:100%;
	left:0;
	margin-left:0px;
}
.mj_overlay_inner{
    margin-top: -92.5px;
}
.mj_newsletter .form-control{
    width: 80%;
}
.mj_navmenu ul li ul.sub-menu{
    width: 70%;
}
.mj_navmenu ul li ul.sub-menu li a, .mj_navmenu ul li.active ul.sub-menu li a{
    padding: 5px 20px;
    font-size: 11px;
}
.woo_product-code .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.woo_product-code .mj_apply_coupenbtn {
    border-radius: 5px;
    margin-left: 0;
    margin-bottom: 15px;
}
.mj_checkoutpopup .modal-content .modal-body .mj_pricingtable button.close {
    top: -25px;
}
.mj_checkoutpopup .modal-content .modal-body .mj_pricingtable button.close img {
    width: 25px;
    height: 25px;
}
.mj_popupdesign .modal-content .modal-body .mj_login_form {
    padding: 20px 0;
}
.mj_popupdesign .modal-content .modal-header .modal-title {
    font-size: 30px;
}
.mj_popupdesign .modal-content .modal-header .modal-title span {
    font-size: 20px;
}
}
@media (max-width: 280px){
.mj_pagetitle:before, .mj_pagetitle:after {
    height: 60px;
}
.mj_overlay_inner h1:before, .mj_overlay_inner h1:after{
	display:none;
}
.mj_overlay_inner h1 span.mj_yellow_text {
    font-size: 30px;
}
.mj_overlay_inner h1 {
    font-size: 25px;
    line-height: 30px;
}
.mj_overlay_inner h1 span {
    font-size: 20px;
}
.mj_overlay_inner {
    margin-top: -51px;
}
.mj_testimonial_slider_content .owl-carousel .owl-stage-outer{
    height: 540px !important;
}
.mj_testimonial_data{
    border-radius: 0;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots{
    bottom: 0px;
    width: 100%;
    left: 0;
    margin-left: 0;
}
.mj_articleoverlay p{
    font-size: 12px;
    padding: 5px;
    height: 55px;
    overflow: hidden;
}
.mj_newsletter .form-control {
    width: 70%;
}
.mj_filter_slider label {
    width: 100%;
}
.slider.slider-horizontal {
    width: 100%;
}
.mj_social_media_section .mj_mainbtn {
    padding: 15px 35px;
}
.mj_mainbtn {
    font-size: 16px;
}
.select-wrapper select {
    width: 84%;
}
.mj_updatecart .mj_mainbtn {
    padding: 12px 30px;
}
.woo-cart-table .table tr td{
	font-size: 17px;
}
.woo-cart-table .table tr td h6{
    font-size: 13px;
}
.mj_candidatepage_media .mj_mainbtn, .mj_social_media_section ul li a.mj_mainbtn.mj_btnred{
    font-size: 11px;
}
.mj_social_media_section ul li{
    padding-right: 0;
}
ul.mj_selected_content li a{
    font-size: 11px;
}
.mj_paginations .pagination li a {
    padding: 5px 5px;
}
.mj_blog_quote p{
    font-size: 15px;
    line-height: 20px;
}
.fancybox-title-float-wrap .child{
    display: none;
}
.fancybox-close{
    right: -6px;
    z-index: 15000;
}
.mj_team_filter_menu ul li{
	width: 100%;
}
.mj_team_filter_menu ul li a{
    margin-right: 0;
}
.mj_team_info ul li{
    margin: 5px;
}
.mj_contact_info .mj_mainheading h1 {
    font-size: 30px;
}
.mj_mainheading h1 span {
    font-size: 20px;
}
.mj_createaccount_form, .mj_freelancer_form{
    padding: 30px 20px 20px 20px;
}
.mj_freelancer_form_wrapper .select-wrapper select {
    width: 100%;
}
.widget_tag_cloud a{
    width: 100%;
    text-align: center;
    padding: 7px 0;
    margin: 5px 0px;
}
.mj_resume_changeing a{
    font-size: 18px;
}
}
@media (max-width: 240px){

.mj_bottom_footer ul li {
    padding: 5px 5px;
}
.mj_sociallink ul li {
    padding: 0px 2px;
}
.woocommerce-tabs .nav-tabs > li > a {
    font-size: 15px;
}
.mj_mainheading h2 {
    font-size: 28px;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.mj_mainheading h2 span {
    font-size: 18px;
}
.mj_side_heading p {
    position: relative;
}
.mj_incre_decre_btns {
    margin-bottom: 10px;
}
.mj_addtocart_btn {
    margin-left: 0;
}
.mj_product_single_info .qty {
    margin-right: -2px;
}
.cart button {
    font-size: 10px !important;
    padding: 15px 10px !important;
}
.mj_product_single_info .yith-wcwl-add-to-wishlist {
    margin-left: 2px;
}
}
/*----------- responsive css end ---------*/