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

Template Name: Thousand Careers
Version: 1.1
Author: Kevin
Website: thousandcareers.com
-------------------------------------------------------------------

[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: #484848;
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  font-weight: 400;
  background: #fbfbfb;
  -webkit-font-smoothing: antialiased;
}




h4 a {
    color:#b5b5b5;
}

h4 a:hover {
    color:#b91875;
}

h5 a {
    color:#b5b5b5;
}

h5 a:hover {
    color:#b91875;
}


.mj_btnpurple {
  color: #fff;
  text-align: center;
}





/*---------------- 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_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_bottommargin60 {
  margin-bottom: 60px;
}
.mj_yellow_text {
  color: #b91870;
}
.mj_black_text {
  color: #111111;
}
.mj_green_text{
  color: #b1d750;
}
.mj_blue_text{
  color: #04aa04;
}
.mj_yellow_bg{
  background-color:#b91870;
}
.mj_blue_bg{
  background-color:#04aa04;
}
a:hover, a:focus{
  color:inherit;
  text-decoration:none;
}
/*----------- Normal Css End ------------*/
/*------ Header Start -----*/
.mj_header {
  float: left;
  width: 100%;
  background: #111111;
  padding: 30px 0px;
}
.mj_logo {
  float: left;
  width: 100%;
}
.mj_logo img{
  display:inline-block;
  max-width: 250px;
  width: 100%;
}
/*------ Header End -----*/
/*-------- Main menu Start ---------*/
.mj_navmenu {
    position: relative;
}
.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;
  padding-bottom:5px!important;
  border-bottom: 2px solid transparent;
  cursor:pointer;
}
#google_translate_element{
margin-left:12px!important;
margin-top:10px!important;
}
#google_translate_element a:hover{
border:0px!important;
color:black!important;
}
.mj_navmenu .navbar-right {
  margin-right: 0;
}
.mj_navmenu ul li a:hover {
  background: transparent;
}
.mj_navmenu ul li:hover a, .mj_navmenu ul li.active a {
  border-bottom-color: #b91875;
  color:#b91875;
}
.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 30px 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: #04aa04;
    -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: #b91870;
    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: initial;
}
.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:#04aa04;
}
.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: #b91875;
}
.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:#04aa04;
    -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;
}
/*-------- Main menu End ---------*/
/*-------- dropdown css start ----------*/
.mj_navmenu ul li ul.sub_menu {
  position: absolute;
  top: 98%;
  left: -30%;
  padding-left: 0;
  display: none;
  width:200px;
  background-color:#ffffff;
    z-index: 1000;
  border-radius:13px;
    padding: 10px 0px;
  border-top: 2px solid #b91875;
}
.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:#04aa04;
  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;
}
/*-------- dropdowwn css 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;
}
.mj_tabs {
  float: left;
  width: 100%;
}
ul.mj_joblist {
  float: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: none;
}
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: #04aa04;
  border: none;
  border-bottom: 1px solid #04aa04;
}
.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 #b91875;
}
.mj_tabcontent .table tr:nth-child(even) td:first-child {
  box-shadow: inset 3px 0px 0px #ff9700;
}
.mj_tabcontent .table tr:nth-child(odd) td:first-child {
  box-shadow: inset 3px 0px 0px #b91875;
}
.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: #04aa04;
  font-size: 20px;
  font-weight: 500;
  padding-top: 22px;
}
.mj_tabcontent .table tr td:first-child a {
  text-align: center;
}
.mj_tabcontent .table tr td:first-child a i {
  padding-right: 0;
  padding-top: 18px;
  font-size: 20px;
}

.pro_pic_td img{
  width: 70px;
  height: 70px;
}
.index_recent_work_tbl .save_job_td{
  padding: 20px !important;
  width: 40px;
}
.pro_pic_td {
  width: 95px;
}
.apply_td {
  width: 130px;
}
.salary_td{
  width: 140px;
}
.apply_td a {
  margin-top: 15px;
}
.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: #04aa04;
}
.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;
}
.mj_blackbtn, a.mj_blackbtn {
  background-color: #000;
  color: #fff;
}
/*-------- job list section End ----------*/
/*-------- main heading start --------*/
.mj_mainheading {
  width: 100%;
  text-align: center;
}
.mj_mainheading h1 {
  font-size: 65px;
  font-family: 'FiraSans-ExtraLight';
  text-transform: uppercase;
  font-weight: 100;
  color: #000000;
  width: 100%;
  margin: 0;
  padding-bottom: 15px;
}
.mj_mainheading h1 span {
  font-size: 50px;
}
.mj_mainheading p {
  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: #04aa04;
  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%;
}
.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 {
  height: 120px;
  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: #04aa04;
  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: initial;
}
.mj_testimonial_slider_content {
  float: left;
  width: 110%;
  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: 70%;
    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';
  text-transform: uppercase;
}
.mj_testimonial_data h4 span {
  font-size: 25px;
}
.mj_testimonial_data h6 {
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  color: #04aa04;
  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;
}
.mj_testimonial_slider_content .owl-carousel .owl-dots .owl-dot span:hover {
    background-color: #b91870;
    border-color: #b91870;
}
.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%;
  border-radius: 0px 0px 10px 10px;
}
.mj_pricing_footer a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.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 #04aa04;
}
.mj_bluetable .mj_table_price {
  border-color: #04aa04;
  color: #04aa04;
}
.mj_bluetable .mj_pricing_heading span {
  color: #04aa04;
}
.mj_bluetable .mj_pricing_footer {
  background-color: #04aa04;
}
.mj_yellowtable {
  box-shadow: inset 0px 3px 0px #b91870;
}
.mj_yellowtable .mj_table_price {
  border-color: #b91870;
  color: #b91870;
}
.mj_yellowtable .mj_pricing_heading span {
  color: #b91870;
}
.mj_yellowtable .mj_pricing_footer {
  background-color: #b91870;
}
.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;
  width: 100%;
}
.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_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: 97%;
  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: left;
  width: auto;
  font-size: 14px;
  color: #959595;
  text-transform: capitalize;
}
.mj_articledata a {
  float: right;
  padding: 10px 16px;
  background-color: #b91870;
  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_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: #04aa04;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*--------- recent article section end ---------*/
/*----- add section start ---------*/
.mj_bluebg {
  float: left;
  width: 100%;
  background-color: #04aa04;
}
.mj_addsection {
  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: initial;
}
.mj_weight p {
  float: left;
  width: 100%;
  color: #464646;
  line-height: 23px;
  margin: 0px;
  padding: 25px 0px;
}
.mj_weight span {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 300;
  padding-bottom: 20px;
}
.mj_weight ul {
  list-style: none;
}
.mj_newsletter {
  float: left;
  width: 100%;
}

.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: #707070;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 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;
}
.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;
  height: 40px;
  width: 80px;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border-radius: 50px 50px 0px 0px;
  line-height: 45px;
}
.gototop a {
  float: left;
  width: 100%;
  color: #363636;
}
/*--------- 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;
  display: block;
}
.mj_greenbtn, .mj_greenbtn:hover {
  background-color: #00bff3;
  color: #fff;
  text-decoration: none;
}
.mj_bluebtn, .mj_bluebtn:hover {
  background-color: #04aa04;
  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: #b91870;
  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-bottom: -26px;
  min-width: 121px;
  padding: 19px 30px;
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;

}

.mj_mainbtn {
  margin: 10px 10px 0 0 ;
}

.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: -2px;
  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 {
      font-size: 18px;
  text-transform: capitalize;
  border: 2px solid transparent;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  margin: 0;
  min-width: 121px;
  padding: 10px 30px;
  
  border-color: #b91875;
  color: #fff;
  text-align:center;
  background-color: #b91875;
}
.mj_btnyellow:hover{
  background-color: transparent;
}
.mj_btnyellow::before, .mj_btnyellow::after {
  background: #b91875;
}
.mj_btnyellow:hover span{
  color: #b91875;
}
.mj_btnred {
  border-color: #ff454f;
  color: #fff;
  text-align:center;
  background-color: #ff454f;
}
.mj_btnred:hover{
  background-color: transparent;
}
.mj_btnred::before, .mj_btnred::after {
  background: #ff454f;
}
.mj_btnred:hover span{
  color:#ff454f;
}
.mj_btndefault {
  border-color: #fff;
  color: #fff;

    font-size: 18px;
  text-transform: capitalize;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  margin: 0;
  min-width: 121px;
  padding: 10px 30px;
}
.mj_btnblack {
  border-color: #111111;
  color: #fff;
  text-align: center;
  background-color: #111111;
}
.mj_btnblack:hover{
  background-color: transparent;
}
.mj_btnblack::before, .mj_btnblack::after {
  background: #111111;
}
.mj_btnblue{
  border-color: #04aa04;
  color: #fff;
    text-align: center;
  background-color: #04aa04;
}
.mj_btnblue:hover{
  background-color: transparent;
  color: #000;
}
.mj_btnblue:hover span{
  color: #04aa04;
}
.mj_btnblue::before, .mj_btnblue::after {
  background: #04aa04;
}
.mj_btngray{
  border-color: #cccccc;
  color:#fff;
  text-align: center;
  background-color: #cccccc;
}
.mj_btngray:hover{
  background-color: transparent;
}
.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 {
 background-color: #000000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 40px;
  margin-top: 25px;
  padding: 40px;
}
.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: #04aa04;
}
.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: #b91870;
  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;
  -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: #b91870;
  color: #fff;
}
.mj_tabcontent .table tr td .mj_liks .save {
  float: left;
  position: relative;
}
.mj_tabcontent .table tr td .mj_liks span {
  background-color: #111;
  border-radius: 35px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  margin-left: -36px;
  min-width: 90px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -22px;
}
.mj_tabcontent .table tr td .mj_liks span::after {
  background-image: url("../images/black_arrow.png");
  bottom: -13px;
  content: "";
  height: 15px;
  margin-top: -7.5px;
  position: absolute;
  right: 38px;
  transform: rotate(91deg);
  width: 11px;
}
.mj_tabcontent .table tr td .mj_liks .save:hover span {
  opacity: 1;
}
/*----------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: 25px;
    left: 0;
    width: 100%;
}
.mj_pagetitle2 .mj_mainheading{
  text-align:left;
}
.mj_joblogo {
  border-radius: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.mj_joblogo img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
.mj_pageheading{
  float:left;
  width:100%;
}
.mj_pagetitle2 .mj_pageheading h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 45px;
  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;
    color: #ddd;
}
.mj_pageheading ul li {
  color: #ddd;
  float: left;
  height: 25px;
  list-style: outside none none;
  margin-bottom: 8px;
  padding-right: 25px;
}
.mj_pageheading ul li label {
    float: left;
    padding-right: 15px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}
.mj_pageheading ul li label i{
  font-size: 20px;
}
.mj_pageheading ul li span{
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline;
}
.mj_pageheading ul li #Salary{
  color:  #b1d750;
}
/*---------- 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;
}
.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: #04aa04;
  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;
  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: #04aa04;
  text-align: center;
  float:right;
}
.mj_paginations .pagination li:last-child span {
  background-color: #04aa04;
  color: #ffffff;
}
.mj_paginations .pagination li:last-child a span i {
  padding-left: 10px;
}
.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 {
  z-index: 2;
  color: #04aa04;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  border-bottom: 1px solid #04aa04;
}
.mj_paginations .pagination li a:hover {
  color: #04aa04;
  border-bottom: 1px solid #04aa04;
}
.mj_paginations .pagination li:first-child a:hover {
  color: transparent;
  border-bottom: none;
}
.mj_paginations .pagination li:last-child a:hover {
  color: transparent;
  border-bottom: none;
}
.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: #04aa04;
  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;
}
.mj_blog_tags a {
  float: left;
  padding: 10px 16px;
  background-color: #b91870;
  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: #04aa04;
  -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: #04aa04;
  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 h4, .mj_blogsidebar .mj_articledata p{
  width: 100%;
}
.mj_blogsidebar .mj_articledata a{
  margin-right: -20px;
}
/*------------ 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-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;
}
.widget_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;
}
.widget_search .input-group-btn button {
  border: 2px solid #04aa04;
  background-color: #04aa04;
  border-left: none;
  padding: 15px 20px;
  border-radius: 50px;
}
.widget_search .input-group-btn button i {
  color: #ffffff;
}
.widget_search .input-group-btn button:hover {
  border: 2px solid #04aa04;
  background-color: #04aa04;
  border-left: none;
}
.widget_search .input-group-btn:focus {
  outline: 0px;
}
.widget_search .input-group-btn button:focus {
  outline: 0px;
  box-shadow: none;
  border: 2px solid #04aa04;
  border-left: none;
  background-color: #04aa04;
}
.widget_search .input-group-btn button:active {
  outline: 0px;
  box-shadow: none;
  border: 2px solid #04aa04;
  border-left: none;
  background-color: #04aa04;
}
.widget.widget_categories {
  float: left;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.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: #04aa04;
  -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.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;
}
.widget.widget_posts {
  float: left;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.widget_posts ul {
    margin: 0px;
    padding: 0px 20px;
    float: left;
    width: 100%;
    height: 525px;
    overflow: hidden;
}
.widget_posts ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin: 10px 0px;
  position:relative;
}
.widget_posts ul li:after {
    position: absolute;
    content: '';
    background-image: url(../images/line.png);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0%;
}
.widget_posts ul li:last-child:after{
  display: none;
}
.widget_posts ul li:first-child {
  margin-top: 0px;
}
.widget_posts 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_posts .mj_showmorebtn, a.mj_showmorebtn {
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
}
.widget_posts 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_posts ul li:hover a {
  color: #04aa04;
  -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_posts 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_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: #04aa04;
  border: 1px solid #04aa04;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*----- Sidebar Widget  start -------*/
