/* CSS Document */
@font-face {
  font-family: "FSJoey";
  src: url("../fonts/FSJoey-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "FSJoey";
  src: url("../fonts/FSJoey-Medium.otf");
  font-weight: 600;
}
@font-face {
  font-family: "FSJoey";
  src: url("../fonts/FSJoey-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/OpenSans.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: bold;
}
* {
  word-wrap: break-word;
  word-break: break-word;
}

a:hover, a:focus {
  text-decoration: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
}

.zmdi {
  line-height: 1;
}

.hide, .hidden {
  display: none !important;
}

.f-12 {
  font-size: 0.75rem;
}

.f16 {
  font-size: 1rem;
}

.f18 {
  font-size: 1.125rem;
}

.f20 {
  font-size: 1.25rem;
}

.table th,
.red-text {
  color: var(--red);
}

.green-text {
  color: var(--green);
}

.blue-text {
  color: var(--blue);
}

.orange-text {
  color: var(--orange);
}

.yellow-text {
  color: var(--yellow);
}

.indigo-text {
  color: var(--indigo);
}

.purple-text {
  color: var(--purple);
}

.pink-text {
  color: var(--pink);
}

.teal-text {
  color: var(--teal);
}

.grey-text {
  color: #999;
}

.zmdi-18x, .fa-18x {
  font-size: 18px;
}

.zmdi-20x, .fa-20x {
  font-size: 20px;
}

.zmdi-22x, .fa-22x {
  font-size: 22px;
}

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

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

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

.-mb-3 {
  margin-bottom: -1rem;
}

.p-15 {
  padding: 15px;
}

.p-0 {
  padding: 0;
}

.input-group-text {
  background-color: #fff;
}

.magic-radio, .magic-checkbox {
  position: absolute;
  display: none;
}

.magic-radio[disabled], .magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-radio + label, .magic-checkbox + label {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  vertical-align: middle;
}

.magic-radio + label:hover:before, .magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio + label:before, .magic-checkbox + label:before {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid #999;
}

.magic-radio + label:after, .magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.magic-radio[disabled] + label, .magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after, .magic-checkbox[disabled] + label:hover, .magic-checkbox[disabled] + label:before, .magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before, .magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled] + label:before, .magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.magic-radio:checked + label:before, .magic-checkbox:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after, .magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}
.magic-radio + label:after {
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.magic-radio:checked + label:before {
  border: 2px solid;
}
.magic-radio:checked[disabled] + label:before {
  border: 2px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 2px;
}
.magic-checkbox + label:after {
  top: 2px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.carousel-indicators {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
}

.btn {
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-xs {
  border-radius: 0.2rem;
  font-size: 0.85rem;
  padding: 1px 5px;
}

.btn-grey, .btn-grey:hover {
  background-color: #777;
  border-color: #777;
  color: #fff;
}

.btn-grey:after {
  background-color: #444;
}

.btn-accent {
  background-color: #0cc;
  color: #fff;
}
.btn-accent:hover {
  background-color: #0cc;
  border-color: #01b6b6;
  color: #fff;
}
.btn-accent:after {
  background-color: #01b6b6;
}

.btn-success {
  background-color: #7bc74d;
  border-color: #71bf41;
}
.btn-success:hover {
  background-color: #6ab739;
  border-color: #6ab739;
}

.list-group {
  margin-bottom: 1rem;
}

.panel {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
}
.panel .panel-heading {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}
.panel .panel-heading h4 {
  margin: 5px 0;
}
.panel > .panel-heading .title-sm {
  margin: 5px 0;
}
.panel .panel-body {
  background-color: #fff;
  padding: 20px;
}
.panel .panel-body.active {
  background-color: #fbfbfb;
}

.attachments {
  margin-top: -1px;
}
.attachments .list-group > li {
  display: flex;
  justify-content: space-between;
}
.attachments .list-group > li > span:first-child {
  display: block;
  display: -webkit-box;
  max-width: 80%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body .attachments .list-group > li {
  border-left: 0;
  border-right: 0;
}

label, .label {
  font-weight: 500;
}

.has-feedback label ~ .form-control-feedback {
  top: 35px;
}

.alert-success {
  color: #fff;
  background-color: #00C851;
  border-color: #00c851;
}

.popover {
  max-width: 320px;
  min-width: 300px;
}

.ourWork p {
  font-size: 1.05em;
  margin-bottom: 24px;
}

ul.introList li {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}
ul.introList li:before {
  content: "\f269";
  color: #00c019;
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
ul.mm-listview .dropdown-toggle::after {
  display: none;
}
ul.diamondShape-icon {
  margin-bottom: 0;
}
ul.diamondShape-icon li {
  display: inline-block;
}
ul.diamondShape-icon li a {
  color: #fff;
  display: block;
}
ul.diamondShape-icon li a:hover .zmdi {
  color: #fff;
}
ul.diamondShape-icon .zmdi {
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
}
ul.list-style li {
  padding: 4px 0;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: -1px;
  padding-left: 20px;
  position: relative;
}
ul.list-style li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
ul.list-style li:first-child {
  border-top: none;
}
ul.list-style li:last-child {
  border-bottom: none;
}
ul.twitter-widget li {
  padding: 15px 0;
  border-top: 1px solid #3f3f3f;
}
ul.twitter-widget li:first-child {
  border: none;
}
ul.twitter-widget li span {
  display: table-cell;
}
ul.twitter-widget li .fa {
  min-width: 28px;
  font-size: 18px;
  display: table-cell;
}
ul.list-group.with-header h4 {
  margin: 0;
}
ul.social-share {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}
ul.social-share li {
  border: 0;
  padding: 0.5rem 1.25rem;
}
ul.social-share li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1.25rem;
}
ul.social-share li a {
  color: #333;
}
ul.social-share li a > i {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  transform: translate3d(0, -0.5px, 0);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 1px;
  text-align: center;
}
ul.cat li {
  margin-bottom: 10px;
}
ul.cat li a.list-group-item {
  border: 1px dashed;
}
ul.tab {
  overflow: hidden;
  position: relative;
}
ul.tab li a {
  border-radius: 3px;
  background-color: transparent;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
ul.alert-choice {
  margin: 15px 0 0;
}
ul.alert-choice li {
  display: inline-block;
  padding: 5px;
}
ul.alert-choice li a {
  display: block;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 14px;
}
ul.transbox {
  margin-bottom: 0;
}
ul.transbox > li {
  display: flex;
}
ul.slide li {
  padding-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
ul.slide li:hover {
  padding-left: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.slide li:before {
  content: "\f30f";
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-right: 10px;
}
ul.parent_skill {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  max-height: 400px;
  overflow-x: auto;
}
ul.parent_skill > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}
ul.parent_skill > li > a {
  padding: 0.5rem 1rem;
  display: flex;
  border: 1px solid;
  height: 60px;
  line-height: 1.25rem;
  align-items: center;
  justify-content: center;
}
ul.child_skill {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
ul.child_skill li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}
ul.selected_skill {
  background-color: #eee;
  min-height: 200px;
  padding: 10px;
}
ul.selected_skill li {
  margin-bottom: 10px;
}
ul.lightgallery {
  overflow: hidden;
}
ul.lightgallery li > div {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
ul.display-inline li {
  display: inline-block;
}
ul.location {
  display: flex;
  flex-wrap: wrap;
}
ul.location > li {
  flex: 0 0 20%;
  padding: 10px;
}
ul.location > li > a {
  background-color: #fff;
  display: block;
  border: 1px solid;
  text-align: center;
  padding: 6px;
  border-radius: 0.25rem;
}
ul.location > li > a:hover {
  background-color: #5f27ff;
  border: 1px solid #5f27ff;
  color: #fff;
}
ul.catList {
  display: flex;
  flex-wrap: wrap;
}
ul.catList > li {
  flex: auto;
  padding: 5px 5px;
}
ul.catList > li > a {
  background-color: #fff;
  border: 1px solid #5f27ff;
  display: block;
  padding: 8px 12px;
  text-align: center;
  border-radius: 3px;
}
ul.catList > li > a:hover {
  background-color: #5f27ff;
  border: 1px solid #5f27ff;
  color: #fff;
}
ul.skills li {
  display: inline-block;
  margin-bottom: 5px;
}
ul.skills li a:hover {
  text-decoration: none;
}
ul.foot-nav li {
  line-height: 24px;
  border: none;
}
ul.foot-nav li a {
  color: #ccc;
  font-size: 12px;
}
ul.job-flex-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.job-flex-list > li {
  flex: auto;
  margin: 5px 0;
}
ul.job-flex-list span {
  font-weight: bold;
}
ul.sitemap {
  margin: 0;
  overflow: hidden;
}
ul.sitemap li {
  float: left;
  margin: 5px 0;
  padding-left: 1.5em;
  position: relative;
  width: 50%;
}
ul.sitemap li:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0.25em;
}
ul.sitemap li a {
  text-decoration: none;
}
ul.sitemap li a:hover {
  color: #039be5;
  text-decoration: underline;
}
ul.sorting {
  display: flex;
  flex-wrap: wrap;
}
ul.sorting li {
  margin-left: 5px;
}
ul.sorting li a {
  padding: 4px 10px;
  font-size: 13px;
  font-family: sans-serif;
}
ul.profile-list {
  margin: 0 -15px;
}
ul.profile-list li {
  padding: 6px 15px;
  border-bottom: 1px solid #f5f5f5;
}
ul.profile-list li:last-child {
  border-bottom: none;
}
ul.alert_list li {
  display: inline-block;
  padding: 0 5px;
}
ul.alert_list li a {
  background-color: #fff;
  color: #00c851;
  padding: 0 10px;
  border-radius: 10px;
}
ul.alert_list li a:hover {
  background-color: #1b496b;
  color: #00c851;
}
ul.cat-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.cat-flex li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
ul.history-list > li {
  padding: 0.5rem 1rem;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
}
ul.history-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.history-list ul > li:nth-child(2) {
  width: 75px;
}
ul.dashboard-box-list > li.item-list-rejected {
  background-color: #fbeaec;
}

.skills {
  margin: 0.65rem 0 0;
}

.ourProject figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ourProject .category {
  color: #555;
  display: block;
  text-align: center;
}
.ourProject .category figure:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 148px;
  border: 2px solid #ddd;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.ourProject .category:hover > figure:after {
  opacity: 0.3;
  top: -1px;
  left: -1px;
  border: 2px solid;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#slide-nav .navbar-toggle {
  cursor: pointer;
  position: relative;
  line-height: 0;
  margin: 0;
  height: 40px;
  padding: 12px 0 0 0;
  border: 0;
  background: transparent;
}

.navbar-toggle {
  border: none;
  border-radius: 0;
  margin-top: 20px;
}

.navbar-default {
  border-color: #2c597a;
}
.navbar-default .navbar-toggle.slide-active .icon-bar {
  background: #2bb5f4;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #2bb5f4;
}

.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #f6f6f6;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0 !important;
}

.bootstrap-select .dropdown-toggle::after {
  display: none;
}
.bootstrap-select .dropdown-menu.inner {
  max-height: 250px;
  overflow-y: auto;
}
.bootstrap-select.show .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.bootstrap-select.show .dropdown-toggle .caret {
  transform: rotate(180deg);
}

.modal-header {
  padding: 0.75rem 1rem;
}

.modal-sm .modal-header {
  padding: 0.5rem 1rem;
}

.modal-footer {
  border-color: transparent;
  padding-top: 0;
}

.well {
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  box-shadow: none;
}

.breadcrumb > .active {
  color: #fff;
}

.img-thumbnail, .tooltip-inner {
  border-radius: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f5f5;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 0;
}

.dropdown-menu {
  padding: 0;
}

.card-header {
  background-color: #fff;
}
.card-header > h3, .card-header > h4, .card-header > h5 {
  margin-bottom: 0;
}

.dropdown-item {
  padding: 0.25rem 1rem;
}

.f00 {
  color: #f00;
}

.flag {
  border-radius: 0.2rem;
  max-height: 16px;
  max-width: 21px;
}

.langDropdown {
  min-width: 2rem;
  margin-left: 0.25rem;
  padding: 0.25rem 0;
}

#navbarDropdown .flag,
.langDropdown .flag {
  max-height: 20px;
  max-width: 26px;
}

.dashboard-headline h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

#msg_count {
  position: absolute;
  top: -5px;
  right: 0;
}

.search_box {
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  max-width: 1020px;
  margin: auto;
  position: relative;
}

.intro-search-field .btn-group.form-control {
  height: auto;
}
.intro-search-field .bootstrap-tagsinput input {
  width: 100%;
}

#navigation ul .langDropdown .dropdown-item {
  padding: 0 0.5rem;
}
#navigation ul a.anchor-message {
  padding: 0;
  position: relative;
  top: 7px;
}

.social-icons .fa, .social-icons .zmdi {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icons-A .fa, .icons-A .zmdi {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.social-icons {
  overflow: hidden;
}
.social-icons.icon-circle .zmdi {
  border-radius: 50%;
}
.social-icons li a:hover > .zmdi-dribbble {
  background-color: #e74b87;
}
.social-icons li a:hover > .zmdi-rss {
  background-color: #ef802e;
}
.social-icons li a:hover > .zmdi-instagram {
  background-color: #A1755C;
}

.social-icons .zmdi:hover, .social-icons .zmdi:active {
  color: #FFF;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons li a:hover > .zmdi-facebook, .social-icons li a:hover > .zmdi-facebook-box {
  background-color: #3C599F;
  border-color: #3C599F;
}

.social-icons li a:hover > .zmdi-pinterest, .social-icons li a:hover > .zmdi-pinterest-box {
  background-color: #CC2127;
  border-color: #CC2127;
}

.social-icons li a:hover > .zmdi-twitter, .social-icons .zmdi-twitter-box {
  background-color: #32CCFE;
  border-color: #32CCFE;
}

.social-icons li a:hover > .zmdi-linkedin, .social-icons li a:hover > .zmdi-linkedin-box {
  background-color: #007ab5;
  border-color: #007ab5;
}

.social-icons li a:hover > .zmdi-google-plus, .social-icons li a:hover > .zmdi-google-plus-box {
  background-color: #CF3D2E;
  border-color: #CF3D2E;
}

.social-icons li a:hover > .zmdi-youtube, .social-icons li a:hover > .zmdi-youtube-play, .social-icons li a:hover > .zmdi-youtube-box {
  background-color: #C52F30;
  border-color: #C52F30;
}

.icons-A {
  margin: 10px 0 0;
}
.icons-A li {
  display: inline-block;
  padding: 3px;
}
.icons-A li a {
  display: block;
  text-align: center;
}

icons-A li + li {
  border-left: 1px solid #666;
}

.banner .carousel-item {
  max-height: 680px;
  overflow: hidden;
}
.banner .intro-banner {
  position: absolute;
  bottom: 40%;
  width: 100%;
}
.banner .carousel-indicators {
  bottom: 20px;
}
.banner .carousel-caption {
  text-shadow: none;
  bottom: 50%;
  transform: translate3d(0, 50%, 0);
  z-index: 20;
}
.banner .carousel-inner .item > img {
  max-height: 600px;
  width: 100%;
}
.banner h1 {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

#srch_txt {
  max-width: 120px;
  display: inline-flex;
  overflow: hidden;
}

.shadow_1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.shadow_1 .comment-box {
  padding: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.shadow_1 .comment-box:last-child {
  border-bottom: 0;
}
.shadow_1 .comment-box .form-control {
  margin-bottom: 1rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: none !important;
  padding: 0 !important;
}

.pricing-table {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  display: table;
  width: 100%;
}
.pricing-table > .price {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  background: #f4f4f4;
  border-left-width: 0;
  text-align: center;
  font-size: 14px;
  width: 20%;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid #fff;
  transition: 0.3s all ease-in-out;
}
.pricing-table > .price:first-child {
  border-left-width: 1px;
}
.pricing-table > .price:first-child:hover {
  box-shadow: none;
  transform: scale(1);
}
.pricing-table > .price .name {
  background-color: #f0f0f0;
  color: #fff;
  line-height: 50px;
  padding: 50px 10px;
  min-height: 176px;
}
.pricing-table > .price .name h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0 0;
}
.pricing-table > .price .name h4 {
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.pricing-table > .price .name h4 span {
  font-size: 30px;
  font-weight: 700;
}
.pricing-table > .price > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #01090C;
}
.pricing-table > .price > ul li {
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
.pricing-table > .price > ul li:nth-child(1n) {
  background: #fff;
}
.pricing-table > .price > ul li:nth-child(2n) {
  background: #e5e5e5;
}
.pricing-table > .price > ul li:last-child {
  border-bottom-width: 0;
}

.price {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0;
  overflow: auto;
  padding: 0;
}

.p_table > .price .name {
  line-height: 25px;
  padding: 25px 10px;
  min-height: 120px;
}

.autoH {
  height: auto;
  overflow: visible;
}
.autoH .pricing-table > .price:hover {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  z-index: 10;
}

.free .zmdi-close {
  color: #f04e4e;
}

.silver .zmdi-check {
  color: #00aae2;
}

.gold .zmdi-check {
  color: #cc9900;
}

.platinum .zmdi-check {
  color: #fc7e66;
}

.thin-line {
  height: 1px;
  margin-left: 0;
  width: 100px;
}

.projects {
  position: relative;
  overflow: hidden;
}
.projects .subtitle {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  margin: 10px auto;
  position: relative;
}

.sidebar-filter {
  position: relative;
}
.sidebar-filter ul.list-group {
  background-color: #fff;
}
.sidebar-filter .filterHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}

.scroll-bar {
  max-height: 230px;
  overflow: auto;
}
.scroll-bar ul.list-group {
  margin-bottom: 0;
}
.scroll-bar ul.list-group > .list-group-item {
  border: 0;
  padding: 0.25rem 1.25rem;
}

.left_sidebar ul.list-group li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.left_sidebar ul.list-group li a {
  color: #333;
  text-decoration: none;
}
.left_sidebar ul.sub_cat {
  max-height: 300px;
  overflow-x: auto;
  border: 1px solid #ccc;
  margin-top: -1px;
}
.left_sidebar ul.sub_cat > li {
  padding: 3px 0;
}
.left_sidebar ul.sub_cat > li > a {
  font-size: 13px;
}
.left_sidebar .panel {
  overflow: hidden;
}

.left_sidebar ul.list-group li.active a, .left_sidebar ul.list-group li.active a:hover {
  color: #fff;
  display: block;
}

.listing .listBox {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
}
.listing .media > .media-left {
  height: 84px;
  width: 84px;
}
.listing .media > .media-right .btn-sm {
  margin: 0 5px 5px 0;
}
.listing .media .media-object {
  max-width: 110px;
}
.listing .media-right h4 {
  margin-top: 0;
}
.listing .media-right p {
  margin-top: 10px;
}
.listing .media-body .bio {
  margin-bottom: 5px;
  color: #656565;
}
.listing .media-body .designation a {
  font-weight: bold;
}
.listing .block {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.listing .block .ratingtext h4 {
  margin: 0 0 15px 0;
  color: #333;
}
.listing .block .ratingreview {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.listing .block .ratingreview:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.listing .block h4.block-title {
  margin: 5px 0;
}
.listing ul.display-inline > li {
  margin-bottom: 0.5rem;
}

.listBox:last-child {
  margin-bottom: 0;
}

.searchbox {
  width: 100%;
  margin-bottom: 15px;
}
.searchbox > form {
  margin-bottom: 0;
}
.searchbox .input-group {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.searchbox .input-group .input-group-addon {
  padding: 0;
  border: none;
}
.searchbox .input-group .form-control {
  box-shadow: none;
  border: none;
  height: 2.667rem;
}
.searchbox .input-group > .input-group-append > .btn {
  overflow: visible;
  position: relative;
  cursor: pointer;
  height: 2.667rem;
}
.searchbox .zmdi-search {
  font-size: 18px;
}

.newsletter .input-group > .input-group-append > .btn {
  height: 40px;
  width: 40px;
}
.newsletter button i {
  line-height: 40px;
}

.pagination li a {
  padding: 0.5rem 0.831rem;
}
.pagination li a i {
  font-size: 1.5rem;
  line-height: 0;
  top: 3px;
  position: relative;
}

.title-sm {
  font-weight: 600;
  margin-bottom: 1rem;
}
.title-sm span {
  color: #999;
  font-weight: 400;
}

.sec-60 {
  padding: 50px 0;
}

.listing ul.list li, .panel-details ul.list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}
.listing ul.list li::before, .panel-details ul.list li::before {
  content: "\f26b";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: 0;
}

.c_details {
  position: relative;
  overflow: hidden;
}
.c_details > p {
  margin-bottom: 0.5rem;
}
.c_details > p:last-child {
  margin-bottom: 0;
}
.c_details > p > i {
  display: inline-block;
  min-width: 16px;
  text-align: center;
}

.profile {
  background-size: 100% 35%;
  background-repeat: no-repeat;
  position: relative;
  padding: 3rem 0 0;
  z-index: 9;
}
.profile:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  height: 35%;
  width: 100%;
}
.profile .edit {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: raleway;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 6px 10px;
}

.profile_pic {
  background-color: #eee;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem;
  position: relative;
  height: 100px;
  width: 100px;
  vertical-align: middle;
}
.profile_pic > a.changeDP {
  position: absolute;
  left: calc(50% - 17px);
  font-size: 1.5rem;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  padding: 5px 6px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: none;
}
.profile_pic:hover > a.changeDP {
  display: block;
}
.profile_pic:hover .profile-pic-cam {
  display: block;
}

.pic-sm {
  height: 64px;
  width: 64px;
  margin: 0 15px 20px 0;
  float: left;
}
.pic-sm > span {
  height: 64px;
  width: 64px;
}

.profile_pic a > img, .profile_pic > img, .profile_pic > span > img {
  width: 100%;
  height: 100%;
}

.profile-details {
  padding: 0 15px;
}

ul.profile-list .zmdi, ul.profile-list .fa {
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

.u_details {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.u_details .profile_pic img {
  max-width: 100%;
  position: relative;
  z-index: 99;
}
.u_details .details {
  padding: 15px;
}

.photo-box-portfolio {
  border-radius: 4px;
  height: 215px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: 100%;
  transition: 0.4s;
  margin: 0 0 1.5rem 0;
}
.photo-box-portfolio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  border-radius: 4px;
  transition: 0.4s;
}
.photo-box-portfolio:hover .portfolio-action-btn {
  display: flex;
}
.photo-box-portfolio .portfolio-action-btn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 9;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.photo-box-portfolio .photo-box-portfolio-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
.photo-box-portfolio .photo-box-portfolio-content h5 {
  color: #fff;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.navigation {
  background-color: #1f1f1f;
  margin-bottom: 0;
  border: none;
}
.navigation .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navigation .navbar-nav > li > a {
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
}

.navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:hover, .navigation .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.form-title {
  margin-top: 0;
  text-align: center;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.b {
  font-weight: 500;
}

.table {
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 600;
}
.table td select.form-control {
  margin-bottom: 0;
}

.entryShow {
  min-height: 50px;
  background-color: #fff;
  padding: 8px 15px;
  border: 1px solid #ccc;
  line-height: 32px;
}
.entryShow .form-control {
  float: right;
  width: auto;
}

.mini-inp {
  width: 33%;
  height: 32px;
}

.btn-ok {
  padding: 5px 8px;
  height: 32px;
  float: right;
}

.block a.edit {
  margin-top: -5px;
}
.block a.icon-round[title=Delete] {
  color: #ff3131;
  border-color: #ff3131;
}
.block a.icon-round:hover[title=Delete] {
  background-color: #ff3131;
}

.block a.edit, .block a.icon-round {
  cursor: pointer;
  font-size: 17px;
  border: 1px solid var(--siteColor);
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
}

.icon-round {
  font-size: 1rem;
}

.profileEdit {
  position: relative;
}

.profile-pic-cam {
  position: absolute;
  top: 45px;
  left: 40px;
  color: rgba(41, 182, 246, 0.75);
  display: none;
}

.widget-workroom {
  background-color: #fff;
  padding: 10px;
  display: table-cell;
  border: 1px solid #ddd;
  text-align: center;
  width: 1%;
  height: 113px;
  vertical-align: middle;
}

.row-5, .form-horizontal .form-group.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5 [class^=col], .row-5 [class*=" col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10.milestone {
  position: relative;
}
.row-10.milestone .close_milestone {
  position: absolute;
  top: 30px;
}

.row-10 [class^=col], .row-10 [class*=" col"] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.row-0 [class^=col], .row-0 [class*=" col"] {
  padding-left: 0;
  padding-right: 0;
}

.row-10:before, .row-10:after, .row-5:before, .row-5:after, .row-0:before, .row-0:after {
  display: table;
  content: " ";
}

.row-10:after, .row-5:after, .row-0:after {
  clear: both;
}

.whiteSec {
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.spacer-10 {
  height: 10px;
}

.spacer-12 {
  height: 12px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-10, .spacer-12, .spacer-15, .spacer-20, .spacer-25, .spacer-30, .spacer-35, .spacer-40, .spacer-50 {
  clear: both;
  overflow: hidden;
}

.back-home {
  margin-bottom: 30px;
}

.table-middle > tbody > tr > td {
  vertical-align: middle;
}

.btn-file {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.drop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  color: #777;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #777;
  border-image-source: url(../images/border-dashed.png);
  border-image-slice: 2;
  border-image-repeat: round;
  background-repeat: no-repeat;
}

.select2-search__field {
  padding: 6px 12px;
  width: 100% !important;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.select2-results__options {
  background-color: #eee;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
}
.select2-results__options li {
  padding: 5px 12px;
}

.labelBlock {
  margin-bottom: 20px;
}
.labelBlock p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.labelBlock p > label {
  width: 30%;
  font-weight: 600;
}
.labelBlock p > span {
  width: 70%;
  flex: 1;
}

.error-invite {
  color: #f00;
  font-size: 12px;
}

.close {
  font-weight: normal;
}

.profile-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.profile-img > a > img {
  width: 100%;
}

.featuredimg2 {
  float: right;
}

.postjob-alert-title {
  margin: 10px 0 30px 0;
}

.ratingreview .zmdi {
  font-size: 20px;
}
.ratingreview .star-rating {
  margin-bottom: 0.5rem;
}
.ratingreview p {
  margin-bottom: 0.5rem;
}

.ratingtext .star-rating:before {
  display: none;
}
.ratingtext .star-rating .star {
  font-size: 1.3rem;
}

.ratingtext_right {
  min-width: 220px;
  text-align: right;
}
.ratingtext_right p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.ratingtext_right h4 span {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}

.mytracker {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.myfund .heading, .mytracker .heading {
  background-color: #5e7f98;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.myfund .body, .mytracker .body {
  padding: 15px;
}

ul.transbox > li > b,
ul.transbox > li span {
  flex: 1;
}

div.content-box.big {
  padding: 0 7% 30px;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
div.content-box.big .ch-info-wrap {
  margin: -42px auto 35px;
  position: relative;
  left: auto;
  top: auto;
}
div.content-box.big:hover {
  background: #2c597a;
  background-image: -webkit-linear-gradient(top, #ffffff, #2c597a);
  color: #fff;
}
div.content-box.big div.content-box-info {
  padding-left: 0;
  text-align: center;
  margin: 25px 0 0;
}
div.content-box.big div.content-box-info p {
  text-align: center;
  margin-top: 25px;
}

.service-reasons div.content-box.big {
  transition: none;
  margin-top: 30px;
  border: 1px solid #fff;
}

.main-content h3 {
  color: #666;
  line-height: 32px;
  margin: 0 0 5px;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #ddd;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58b92e), to(#fff));
  background-image: -webkit-linear-gradient(top, #58b92e, #fff);
  background-image: -moz-linear-gradient(top, #58b92e, #fff);
  background-image: -ms-linear-gradient(top, #58b92e, #fff);
  background-image: -o-linear-gradient(top, #58b92e, #fff);
}

.dash_content {
  overflow: hidden;
}

.dash_content5 ul {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 5px;
  overflow: hidden;
}
.dash_content5 ul li {
  padding: 3.5px 10px;
  float: left;
  width: 50%;
}
.dash_content5 ul li label {
  font-weight: 600;
}

.dash_content4 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  padding: 15px;
}

.unique-sidebar {
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
}

.sidebar p {
  margin: 0;
}

.search-input {
  height: 38px !important;
  width: 218px;
}

.proamount {
  background-color: #fff;
  float: left;
  min-height: 100px;
  width: 100%;
}
.proamount ul {
  background: none;
  float: left;
  margin: 0px 0;
  padding: 0px 0px;
  width: 100%;
  list-style: none;
}
.proamount li {
  font-weight: 500;
}

.dash_table {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#uploded_img {
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
}

.featuredimg {
  position: absolute;
  top: -9px;
  z-index: 1;
}

.online-sign {
  background: #0c0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

ul.child_skill, ul.selected_skill {
  max-height: 300px;
  overflow-x: auto;
  border: 1px solid #ddd;
  padding: 10px 0;
}

.well-style .btn {
  border: 1px solid;
  border-radius: 0;
  background-color: #fff;
}

.well-style .btn:hover, .well-style .active, .well-style .btn:focus {
  box-shadow: none;
  outline: none;
  outline-offset: 0;
}

.messages-headline .status-icon {
  display: inline-block;
}
.messages-headline .avatar {
  display: inline-block;
  position: relative;
}

.setting-circle {
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: 10px;
  padding: 6px 0;
  display: none;
}

.menu_hide {
  position: absolute;
  top: 10px;
}

.messagtext2 {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.messagtext2:hover .setting-circle {
  display: block;
}
.messagtext2 > a {
  display: block;
  padding: 10px 15px;
}
.messagtext2 > a > p {
  color: #666;
  font-size: 12px;
}

.star-style {
  color: #ccc;
  font-size: 18px;
}

.top-setting-bar h3 {
  font-weight: 600;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.message-bubble .add_fav {
  display: none;
}
.message-bubble:hover .add_fav {
  display: inline-block;
}
.message-bubble.me .starred {
  position: absolute;
  top: 0;
  left: -25px;
  color: #666;
}
.message-bubble.other .starred {
  position: absolute;
  right: -25px;
  top: 0;
}
.message-bubble .message-text .time {
  color: #777;
  font-size: 0.813rem;
}
.message-bubble .fav-star {
  display: none;
  position: absolute;
  font-size: 1rem;
  top: -5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eee;
  line-height: 10px;
}

.messge_body {
  font-size: 14px;
  word-wrap: break-word;
}
.messge_body a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.messge_body span {
  text-align: right;
  font-style: italic;
  float: right;
}

.conversation_loop {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.conversation_loop #txt_msg > span {
  position: absolute;
  right: 0;
  top: 0;
}
.conversation_loop em {
  width: 100%;
  float: left;
  font-style: normal;
}
.conversation_loop em a {
  color: #000;
}
.conversation_loop p {
  word-wrap: break-word;
  width: 100%;
  margin-bottom: 0;
}

.chat-section {
  background-color: #fff;
  border-bottom: none;
  overflow: hidden;
}

.media .profile-imgEc {
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-bottom: 0;
  margin-right: 1rem;
  position: relative;
  width: 50px;
  height: 50px;
}
.media .profile-imgEc > img {
  border-radius: 50%;
  cursor: pointer;
  width: 100%;
}
.media.comment-box {
  margin-bottom: 0.5rem;
}
.media.comment-box p {
  margin-bottom: 0;
}
.media.comment-box > .media-body p:last-child {
  color: #6c757d;
  font-size: 0.938rem;
}

.remove_fav, .add_fav {
  font-size: 22px;
}

.msgTime {
  color: #ccc;
  font-size: 12px;
  margin-left: 10px;
}

.other .msgTime {
  color: #777;
}

.acount_form textarea {
  resize: none;
}

.chat_scroll {
  height: 420px;
  overflow-x: auto;
  clear: both;
}

.moneyRequest .form-control {
  margin-bottom: 10px;
}

.chat-body {
  padding: 15px;
}

.nicescroll-rails {
  z-index: 99 !important;
}

.nav-tabs {
  margin-bottom: 1rem;
}
.nav-tabs > li {
  margin-left: 5px;
}
.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav-tabs > li > a {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 8px 16px;
  display: block;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs > li > .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  color: #000;
  font-family: "FSJoey", Helvetica, sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
}

ol.counter-list {
  counter-reset: list;
  margin-bottom: 0;
}
ol.counter-list li {
  margin-bottom: 10px;
  position: relative;
}
ol.counter-list li:last-child {
  margin-bottom: 0;
}
ol.counter-list li:after {
  position: absolute;
  top: 0;
  width: 2em;
  font-weight: 600;
  font-size: 15px;
  content: counter(list) ".";
  counter-increment: list;
}

.dataList-items {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.label-tag {
  display: inline;
  padding: 0.2em 0.8em 0.2em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15em;
}

.border-tag {
  padding: 0 10px 1px;
  border: 1px solid;
  border-radius: 0.2rem;
  font-size: 0.938rem;
}

.border-tag-success {
  border-color: #28a745;
  color: #28a745;
}

.border-tag-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.user-sidebar-info .profile-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}

.error-msg, .errorvalidation {
  color: #f00;
}

.error-msg2 {
  color: #f00;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.error-msg2 p {
  color: red;
  float: left;
  margin: -2px 0 0;
  font-size: 13px !important;
  text-align: left;
  width: auto;
}

.error-msg3 {
  background: none repeat scroll 0 0 #fee6d8 !important;
  border-radius: 6px;
  color: #f00;
  float: right;
  font-size: 13px !important;
  margin: 8px 88px 0 8px !important;
  padding: 0px 5px !important;
  width: 56%;
}

.error-msg5 {
  display: block;
  font-size: 13px;
  padding: 0 10px;
}

.error-msg4 {
  background: none repeat scroll 0 0 #fee6d8 !important;
  border-radius: 6px !important;
  color: red;
  float: right;
  margin: 0 186px 0 24px;
  padding: 0 8px;
  width: 35%;
}

.error-msg6 {
  background: none repeat scroll 0 0 #fee6d8 !important;
  border-radius: 6px !important;
  color: red;
  float: right;
  margin: 0 230px 0 24px;
  padding: 0 8px;
  width: 35%;
}

.error-msg7 {
  background: #fee6d8 none repeat scroll 0 0 !important;
  border-radius: 0 !important;
  color: red;
  float: right;
  font-size: 12px !important;
  line-height: 19px;
  margin: 4px 37px 0 11px;
  padding: 0 8px;
  width: 57%;
}

.error-msg12 {
  background: none repeat scroll 0 0 #fee6d8 !important;
  border-radius: 6px !important;
  color: #F00;
  float: left;
  font-size: 13px !important;
  margin: 8px 0 4px 0px !important;
  padding: 0px 8px !important;
  width: 67%;
}

label.error-msg {
  color: #dc3545;
  font-size: 0.813rem;
  display: block;
}

.card {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
}
.card > .picture {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.card > .picture > a {
  cursor: zoom-in;
}
.card > .picture .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.card > .picture:hover {
  background-color: #000;
}
.card > .picture:hover .card-img-top {
  opacity: 0.5;
  transform: scale(1.2, 1.2);
}
.card .card-action {
  display: flex;
  align-items: center;
  position: relative;
  background-color: inherit;
  border-top: 1px solid #dfdfdf;
  padding: 0.75rem 1rem;
}

.hoverBlock {
  position: absolute;
  top: 80px;
  left: 0;
  text-align: center;
  width: 100%;
  display: none;
}

.card > .picture:hover > .hoverBlock, .card:hover > .picture:before {
  display: block;
}

.entry-rating .zmdi {
  color: #0d0;
  font-size: 18px;
  margin-right: 3px;
}

.inputBox .input-group {
  border: 1px solid #ddd;
}
.inputBox .input-group .form-control {
  border: none;
  box-shadow: none;
  height: 44px;
  min-height: 40px;
}
.inputBox .input-group .input-group-btn .btn-file .fa-paperclip {
  line-height: 30px;
}
.inputBox .input-group .input-group-btn .btn {
  background-color: #fff;
  border: none;
  height: 44px;
}

.file_attach {
  overflow: hidden;
}
.file_attach a > img {
  float: left;
  margin-right: 10px;
}

.canvasjs-chart-credit {
  display: none;
}

.msg-count {
  position: absolute;
  top: 10px;
}

.messages-inbox ul li > .msg-count {
  top: 40px;
}

.messagtext2 > a:hover > p,
.messagtext2 > a.active > p {
  color: #fff;
}

.toggle-leftbar {
  display: inline-block;
  margin: 0;
}

.balance {
  margin-bottom: 1rem;
}

.findtalent .well {
  padding-top: 0;
}
.findtalent .media.desc {
  margin-bottom: 15px;
  padding: 0 20px;
}

.media-list .media {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.file_upload_bx {
  width: 100px;
  height: 100px;
  margin: auto auto;
  position: relative;
  border: 2px dashed;
}
.file_upload_bx input[type=file] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}
.file_upload_bx i {
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.shortSearch {
  float: left;
}
.shortSearch .btn-default {
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.shortSearch .dropdown-menu {
  min-width: 7.5rem;
}

.partner {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.partner ul {
  margin: 0;
  display: flex;
  flex: 0 0 100%;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
}
.partner ul > li {
  display: inline-block;
}

header.cloned .headerCat {
  transform: translateY(-40px);
}

.hireBox {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  padding: 20px;
}

.progress {
  background-color: #eee;
  border-radius: 0.135rem;
  position: relative;
  height: 6px;
}

.mask {
  color: #fff;
  position: absolute;
  transform: translateX(-100%);
  left: 0;
  top: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mask > p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 48px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-box, .mask {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.category-box p {
  margin-bottom: 0;
  width: 100%;
}

.photo-box h4 {
  width: 100%;
}
.photo-box:hover .mask {
  transform: translateX(0);
}
.photo-box:hover .photo-box-content {
  opacity: 0;
}
.photo-box:hover:before {
  background-image: -webkit-linear-gradient(45deg, rgba(125, 13, 240, 0.85) 0%, rgba(0, 132, 255, 0.85) 100%);
}

.category-box-content {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
}
.facts .facts-item {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.facts .facts-item img {
  filter: brightness(0.5);
}
.facts h2 {
  font-weight: 700;
}

.rerror {
  color: #f00;
}

.tu {
  text-transform: uppercase;
}

.whiteBg, .white {
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker {
  border-radius: 0;
}

.menuA .navbar-default {
  background-color: #fff;
  margin-bottom: 0;
}
.menuA .navbar-default .navbar-nav {
  margin: 0;
}
.menuA .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}
.menuA .navbar-nav .dropdown-menu > li > a {
  padding: 5px 10px;
}
.menuA .navbar-form {
  margin-top: 0;
}
.menuA .navbar-form .input-group {
  border: 1px solid #eee;
}
.menuA .navbar-right > li > a {
  padding: 10px;
}

.menuA .navbar-form .form-control, .menuA .navbar-form .input-group-addon {
  border: none;
  height: 40px;
}

.navbar-form .btn {
  text-transform: uppercase;
  height: 40px;
  line-height: 2;
}

.our-skills {
  background: #ebebeb;
}

.skill-widgets {
  text-align: center;
  background-color: #fff;
  color: #fff;
  padding: 8px;
  margin-bottom: 25px;
  position: relative;
}
.skill-widgets h5 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
}
.skill-widgets .icon {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.skill-widgets:hover .skillOverlay {
  display: block;
}
.skill-widgets a.icon > img {
  width: 100%;
}
.skill-widgets .btn-default {
  margin-top: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.skill-widgets .btn-default:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.skillOverlay {
  position: absolute;
  padding: 20px 0;
  left: 8px;
  top: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  display: none;
}

.center-block.text-center .xs-block {
  margin-top: 10px;
}

.testimonials {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.testimonials .zmdi-quote {
  font-family: "Material-Design-Iconic-Font";
  font-size: 45px;
  display: inline-block;
  line-height: 0;
}
.testimonials .zmdi-quote.start {
  -webkit-transform: rotate(180deg) translateY(-7.5px);
  -moz-transform: rotate(180deg) translateY(-7.5px);
  -o-transform: rotate(180deg) translateY(-7.5px);
}
.testimonials .zmdi-quote.end {
  transform: translateY(15px);
}

.overlay {
  background-color: rgba(41, 182, 246, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.happyClient .client {
  margin-top: 30px;
  text-align: center;
}
.happyClient .client p {
  margin-top: 20px;
}
.happyClient .client .name {
  color: #ffffff;
  padding: 15px 0 0;
  text-shadow: none;
}

.client .img-circle {
  width: 100px;
  height: 100px !important;
  margin-left: auto;
  margin-right: auto;
}
.client > .item {
  height: 350px;
}

.uDetails {
  padding: 0 15px;
}
.uDetails img.flag {
  margin-top: -5px;
}
.uDetails .progress {
  border-radius: 0;
  height: 8px;
  margin-bottom: 10px;
}
.uDetails .row .col-xs-6:nth-child(1) {
  border-right: 1px solid #e5e5e5;
}

.team h4, .team p {
  text-align: center;
}

.team h5 {
  height: 15px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

.diamondSquare {
  text-align: center;
  margin: 0;
  border-radius: 50%;
  padding: 15px;
}
.diamondSquare h3 {
  margin-top: 0;
}

.diamond-sm {
  background: #fff;
  color: #333;
}
.diamond-sm h3 span {
  margin-top: 10px;
  display: block;
}

.gotop {
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  float: right;
  position: fixed;
  right: 15px;
  z-index: 999;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  padding: 6px 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

ul.skills li > a, ul.skills li > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 6px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.triangle-icon {
  padding: 25px 0;
  min-height: 100px;
}

.signup {
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.signup .nav-tabs > li {
  width: 50%;
}
.signup .nav-tabs > li > a {
  border-radius: 0;
  font-size: 18px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.signup h3 {
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}
.signup .btn {
  min-width: 120px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

.signup .nav-tabs > li:nth-of-type(1).active > a, .signup .nav-tabs > li:nth-of-type(1).active > a:focus, .signup .nav-tabs > li:nth-of-type(1).active > a:hover {
  color: #f5f5f5;
  background-color: #2c597a;
  border-color: #2c597a;
}

.signup .nav-tabs > li:nth-of-type(2).active > a, .signup .nav-tabs > li:nth-of-type(2).active > a:focus, .signup .nav-tabs > li:nth-of-type(2).active > a:hover {
  color: #f5f5f5;
  background-color: #58b92e;
  border-color: #58b92e;
}

.for-employer article, .for-freelancer article {
  margin: 30px 0 0 0;
}

.for-freelancer article a {
  color: #fff;
}

span.required {
  color: #f00;
  font-size: 17px;
  font-family: open sans;
  line-height: 12px;
  display: inline-block;
}

.general-form {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
}
.general-form .btn {
  width: 100%;
}

footer {
  position: relative;
  z-index: 100;
}
footer > div {
  background-color: #111;
  padding: 60px 0;
  font-size: 13px;
  color: #fff;
}
footer h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.copyright {
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #555;
  color: #ccc;
}
.copyright p {
  margin: 0;
}

.dashboard .nav-tabs > li.active > a, .dashboard .nav-tabs > li.active > a:hover, .dashboard .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #2c597a;
  border: 1px solid #2c597a;
  border-bottom-color: transparent;
}

.panel-details .table {
  margin: 0;
}
.panel-details .table tr > td {
  border: none;
}
.panel-details h4 {
  font-weight: 600;
}
.panel-details h4 span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.profile-section {
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.posRelative {
  position: relative;
}

.btn-del, .btn-edit, .btn-aktive, .btn-circle {
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}

.btn-del > i, .btn-edit > i, .btn-aktive > i, .btn-circle > i {
  line-height: inherit;
}

.btn-del:hover, .btn-edit:hover, .btn-aktive:hover {
  color: #fff;
}

.btn-del {
  background-color: #dc3545;
}
.btn-del:hover {
  background-color: #c82333;
}

.btn-edit {
  background-color: #666;
}

.btn-aktive {
  background-color: #0c0;
}

.edit_info {
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  color: #fff;
}

.round-button.btn-aktive {
  background-color: transparent;
  color: #0c0;
  border: 1px solid #0c0;
}
.round-button.btn-del {
  background-color: transparent;
  color: #f00;
  border: 1px solid #f00;
}

.noConversation {
  padding: 10px 15px;
  color: #777;
}

.table-responsive .basic-table {
  background-color: #fff;
}

.ui.selection.dropdown {
  position: relative;
}
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
}
.ui.selection.dropdown .menu > .item {
  border-bottom: 1px solid #ddd;
}
.ui.selection.dropdown .menu > .item img {
  float: left;
  margin-right: 10px;
}
.ui.selection.dropdown .menu .hourly_rate {
  float: right;
}
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px;
  padding-left: 80px;
  font-weight: 400;
  box-shadow: none;
  float: left;
  width: 100%;
}
.ui.dropdown .menu > .item .avatar {
  position: absolute;
  left: 15px;
}
.ui.dropdown .menu > .item > p {
  margin-bottom: 0.5rem;
}

.process .media {
  padding: 15px 0;
  position: relative;
}
.process .border-top {
  border-top: 1px solid #e1e1e1;
}

.box {
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  transition: all 200ms ease-in;
}
.box.dark-layer {
  background: rgba(31, 33, 36, 0.45);
  box-shadow: none;
}
.box.jumbo {
  padding: 70px;
  margin: 90px 0 20px;
}

.construction .logo {
  margin-bottom: 30px;
}

.browseCat .col-xs-12 {
  margin-bottom: 20px;
}

.box-color {
  border-radius: 0.25rem;
  padding: 1.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: var(--siteColor);
}
.box-color .icon-large {
  font-size: 48px;
  margin-bottom: 10px;
  min-height: 58px;
}
.box-color h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.box-color.blue {
  background: #67b7d4;
}
.box-color.pink {
  background: #ef6578;
}
.box-color.green {
  background: #53cfc2;
}
.box-color.yellow {
  background: #f5ae56;
}
.box-color::before {
  border-top: 1px solid var(--siteColor);
  border-bottom: 1px solid var(--siteColor);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-color::after {
  border-right: 1px solid var(--siteColor);
  border-left: 1px solid var(--siteColor);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.row-no-padding .box-color {
  padding-top: 65px;
  padding-bottom: 60px;
}

.box-color h4,
.box-color [class*=icon-] {
  color: inherit;
}

.box-color::before,
.box-color::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
  transition: opacity 0.75s, transform 0.75s;
  pointer-events: none;
}

.row-no-padding .box-color::before,
.row-no-padding .box-color::after {
  right: 10px;
  left: 10px;
}

.box-color:hover::before,
.box-color:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.secondary_info {
  top: 0;
  border: 1px solid #e0e0e0;
  height: 100%;
  padding: 15px;
}

.skill_search {
  margin-bottom: 20px;
}
.skill_search .chip {
  color: #fff;
  background-color: #0084ff;
  display: inline-block;
  padding: 0.5em;
  border-radius: 0.2rem;
  font-size: 0.933rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 5px;
  position: relative;
}
.skill_search .chip > a {
  opacity: 0.75;
  position: absolute;
}
.skill_search .chip > a:hover {
  opacity: 1;
}
.skill_search .chip .zmdi {
  font-weight: 600;
}

.zmdi-check.active, .zmdi-thumb-up.active {
  color: #0c0;
}

.zmdi-thumb-down.deactive {
  color: #f00;
}

.approved {
  position: absolute;
  border-radius: 11px;
  bottom: 10px;
  z-index: 999;
  right: 8px;
  padding: 2px 0;
  height: 22px;
  width: 22px;
  text-align: center;
  background-color: #7bc74d;
  color: #fff;
}
.approved:hover {
  color: #fff;
}

.flisttext {
  margin-top: 10px;
}
.flisttext .zmdi-delete {
  color: #f00;
  cursor: pointer;
  margin-left: 15px;
  font-size: 19px;
}

.plans {
  height: 176px;
  overflow: hidden;
}

.mobile-menu {
  color: #fff;
}

.card > .card-body p:last-child,
.media > .media-body p:last-child {
  margin-bottom: 0;
}

.choose_favourite > a {
  color: #ddd;
  cursor: pointer;
}
.choose_favourite > a.active {
  color: #f00;
}
.choose_favourite > a > i {
  vertical-align: middle;
}

.table thead > tr > th[align=center], .table tbody > tr > td[align=center] {
  text-align: center;
}

.table thead > tr > td:last-child, .table thead > tr > th:last-child, .table tbody > tr > td:last-child, .table tbody > tr > th:last-child, .table tfoot > tr > td:last-child, .table tfoot > tr > th:last-child {
  text-align: right;
}

.not-found .text-404 {
  font-weight: 500;
  letter-spacing: -5px;
  margin: 0 0 30px;
}
.not-found i {
  color: #F03;
}

.flex-body {
  background-color: #eee;
  flex: 0 1 auto;
  padding: 10px 15px;
  position: relative;
  border-radius: 4px;
  max-width: 480px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-group-justified {
  display: flex;
  width: 100%;
}
.btn-group-justified .btn {
  flex: 1;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.home-subtitle {
  max-width: 760px;
  margin: 0 auto 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fun-fact-icon > img {
    max-width: 48px;
  }
  .progress-bar {
    line-height: 0;
  }
  .verified-badge-with-title {
    display: inline-flex;
  }
  .newsletter button i {
    line-height: 40px;
  }
}
.left_sidebar {
  width: 100%;
}

.listings-container .boxed-list-headline {
  position: relative;
  margin-bottom: -2px;
  z-index: 9;
}
.listings-container .well {
  border: 1px solid #ddd;
}

.boxed-list .skills {
  margin: 0;
}

.works {
  position: relative;
  padding: 1rem 0;
}
.works .img-fluid {
  position: relative;
  z-index: 9;
}

.home .chooseAcc {
  background-image: url(../images/vintage-bg.jpg);
  position: relative;
}
.home .chooseAcc .type-1 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.home .chooseAcc .type-2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.chooseAcc .accType {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  padding: 3rem 2rem;
  text-align: center;
}
.chooseAcc .accType h2 {
  font-weight: 700;
}
.chooseAcc .accType .btn {
  min-width: 100px;
}

.register .chooseAcc .accType {
  color: #fff;
}
.register .chooseAcc .type-1 {
  background-color: var(--siteColor);
}
.register .chooseAcc .type-2 {
  background-color: var(--webColor);
}

.ourTeam .freelancer-overview .freelancer-avatar {
  margin-bottom: 1rem;
  width: 100%;
}
.ourTeam .freelancer-overview .freelancer-avatar img {
  border-radius: 0.4rem;
}
.ourTeam .freelancer-name > span {
  display: block;
  min-height: 24px;
}

.hourly-rate {
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 0;
}
.hourly-rate > small {
  font-size: 50%;
}

.dashboard-sidebar .simplebar-content {
  overflow-x: hidden;
}

.work-process .icon-box-circle > .work-steps,
.thumbnail > .work-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.thumbnail {
  margin-bottom: 1rem;
  position: relative;
}

.jobs .job-listing .job-listing-description p {
  height: 45px;
  margin-bottom: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.paragraph > h2 {
  font-weight: bold;
}

.how_it_work .icon-box {
  min-height: 230px;
}

.how-home .icon-box > h4 {
  color: #6a056a;
}

.sort-by-action {
  display: inline-block;
  vertical-align: middle;
}

.picker-sm.btn-group .dropdown-toggle .filter-option {
  line-height: 34px;
  height: 34px;
}

.business-container .col-12 {
  margin-bottom: 20px;
}
.business-container .card {
  height: 100%;
  margin-bottom: 0;
}
.business-container .card > .card-image > a > img {
  height: 150px;
  object-fit: cover;
}

.list-group-item .checkbox label {
  margin-bottom: 0;
}
.list-group-item .checkbox label > i {
  font-size: 1.25rem;
}

.flex-1 {
  flex: 1;
}

.user-who-bid {
  padding-left: 15px;
}
.user-who-bid > img {
  border-radius: 50%;
  margin-left: -15px;
  border: 2px solid #fff;
  height: 32px;
  width: 32px;
}

.activity-feed .calendar-to-right {
  position: absolute;
  top: 0;
  right: 0;
}
.activity-feed .job-listing h5 {
  margin-bottom: 0;
}

.files-container .fun-fact-icon {
  flex: 0 0 52px;
  height: 48px;
}
.files-container .fun-fact-icon > img {
  width: 40px;
}
.files-container .fun-fact-text {
  margin: 0;
}
.files-container .fun-fact-text p {
  margin-bottom: 0.25rem;
}
.files-container .btn-xs {
  margin-right: 0.25rem;
}

.files-container .btn-xs [class^=icon-], .files-container .btn-xs [class*=icon-] {
  position: relative;
  top: 2px;
}

.filter-by .bootstrap-select.btn-group .dropdown-menu {
  max-height: 190px !important;
  width: 120px;
}

.add_fav {
  color: #999;
}

.remove_fav {
  color: #ffc107;
}

.help-text {
  color: #777;
  font-size: 0.85rem;
  font-style: italic;
}

.comment-reply-box {
  display: none;
  margin-top: 1rem;
  position: relative;
}

.milestone-list .list-group-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.milestone-list .list-group-item span {
  flex: 1;
  margin-right: 1rem;
}
.milestone-list .list-group-item span:first-child {
  flex: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.milestone-list .list-group-item span:last-child {
  text-align: right;
  margin-right: 0;
}
.milestone-list.with-checkbox .list-group-item span:first-child {
  max-width: 50%;
}

.bg-disputed {
  background-color: #fbeaec !important;
}

.message-reply .uploadButton {
  width: auto;
  position: relative;
}

.chat-foot {
  padding: 0.5rem 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
}

.message-bubble .fav-star:hover, .fav-star.active {
  color: var(--siteColor);
}

.message-bubble:hover .fav-star, .message-bubble .fav-star.active {
  display: block;
}

.fav-star.active .icon-material-outline-star-border:before {
  content: "\e988";
}

.btn-floating {
  display: inline-block;
  border: 1px solid;
  color: var(--siteColor);
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 0.8rem;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-floating:hover {
  background-color: var(--siteColor);
  border: 1px solid var(--siteColor);
  color: #fff;
}
.btn-floating i {
  line-height: inherit;
}

.fixed-action-btn {
  position: absolute;
  bottom: 0;
  z-index: 997;
}
.fixed-action-btn ul {
  font-size: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 90px;
  visibility: hidden;
}
.fixed-action-btn ul li {
  display: inline-block;
  margin: 0 3px;
}
.fixed-action-btn ul a.btn-floating {
  transform: scaleY(0.4) scaleX(0.4) translateY(0px) translateX(24px);
  opacity: 0;
}
.fixed-action-btn:hover ul a.btn-floating {
  transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
  opacity: 1;
}

.fixed-action-btn.active ul,
.fixed-action-btn:hover ul {
  visibility: visible;
}

.edit-message .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}

.message-text.edit-active {
  float: none;
  display: block;
}
.message-text.edit-active .message-edit-box {
  display: flex;
}

.message-edit-box {
  display: none;
  margin-top: 0.5rem;
}

.message-quote-select {
  background-color: rgba(0, 132, 255, 0.1);
  padding: 0.75rem 1rem;
  position: relative;
  width: 100%;
}

.message-quote .close {
  position: absolute;
  right: 10px;
  top: 12px;
}
.message-quote p {
  margin-bottom: 0;
}
.message-quote hr {
  margin: 0.5rem 0;
}

.negotiation p:last-child {
  margin-bottom: 0;
}

.card-header.d-flex,
.headline.d-flex {
  align-items: center;
  justify-content: space-between;
}

.uploaded_wrapper span.file-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attach-thumbnail {
  object-fit: contain;
  max-height: 200px;
  max-width: 200px;
}

.card-upload {
  box-shadow: none;
  border: 2px dashed #777;
  border-image-source: url(../images/border-dashed.png);
  border-image-slice: 2;
  border-image-repeat: round;
  background-repeat: no-repeat;
  color: #777;
  text-align: center;
}
.card-upload:hover {
  color: var(--siteColor);
}
.card-upload > .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.table-contest .checkbox label {
  margin-bottom: 0;
}
.table-contest tr > td b {
  word-break: keep-all;
}

.table-headline {
  background-color: #fff;
  padding: 0.75rem 1rem;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.table-headline > h4 {
  margin-bottom: 0;
}

.message-search {
  position: relative;
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  z-index: 9;
}

#inviteForm .select2-selection {
  padding: 0 5px;
}
#inviteForm .select2-dropdown {
  border-color: #dfdfdf;
}
#inviteForm .select2-dropdown ul {
  background-color: #fff;
  border: none;
}
#inviteForm .select2-dropdown ul > li {
  border-bottom: 1px solid #dfdfdf;
}
#inviteForm .select2-dropdown ul > li > div {
  display: flex;
}

a.more-file {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #777;
  margin-left: 0.35rem;
}
a.more-file:hover {
  border-color: var(--siteColor);
  color: var(--siteColor);
}

.task-tags > span > i {
  display: none;
}
.task-tags > span.match {
  border-color: var(--siteColor);
  color: var(--siteColor);
}
.task-tags > span.match > i {
  display: inline-block;
}

.comment-list li {
  padding: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.comment-list li:last-child {
  border-bottom: none;
}
.comment-list li .date-time {
  font-family: "Segoe UI", Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: normal;
  float: right;
}
.comment-list > li > ul.comment-list > li:last-child {
  padding-bottom: 0;
}

.media.comment-box > a > img,
.media.comment-box > img {
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
}

.dashboard-box.with-space {
  background-color: transparent;
  box-shadow: none;
}
.dashboard-box.with-space ul.dashboard-box-list > li {
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.dashboard-box .job-listing h5 > .badge {
  position: relative;
  top: -2px;
}

#header-container {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
#header-container.header-fixed {
  position: fixed;
}

.hidden-menu {
  top: -100px !important;
  box-shadow: none;
}

.attachScrollbar {
  height: 450px;
}

.setlang > img {
  border-radius: 2rem;
  object-fit: cover;
  height: 32px;
  width: 32px;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.select-rating .bootstrap-select .glyphicon {
  color: #ffc107;
  font-size: 1.25rem;
}
.select-rating .bootstrap-select .filter-option .glyphicon {
  top: 3px;
}

.checkbox label[for=termsandcondition] {
  font-size: 85%;
}

#filterForm .input-group-text {
  background-color: transparent;
  border: none;
}

.byrating {
  background-color: #fff;
  padding: 0.5rem 0;
}

#filter {
  position: absolute;
  top: 0;
  z-index: 9;
}

.filterHeader {
  position: relative;
  margin-bottom: 1rem;
}
.filterHeader h4 {
  margin-bottom: 0;
}

.close_filter {
  color: #333;
  position: absolute;
  top: 3px;
}

.overflow-none {
  overflow: hidden;
  position: relative;
}
.overflow-none:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1001;
}

/* END *//*# sourceMappingURL=style.css.map */