@font-face {
    font-family: 'HelveticaNeueLTStdMdIt';
    src: url('../fonts/HelveticaNeueLTStdMdIt.eot');
    src: url('../fonts/HelveticaNeueLTStdMdIt.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStdMdIt.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLTStdMdIt.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStdMdIt.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStdMdIt.svg#HelveticaNeueLTStdMdIt') format('svg');
}

* {
    outline: 0;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
   /* color: #969696;*/
    font-weight: 400;
    overflow-x: hidden
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

p {
    font-size: 14px;
    /*color: #969696;*/
    font-weight: 400;
    line-height: 21px
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #262a2e;
    margin-top: 0;
    font-weight: 700
}

h4 {
    font-size: 18px;
    margin-bottom: 25px
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

a {
    color: #69bb2c;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover {
    -ms-filter: "alpha(opacity=$value)";
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0
}

.gray-bg
{
    background: #f9f9f9;
    padding:60px 0;
}

.white-bg
{
    background: #fff;
    padding:60px 0;
}

.fixed-header
{
    position: fixed;
    top:0;
    width:100%;
    z-index:999999;
    background: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.fixed-profile-content
{
    position: fixed;
    top:96px;
    width:360px;
    z-index:10;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.header-top 
{
    padding: 15px 0;
    font-size:14px;
}



.menu-bar{
    background-color: #fafafa;
    box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.16);
    color:#000;
    font-size:16px;
    position: relative;
	border-top: 1px solid #e5e5e5;
}

.menu-bar ul.navbar-nav li a
{
    font-size: 13px;
    font-weight: 400;
    color:#000;
    padding:10px 20px;
    line-height:16px;
}

.header-middle-text .important-text h3 {
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    color: #a5a5a5;
    opacity: .54;
    line-height: 15px;
    word-spacing: 3px;
	    padding: 0 15px;
	position:relative;
}

.header-middle-text .important-text h3:before {
	content: "\f10d";
    font-family: FontAwesome;
    color: #69bb2c;
    opacity: 0.2;
    position: absolute;
    left: 0;
    font-size: 22px;
    line-height: 17px;
    top: 0;
	}
.header-middle-text .important-text h3:after {	
	content:"\f10e";
    font-family: FontAwesome;
    color: #69bb2c;
    opacity: 0.2;
    position: absolute;
    right: 0;
    font-size: 22px;
    line-height: 25px;
	bottom: -10px;
}

.header-sign-in
{
    border-left:1px solid rgba(0, 0, 0, 0.16);
    padding-left: 30px;
}

.profile-name 
{
    font-weight: 400;
    float: left!important;
    margin-top: 1.3rem!important;
}

.profile-picture 
{
    width: 48px;
    height: 48px;
    padding-top: 2px;
    border-radius: 50%;
    position: relative;
}

.profile-picture 
{
    margin-left: 1rem!important;
}

.searchbar-right 
{
    float: right;
    padding-right: 79px;
    border-left:1px solid rgba(0, 0, 0, 0.16);
}

.searchbar-right input
{
    margin:0;
    padding:8px 20px;
    background: transparent;
    font-size: 13px;
    border:0;
    line-height: 20px;
}

ul.profile-menu
{
    margin:0;
    padding: 0;
    border-radius: 0;
}

ul.profile-menu li a
{
    padding:4px 10px;
    font-size: 14px;
}

ul.profile-menu li a:hover
{
    background: #69bb2c;
    color:#fff;
}


/* Main banner section css */

.main-banner
{
    /*background: url('../img/banner-bg.png') no-repeat 100%/cover;*/
    padding:190px 0;
}

.main-banner .banner-content h1
{
    font-size:30px;
    line-height: 42px;
    color:#000;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.main-banner .banner-content a.btn-freelance
{
    background: #69bb2c;
    padding:14px 30px;
    border-radius:3px;
    color:#fff;
    font-size:18px;
    box-shadow: 1px 1.732px 6px 0px rgba(0, 0, 0, 0.18);
    margin-right:15px;
    font-weight:700;
}

.main-banner .banner-content a.btn-sale
{
    background: #fff;
    color:#000;
    padding:14px 30px;
    border-radius: 3px;
    font-size:18px;
    box-shadow: 1px 1.732px 6px 0px rgba(0, 0, 0, 0.18);
    font-weight:700;
}

/* Our Facts Section Css */

.our-facts
{
    padding:30px 0;
}

.fact-box
{
    border-right:1px solid #888;
}

.fact-box.last
{
    border-right: 0 none;
}

.fact-box .media .media-left
{
    padding-right:20px;
}

.fact-box .media .media-body h4
{
    font-size:18px;
    margin:5px 0;
    color:#000;
}

.fact-box .media .media-body p
{
    margin-bottom: 0;
    font-size:14px;
    color:#000;
}

/* Popular Jobs Sections Css */

.popular-jobs
{
    padding: 60px 0;
}

.section-heading h2
{
    color:#000;
    text-transform: capitalize;
    font-size:32px;
    margin-bottom: 50px;
    text-align: center;
}

/* Feature List */

.feature-box img
{
    margin-bottom: 30px;
}

.feature-box h2
{
    margin-bottom: 30px;
    text-transform: inherit;
}


/* Newsletter Section Css */

.bg-newsletter
{
    background: #4a4a4a;
}

.bg-newsletter
{
    padding:10px 0;
}



/* Footer Section Css */

.bg-footer
{
    background: #3c3c3c;
}

.bg-footer
{
    padding:40px 0 0;
    font-size:14px;
    color:#888;
}

.footer-heading h2
{
    font-size:16px;
    color:#888888;
    margin:20px 0;
    text-transform: capitalize;
    margin-top:0;
}

.address-box
{
    float: right;
}

.footer-content .quick-links ul
{
    margin-bottom:0;
}

.footer-content .quick-links ul li
{
    margin-bottom: 10px;
}

.footer-content .quick-links ul li a
{
    font-size:14px;
    text-decoration: none;
    color:#888;
}

.footer-bottom {
    border-top: 1px solid #888;
    padding: 30px 0;
    clear: both;
    width: 100%;
    float: left;
}

.footer-content {
    margin-bottom: 30px;
}

.footer-bottom .copyright p
{
    margin-bottom: 0;
}

.footer-bottom .more-links ul
{
    margin-bottom: 0;
}

.footer-bottom .more-links ul li
{
    border-right:1px solid #888;
    padding-right:10px;
    line-height: 12px;
}

.footer-bottom .more-links ul li a
{
    font-size:12px;
    color:#888;
}

.registration-form 
{
    padding: 60px 0;
}

.registration-form-inner
{
    /*width:980px;*/
	padding-left:20px;
    margin:20px auto 30px;
}

.registration-form-inner .form-group label
{
    color:#000;
    font-size:14px;
}

.registration-form-inner .form-group
{
    margin-bottom: 30px;
}

.registration-form-inner .form-group input,
.registration-form-inner .form-group select
{
    border-width: 1px;
    border-color: rgb(203, 203, 203);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    height: 50px;
}

.registration-form-inner .form-group.file input[type=file] 
{
    cursor: pointer;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding:0;
}

.registration-form-inner .form-group.file input[type=file]:before 
{
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    content: 'Upload Profile Image';
    display: inline-block;
    background: #ececec;
    padding: 0 10px;
    text-align: center;
  }
  
  .registration-form-inner .form-group.file input[type=file]::-webkit-file-upload-button 
  {
    visibility: hidden;
  }

.btn-register
{
    background:#69bb2c;
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    padding:15px 30px;
    border-radius:3px;
    color:#fff;
    font-size:14px;
    display: block;
}

.btn-register:focus,
.btn-register:hover
{
    color:#fff;
    box-shadow: none;
}

.hire-them-list ul li 
{
    width: 232px;
}

.hire-box
{
    border:1px solid #e3e3e3;
    border-radius:3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.box-header,
.box-footer
{
    padding:15px;
}

.box-footer
{
    background: #e3e3e3;
}


.box-header h3
{
    font-size:16px;
    margin-top:10px;
    margin-bottom: 5px;
    color:#000;
    text-transform: capitalize;
}

.box-header p
{
    font-size: 12px;
    margin-bottom: 0;
}

.box-footer h3
{
    font-size: 14px;
    color:#000;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* Profile Page Section Css */

section.profile-content {
    padding: 60px 0;
}

.profile-left-content
{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
	padding:10px;
}

.profile-left-content .user-profile
{
    padding:15px;
    text-align: center;
    position: relative;
}

.profile-left-content .user-profile .user-rating
{
    position: absolute;
    right:10px;
    top:10px;
    z-index: 999;
}

.rating
{
    border-radius: 5px;
    background-color: rgb(255, 168, 0);
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
    color:#fff;
    padding:15px 20px;
    margin-bottom: 10px;
}

.profile-left-content .user-profile .user-rating h3
{
    font-size:14px;
}

.profile-left-content .user-profile .user-img
{

    width:138px;
    height:138px;
    border-radius:100%;
    margin:0 auto 20px;
}

.user-bg
{
    background: #333 url('../img/user-profile-pic.png') no-repeat 100%/cover;
}

.profile-left-content .user-profile h3.user-name
{
    font-size:18px;
    text-transform: inherit;
    margin-bottom: 15px;
}

.profile-left-content .user-profile h4.total-exp
{
    font-size:16px;
    text-transform: inherit;
    margin-bottom:15px;
}

.profile-left-content .user-profile h5.user-address
{
    border-bottom:1px solid #e3e3e3;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.profile-left-content .user-profile-menu
{
    padding:0 0 30px 30px;
}

.profile-left-content .user-profile-menu ul li a
{
    padding:15px;
    color:#000;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.profile-left-content .user-profile-menu ul li.active a
{
    background:#e3e3e3;
    border-left:3px solid #69bb2c;
}

/* User Profile Right Content Css */

.profile-right-content .user-cover-banner
{
    width: 845px;
    height: 308px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cover-img
{
    background: #333 url('../img/user-cover-pic.png') no-repeat 100%/cover;
}

.profile-right-content .panel
{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
}

.profile-right-content .panel .panel-body h3.panel-heading
{
    border-bottom:1px solid #e3e3e3;
    padding:15px 0;
    margin-bottom: 20px;
    font-size:20px;
}

.profile-right-content .panel .panel-body .job-history-box
{
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(249, 249, 249);
    margin-bottom: 15px;
    padding:15px;
}

.job-history-box .job-history-detail
{
    padding-right: 30px;
}

.job-history-box .job-history-detail h3
{
    font-size:18px;
    margin-bottom: 10px;
    text-transform: inherit;
}

.job-history-box .job-history-detail p
{
    font-style: italic;
    font-size:14px;
    color:#000;
    font-weight: 600;
}

.rating-container .clear-rating,
.rating-container .caption .label
{
    display: none !important;
}

.job-status
{
    border-left:1px solid #e3e3e3;
}

.job-status .btn-complete
{
    border-width: 1px;
    border-color: rgb(249, 249, 249);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    color:#69bb2c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.job-status .btn-complete img
{
    padding-right: 5px;
    vertical-align: middle;
}

.job-status .user-detail img
{
    margin-bottom: 10px;
}

.job-status .user-detail h3
{
    font-size:12px;
    margin-bottom: 5px;
}

.job-status .user-detail h4
{
    font-size:12px;
    margin-bottom: 5px;
}

/* Show case Lisitng Box Css */

.showcase-listing-boxes .showcase-list .media .media-left .showcase-img
{
    width:150px;
    height: 137px;
    border-radius:4px;
}

.pic
{
    background: #333 url('../img/showcase-img-1.png') no-repeat 100%/cover;
}

.showcase-list 
{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.showcase-list .media .media-body h4
{
    font-size:18px;
    text-transform: inherit;
}

.showcase-list .media .media-body p
{
    font-size:12px;
}

/* Cetificate List Box */

.certificate-listing-boxes .media .media-left .certificate-img
{
    width:150px;
    height: 137px;
    border-radius:4px;
    border:1px solid #e3e3e3;
}

.certificate-list
{
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding:10px 5px;
    margin-bottom: 20px;
}

.certificate-list .media .media-body
{
    vertical-align: middle;
}

.certificate-pic-bg
{
    background: #333 url('../img/certificate-img.png') no-repeat 100%/cover;
}

.passed-on
{
    background: #69bb2c;
    padding:8px;
    border-radius:4px;
}

.passed-on h3
{
    margin:3px 0;
    font-size:10px;
    color:#fff;
    opacity: 0.6;
}

.passed-on h4
{
    color:#fff;
    font-size: 12px;
    margin:3px 0;
}

.expired-on
{
    background: #e9e9e9;
    padding:8px;
    border-radius:4px;
}

.expired-on h3
{
    color:#999;
    margin:3px 0;
    font-size:10px;
}

.expired-on h4
{
    color:#000;
    font-size:12px;
    font-weight: 600;
    margin:3px 0;
}

/* Blog Page Css */

.our-blog
{
    padding: 40px 0;
}

.blog-widget 
{
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.blog-widget-img-left
{
    width: 351px;
    height: 369px;
    background: #e3e3e3;
    border-radius: 3px;
    position: relative;
}

.blog-widget-img-right
{
    width: 149px;
    height: 159px;
    background: #e3e3e3;
    border-radius: 3px;
    position: relative;
}

.blog-widget-img-medium
{
    width: 288px;
    height: 188px;
    background: #e3e3e3;
    border-radius: 3px;
    position: relative;
}


/*.blog-bg-lg
{
    background: url('../img/blog-img.png') no-repeat 100%/cover;
}

.blog-bg-sm
{
    background: url('../img/blog-bg-2.png') no-repeat 100%/cover;
}

.blog-bg-md
{
    background: url('../img/blog-bg-md.png') no-repeat 100%/cover;
}*/

.blog-user-profile
{
    position: absolute;
    left:40px;
    bottom:30px;
    background: #262a2e;
    padding:10px;
    border-radius: 5px;
    color:#fff;
    font-size:16px;
}

.blog-widget button.btn-read-more
{
    border-width: 1px;
    border-color: rgb(249, 249, 249);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    color:#69bb2c;
    font-weight: 600;
}

.social-list
{
    border-left:1px solid #e3e3e3;
}

.social-list .social-box
{
    padding:15px;
    border:1px solid #e3e3e3;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.social-list .social-box .social-heading {
    margin-bottom: 25px;
}

.social-list .social-box .social-heading h3
{
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 15px;
    font-size: 18px;
}

.social-list .social-box .social-icons ul li.social
{
    height:40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height:40px;
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    margin-right: 25px;
}

.social-list .social-box .social-icons ul li.skype-social
{
    width:204px;
    border-radius: 20px;
    background: #fff;
    background-image: -moz-linear-gradient( 55deg, rgb(25,136,216) 0%, rgb(141,210,197) 100%);
    background-image: -webkit-linear-gradient( 55deg, rgb(25,136,216) 0%, rgb(141,210,197) 100%);
    background-image: -ms-linear-gradient( 55deg, rgb(25,136,216) 0%, rgb(141,210,197) 100%);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    height: 40px;
    color:#fff;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.popular-list {
    position: relative;
}

.popular-list .popular-item-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.popular-list .popular-item-box h2
{
    font-size:22px;
    color:#000;
}

.popular-list a.know-more
{
    position: absolute;
    right:20px;
    top:20px;
    height:48px;
    width: 48px;
    border-radius: 100%;
    line-height: 48px;
    text-align: center;
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
}

.subscribe-heading {
    width: 200px;
}

.subscribe-heading h2
{
    font-size: 24px;
    color:#000;
    margin-top: 30px;
}

.btn-signup
{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.035px 2px 4px 0px rgba(0, 0, 0, 0.11);
    color:#69bb2c;
    font-size:18px;
    padding: 15px 10px;
}

/***********custom*********/
.registration-heading p
{
	color:#333;
}
.form-check input
{
	height:12px !important;
	box-shadow:none !important;
}
.invalid-feedback,.help-block
{
	color:red !important;
	font-size:12px;
}
.profile-right-content .form-group label
{
	color:#000;
}
.profile-right-content .form-group input, .profile-right-content .form-group select, .profile-right-content .form-group textarea
{
	border-radius:0px;
}
.btn-primary
{
	background-color:#69bb2c;
}
.red
{
	color:red;
}
.info-box {
    background-color: #fff !important;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	border-color: #bce8f1 !important;
}
.pagebanner
{
	width:100%;
    max-width:100%;
    height: 450px;
    border-radius: 5px;
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 3px;
}

.mb-30
{
    margin-bottom: 30px;
}

.blog-post-item .post-media
{
    margin-bottom: 20px;
}

.blog-post-item .post-media>img
{
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-post-item h2
{
    font-size:28px;
    margin-bottom: 20px;
}

.blog-post-item p
{
    font-size:16px;
    line-height:24px;
    text-align: justify;
    font-family: inherit;
    color: #000;
}

.blog-comment-widget {
    padding: 20px;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    background: #e9e9e9;
}

.blog-comment-widget h2
{
    font-size:24px;
    color:#000;
    margin:5px 0;
    text-transform: inherit;
}

.blog-comment-widget h2 span
{
    margin-right: 20px;
}

.blog-comment-widget button.btn-response
{
    display:block;
    background: #fff;
    padding:15px 30px;
    color:#69bb2c;
    font-weight:600;
    font-size:16px;
    margin-bottom: 20px;
    box-shadow: 0.035px 2px 4px 0px rgba(0, 0, 0, 0.11);
}

.blog-response-input
{
    position: relative;
}

.blog-response-input input
{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1.732px 0 0 rgba(0, 0, 0, 0.12);
    height:60px;
    position: relative;
}

.blog-response-input input:focus
{
    box-shadow: none;
    outline: none;
    border:none;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    right: 125px;
    top: -14px;
    z-index: 999;

}

.recent-response-widget .media .media-body
{
    vertical-align: middle;
}

.recent-response-widget
{
    padding:15px;
    border:1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
}

.recent-response-widget .media .media-body h3
{
    font-size:18px;
    color:#262a2e;
    margin:4px 0 0;
    text-transform: inherit;
}

.response-left
{
    padding:25px 0 0 10px;
    border-right:1px solid #e3e3e3;
}

.response-content p
{
    color:#000;
    font-size:14px;
    line-height: 20px;
    text-align: justify;
}


/* Search List Page Css */

.search-form-list
{
    padding:40px 0;
    /*margin-bottom: 20px;*/
}

.search-from .form-group input,
.search-from .form-group select
{
    display: block;
    width:100%;
    border-width: 1px solid #e3e3e3;;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    height: 58px;
    font-size: 14px;
    color:#000;
}

.search-from .form-group button.btn-search
{
    background: #69bb2c;
    color:#fff;
    font-size:18px;
    height: 58px;
    width:100%;
}

.search-job-box
{
    margin-bottom: 20px;
}

.total-job-listing {
    border-bottom: 1px solid #e3e3e3; solid #e3e3e3;
    margin-bottom: 20px;
}

.sort-job .form-group select {
    width: 200px;
    height: 40px;
    border-radius: 2px;
}

.search-job-content {
    border: 1px solid #e3e3e3; solid #e3e3e3;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 3px;
}

.search-job-content h2 {
    padding: 15px;
    font-size: 18px;
    text-transform: inherit;
}

.search-job-content ul {
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 15px;
}

.search-job-content p
{
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size:14px;
    color:#000;
}

.load-more-job 
{
    padding: 15px;
    margin-bottom: 20px;
}

.load-more-job button.btn-load-more
{
    border:1px solid #e3e3e3; solid #69bb2c;
    color:#69bb2c;
    font-size: 16px;
    border-radius: 3px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    background: none;
    padding:12px 30px;
    font-weight: 600;
}

.load-more-job button.btn-load-more:hover
{
    background: #69bb2c;
    color:#fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}


span.total-job img
{
    margin-right: 10px;
}

.search-job-content ul li span img {
    vertical-align: initial;
    margin-right: 3px;
}

.job-estimate
{
    background: #fff;
}

.job-estimate > ul
{
    padding:10px;
    margin-bottom: 15px;
}

.job-estimate > ul > li > span > img {
    vertical-align: middle;
}


/* Job Detail Section Css */

.job-detail-section
{
    padding:40px 0;
}

.job-detail-left
{
    padding:20px;
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    color:#000;
    margin-bottom: 15px;
}

.job-detail-left p
{
    color:#000;
    margin-bottom: 20px;
}

.job-detail-left h2
{
    font-size: 24px;
}

.job-detail-left h2 {
    margin-bottom: 15px;
}

.job-detail-left ul {
    border-top: 1px solid #e3e3e3; solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; solid #e3e3e3;
    padding: 15px 0;
    margin-bottom: 15px;
}

.job-detail-left ul li
{
    padding-right: 15px;
}

.attachement-list
{
    margin-bottom: 30px;
}

.attachement-list h3
{
    font-size:16px;
    margin-bottom: 15px;
}

.attachement-list ul,
.proposal-submitted-list ul
{
    border:0;
    padding:0;
}

.attachement-list ul li
{
    margin-bottom: 15px;
    font-size:14px;
}

.attachement-list ul li a
{
    text-decoration: underline;
}

.apply-job-btn button.btn-apply
{
    border-radius: 3px;
    background-color: rgb(105, 187, 44);
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    padding:20px;
    font-size:14px;
    color:#fff;
    width:300px;
    font-weight: 600;
    margin-right: 20px;
}

.apply-job-btn button.btn-cancel
{
    border-radius: 3px;
    background-color: rgb(74, 74, 74);
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    padding:20px;
    font-size:14px;
    color:#fff;
    width:300px;
    font-weight: 600;
}

.job-detail-right
{
    background: #fff;
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius:3px;
}

.job-detail-right .user-profile
{
    padding: 30px;
    background: #f3f3f3;
    border-bottom: 1px solid #e3e3e3; solid #e3e3e3;
}


.job-detail-right .user-profile .media .media-left .user-img
{
    height:98px;
    width:98px;
    border-radius: 100%;
}

.job-user-bg
{
    background: #e3e3e3 url('../img/job-user-bg.png') no-repeat 100%/cover;
}

.job-detail-right .user-profile .media .media-body
{
    vertical-align: middle;
}

.job-detail-right .user-profile .media .media-body h3
{
    font-size:18px;
    margin:0;
}

.completed-task-list {
    padding: 30px;
    border-bottom: 1px solid #e3e3e3; solid #e3e3e3;
}

.completed-task-list h3
{
    font-size:16px;
}

.completed-task-list .user-rating
{
    margin-bottom: 10px;
}

.completed-task-list .complete-date h4
{
    font-size:14px;
}

.completed-task-list .complete-status button.btn-complete
{
    color: #69bb2c;
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 4px;
    border:1px solid #e3e3e3;  solid #69bb2c;
    font-weight: 600;
    transition: .3s;
    width:120px;
}

.completed-task-list .complete-status button.btn-complete:hover
{
    box-shadow: none;
}

.completed-task-list .complete-status button.btn-working
{
    color: #fff;
    box-shadow: 1px solid #e3e3e3; 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    background: #262a2e;
    border-radius: 4px;
    border:1px solid #e3e3e3;  solid #262a2e;
    font-weight: 600;
    transition: .3s;
    width: 120px;
}

.completed-task-list .complete-status button.btn-complete img
{
    vertical-align: initial;
    margin-right: 7px;
}

.completed-task-list .complete-status button.btn-working img {
    margin-right: 7px;
}

.proposal-submitted-list ul li {
    background: #f9f9f9;
    margin-right: 22px;
    padding: 20px 40px;
    border-radius: 4px;
}

.proposal-submitted-list ul li .media .media-body h3
{
    font-size: 24px;
    margin:0;
}

.proposal-submitted-list ul li .media .media-left
{
    vertical-align: middle;
    padding-right: 30px;
}

.proposal-submitted-list ul li .media .media-body p
{
    margin-bottom: 0;
}


/* Sale Section Css */


.sale-section
{
    padding:40px 0;
}

.sale-search-list {
    margin-bottom: 30px;
}

.sale-search-list .input-group input
{
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.12);
    height:60px;
}

.sale-search-list .input-group .input-group-btn button.btn-default
{
    height:60px;
    background: #69bb2c;
    color: #fff;
    border-color: #69bb2c;
    width:100px;
}

.sale-box
{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
}

.sale-box .media .media-left .sale-image
{
    width:239px;
    height: 248px;
    border:1px solid #e3e3e3;
}

/*.sale-bg
{
    background: url('../img/sale-bg.png') no-repeat 100%/cover;
}*/

.sale-box .media .media-body
{
    padding:15px 15px 15px 0;
}

.sale-box .media .media-body h3
{
    position: relative;
    font-size:16px;
    color:#000;
    text-overflow: ellipsis;
    overflow: hidden;
    width:200px;
    white-space: nowrap;
}

.sale-box .media .media-body p
{
    color:#000;
    font-size:14px;
}

.sale-box .media .media-body span.post-by
{
    display: block;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    padding:5px;
    font-size: 12px;
    font-weight: 600;
    color:#000;
    margin-bottom: 15px;
}

.sale-box .media .media-body ul
{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.sale-box .media .media-body ul li
{
    font-size: 12px;
    font-weight: 600;
}

.sale-box .media .media-body ul li span img
{
    padding-right: 10px;
}


.sale-detail span.sale-price
{
    color: #69bb2c;
    font-weight: 600;
    font-size:24px;
}

.sale-detail span {
    vertical-align: -webkit-baseline-middle;
}

.sale-detail button.btn-sale-detail
{
    background: #69bb2c;
    color: #fff;
    font-size:14px;
    font-weight: 600;
}


/* Sale Detail Page Section Css */

.sale-detail-container
{
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.017px 1px 2px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
    padding:30px 0
}

.sale-detail-heading 
{
    border-right: 1px solid #e3e3e3;
    padding-right: 40px;
}

.sale-heading h2
{
    font-size:24px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sale-detail-container .sale-detail-heading h2
{
    font-size:26px;
    color:#000;
    margin-bottom: 15px;
}

.sale-detail-container .sale-detail-heading p
{
    color:#000;
    font-size:16px;
    text-align: justify;
}

.prop-price {
    padding: 46px 0;
    text-align: center;
}

.prop-price h3 {
    margin: 0;
    font-size: 48px;
    color: #69bb2c;
}

.sale-post-detail
{
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    padding:15px 0;
    margin-bottom: 15px;
}

.sale-post-detail span.sale-post-by
{
    color: #000;
    font-weight: 600;
}

.sale-content-wrapper
{
    margin-bottom: 15px;
}

.prop-detail-img
{
    height:289px;
    border: 1px solid #e3e3e3;
}

.prop-bg
{
    background: url('../img/prop-detail-img.png') no-repeat 100%/cover;
}

.property-detail-list
{
    padding:30px;
    background: #f2f2f2;
}

.property-detail-list ul
{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.property-detail-list ul li
{
    margin-bottom: 15px;
    color:#000;
    font-size: 16px;
}

.property-detail-list ul li img
{
    vertical-align: middle;
    margin-right: 8px;
}

.sale-owner-detail
{
    margin-bottom: 30px;
}

.sale-owner-detail .media .media-body
{
    vertical-align: middle;
}

.sale-owner-detail .media .media-body h3
{
    margin:0;
    font-size: 18px;
    color:#000;
}

.sale-owner-detail .media .media-body p
{
    color:#000;
}

.contact-agent button.btn-contant-agent
{
    background: #69bb2c;
    padding:12px;
    color: #fff;
    font-weight: 600;
}

.sale-heading {
    margin-top: 30px;
}


/* Chat Page Section Css */

img {
    max-width: 100%;
}

.chat-section
{
    padding:40px 0;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%; border-right:1px solid #c4c4c4;
  }
  .inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
   /* overflow: hidden;*/
  }
  .top_spac{ margin: 20px 0 0;}
  
  
  .recent_heading {float: left; width:40%;}
  .srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%; padding:
  }
  .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}
  
  .recent_heading h4 {
    color: #69bb2c;
    font-size: 21px;
    margin: auto;
  }
  .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
  .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
  }
  .srch_bar .input-group-addon { margin: 0 0 0 -27px;}
  
  .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
  .chat_ib h5 span{ font-size:13px; float:right;}
  .chat_ib p{ font-size:14px; color:#989898; margin:auto}
  .chat_img {
    float: left;
    width: 11%;
  }
  .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
  }
  
  .chat_people{ overflow:hidden; clear:both;}
  .chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
  }
  .inbox_chat { height: 550px; overflow-y: scroll;}
  
  .active_chat{ background:#ebebeb;}
  
  .incoming_msg_img {
    display: inline-block;
    width: 6%;
  }
  .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
   }
   .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
  }
  .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  /*.received_withd_msg { width: 57%;}*/
  .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
  }
  
   .sent_msg p {
    background: #69bb2c none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0; color:#fff;
    padding: 5px 10px 5px 12px;
    width:100%;
  }
  .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
  .sent_msg {
    float: right;
   /* width: 46%;*/
  }
  .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
  }
  
  .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
  .msg_send_btn {
    background: #69bb2c none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 33px;
  }
  .messaging { padding: 0 0 50px 0;}
  .msg_history {
    height: 516px;
    overflow-y: auto;
  }
 .paddinglft
 {
	 padding-left: 10px !important;
 }
 
.sale-box .media .media-body span.span-by
{
    display: block;
    border-top:1px solid #e3e3e3;   
    padding:5px;
    font-size: 12px;
    font-weight: 600;
    color:#000;
}
.hide-section
{
	display:none;
}

.album-image {
    width: 260px;
    height: 248px;
	float:left;
	padding:20px;
}
.modal {
    top: 150px !important;
}
.error
{
	color:red;
}	
.hide-labels
{
	display:none;
}
.contact-agent
{
	width:200px;
}

.header-sign-in .dropdown > .dropdown-toggle{
	color:#222;
	text-decoration:none;
	}
.header-sign-in .dropdown > .dropdown-toggle .avatar{
	width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px 0 10px;
    border-radius: 50%;
    overflow: hidden;
	vertical-align:middle;
	}
.header-sign-in .dropdown > .dropdown-toggle .avatar img{
	width:100%;
	}
.header-top .colM {
	float:none;
	display:inline-block;
	vertical-align:middle;
	}	
.navbar-toggle .icon-bar{
	    background-color: #222;
	}	
.popItem{
	border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    max-width: 230px;
    margin: 0 auto 20px;
	}	
.popItem .uppr{
    background: #f9f9f9;
    text-align: center;
    padding: 0 20px;
	border-bottom:1px solid #e8e8e8;
	}
.popItem .uppr h3{
	font-size: 16px;
    margin: 0;
    text-transform: none;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
	}
.popItem .uppr ul li{
	display:inline-block;
	}	
.popItem .uppr ul li a{
    color: #222;
    padding: 0 10px;
    border-right: 1px solid #e8e8e8;
    font-size: 12px;
	text-decoration:none;
	}
.popItem .uppr ul li a:last-child{
	border-color:transparent;
	}
.popItem .uppr ul{
	margin:8px 0;
	}
	
.popItem .lowr{
	padding:8px
	}
.popItem .lowr ul{
	font-size:0 ;
	}	
.popItem .lowr ul li{
	display:inline-block;
	width:50%;padding:0 5px;
	}	 
.popItem .lowr ul li .btn{
	border-color: #eaeaea;
    width: 100%;
	color:#69bb2c;
	}
.popItem .lowr ul li .date{
	color:#222;
	font-size:10px;
	font-weight:bold;
	border-color:transparent;
	}
#popularJob.owl-carousel .owl-nav.disabled{
	display:inline-block;
	}
#popularJob{
    max-width: 90%;
    margin: 0 auto;	
	position:relative;
	}		
#popularJob.owl-carousel .owl-nav button{
	width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 00px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
	position: absolute;
    top: calc(50% - 50px);
	background:#fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	}	
#popularJob.owl-carousel .owl-nav button.owl-prev{
	left:-50px;
	}	
#popularJob.owl-carousel .owl-nav button.owl-next{
	right:-50px;
	}
.planItem{
	width:350px;
	padding:0 10px;
	/*float: left;*/
	display:inline-block;
	/*max-width:350px;*/
	margin-right:0px;
	}
.planItem .planInner{
	border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
	}	
.planItem .planInner h3{
	font-size:20px;
	color:#202020;
	background-color:#f9f9f9;
	padding:20px 10px;
	text-align:center;
	text-transform:none;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:0;
	}
.planItem .planInner .list{
	padding:15px;
	}
.planItem .planInner ul li{
	font-size:13px;
	margin-bottom:15px;
	position:relative;
	color:#000000;
	}
.planItem .planInner ul li:before{
	content:"•";
	color: #00bc01;
    font-size: 20px;
    line-height: 0;
    top: 50%;
    position: absolute;
    left: -10px;
	}
.planItem .planInner ul{
	padding:0 10px;
	}
.planItem .planInner .btn{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #69bb2c;
    font-weight: bold;
	border-color:#f9f9f9;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
	}
	
#content-6 .mCSB_container{
	display:table;
	}	
#content-6 .mCustomScrollBox::after{
	content:"";
	background: rgba(231,56,39,0);
	background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#ffffff', GradientType=1 );
	width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100%;
	pointer-events: none;
	}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	background-color:#69bb2c;
	}	

.hire-them-list .hire-box .box-header{
	background-color:#ffffff;
	}	
.box-footer {
    background: #f9f9f9;
    border-top: 1px solid #e8e8e8;
}

.subscribe-box{
	width:100%;
	max-width:590px;
	margin:0 auto;
	position:relative;
	}
.subscribe-box button{
	background: #00bc01;
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: calc(50% - 25px);
	}
.subscribe-box button:focus, .btn:active:focus{
	outline:none;
	box-shadow:none;
	color:#fff;
	}
.subscribe-box button:hover{
	color:#fff;
	background-color:#04a905;
	}
.subscribe-box input{
	font-weight:bold;
	height:70px;
	width:100%;
	max-width:590px;
	box-shadow:none;
	border-radius:5px;
	}
.subscribe-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
  font-weight:bold;
}	