/*-------- 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;
}
.mj_commentdata .mj_commentdate ul li a {
    color: #959595;
    text-decoration: none;
}
.mj_commentdata .mj_commentdate ul li a:hover {
    color: #04aa04;
}
.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:#04aa04;
  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:#04aa04;
}
/*-------- 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:#04aa04;
  border-bottom:1px solid #04aa04;
}
.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:#04aa04;
  border-bottom:1px solid #04aa04;
  -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:#04aa04;
  -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:#04aa04;
  -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:#04aa04;
  -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:#04aa04;
}
.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: #04aa04;
  -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: #04aa04;
  -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:#04aa04;
  -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;
}
#google_translate_element {
  display: inline-block;
  margin-left: 30px;
}
/*-------- 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 #04aa04;
  background-color: #04aa04;
  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 #04aa04;
  background-color: #04aa04;
  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 #04aa04;
  border-left: none;
  background-color: #04aa04;
}
.mj_error_search .input-group-btn button:active {
  outline: 0px;
  box-shadow: none;
  border: 2px solid #04aa04;
  border-left: none;
  background-color: #04aa04;
}
.mj_error_search p{
  font-size:14px;
  text-align:center;
}
.mj_error_search p a{
  text-transform:capitalize;
  color:#04aa04;
  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;
  margin-bottom: 30px;
}
.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 #b91870;
}
.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: #b91870;
  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: #04aa04;
    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:#04aa04 !important;
  background-image:none !important;
  border:1px solid #04aa04 !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 #04aa04;
  background-image: none;
  background-color:#04aa04;
  color: #ffffff;
}

.mj_datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  border: 1px solid #04aa04;
  background-image: none;
  background-color:#04aa04;
  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%;
}
/*--------- 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: 1px solid transparent;
}
.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;
}
.select-wrapper:hover{
  background-color:#fff;
  border-color: #b91870;
}
/*-------- custom select end -------*/
/*------- post resume page start -------*/
.mj_shadow_blue{
  box-shadow: inset 0px 3px 0px #04aa04;
}
.mj_addurl {
    float: left;
    width: 100%;
    color: #04aa04;
    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;
}
/*------- 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:#04aa04;
    -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: #04aa04;
    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:#04aa04;
  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:#04aa04;
}
.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: #04aa04;
}
.mj_yellowblockquote{
  border-color: #b91870;
}
/*------- 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:#04aa04;
  text-decoration:none;
  text-transform:capitalize;
}
.mj_yellowbg {
    background-color: #b91870;
}
.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:#04aa04;
    -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: #04aa04;
    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: #04aa04;
    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: #04aa04;
}
.mj_checkout .mj_showmore .mj_blackbtn{
  background-color: #04aa04;
}
.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:100%;
}

.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:#b91875;
  border-bottom:1px solid #b91875;
}
.mj_filter ul li:hover a, .mj_filter ul li.active a {
    border-bottom: 1px solid #b91875;
    color: #b91875;
}
.mj_sorting{
  float:left;
  width:100%;
}
.mj_sorting_box {
  background-color: #ffffff;
  border-radius: 13px;
  margin: auto;
  max-width: 360px;
}
.mj_sorting_header{
  float:left;
  width:100%;
  padding:20px ;
  font-size:24px;
  text-transform:uppercase;
  background-color:#b91875;
  color:#fff;
  font-weight:500;
  text-align:center;
  border-radius:13px 13px 0px 0px;
  border-bottom:1px solid #ddd;
}
.mj_sorting_box ul {
  clear: both;
  margin: 0;
  padding: 30px 20px;
  width: 100%;
}
.mj_sorting_box  ul li{
  list-style:none;
  padding:10px 0px;
  color:#04aa04;
  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;
}
.mj_sorting_box .home_link {
  font-size: 22px;
}
/*-------- 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;
}
/*-------- 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:#04aa04;
}
.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 #04aa04;
}
.mj_freelancer_form .form-group span{
  font-size:16px;
}
.mj_freelancer_form .form-group span a{
  text-decoration:none;
  color:#04aa04;
  text-transform:capitalize;
}
.mj_freelancer_form .mj_checkbox label{
  border:2px solid #04aa04;
  top: 2px;
}
.mj_freelancer_form .mj_checkbox label:after{
  border-color:#04aa04;
  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:#04aa04;
}
.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 #b91870;
}
.mj_createaccount_form .form-group span{
  font-size:16px;
}
.mj_createaccount_form .form-group span a{
  text-decoration:none;
  color:#04aa04;
  text-transform:capitalize;
}
.mj_createaccount_form .mj_checkbox label{
  border:2px solid #b91870;
  top: 2px;
}
.mj_createaccount_form .mj_checkbox label:after{
  border-color:#b91870;
  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:#b91870;
  color:#ffffff;
    border-radius: 0px 10px 0px 10px;
}
.mj_createaccount_form_wrapper ul li:first-child a{
  border:none;
  margin:0px;
  background-color:#b91870;
  color:#ffffff;
    border-radius: 10px 0px 10px 0px;
}
.mj_createaccount_form_wrapper ul li a:hover{
  border:none;
  color:#ffffff;
  background-color:#b91870;
}
.mj_createaccount_form_wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border:none;
  color:#b91870;
  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:#04aa04;
}
.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 #04aa04;
}
.mj_contact_form .mj_showmorebtn{
  border-radius:0px 0px 20px 20px;
  padding:25px;
  text-transform:capitalize;
  font-size:20px;
}



/*
===============================================
    CSS FORFULL JOB DETAILS EXTRA WORK BY DEREK
===============================================
*/

.jobdetailsidebarover label {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.jobsummerysidebar {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 0px 0px 0px;
	background: #f1f1f1;
}
.jobsummerysidebar h5 {
	margin: 0px;
	font-size: 16px;
	background: #37474f;
	padding: 10px;
	text-align: left;
	color: #fff;
}
.jobsummerysidebar ul{
    padding: 10px;
    list-style: none;
}
.jobsummerysidebar ul li {
	margin-bottom: 3px;
	font-size: 14px;
}

.jobsummerysidebar ul li:last-child{
    margin-bottom: 0px;
}

.jobsummerysidebar ul li strong{}


.jobsumoerbottomtcfuin {
	margin-top: 20px;
    background: #f1f1f1;
    padding: 10px 10px 0px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}
.jobsumoerbottomtcfuin ul{
    list-style: none;
    padding-left: 0px;
}
.jobsumoerbottomtcfuin ul li{
    display: block;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.jobsumoerbottomtcfuin ul li a {
	display: block;
	color: #484848;
    font-size: 14px;
	
}
.jobsumoerbottomtcfuin ul li a i{
    display: inline-block;
    margin-right: 8px;
}
.jobsumoerbottomtcfuin ul li a:hover{
        color:#b91875;
}




.jobsumoerbottomtcfuin ul.socialjobdetails{
    text-align: left;
    padding: 0px;
}
.jobsumoerbottomtcfuin ul.socialjobdetails li{
    display: inline;
    border: none;
    margin-right: 5px;
    padding: 0px;
}
.jobsumoerbottomtcfuin ul.socialjobdetails li a{
    display: inline-block;
    font-size: 14px;
}
.jobsumoerbottomtcfuin ul.socialjobdetails li a i{}
.jobsumoerbottomtcfuin ul.socialjobdetails li a:hover{
    color:#b91875;
}









/*-------- Contact 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 (min-width: 992px) and (max-width: 1199px) {
  #google_translate_element {
    margin-left: 15px;
  }
  
.mj_navmenu ul li a{
  padding:15px 8px;
}
.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_posts 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_blog_quote{
    padding: 20px 30px 30px 50px;
}
.mj_blog_quote p:before{
    left: -8%;
}
.select-wrapper select {
    width: 95%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .mj_header{
    padding: 10px 0px;
  }
  #google_translate_element {
    display: inline-block;
    margin-left: 15px;
  }
  .mj_logo {
    text-align: center;
  }

.mj_navmenu ul li a{
  padding:15px 10px;
}
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;
}
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 {
    display: none;
}
.mj_social_media_section .mj_mainbtn {
    padding: 15px 30px;
}
.mj_paginations .pagination li:first-child a {
    width: 22%;
    margin-right: 100px;
}
.widget_posts 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%;
}
}
@media screen and (max-width: 991px){
  .mj_navmenu ul li a {
    padding: 15px 8px;
  }
  #mj_menu .navbar-nav > li {
    display: inline-block;
    float: none;
  }
  #google_translate_element {
    text-align: center;
  }
  #footer_job_alrt_from #email {
    margin-top: -2px;
  }
  .mj_joblogo {
    height: 150px;
    width: 150px;
  }

}

@media (max-width: 767px) {
.mj_header{
    padding: 10px 0px;
}
#google_translate_element {
  margin-left: 10px;
}
.view_save_jobs {
  margin-left: -10px;
}
.navbar-toggle{
  background-color: #b91875;
  width: auto;
  float: right;
  opacity: 0.7;
  margin-top: 15px;
}
#mj_menu .navbar-nav > li {
  display: block;
  float: none;
}
.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_pagetitle2 .mj_pagetitle_inner {
  float: left;
  bottom: 185px;
  margin-bottom: -160px;
  padding-top: 30px;
  position: relative;
}

.mj_joblogo{
 margin: 0 auto;
}
.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_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: 40px;
}
.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);
}
}
@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 (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 {
    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_articleoverlay p{
    line-height: 25px;
    width: 80%;
    font-size: 15px;
    height: 90px;
    overflow: hidden;
} */
.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;
}
}
@media (min-width: 400px) and (max-width: 479px) {
.mj_overlay_inner{
    width: 100%;
    margin-left: -50%;
    margin-top: -67.5px;
}
}
@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;
}
.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: 25px;
}
.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: 30px;
}
.mj_choosepackage ul li .mj_package_detail{
    width: 84%;
}