.header-social-link a, .social-links a{
	color:#b8b8b8;
	font-size: 18px;
	}	
.social-links a{
	color:#8a8a8a;	 
 }	
.social-links .social-list,
.footer-bottom .more-links ul li:last-child{
	border-color:transparent;
	} 

.our-facts .media{
	position:relative;
	}	
.our-facts .media .media-left{
	position:absolute;
	padding:0;
	}
.our-facts .media .media-body{
	padding-left:80px;
	}
	
.our-facts .fact-box{
		border-color:transparent;
		}	
	
	.our-facts .col-md-3{
		border-right: 1px solid #888;
		}		
	.our-facts .col-md-3:last-child{
		border-color:transparent;
		}
	.hire-them-list{
		padding:0 15px;
		}	
		
	.hire-them-list ul li{
		width:100%;
		max-width:225px;
		padding: 0 5px;
		}	
	.slider.main-banner{
		padding:0;
		}
	.slider.main-banner .item{
		padding:50px 0;
		height:calc(100vh - 107px);
		display:table;
		width:100%;
		background-size: cover;
	    background-position: center center;	
		    max-height: 345px;
		}	
	.slider.main-banner .item .innerItem{
		display:table-cell;
		vertical-align:middle;
		}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 25%;
  max-height: 400px;
  overflow-y:auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 15px;
  border: 1px solid transparent;
  width: 75%;
  border-left: none;
  min-height: 300px;
  display:none;
}		
.tabcontent h4{
	margin-bottom:0px;
	}