.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: 5px;
}
.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_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);
}
}
@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;
}
}
@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;
}
}
/*----------- responsive css end ---------*/

.margin-30{
  height:30px;
  width:100%;
  float:left;
}




/* ---------- new CSS Rob ----------*/
.pull-up-50 {
    margin-top:-100px;
}


.banner-competition{
    background-image: url(../images/b12.jpg);
    border-bottom:1px solid #ccc;
    height:440px;

}
.form-error p{
  color: red !important;
}
.alert p{
margin:-16px 0 12px !important;
}



/*3/28/2017 By Max*/
.padding_TB{
  padding: 100px 0; 
}
.how_get_job_video > iframe {
  height: 340px;
  max-width: 600px;
  width: 100%;
}
.how_get_job_video {
  text-align: center;
}

.tc_title_div {
  margin: auto;
  max-width: 730px;
  padding-bottom: 50px !important;
}

.tc_title_div .btn-lg{
  margin: 10px 5px;
}

.tc_title_div a {
  margin: 10px 5px;
}

.breadcrumb{
  background: transparent;
  padding: 0; 
}
.tc_breadcrumb {
  clear: both;
  padding: 20px 0;
  background: rgba(0,0,0,.1);
}

.footer_address_ul{
  padding: 0; 
}

.mj_weight a img {
  max-width: 425px;
  width: 100%;
}