.tabcontent.active{
	display:block;
	}
.tabsDiv{
	margin-bottom:50px;
	}	
.tabsDiv .tab button.active{
	background-color:#69bb2c;
	color:#fff;
	}	
.tabsDiv .tab button{
	padding:15px;    border-bottom: 1px solid #ccc;
	}
.title{
	margin: 50px 0 50px;
	position:relative;
	text-align:center;
	}	
.title::after{
	content:"";
	height:3px;
	background-color:#69bb2c;
	width:100%;
	max-width:80px;
	position:absolute;
	bottom:-5px;
	left:calc(50% - 40px);
	}
.title.ttl1{
	text-align:left;
	}
.title.ttl1:after{
	left:0;
	}
.title.ttl2{
	background-color:#eee;
	}
	
.subTitle {
	margin: 10px 0 25px;
	}	
.galleryWrap .item .itemWrap img{
	width:100%;
	}	
.galleryWrap .item{
	margin-bottom:20px;
	}
.tabsDiv .tab .mCSB_scrollTools{
	right: 0;
	    background-color: #f1f1f1;
		    opacity: 1;
	} 	
.tabsDiv .tab .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#00bc01;
	}

/* kunal css start*/
.header-sign-in .dropdown > .dropdown-toggle{
	color:#222;
	text-decoration:none;
	}