.footer_address_ul > li {
  margin: 5px 0;
}

#footer_job_alrt_from{

}
#footer_job_alrt_from #email {
  border: 0 none;
  border-radius: 3px 0 0 3px;
  margin-top: -1px;
}
#footer_job_alrt_from #job_alrt_submit {
  background-color: #04aa04;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 16px;
  height: 34px;
  margin-left: -4px;
  padding: 0 10px;
}

.breadcrumb a {
  color: gray;
  font-size: 14px;
}

.breadcrumb .active {
  font-size: 15px;
}

#tc_contact_form {
  padding: 20px;
}
#tc_contact_form .form-control {
  margin-bottom: 20px;
}

.panel.panel-success.tc_contact_doby {
  margin: 40px auto;
  max-width: 800px;
}
.tc_contact_doby .btn.btn-action {
  background: #04aa04 none repeat scroll 0 0;
  color: #fff;
  float: right;
  margin-bottom: 20px;
}

.mj_postdiv.mj_shadow_yellow.mj_postpage.mj_toppadder50.mj_bottompadder50 {
  padding: 40px;
}

#ShowSalary {
  cursor: pointer;
}
.bread_page_title {
  display: block;
  padding-top: 5px;
}

.tc_src_res_tbl .save_job_td{
  width: 112px;
}
.save_job_td .save, .save_job_td i {
  margin-right: 5px;
}
.fb-like.fb_iframe_widget span {
  margin-bottom: 5px;
}

#fbCom *, .fb-follow{
  max-width: 100% !important;
}
#fbc, .fb-follow {
  clear: both;
  overflow: hidden !important;
}
.js_prof_pic img{
  max-width: 100%;
}
.change_pass_form {
  padding: 0 40px;
}

.adv_buttn_div .btn {
  margin-bottom: 0;
  margin-top: 20px;
}

.accountTables .fa, .accountTables .glyphicon {
  padding: 5px;
  margin: 0;
}
.tbl_div {
  overflow: auto;
}

.accountTables th, .accountTables td {
  padding: 20px 5px;
}

.accountTables th:last-child, .accountTables td:last-child {
  border-right: 0px;
}

.mj_pricing_footer .btn, .mj_pricing_footer #btn_Login {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 25px 0;
  width: 100%;
}

#ctl00_MainContentPlaceHolder_pnl_All h3, .advart_table h3, .heading_txt {
  color: #000;
  font-family: "FiraSans-ExtraLight";
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.form-group #btn_Apply{
  background: #b91875;
  border-color: #b91875;
}

#btn_Apply.mj_btnblue:hover{
  color: #fff;
}

.advart_table {
  margin-bottom: 30px;
}

.advart_table tr:first-child {
  border-left: 6px solid green;
}

.advart_table tr:nth-child(odd) {
  background: #fbfbfb;
}
.advart_table tr:nth-child(even) {
  background: #fff;
}
.advart_table td:last-child{
  color: #04aa04;
}
.advart_table tr:nth-child(2n) {
  border-left: 6px solid #b91875;
}
.advart_table tr:nth-child(3n) {
  border-left: 6px solid #ff9700;
}
.advart_table tr:nth-child(4n) {
  border-left: 6px solid #b91875;
}
.advart_table td i {
  background: #959595 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  margin: 2px !important;
  padding: 4px !important;
}

.appl_rcv .btn.btn-sm {
  display: inline-block;
  margin-top: 10px;
}
.appl_left_btnimg{
  padding-bottom: 20px;
}
.appl_left_btnimg .btn-group {
  margin-right: 10px;
}

.custom_overflow{
  overflow: hidden;
}

.mj_contact_detail_img i {
  font-size: 40px;
}

.mj_showmore button {
  border: 0 none;
  margin: 40px -40px -40px;
  width: calc(100% + 42px);
}

.mj_btnyellow.uploadcv:hover {
  color: #000 !important;
}

.view_savejobs {
  background-color: #b91875;
  border: 2px solid #b91875;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  min-width: 121px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
.view_savejobs:hover {
  background-color: transparent;
}


#mj_menu .pull-right {
  margin-top: 7px;
}
.view_save_jobs {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.mj_weight.footer_left {
  text-align: left;
}

.inner_div input{
  margin:  0;
}
.inner_div a{
  padding-left: 0;
}

.app_job_item{
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  padding-top: 30px;
}

.mj_weight #email {
  border: 0 none;
  border-radius: 3px 0 0 3px;
  margin-top: -1px;
}
.mj_weight #job_alrt_submit {
  background-color: #04aa04;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 16px;
  height: 34px;
  margin-left: -4px;
  padding: 0 10px;
}

.location_td > p {
  display: flex;
}

.location_td > p > i {
  padding-top: 0 !important;
}