.header-sign-in .dropdown > .dropdown-toggle .avatar{
	width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px 0 10px;
    border-radius: 50%;
    overflow: hidden;
	vertical-align:middle;
	}
.header-sign-in .dropdown > .dropdown-toggle .avatar img{
	width:100%;
	}
.header-top .colM {
	float:none;
	display:inline-block;
	vertical-align:middle;
	}	
.navbar-toggle .icon-bar{
	    background-color: #222;
	}	
.popItem{
	border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    max-width: 230px;
    margin: 0 auto 20px;
	}	
.popItem .uppr{
    background: #f9f9f9;
    text-align: center;
    padding: 0 20px;
	border-bottom:1px solid #e8e8e8;
	}
.popItem .uppr h3{
	font-size: 16px;
    margin: 0;
    text-transform: none;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
	}
.popItem .uppr ul li{
	display:inline-block;
	}	
.popItem .uppr ul li a{
    color: #222;
    padding: 0 10px;
    border-right: 1px solid #e8e8e8;
    font-size: 12px;
	text-decoration:none;
	}
.popItem .uppr ul li a:last-child{
	border-color:transparent;
	}
.popItem .uppr ul{
	margin:8px 0;
	}
	
.popItem .lowr{
	padding:8px
	}
.popItem .lowr ul{
	font-size:0 ;
	}	