.full_job_details .company {
  background: #b91875 none repeat scroll 0 0;
  border-radius: 8px 8px 8px 0;
  font-size: 17px;
  margin-right: 10px;
  padding: 1px 10px;
}
.full_job_details .company a {
  /*color: #00d1f5;*/
  color: #fff;
}

.custom_fa.btn.btn-block.btn-social.btn-facebook {
  border-radius: 30px;
  float: none;
  margin: 15px auto auto;
  padding: 20px 15px;
  text-align: right;
  width: 200px;
}
.custom_fa.btn.btn-block.btn-social.btn-facebook span{
  padding: 13px;
}
.form-group.pull-left.forgetpass_div {
  margin-top: 15px;
}

.mj_login_form_wrapper .file_upload{
  
}



.label {
  font-size: 13px;
  color: #616161;
}
// .input-error {
//   border-color: red !important;
//   background-color: rgba(255, 0, 0, 0.1) !important;
// }
.error,
.error *,
.error p {
  font-size: 13px;
  color: red;
  font-weight: bold !important;
}
.error p {
  margin-bottom: 0px;
}

.single-form-2 .form-group{
  margin-bottom: 10px;
}






@media screen and (max-width: 640px){
  .how_get_job_video > iframe {
    height: 227px;
    max-width: 400px;
  }
  .tc_contect_hading{
    font-size: 40px; 
  }
  .upload_cv_table td, #CheckBoxList1 td, .edit_prof_tbl td{
    display: block;
  }
  .edit_prof_tbl tr{
    margin-bottom: 8px;
  }
  .heading_txt{
    font-size: 35px !important;
  }
}


@media screen and (max-width: 480px){
  .how_get_job_video > iframe {
    height: 164px;
    max-width: 300px;
  }
  .mj_mainheading h1 {
    font-size: 34px;
    line-height: 30px;
  }
  .tc_contect_hading{
    font-size: 34px; 
  }
  .mj_postdiv.mj_shadow_yellow.mj_postpage.mj_toppadder50.mj_bottompadder50.upload_cv_page {
    padding: 30px 0;
  }
  #aspnetForm #FileUpload {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px){
  .mj_logo a {
    float: left;
    width: 210px;
  }
  .navbar-toggle {
    margin-right: 5px;
    margin-top: 12px;
  }
  #footer_job_alrt_from #email {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
  }
  #footer_job_alrt_from #job_alrt_submit {
    width: 100%;
    border-radius: 3px;
  }
  .mj_postdiv.mj_shadow_yellow.mj_postpage.mj_toppadder50.mj_bottompadder50 {
    padding: 30px;
  }
  #ctl00_MainContentPlaceHolder_Panel2 .mj_mainbtn:before {
    top: 8px;
  }
  .applyBDJob_page .mj_postdiv.mj_shadow_yellow.mj_postpage.mj_toppadder50.mj_bottompadder50 {
    padding: 20px 0 30px;
  }
  .mj_postdiv.mj_shadow_yellow.mj_postpage.mj_toppadder50.mj_bottompadder50 {
    padding: 10px;
  }
}