.popItem .lowr ul li{
	display:inline-block;
	width:50%;padding:0 5px;
	}	 
.popItem .lowr ul li .btn{
	border-color: #eaeaea;
    width: 100%;
	color:#69bb2c;
	}
.popItem .lowr ul li .date{
	color:#222;
	font-size:10px;
	font-weight:bold;
	border-color:transparent;
	}
#popularJob.owl-carousel .owl-nav.disabled{
	display:inline-block;
	}
#popularJob{
    max-width: 90%;
    margin: 0 auto;	
	position:relative;
	}		
#popularJob.owl-carousel .owl-nav button{
	width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 00px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
	position: absolute;
    top: calc(50% - 50px);
	background:#fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	}	
#popularJob.owl-carousel .owl-nav button.owl-prev{
	left:-50px;
	}	
#popularJob.owl-carousel .owl-nav button.owl-next{
	right:-50px;
	}
.planItem{
	width:350px;
	padding:0 10px;
	/*float: left;*/
	display:inline-block;
	/*max-width:350px;*/
	margin-right:0px;
	}
.planItem .planInner{
	border-radius: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
-moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.08);
	}	
.planItem .planInner h3{
	font-size:20px;
	color:#202020;
	background-color:#f9f9f9;
	padding:20px 10px;
	text-align:center;
	text-transform:none;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:0;
	}
.planItem .planInner .list{
	padding:15px;
	}
.planItem .planInner ul li{
	font-size:13px;
	margin-bottom:15px;
	position:relative;
	color:#000000;
	}
.planItem .planInner ul li:before{
	content:"•";
	color: #00bc01;
    font-size: 20px;
    line-height: 0;
    top: 50%;
    position: absolute;
    left: -10px;
	}
.planItem .planInner ul{
	padding:0 10px;
	}
.planItem .planInner .btn{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #69bb2c;
    font-weight: bold;
	border-color:#f9f9f9;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.08);
	}
	
#content-6 .mCSB_container{
	display:table;
	}	
#content-6 .mCustomScrollBox::after{
	content:"";
	background: rgba(231,56,39,0);
	background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#ffffff', GradientType=1 );
	width: 10%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100%;
	pointer-events: none;
	}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	background-color:#69bb2c;
	}	

.hire-them-list .hire-box .box-header{
	background-color:#ffffff;
	}	
.box-footer {
    background: #f9f9f9;
    border-top: 1px solid #e8e8e8;
}

.subscribe-box{
	width:100%;
	max-width:590px;
	margin:0 auto;
	position:relative;
	}
.subscribe-box button{
	background: #00bc01;
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: calc(50% - 25px);
	}
.subscribe-box button:focus, .btn:active:focus{
	outline:none;
	box-shadow:none;
	color:#fff;
	}