.single-form-2 .form-group.margin-b-40 {
  margin-bottom: 40px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-r-40 {right: 40px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}

.padding-t-20 {
  padding-top: 20px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-r-20 {
  padding-right: 20px;
}

.overflow {
  overflow: hidden;
}


.mj_lightgraytbg.mj_bottompadder80 {
  padding-bottom: 50px;
}
.mj_lightgraytbg.mj_toppadder80 {
    padding-top: 50px;
}

.error {
  color: red !important;
}

.note {
    margin-bottom: 15px;
    padding: 4px 12px;
}

.danger {
    background-color: rgba(185, 24, 117, 0.2);
    border-left: 6px solid #b91875;
    color: #161616;
}
.list-unstyled {
  font-size: 16px;
}

.normal-text p {
    font-weight: normal;
    font-size: 16px;
    color: #161616;
    padding: 0 15px;
}

.notice {
    color: white !important;
    background-color: #b91875;
    padding: 6px 15px;
}






/*
==========================================================================
        TC JOB SEEKER LANDING PAGE CSS BY DEREK -12/17/2018-
==========================================================================
*/









/*
==================================================================
        NAVBAR CSS STYLING HERE
==================================================================
*/

.thousandCarerrfrontarea{
    background:url('../images/tc-lp-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    width:100%;
    height:100%;
    padding: 120px 0px;
    position: relative;
}

.overlaytc{
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    width:100%;
    height: 100%;
    
}

.tcbannerleftarea{}
.tcbannerleftarea h1 {
	color: #fff;
	text-transform: inherit;
	font-size: 36px;
	line-height: 50px;
	text-shadow: 0px 2px 0px #333;
	font-weight: 600;
}
.tcbannerleftarea a img{
    width: 40%;
}
.tcrleftsidebinfo {
	padding-top: 30px;
}
.tcleftsingle {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin-bottom: 20px;
	align-items: center;
}
.tcleftsingle i {
	color: #20b251;
	font-size: 42px;
	margin-right: 30px;
	width: 50px;
	height: 50px;
}
.tcregistertext{
    text-align: left;
}
.tcregistertext h4 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
    text-transform: inherit;
    font-size:20px;
}
.tcregistertext span{
    display: block;
    color: #fff;
    font-size: 12px;
}

.tcregistraform {
	background: #fff;
	padding: 30px;
	border-radius: 3px;
	box-shadow: inset 0px 3px 0px #04aa04;
	border-radius: 10px;
}
.tcregistraform h5{
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: inherit;
    line-height: 28px;
    font-size: 20px;
}
.tcregistraform form {

}
.tcregistraform form input {
	width: 100%;
	height: 34px;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #555555;
	border-radius: 4px;
    font-size: 14px;
    
}

.tcregistraform form input:focus{
    border-color:#04aa04;
    background:#fff;
    color: #555555;
}


.tcregistraform form input[type="submit"]{
    background: #04aa04;
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 10px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
    margin-top:10px;
    height:40px;
}
.tcregistraform form input[type="submit"]:hover{
    border-color: #04aa04;
    color:#04aa04;
    background: #fff;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}

.tcregistraform form span {
	text-align: center;
	display: block;
	margin-top: 5px;
	color: #222;
	font-size: 14px;
}



.tcdynamicinfo {
	background: #a8156a;
	padding: 80px 0px;
}
.single_tcdcontenfino {
	text-align: center;
	border-right: 2px solid #e64ba2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.tccontentnumber{}

.single_tcdcontenfinolast{
    border:none!important;
}

.single_tcdcontenfino i {
	font-size: 60px;
	color: #fff;
	margin-bottom: 0px;
	margin-right: 25px;
}
.single_tcdcontenfino h2 {
	color: #fff;
	font-size: 46px;
	letter-spacing: 2px;
    margin-top:0px;
    margin-bottom:5px;
}
.single_tcdcontenfino span{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}






.tcrecentjobsarea {
	padding: 50px 0px;
	background: #f1f1f1;
}
.tcrecenttitle{
    margin-bottom: 50px;
}
.tcrecenttitle h2{
    text-align: center;
    font-size: 32px;
}
.tcrecentjobsinner{}
.singleRecentjobsrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 3px;
	min-height: 120px;
	border: 1px solid #ddd;
}
.singleRecentjobsrow:nth-child(odd){
    background: #fff;
}

.singleRecentjobsrow:nth-child(even){
    background: #f9f9f9;
}

.jobnameinsti {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jobnameinsti a {
	margin-right: 40px;
	width: 150px;
    display: block;
}
.jobnameinfo{}
.jobnameinfo h4{
    margin-bottom: 0px;
    margin-top:0px;
}
.jobnameinfo span{
    margin-top:5px;
    display: block;
}
.locationtc {
	font-size: 16px;
	font-weight: 600;
}

.locationtc i{
	color: #20b215;
}
.applynowtc{}

.applynowtc button {
	background: #74174d;
	color: #fff;
	padding: 8px 20px;
	border: none;
	border-radius: 3px;
	text-transform: capitalize;
    border:2px solid transparent;
    cursor: pointer;
}

.applynowtc button:hover{
	background: #fff;
    color: #74174d;
    border-color: #74174d;
}
.salaryrange {
	font-size: 18px;
	font-weight: 600;
    color: #20b251;
}

.viewmorejobs{
    margin-top: 30px;
    text-align: center;
}
.viewmorejobs a{
    background: #74174d;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    text-transform: capitalize;
    border:2px solid transparent;
    border-radius: 3px;
    font-weight: 600;
    
}
.viewmorejobs a:hover{
    border-color: #74174d;
    color: #74174d;
    background: #fff;
}





.somegreatcompanies{
    padding: 50px 0px;
    background: #fff;
}
.somegrtitlecom{
    margin-bottom: 50px;
    text-align: center;
}
.somegrtitlecom h2{
    font-size: 32px;
}
.somegrtitlecom p {
	width: 60%;
	margin: 0px auto;
	line-height: 26px;
}
.greatcompanieslogo{}
.greatcompanieslogo ul{
    text-align: center;
}
.greatcompanieslogo ul li{
    display: inline;
    margin:0px 15px;
}
.greatcompanieslogo ul li a{
    display: inline-block;
}
.greatcompanieslogo ul li a img{}






/*
================================================================
    RESPONSIVE CSS
================================================================
*/


@media(max-width:767px){
    
    .thousandCarerrfrontarea {
        padding: 50px 0px;
    }
    .tcbannerleftarea a img {
        width: 70%;
    }
    
    .tcbannerleftarea h1 {
        line-height: 42px;
    }
    
    .tcleftsingle i {
        font-size: 40px;
        margin-right: 15px;
    }
    
    
     .single_tcdcontenfino {
        border-bottom: 2px solid #e64ba2;
        border-right: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

   
    
}



@media(min-width:768px) and (max-width:991px){
 .tcbannerleftarea a img {
        width: 60%;
    }
    
    .tcbannerleftarea h1 {
        line-height: 42px;
    }
    
    .tcleftsingle i {
        font-size: 40px;
        margin-right: 15px;
    }

}