.subscribe-box button:hover{
	color:#fff;
	background-color:#04a905;
	}
.subscribe-box input{
	font-weight:bold;
	height:70px;
	width:100%;
	max-width:590px;
	box-shadow:none;
	border-radius:5px;
	}
.subscribe-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
  font-weight:bold;
}	

.header-social-link a, .social-links a{
	color:#b8b8b8;
	font-size: 18px;
	}	
.social-links a{
	color:#8a8a8a;	 
 }	
.social-links .social-list,
.footer-bottom .more-links ul li:last-child{
	border-color:transparent;
	} 

.our-facts .media{
	position:relative;
	}	
.our-facts .media .media-left{
	position:absolute;
	padding:0;
	}
.our-facts .media .media-body{
	padding-left:80px;
	}
	
.our-facts .fact-box{
		border-color:transparent;
		}	
	
	.our-facts .col-md-3{
		border-right: 1px solid #888;
		}		
	.our-facts .col-md-3:last-child{
		border-color:transparent;
		}
	.hire-them-list{
		padding:0 15px;
		}	
		
	.hire-them-list ul li{
		width:100%;
		max-width:225px;
		padding: 0 5px;
		}	
	.slider.main-banner{
		padding:0;
		}
	.slider.main-banner .item{
		padding:50px 0;
		height:calc(100vh - 107px);
		display:table;
		width:100%;
		background-size: cover;
	    background-position: center center;	
		    max-height: 345px;
		}	
	.slider.main-banner .item .innerItem{
		display:table-cell;
		vertical-align:middle;
		}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 25%;
  max-height: 400px;
  overflow-y:auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 15px;
  border: 1px solid transparent;
  width: 75%;
  border-left: none;
  min-height: 300px;
  display:none;
}		
.tabcontent h4{
	margin-bottom:0px;
	}
.tabcontent.active{
	display:block;
	}
.tabsDiv{
	margin-bottom:50px;
	}	
.tabsDiv .tab .tablinks.active{
	background-color:#69bb2c;
	color:#fff;
	}	
.tabsDiv .tab .tablinks{
	padding:15px;    border-bottom: 1px solid #ccc;
	}
.title{
	margin: 50px 0 50px;
	position:relative;
	text-align:center;
	}	
.title::after{
	content:"";
	height:3px;
	background-color:#69bb2c;
	width:100%;
	max-width:80px;
	position:absolute;
	bottom:-5px;
	left:calc(50% - 40px);
	}
.title.ttl1{
	text-align:left;
	}
.title.ttl1:after{
	left:0;
	}
.title.ttl2{
	background-color:#eee;
	}
	
.subTitle {
	margin: 10px 0 25px;
	}	
.galleryWrap .item .itemWrap img{
    width: 100%;
    height: 170px;
    object-fit: cover;
	}	
.galleryWrap .item{
	margin-bottom:20px;
	}
.tabsDiv .tab .mCSB_scrollTools{
	right: 0;
	background-color: #f1f1f1;
	opacity: 1;
	} 	
.tabsDiv .tab .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#00bc01;
	}

.tabsDiv .tab .tablinks{
	display:block;
	color:#000;
	cursor:pointer;
	}	
	
.galleryWrap .item {
padding-right:5px;
padding-left:5px;
}
.galleryWrap .item .itemWrap{
        height: 176px;
    border: 1px solid #EEE;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.galleryWrap .item .itemWrap img{
        width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
}
.fs-gal-close{
right:30px
}
.fs-gal-view .fs-gal-main{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.img-circle {
    border-radius: 50%;
	height: 40px;
}
.popular-list .popular-item-box h2 {
   font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.subscribe-heading h2 {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    width: 100%;
    line-height: 24px;
    text-transform: capitalize;
}
.media-heading {
   line-height: 30px;
    text-transform: capitalize;
}

.staticpage .info-box
{
	line-height: 30px;
    text-transform: capitalize;
}
 .yealyHom.table tr td,
        .yealyHom.table tr th{
            text-align: center;
            vertical-align: middle;
        }
        .yealyHom.table tr td span,
        .yealyHom.table tr th span{
            font-weight: normal;
        }
        .yealyHom.table tr td:first-child,
        .yealyHom.table tr th:first-child{
            text-align: left;
        }
        .yealyHom.table tr td i{
            color: #02bc01;
        }
        .yealyHom.table>thead{
            background-color: #02bc01;
            color: #ffffff;
        }
		#MainSlider .owl-item .item:before{
			content: "";
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.1);
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
		}
		#MainSlider .owl-item .item .innerItem{
			position: relative;
			z-index: 1;
		}
		.main-banner .banner-content h1{
			color: #fff;
		}
		.slider.main-banner .item {
			max-height: 550px;
		}
		
		@media only screen and (min-width:768px){
			.mobilesocial{
				display:none;
			}
		}
		@media only screen and (max-width:991px){
			.header-top .colM.logoM {
				display: block;
				text-align: center;
				margin-bottom: 10px;
			}
			.header-sign-in .dropdown > .dropdown-menu{
				left:0;
				right:auto;
			}
		}
		@media only screen and (max-width: 767px){
			.header-top .signM .header-sign-in{
				font-size: 14px;     
				padding-left: 0px;   
				    display: block;
				width: 100%;
				padding: 0px;
				text-align: center;
				margin-top: 9px;
			}
			.header-top .colM.signM{
				width:100%;
				display:block;
				margin-top:10px;
			}
			.header-social-link a{
				display:block;
			}
			.header-top .signM .header-sign-in .mobilesocial,
			.header-top .signM .header-sign-in .list-unstyled{
				display: inline-block;
				float: none;
				width: auto;
				vertical-align:middle;
			}
			.header-top .colM.middleConM  .header-middle-text > .col-sm-2{
				width: auto;
				float: right;
				margin-top: 7px;
				display:none;
			}
		}
/* kunal css end */	
.galleryWrap .outerItem{
	    display: flex;
	        flex-wrap: wrap;
		    justify-content: space-between;
	    }
	    .galleryWrap .outerItem .item{
		    width:auto;
	    }




	
