.card-started {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.card-started .profile {
  position: relative;
  left: 0%;
  width: 100%;
  height: 100%;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-started .profile.no-photo .title {
  margin-top: 50px;
}

.card-started .profile .slide::before,
.card-started .profile .slide::after {
  left: -25%;
  bottom: -63%;
  width: 100%;
  height: 70%;
}

.card-started .profile .slide:after {
  left: auto;
  right: -25%;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
}

.card-started .profile .image {
  margin: 80px 0 20px 0;
  width: 146px;
}

.card-started .profile .title,
.content-sidebar .profile .title {
  font-size: 34px;
  color: #323232;
}

.card-started .profile .subtitle,
.card-started .profile .typed-cursor {
  position: relative;
  margin: 0;
  display: inline-block;
  color: #78cc6d;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  font-weight: 400;
}

.card-started .profile .social {
  position: relative;
  margin: 16px 0 0 0;
}

.lnk,
.button,
input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  font-size: 14px;
  color: rgb(50, 50, 50);
}
.button,
.lnk {
  position: relative;
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(23, 23, 23);
  text-align: center;
  text-transform: uppercase;
}

.lnks {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 10;
}

.lnks::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: radial-gradient(
    at left center,
    rgba(197, 202, 213, 0.7) 0px,
    rgba(255, 255, 255, 0) 70%
  );
}

/*
	Cards
*/
.card-inner {
  padding: 0;
  position: relative;
  overflow: hidden;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  transition: visibility 1s linear, opacity 0s linear;
  -moz-transition: visibility 1s linear, opacity 0s linear;
  -webkit-transition: visibility 1s linear, opacity 0s linear;
  -o-transition: visibility 1s linear, opacity 0s linear;
}

.card-inner {
  padding: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 96%;
  height: 100%;
  background: #fff;
  transform-origin: center left;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.card-inner:before,
.card-inner:after {
  height: 30px;
}

.card-inner .card-wrap {
  padding: 30px 30px 0 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .card-started {
    position: relative;
    float: none;
    width: auto;
    height: auto;
  }

  .card-inner {
    position: relative;
    margin: 15px 0;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
  }

  .card-inner .card-wrap {
    overflow: visible;
    height: auto;
  }

  .header .top-menu ul li:last-child a:before {
    display: block;
  }

  .card-started .profile {
    height: 660px;
  }

  .card-started .profile.no-photo .slide {
    height: 55%;
  }

  .card-started .profile.no-photo .title {
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .card-inner {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
  }

  .card-inner .card-wrap {
    padding: 30px;
  }

  .card-inner:last-child {
    margin-bottom: 10px;
  }

  .card-started .profile {
    height: calc(100vh - 102px);
    min-height: 660px;
  }
}

/*
	Content
*/
.content {
  margin: 0 0 40px 0;
}

.content:last-child {
  margin-bottom: 30px;
}

.content .title {
  margin: 0 0 0 0;
  padding: 0 0 30px 0;
  font-size: 20px;
  color: #323232;
  line-height: 21px;
  min-height: 51px;
  font-weight: 600;
  z-index: 2;
}

.content .title.no-title:before {
  display: none;
}

.content .title .first-word {
  color: #78cc6d;
}

.content .title::first-letter,
.content .title .first-letter::first-letter {
  color: #78cc6d;
}

.content .post-comments .title .first-word {
  color: #323232;
}

.content .post-comments .title::first-letter,
.content .post-comments .first-letter::first-letter {
  color: #323232;
}

/*
	Card - About
*/

/* About */
.text-box p {
  margin-top: 0;
}

.content.about p {
  margin-bottom: 0;
}

.info-list {
  padding-top: 0;
}

.content.contacts .info-list ul {
  margin: -11px -30px 0 -30px;
  font-size: 0;
}

.info-list ul li {
  padding: 11px 0;
  position: relative;
  display: block;
  width: auto;
  font-size: 16px;
  word-break: break-word;
  text-align: right;
}

.content.contacts .info-list ul li {
  padding: 11px 30px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.info-list ul li:first-child {
  padding-top: 0;
}

.content.contacts .info-list ul li:first-child {
  padding-top: 11px;
}

.info-list ul li:last-child {
  padding-bottom: 0;
}

.content.contacts .info-list ul li:last-child {
  padding-bottom: 11px;
}

.info-list ul li:last-child:before {
  display: none;
}

.content.contacts .info-list ul li:last-child:before {
  display: block;
}

.info-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at center,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.info-list ul li strong {
  float: left;
  margin-right: 8px;
  padding: 1px 8px;
  background: #78cc6d;
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  font-weight: 400;
  text-transform: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.info-list ul li strong:after {
  margin-left: 0 !important;
}

@media (max-width: 1199px) {
  .content.about .row .col:first-child {
    padding-bottom: 0;
  }

  .info-list ul li,
  .content.contacts .info-list ul li {
    padding: 11px 30px;
    display: block;
    width: 100%;
  }

  .content.about .info-list ul {
    margin: -11px -30px 0 -30px;
  }
}

@media (max-width: 560px) {
  .info-list ul li {
    display: block;
    width: auto;
  }

  .content.about .info-list ul {
    margin: -11px -30px 0 -30px;
  }

  .content.contacts .info-list ul {
    margin: -11px auto 0 auto;
  }

  .content.contacts .info-list ul li {
    padding: 11px 0;
    display: block;
    width: auto;
  }

  .content.contacts .info-list ul li:first-child {
    padding-top: 11px;
  }

  .content.contacts .info-list ul li:last-child {
    padding-bottom: 11px;
  }

  .content.contacts .info-list ul li:last-child:before {
    display: block;
  }
}

/* Services */
.service-items.border-line-v:after {
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.service-items .service-item {
  text-align: center;
}

.service-items .service-item .icon {
  margin: 0 auto;
  color: #fff !important;
  background: #78cc6d !important;
}

.service-items .service-item .name {
  margin: 10px 0 5px 0;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
}

.service-items .service-item p {
  margin: 0;
}

@media (max-width: 560px) {
  .service-items .col:last-child:after {
    display: none;
  }
}

/* Pricing */
.pricing-items .pricing-item {
  position: relative;
  padding: 0 0 100px 0;
}

.pricing-items .pricing-item .name {
  color: #323232;
  font-size: 17px;
  text-transform: none;
}

.pricing-items .pricing-item .amount .number {
  color: #323232;
}

.pricing-items .pricing-item .amount .dollar,
.pricing-items .pricing-item .amount .period {
  color: #323232;
  font-size: 16px;
}

.pricing-items .pricing-item .amount .period {
  color: #646464;
}

.pricing-items .pricing-item .feature-list ul li {
  margin: 10px 0;
  font-size: 16px;
  color: #646464;
}

.pricing-items .pricing-item .feature-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.pricing-items .pricing-item .feature-list ul li strong {
  font-size: 13px;
  color: #323232;
}

.pricing-items .pricing-item .lnks .lnk .ion {
  top: -2px;
}

/* Fun Fact */
.fuct-items .fuct-item .name {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  text-transform: none;
}

/* Clients */
.client-items .client-item img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.client-items .client-item img:hover {
  opacity: 0.8;
}

/*
	Resume
*/
.resume-title,
.skill-title {
  padding: 0 0 30px 0;
}

.resume-title:after,
.skill-title:after {
  left: 0;
}

.resume-title .icon,
.skill-title .icon {
  top: -13px;
}

.resume-title .name,
.skill-title .name {
  line-height: 14px;
  color: #323232;
  font-size: 17px;
}

.resume-title .name:first-child,
.skill-title .name:first-child {
  margin-left: 0;
}

/* Resume */
.resume-items .resume-item {
  padding: 30px 0;
}

.resume-items .resume-item:after {
  left: 0;
}

.resume-items .resume-item:last-child {
  padding-bottom: 0;
}

.resume-items .resume-item:last-child:after {
  display: none;
}

.resume-items .resume-item.active .date {
  border-color: #78cc6d;
}

.resume-items .resume-item .date {
  margin: 0 0 11px 0;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
  color: #ccc;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #eeeeee;
}

.resume-items .resume-item .date:before {
  display: none;
}

.resume-items .resume-item .name {
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
}

.resume-items .resume-item .company {
  margin: 0 0 11px 0;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  text-transform: none;
}

.resume-items .resume-item p {
  margin: 0;
}

.skills-list.list ul li .name {
  font-size: 16px;
  line-height: 18px;
}

/*
	Works
*/
.content.works .border-line-h:after {
  display: none;
}

.content.works .filter-menu {
  font-weight: 400;
  z-index: 2;
}

.content.works .filter-menu .f_btn {
  font-size: 14px;
  color: #646464;
}

.content.works .filter-menu .f_btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.content.works .grid-items.border-line-v:after {
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.content.works .grid-items .grid-item.col {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 560px) {
  .content.works .filter-menu {
    position: relative;
    top: 5px;
    left: 0;
    right: auto;
  }

  .content.works .filter-menu button {
    margin: 0 15px 0 0;
  }
}

/* Box Items */
.box-item {
  overflow: visible;
}

.content.blog .box-item {
  text-align: initial;
}

.content.blog .row .col {
  padding-bottom: 0;
}

.box-item .image {
  overflow: hidden;
  z-index: 2;
}

.box-item .image a img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.box-item:hover .image a img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.box-item .desc {
  padding: 15px 0;
}

.content.works .box-item .desc {
  padding: 15px 0 0 0;
}

.content.blog .box-item .desc {
  padding-bottom: 0;
  text-align: center;
}

.box-item .desc .name {
  padding: 0;
  display: block;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
  text-transform: none;
  word-break: break-word;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.content.blog .box-item .desc .name {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.box-item .desc .category {
  margin: 0;
  font-size: 14px;
  color: #999999;
  text-transform: none;
}

.content.blog .box-item .desc {
  padding-bottom: 20px;
}

.content.works .box-item .desc .category {
  font-size: 14px;
}

.box-item:hover .desc .name {
  color: #78cc6d;
}

@media (max-width: 560px) {
  .content.works .filter-menu .f_btn {
    margin-left: 0;
    margin-right: 15px;
  }
}

/*
	Contacts
*/
.content.contacts .map {
  margin-bottom: 30px;
  height: 240px;
}

.contact_form .row p {
  display: none;
}

.card-wrap .content.contacts .row .row .col {
  padding-bottom: 30px;
}

.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(1) {
  padding-right: 15px;
}

.card-wrap .content.contacts .row .row .col.col-d-6:nth-child(2) {
  padding-left: 15px;
}

.contact_form input[type="checkbox"],
.contact_form input[type="radio"] {
  margin: 0 5px 0 0;
  display: inline;
  width: auto;
  height: auto;
}

.checkbox label br {
  display: none;
}

/*
	Popups
*/
.mfp-wrap.popup-box-inline {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.grid-items {
  min-height: 1px;
}

.service-items .service-item .icon .ion,
.service-items .service-item .icon .fab,
.service-items .service-item .icon .fas,
.service-items .service-item .icon .fa {
  display: block;
  line-height: 60px;
}

.service-items .service-item .icon .fab,
.service-items .service-item .icon .fas,
.service-items .service-item .icon .fa {
  font-size: 28px;
}

.pricing-items .pricing-item .icon .ion,
.pricing-items .pricing-item .icon .fab,
.pricing-items .pricing-item .icon .fas,
.pricing-items .pricing-item .icon .fa {
  display: block;
}

.pricing-items .pricing-item .icon .fab,
.pricing-items .pricing-item .icon .fas,
.pricing-items .pricing-item .icon .fa {
  font-size: 28px;
}

.fuct-items .fuct-item .icon .ion,
.fuct-items .fuct-item .icon .fab,
.fuct-items .fuct-item .icon .fas,
.fuct-items .fuct-item .icon .fa {
  display: block;
  line-height: 60px;
}

.fuct-items .fuct-item .icon .fab,
.fuct-items .fuct-item .icon .fas,
.fuct-items .fuct-item .icon .fa {
  font-size: 28px;
}

.resume-title .icon .ion,
.skill-title .icon .ion,
.resume-title .icon .fab,
.skill-title .icon .fab,
.resume-title .icon .fas,
.skill-title .icon .fas,
.resume-title .icon .fa,
.skill-title .icon .fa {
  display: block;
  line-height: 40px;
}

.resume-title .icon .fab,
.skill-title .icon .fab,
.resume-title .icon .fas,
.skill-title .icon .fas,
.resume-title .icon .fa,
.skill-title .icon .fa {
  font-size: 28px;
}

.resume-title .icon .ion,
.skill-title .icon .ion,
.resume-title .icon .fab,
.skill-title .icon .fab,
.resume-title .icon .fas,
.skill-title .icon .fas,
.resume-title .icon .fa,
.skill-title .icon .fa {
  display: block;
  line-height: 40px;
}

.resume-title .icon .fab,
.skill-title .icon .fab,
.resume-title .icon .fas,
.skill-title .icon .fas,
.resume-title .icon .fa,
.skill-title .icon .fa {
  font-size: 28px;
}

.box-item .image .info .fab,
.box-item .image .info .fas,
.box-item .image .info .fa {
  font-size: 28px;
}

.card-started .profile .social a .ion,
.card-started .profile .social a .fab,
.card-started .profile .social a .fas,
.card-started .profile .social a .fa,
.content-sidebar .profile .social a .ion,
.content-sidebar .profile .social a .fab,
.content-sidebar .profile .social a .fas,
.content-sidebar .profile .social a .fa {
  font-size: 16px;
  color: #323232;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.content.blog .border-line-v:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    top,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at top,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  left: 50%;
}

.content.blog .box-item {
  text-align: initial;
}

.content.blog .box-item .desc {
  padding-bottom: 0;
  text-align: center;
}

.content.blog .box-item .desc .name {
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.box-item .desc .category {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #999999;
}

.content.works .box-item .desc .category {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.box-item .desc .text p {
  margin: 0;
}

.box-item .date {
  position: relative;
  left: 0;
  top: 0;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0 0 11px 0;
  padding: 0 5px;
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: #78cc6d;
  background: transparent;
  border: 1px solid #78cc6d;
}

@media (max-width: 680px) {
  .content.works .filter-menu .f_btn {
    margin-left: 0;
    margin-right: 15px;
  }

  .content.blog .border-line-v:after {
    display: none;
  }
}

.contact_form input[type="checkbox"],
.contact_form input[type="radio"] {
  margin: 0 5px 0 0;
  display: inline;
  width: auto;
  height: auto;
}

.checkbox label br {
  display: none;
}

/*
	Single Post Text
*/
.blog-content:after {
  content: "";
  clear: both;
  position: relative;
  display: block;
}

.single-post-text .blog-detail,
.popup-box .blog-detail {
  margin: 0 0 25px 0;
  font-size: 12px;
  color: #999999;
}

.blog-detail > span:first-child {
  padding-right: 0;
}

.blog-detail span:first-child:before {
  display: none;
}

.blog-detail > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-right: 4px;
}

.blog-detail > span:before {
  content: "";
  content: "\02022";
  font-family: serif;
  padding: 0 6px 0 6px;
}

.single-post-text .blog-image,
.blog-content .blog-image {
  margin: 0 0 25px 0;
  font-size: 0;
}

.single-post-text .blog-image img,
.blog-content .blog-image img {
  width: 100%;
}

.single-post-text,
.comment-text {
  word-wrap: break-word;
}

.comment-author {
  margin: 0 0 5px 0;
  display: block;
}

.single-post-text:after,
.blog-content:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.single-post-text img,
.comment-text img,
.blog-content img {
  max-width: 100%;
  height: auto;
}

.single-post-text p a,
.comment-text p a,
.blog-content p a {
  color: #78cc6d;
}

.single-post-text p a:hover,
.comment-text p a:hover,
.blog-content p a:hover {
  text-decoration: underline;
}

.single-post-text p:last-child,
.blog-content p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 25px 0;
  padding: 0 20px;
  color: #7e5f33;
  font-style: italic;
  font-weight: 300;
  border-left: 2px solid #7e5f33;
}

blockquote code {
  padding: 2px;
  display: inline;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote p {
  margin-bottom: 10px;
}

blockquote cite {
  font-size: 12px;
}

iframe,
object {
  max-width: 100%;
}

.single-post-text ul,
.comment-text ul,
.blog-content ul {
  list-style: none;
}

.single-post-text ol,
.comment-text ol,
.blog-content ol {
  list-style-position: inside;
}

.single-post-text ul > li,
.single-post-text ol > li,
.comment-text ul > li,
.comment-text ol > li,
.blog-content ul > li,
.blog-content ol > li {
  margin: 8px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: 400;
}

.single-post-text ol > li,
.comment-text ol > li,
.blog-content ol > li {
  margin: 8px 0;
  padding: 0;
  position: relative;
  font-weight: 400;
}

.single-post-text ul > li:before,
.comment-text ul > li:before,
.blog-content ul > li:before {
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #78cc6d;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.single-post-text figure,
.comment-text figure,
.blog-content figure {
  margin: 0 0 30px 0;
  max-width: 100%;
}

.single-post-text figure .wp-caption-text,
.comment-text figure .wp-caption-text,
.gallery-caption,
.bypostauthor {
  font-style: normal;
}

.gallery {
  margin: 30px -10px;
}

.gallery .gallery-item {
  margin: 0;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.gallery .gallery-item img {
  width: 100%;
  height: auto;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.111%;
}

.post-text-bottom {
  margin: 0;
}

.post-text-bottom > span {
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
}

.post-text-bottom span.cat-links,
.post-text-bottom .byline {
  line-height: 22px;
  color: #999;
}

.post-text-bottom span.cat-links a {
  color: #78cc6d;
}

.post-text-bottom span.cat-links a:hover {
  text-decoration: underline;
}

.post-text-bottom .tags-links,
.post-text-bottom .social-share span {
  color: #999;
  margin-bottom: 0;
}

.post-text-bottom .tags-links a,
.post-text-bottom .tags-links span {
  margin: 0 10px 10px 0;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: #78cc6d;
  border: 1px solid #78cc6d;
  text-decoration: none;
}

.post-text-bottom .tags-links a:first-child,
.post-text-bottom .tags-links span:first-child {
  margin-left: 10px;
}

.pager,
.page-links,
.nav-links {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager,
.pager .nav-links {
  margin: 0;
  padding: 0;
}

.pager .nav-links {
  margin: 30px 0 0 0;
  padding: 13px;
  background: #fafafa;
  border-radius: 4px;
}

h2.screen-reader-text {
  display: none;
}

.page-numbers,
.page-links a,
.nav-links a {
  position: relative;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
  color: #999;
}

.prev.page-numbers:before,
.next.page-numbers:before {
  margin-top: -6px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 12px;
  background: url(../../images/pag.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.next.page-numbers:before {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.prev.page-numbers:hover:before {
  left: -4px;
}

.next.page-numbers:hover:before {
  right: -4px;
}

.page-numbers.current {
  color: #78cc6d;
}

.page-links,
.nav-links {
  color: #999;
}

a.prev.page-numbers {
  padding: 0 0 0 15px;
  color: #999;
}

a.next.page-numbers {
  padding: 0 15px 0 0;
  color: #999;
}

a.prev.page-numbers:hover {
  color: #646464;
}

a.next.page-numbers:hover {
  color: #646464;
}

.nav-links {
  padding: 0;
}

.nav-links:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.blog-single .navigation.post-navigation {
  margin: 0;
}

.navigation.post-navigation .nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #aca3a3;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.navigation.post-navigation .nav-links a:hover {
  color: #646464;
}

.navigation.post-navigation .nav-links .nav-previous a {
  float: left;
  padding-left: 25px;
}

.navigation.post-navigation .nav-links .nav-previous a:before,
.navigation.post-navigation .nav-links .nav-next a:after {
  margin-top: -10px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  width: 11px;
  height: 20px;
  background: url(../../images/pag.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navigation.post-navigation .nav-links .nav-previous a:hover:before {
  left: -4px;
}

.navigation.post-navigation .nav-links .nav-next a {
  float: right;
  padding-right: 25px;
}

.navigation.post-navigation .nav-links .nav-next a:after {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation.post-navigation .nav-links .nav-next a:hover:after {
  right: -4px;
}

.post-edit-link {
  color: #999;
  text-decoration: underline;
  word-break: break-word;
}

.post-edit-link:hover {
  text-decoration: none;
}

.post-text-bottom > span.edit-link {
  margin-top: 10px;
  display: block;
}

.post-text-bottom .post-edit-link {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #999;
  text-decoration: none;
  word-break: break-word;
}

.post-text-bottom .post-edit-link:before {
  content: "";
  content: "\f2bf";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-text-bottom .share-btn {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 16px;
}

.post-text-bottom > span,
.post-text-bottom > .social-share {
  margin-right: 30px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

/*
	Post Comments
*/
.post-comments {
  margin-top: 0;
}

.post-comments > .title {
  margin-top: 60px;
}

.post-comments .comments-row {
  margin-top: 0;
  margin-bottom: 0;
}

.post-comments .comments-row .col {
  padding-bottom: 0;
}

.post-comments .comments,
.post-comments .children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-comments .post-comment {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  position: relative;
  display: block;
  list-style: none;
}

.post-comments .post-comment:before {
  content: "";
  position: absolute;
  left: -30px;
  right: 0;
  top: 0;
  bottom: auto;
  height: 1px;
  background: -moz-radial-gradient(
    left,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-radial-gradient(
    left,
    ellipse cover,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at left,
    #dddddd 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.post-comments .post-comment:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.post-comments .post-comment:first-child {
  padding-top: 0;
  margin-top: 0;
}

.post-comments .post-comment:first-child:before {
  display: none;
}

.post-comments .post-comment:last-child {
  margin-bottom: 0;
}

.post-comments .post-comment .image {
  float: left;
  width: 54px;
  height: 54px;
}

.post-comments .post-comment .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.post-comments .post-comment .desc {
  margin-left: 66px;
  position: relative;
}

.post-comments .post-comment .desc .name {
  margin: 0 0 7px 0;
  position: relative;
  color: #78cc6d;
  font-weight: 500;
}

.post-comments .post-comment .desc .name a {
  display: block;
}

.post-comments .post-comment .desc .comment-time,
.post-comments .post-comment .desc .comment-date {
  margin: 0 7px 0 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  font-weight: 400;
  text-transform: none;
  border-left: none;
}

.post-comments .post-comment .desc .comment-date {
  margin: 0;
  padding: 0;
  border-left: none;
}

.post-comments .post-comment .desc span.comment-reply {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-comments .post-comment .desc span.comment-reply a:before {
  content: "\f21e";
  margin-right: 5px;
  position: relative;
  left: 0;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-comments .post-comment .desc span.comment-reply a {
  color: #323232;
}

.post-comments .post-comment .desc span.comment-reply a:hover {
  color: #78cc6d;
}

.post-comments .post-comment .desc span.comment-reply a:hover:before {
  left: -4px;
}

.post-comments .post-comment .desc .comment-text *:last-child {
  margin: 0;
}

.post-comment.pingback .image {
  display: none;
}

.post-comment.pingback .desc {
  margin-left: 0px;
}

.post-comments ul.children {
  margin: 20px 0 0 0;
  padding: 20px;
  border-top: none;
  background: #f6f6f6;
}

.post-comments ul.children ul.children {
  margin: 20px 0 0 20px;
  padding: 0;
  border-top: none;
  background: #f6f6f6;
}

.comment-respond {
  position: relative;
  margin-top: 0;
}

.logged-in-as {
  margin-bottom: 10px;
}

.logged-in-as a:hover {
  text-decoration: underline;
}

.post-comments .form-comments {
  margin-top: 0;
}

.post-comments .form-comment .title {
  margin: 60px 0 30px 0;
}

.post-comments .form-comments.row .col {
  padding-top: 0;
  padding-bottom: 0;
}

.post-comments .form-comment .group-val {
  margin-bottom: 15px;
}

.post-comments .form-comment .button:before {
  display: none;
}

.comment-respond .title_inner small {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  color: #999;
}

.comment-respond .title_inner small a {
  color: #999;
}

.comment-respond .title_inner small a:hover {
  color: #646464;
}

.comments .comment-respond {
  padding: 30px 0 0 0;
}

.comments .comment-respond .group-val {
  margin-bottom: 15px;
}

.comments .title.comment-reply-title {
  margin-bottom: 10px;
}

.comments .title.comment-reply-title:before,
.comments .title.comment-reply-title:after {
  display: none;
}

.post-comments .title {
  padding: 0 0 10px 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}

.post-comments .title:before {
  display: none;
}

@media (max-width: 1160px) {
  .post-comments .post-comment .image {
    width: 60px;
    height: 60px;
  }

  .post-comments .post-comment .desc {
    margin-left: 80px;
  }

  .post-comments .post-comment.pingback .desc {
    margin-left: 0;
  }

  .post-comments ul.children ul.children ul.children ul.children {
    margin: 20px 0 0 10px;
  }
}

@media (max-width: 680px) {
  .section .content .comment-respond .title.comment-reply-title {
    text-align: left;
  }

  .post-comments ul.children {
    padding: 15px 15px 15px 15px;
  }

  .post-comments ul.children ul.children {
    margin: 15px 0 0 10px;
  }

  .post-comments ul.children ul.children ul.children {
    margin: 15px 0 0 5px;
  }

  .post-comments ul.children ul.children ul.children ul.children {
    margin: 15px 0 0 5px;
  }

  .post-comments .post-comment .image {
    width: 40px;
    height: 40px;
  }

  .post-comments .post-comment .desc {
    margin-left: 55px;
  }

  .post-comments .post-comment.pingback .desc {
    margin-left: 0;
  }

  .gallery .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-6 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-7 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-8 .gallery-item {
    width: 100%;
  }

  .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }

  th {
    border: 2px solid #fff;
    padding: 5px;
  }

  td {
    border: 2px solid #fff;
    padding: 5px;
  }

  .card-wrap .content.contacts .row .row .col.col-d-6:nth-child(1) {
    padding-right: 30px;
  }

  .card-wrap .content.contacts .row .row .col.col-d-6:nth-child(2) {
    padding-left: 30px;
  }

  .card-inner:before,
  .card-inner:after {
    height: 0;
  }
}

.profile .main-menu-fixed {
  padding: 75px 25px 100px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out 1s;
  -moz-transition: all 0.3s ease-out 1s;
  -webkit-transition: all 0.3s ease-out 1s;
  -o-transition: all 0.3s ease-out 1s;
  visibility: hidden;
  opacity: 0;
}

.profile .main-menu-fixed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.99;
}

.profile .menu-main-menu-container,
.profile .main-menu .menu {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile .slimScrollDiv {
  width: 100% !important;
}

.profile .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile .main-menu ul li a {
  position: relative;
  padding: 5px 25px;
  font-size: 28px;
  font-weight: 500;
  color: #323232;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.profile .main-menu ul li a .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.profile .main-menu .menu-main-menu-container:hover ul li a,
.profile .main-menu .menu-main-menu-container:hover ul li a .icon {
  color: #aaa;
}

.profile .main-menu ul li.current-menu-item a,
.profile .main-menu .menu-main-menu-container ul li a:hover,
.profile .main-menu ul li.current-menu-item a .icon,
.profile .main-menu .menu-main-menu-container ul li a:hover .icon {
  color: #323232;
}

.profile .main-menu ul li.current-menu-item a {
  color: #78cc6d;
}

.card-started .profile.default-menu-open .profile-content {
  transition: all 0.02s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
}

.card-started .profile.default-menu-open .main-menu-fixed {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.profile .main-menu .menu > ul > li,
.profile .main-menu ul.menu > li {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
  transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
}

.profile.default-menu-open .main-menu .menu > ul > li,
.profile.default-menu-open .main-menu ul.menu > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.profile .main-menu ul li .children_toggle {
  margin-left: -28px;
  position: relative;
  display: inline-block;
  top: 4px;
  right: -8px;
  width: 28px;
  height: 28px;
  z-index: 2;
  cursor: pointer;
}

.profile .main-menu ul li ul li .children_toggle {
  height: 18px;
}

.profile .main-menu ul li.page_item_has_children > a:before,
.profile .main-menu ul li.page_item_has_children > a:after {
  margin-top: -1px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 2px;
  background: #666;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.profile .main-menu ul li.page_item_has_children > a:after {
  right: 5px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.profile .main-menu ul li.current_page_item > a,
.profile .main-menu ul li:hover > a,
.profile .main-menu ul li.current_page_parent > a,
.profile .main-menu ul li.current_page_ancestor > a {
  text-decoration: none;
  color: #78cc6d;
}

.profile .main-menu ul li.page_item_has_children.current_page_item > a:before,
.profile .main-menu ul li.page_item_has_children.current_page_item > a:after,
.profile .main-menu ul li.page_item_has_children:hover > a:before,
.profile .main-menu ul li.page_item_has_children:hover > a:after,
.profile .main-menu ul li.page_item_has_children.current_page_parent > a:before,
.profile .main-menu ul li.page_item_has_children.current_page_parent > a:after,
.profile
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a:before,
.profile
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a:after {
  background: #78cc6d;
}

.profile .main-menu ul li ul {
  padding: 10px 25px;
  display: none;
}

.profile .main-menu ul li ul li a {
  position: relative;
  padding: 6px 25px;
  font-weight: 500;
  color: #646464;
  font-size: 18px;
}

.profile .main-menu ul li ul li ul li a {
  font-size: 15px;
}

.profile .main-menu ul li ul li:before,
.profile .main-menu ul li ul li:after {
  display: none;
}

.lnk .ion,
.button .ion,
.lnk .arrow,
.button .arrow,
.lnk .fa,
.button .fa {
  margin: 0 8px;
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.lnk.lnk-view-menu .ion,
.button.lnk-view-menu .ion,
.lnk.lnk-view-menu .arrow,
.button.lnk-view-menu .arrow,
.lnk.lnk-view-menu .fa,
.button.lnk-view-menu .fa {
  font-size: 20px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.default-menu-open .lnk.lnk-view-menu .ion,
.default-menu-open .button.lnk-view-menu .ion,
.default-menu-open .lnk.lnk-view-menu .arrow,
.default-menu-open .button.lnk-view-menu .arrow,
.default-menu-open .lnk.lnk-view-menu .fa,
.default-menu-open .button.lnk-view-menu .fa {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.disable-sidebar.no-sticky-menu .card-inner,
.no-sidebar .no-sticky-menu .card-inner {
  left: 480px;
}

@media (max-width: 1120px) {
  .disable-sidebar.no-sticky-menu .card-inner,
  .no-sidebar .no-sticky-menu .card-inner {
    left: 0;
  }
}

.header .menu-btn,
.header .top-menu ul li a {
  position: relative;
  text-align: center;
  background: rgb(255, 255, 255);
}

.header .profile .subtitle,
.header .profile .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  position: absolute;
  left: -80px;
  top: 15px;
  width: 72px;
  z-index: 100;
  text-align: center;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
}

.header.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.header .menu-btn {
  margin-bottom: 8px;
  display: block;
  height: 72px;
  border-radius: 4px;
  z-index: 2;
}

.header .menu-btn span {
  margin-left: -13px;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 26px;
  height: 2px;
  background: rgb(50, 50, 50);
  transition: all 0.3s ease 0s;
}

.header .menu-btn span::after,
.header .menu-btn span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -7px;
  width: 80%;
  height: 100%;
  background: rgb(50, 50, 50);
  transition: all 0.3s ease 0s;
}

.header .menu-btn span::after {
  top: auto;
  bottom: -7px;
  width: 60%;
}

.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a::after,
.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_ancestor
  > a::before,
.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_item
  > a::after,
.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_item
  > a::before,
.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_parent
  > a::after,
.content-sidebar
  .main-menu
  ul
  li.page_item_has_children.current_page_parent
  > a::before,
.content-sidebar .main-menu ul li.page_item_has_children:hover > a::after,
.content-sidebar .main-menu ul li.page_item_has_children:hover > a::before,
.header .menu-btn:hover span,
.header .menu-btn:hover span::after,
.header .menu-btn:hover span::before,
.resume-items .resume-item.active .date::before,
.revs-carousel .owl-dot.active,
.skills-list.dotted ul li .progress .da span {
  background: rgb(120, 204, 109);
}

.search-form input.search-submit,
.search-form input.search-submit:hover {
  background: url("../images/android-search.png") center center / 18px 18px
    no-repeat;
}

.header .menu-btn:hover span::after,
.header .menu-btn:hover span::before {
  width: 100%;
}

.header .top-menu {
  width: 100%;
  font-size: 0px;
}

.header .top-menu ul li {
  display: block;
  transition: color 0.3s ease 0s;
}

.header .top-menu ul li:first-child a {
  border-radius: 4px 4px 0px 0px;
}

.header .top-menu ul li:last-child a {
  border-radius: 0px 0px 4px 4px;
  border: none;
}

.alert-success,
.card-started .profile.no-photo .image,
.content-sidebar .main-menu ul li ul li::after,
.content-sidebar .main-menu ul li ul li::before,
.content-sidebar .screen-reader-text,
.content-sidebar .widget tfoot,
.content-sidebar span.screen-reader-text,
.disable-sidebar .header .menu-btn,
.header .top-menu ul li:last-child a::before,
.no-sidebar .header .menu-btn,
.skills-list.circles ul li .progress .percentage,
.skills-list.list ul li .progress {
  display: none;
}

.header .top-menu ul li a {
  overflow: hidden;
  display: block;
  color: rgb(23, 23, 23);
  padding: 10px 0px 14px;
  height: auto;
}

.header .top-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: radial-gradient(
    at right center,
    rgba(197, 202, 213, 0.7) 0px,
    rgba(255, 255, 255, 0) 70%
  );
}

.header .top-menu ul li a .icon {
  width: 40px;
  font-size: 20px;
  color: rgb(23, 23, 23);
  line-height: 40px;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}

.header .top-menu ul li a .link {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.card-started .profile .social a:hover .fab,
.card-started .profile .social a:hover .fas,
.card-started .profile .social a:hover .ion,
.content-sidebar .widget ul li a:hover,
.content-sidebar h2.widget-title .first-letter::first-letter,
.content-sidebar h2.widget-title .first-word,
.content-sidebar h2.widget-title::first-letter,
.content.works .filter-menu .f_btn.active,
.header .top-menu ul li.active a,
.header .top-menu ul li.active a .icon,
.header .top-menu ul li.active a .link,
.header .top-menu ul li:hover a,
.header .top-menu ul li:hover a .icon,
.header .top-menu ul li:hover a .link,
.resume-items .resume-item.active .date {
  color: rgb(120, 204, 109);
}

.header .profile {
  padding: 10px 62px 10px 18px;
  width: auto;
  height: 64px;
  text-align: left;
  display: none;
}

.header .profile .image {
  margin-right: 14px;
  float: left;
  width: 44px;
  font-size: 0px;
}

.header .profile .image img,
.revs-item .user .img img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.header .profile .title {
  font-size: 15px;
  color: rgb(50, 50, 50);
  font-weight: 500;
}

.header .profile .subtitle {
  font-size: 12px;
  color: rgb(120, 204, 109);
  line-height: 14px;
  font-weight: 400;
}

.card-started::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 10px 10px 15px;
  border-radius: 0px 0px 4px;
}

.card-started::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 4px;
}

.card-started .profile {
  /* padding: 10px 50px 50px; */
  position: relative;
  height: 100%;
  background: rgb(255, 255, 255);
  text-align: center;
  z-index: 10;
  border-radius: 4px;
}

.card-started .profile .slide {
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  background-color: rgb(98, 98, 98);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px 4px 0px 0px;
}

.card-started .profile .slide::after,
.card-started .profile .slide::before {
  content: "";
  position: absolute;
  left: -25%;
  bottom: -210px;
  width: 700px;
  height: 200px;
  background: rgb(255, 255, 255);
  transform: rotate(12deg);
}

.card-started .profile .image::before,
.content .title::before {
  background: -webkit-linear-gradient(
    -45deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  content: "";
}

.card-started .profile .slide::after {
  left: auto;
  right: -25%;
  transform: rotate(-8deg);
}

.card-started .profile .image {
  margin: 0px 0px 20px;
  position: relative;
  display: inline-block;
  width: 140px;
}

.card-started .profile .image::before {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 100%;
}

.card-started .profile .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 100%;
}

.card-started .profile .title {
  margin: 0px 0px 10px;
  font-size: 32px;
  color: rgb(23, 23, 23);
  line-height: 32px;
  font-weight: 400;
}

.card-started .profile .subtitle {
  margin: 0px 0px 15px;
  font-size: 18px;
  color: rgb(253, 5, 88);
  line-height: 14px;
  font-weight: 400;
}

.card-started .profile .social a {
  margin: 0px 6px;
  display: inline-block;
  vertical-align: middle;
}

.card-started .profile .social a .fab,
.card-started .profile .social a .fas,
.card-started .profile .social a .ion {
  font-size: 16px;
  color: rgb(23, 23, 23);
  transition: all 0.3s ease 0s;
}

.card-started .profile .lnk.active.discover .arrow,
.pricing-items .pricing-item .speed-basic {
  transform: scaleX(-1);
}

.card-inner.animated {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.card-inner.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.card-inner.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.card-inner::after,
.card-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  z-index: 10;
}

.card-inner::after {
  top: auto;
  bottom: 0px;
}

.card-inner .card-wrap {
  padding: 30px 30px 30px 60px;
  position: relative;
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 1072px) {
  .card-inner {
    width: 115%;
  }
}

@media (max-width: 1023px) {
  .card-inner {
    position: relative;
    margin: 15px 0px;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .card-inner .card-wrap {
    padding: 30px 30px 30px 40px;
    overflow: visible;
    height: auto;
  }

  .card-inner:last-child {
    margin-bottom: 50px;
  }

  .header .top-menu ul li a {
    padding-bottom: 0px;
    height: 75px;
  }
}

.content {
  margin: 0px 0px 60px;
  position: relative;
}

.content:last-child {
  margin-bottom: 0px;
}

.content .title::before {
  position: absolute;
  left: -12px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  z-index: -1;
  border-radius: 30px;
}

.info-list ul li {
  display: inline-block;
  width: 48%;
  line-height: 1.6;
}

.info-list ul li strong {
  display: inline-block;
  font-size: 13px;
  color: rgb(23, 23, 23);
  font-weight: 500;
  text-transform: uppercase;
}

.fuct-items,
.pricing-items,
.service-items {
  font-size: 0px;
}

.content.works .grid-items.border-line-v::after,
.service-items.border-line-v::after {
  margin: 0px 0px 0px -1px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: radial-gradient(
    at center top,
    rgba(197, 202, 213, 0.7) 0px,
    rgba(255, 255, 255, 0) 70%
  );
}

.service-items .service-item {
  text-align: left;
}

.service-items .service-item .icon {
  margin: 0px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 32px;
  color: rgb(120, 204, 109);
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  border-radius: 60px;
}

.fuct-items .fuct-item .icon .fab,
.fuct-items .fuct-item .icon .fas,
.fuct-items .fuct-item .icon .ion,
.service-items .service-item .icon .fab,
.service-items .service-item .icon .fas,
.service-items .service-item .icon .ion {
  display: block;
  line-height: 60px;
}

.service-items .service-item .name {
  margin: 15px 0px 10px;
  font-size: 13px;
  color: rgb(23, 23, 23);
  font-weight: 500;
  text-transform: uppercase;
}

.content-sidebar table,
.mfp-wrap.popup-box-inline .desc .post-box .blog-content,
.resume-items .resume-item p,
.service-items .service-item p {
  margin: 0px;
}

.pricing-items .pricing-item {
  padding: 0px 0px 70px;
  text-align: center;
}

.pricing-items .pricing-item .icon {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 32px;
  color: rgb(120, 204, 109);
}

.pricing-items .pricing-item .icon .fab,
.pricing-items .pricing-item .icon .fas,
.pricing-items .pricing-item .icon .ion,
.resume-title .icon .fab,
.resume-title .icon .fas,
.resume-title .icon .ion,
.skill-title .icon .fab,
.skill-title .icon .fas,
.skill-title .icon .ion {
  display: block;
  line-height: 40px;
}

.pricing-items .pricing-item .name {
  margin: 0px 0px 30px;
  font-size: 13px;
  color: rgb(23, 23, 23);
  font-weight: 500;
  text-transform: uppercase;
}

.pricing-items .pricing-item .amount {
  margin: 0px 0px 25px;
}

.pricing-items .pricing-item .amount .number {
  margin: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(23, 23, 23);
}

.pricing-items .pricing-item .amount .dollar,
.pricing-items .pricing-item .amount .period {
  margin: 0px 3px;
  position: relative;
  bottom: 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 400;
  color: rgb(23, 23, 23);
}

.pricing-items .pricing-item .amount .period {
  bottom: auto;
  top: 7px;
  vertical-align: bottom;
  font-size: 13px;
  color: rgb(98, 98, 98);
}

.pricing-items .pricing-item .feature-list ul li {
  padding: 5px 0px;
  font-size: 14px;
  color: rgb(23, 23, 23);
}

.content-sidebar .widget ul li li:last-child,
.pricing-items .pricing-item .feature-list ul li:last-child {
  border-bottom: none;
}

.pricing-items .pricing-item .feature-list ul li.disable {
  text-decoration: line-through;
  opacity: 0.6;
}

.pricing-items .pricing-item .feature-list ul li strong {
  margin: 0px 0px 0px 5px;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: rgb(23, 23, 23);
  background: rgba(120, 204, 109, 0.4);
  font-weight: 300;
  border-radius: 2px;
}

.pricing-items .pricing-item .lnks .lnk {
  float: none;
  width: 100%;
  display: block;
}

.fuct-items .fuct-item,
.revs-carousel {
  position: relative;
  text-align: center;
}

.fuct-items .fuct-item .icon {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 32px;
  color: rgb(120, 204, 109);
}

.fuct-items .fuct-item .name,
.resume-items .resume-item .name {
  margin: 0px;
  font-size: 13px;
  color: rgb(23, 23, 23);
  font-weight: 500;
  text-transform: uppercase;
}

.client-items {
  font-size: 0px;
  text-align: center;
}

.client-items .client-item img {
  max-width: 92px;
  opacity: 0.4;
}

.resume-title,
.skill-title {
  padding: 0px 0px 20px;
  position: relative;
}

.resume-items .resume-item::after,
.resume-title::after,
.skill-title::after,
.skills-list ul li::after {
  left: -20px;
}

.resume-title .icon,
.skill-title .icon {
  position: relative;
  top: -15px;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 32px;
  color: rgb(120, 204, 109);
  background: rgb(255, 255, 255);
}

.resume-title .name,
.skill-title .name {
  margin: 0px 0px 0px 40px;
  font-size: 13px;
  line-height: 13px;
  color: rgb(23, 23, 23);
  font-weight: 500;
  text-transform: uppercase;
}

.resume-items .resume-item,
.skills-list ul li {
  position: relative;
  padding: 20px 0px;
}

.resume-items .resume-item .date {
  margin: 0px 0px 10px;
  padding: 0px;
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: rgb(216, 219, 226);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}

.resume-items .resume-item .date::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 4px;
  width: 9px;
  height: 9px;
  background: rgb(216, 219, 226);
  border-radius: 9px;
}

.resume-items .resume-item .company {
  margin: 0px 0px 10px;
  font-size: 11px;
  color: rgb(153, 153, 153);
  font-weight: 300;
  text-transform: uppercase;
}

.box-item .date,
.box-item .desc .name {
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(23, 23, 23);
}

.skills-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
}

.skills-list ul li .name {
  margin: 0px 0px 8px;
  font-size: 14px;
  line-height: 14px;
  color: rgb(98, 98, 98);
}

.skills-list ul li .progress {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: rgb(216, 219, 226);
}

.skills-list ul li .progress .percentage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: rgb(120, 204, 109);
  transition: all 0.3s ease 0s;
}

.content.works .filter-menu {
  position: absolute;
  top: -9px;
  right: 0px;
}

.content.works .filter-menu .f_btn {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: rgb(98, 98, 98);
  cursor: pointer;
  border: none;
}

.content.works .filter-menu .f_btn label {
  cursor: pointer;
}

@media (max-width: 560px) {
  .header {
    padding: 10px 5px;
    width: 100%;
  }

  .header .top-menu {
    max-width: 100%;
  }

  .header .profile {
    display: block;
  }

  .header .menu-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 62px;
    height: 62px;
  }

  .card-started {
    height: 480px;
  }

  .card-started::after,
  .content.works .grid-items.border-line-v::after,
  .service-items.border-line-v::after {
    display: none;
  }

  .card-started .profile {
    padding: 0px;
  }

  .card-started .profile .slide {
    height: 200px;
  }

  .card-started .profile .image {
    margin: 0px 0px 15px;
    width: 124px;
  }

  .card-started .profile .title {
    font-size: 28px;
    line-height: 28px;
  }

  .card-inner {
    margin: 10px 0px;
  }

  .card-inner .card-wrap {
    padding: 30px;
  }

  .card-inner:last-child {
    margin-bottom: 10px;
  }

  .info-list ul li {
    display: block;
    width: auto;
  }

  .service-items .col::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: radial-gradient(
      at left center,
      rgba(197, 202, 213, 0.7) 0px,
      rgba(255, 255, 255, 0) 70%
    );
  }

  .content.works .title {
    padding: 0px 0px 45px;
  }

  .content.works .filter-menu {
    top: 35px;
    left: 0px;
    right: auto;
  }

  .content.works .filter-menu button {
    margin: 0px 15px 0px 0px;
  }
}

.box-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.box-item .image,
.content-sidebar .main-menu ul li,
.content-sidebar .sidebar-wrap,
.content-sidebar .widget-area {
  position: relative;
}

.box-item .image a {
  display: block;
  font-size: 0px;
}

.box-item .image a img {
  position: relative;
  width: 100%;
  height: auto;
}

.box-item .image .info {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.box-item .image .info::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(120, 204, 109, 0.4) 0px,
    rgba(120, 204, 109, 0.01) 100%
  );
  transition: all 0.3s ease 0s;
}

.box-item .image .info .fab,
.box-item .image .info .fas,
.box-item .image .info .ion {
  margin: -16px 0px 0px -16px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  transition: all 0.1s ease-in 0.4s;
}

.box-item .desc {
  padding: 15px 45px 0px;
  position: relative;
}

.box-item .desc .name {
  padding: 0px 0px 2px;
  display: block;
  font-size: 13px;
}

.box-item .desc .category {
  margin: 0px;
  font-size: 11px;
  color: rgb(153, 153, 153);
  font-weight: 300;
  text-transform: uppercase;
}

.box-item .date {
  padding: 10px 0px 0px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  background: rgb(255, 255, 255);
}

.box-item .date strong {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: rgb(23, 23, 23);
  font-weight: 700;
}

.box-item:hover .image .info {
  opacity: 1;
}

.content.contacts .map {
  margin: 0px 0px 20px;
  height: 190px;
}

.alert-success p {
  margin: 0px;
  font-size: 17px;
}

.mfp-wrap.popup-box-inline .mfp-container {
  padding: 0px;
  position: relative;
  height: auto;
}

.mfp-wrap.popup-box-inline .content {
  margin-bottom: 40px;
}

.mfp-wrap.popup-box-inline .image {
  padding: 0px 0px 40px;
  font-size: 0px;
}

.mfp-wrap.popup-box-inline .image img {
  width: 100%;
  height: auto;
}

.mfp-wrap.popup-box-inline .desc {
  padding: 0px 40px;
}

.mfp-wrap.popup-box-inline .desc .button,
.mfp-wrap.popup-box-inline .desc .lnk {
  height: 30px;
  line-height: 30px;
}

.mfp-wrap.popup-box .mfp-close,
.mfp-wrap.popup-box-inline .mfp-close {
  padding: 0px;
  right: -54px;
  top: 0px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-family: Poppins;
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  opacity: 1;
}

@media (max-width: 720px) {
  .mfp-wrap.popup-box-inline {
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
  }

  .mfp-wrap.popup-box .mfp-close,
  .mfp-wrap.popup-box-inline .mfp-close {
    right: 0px;
    top: -54px;
  }

  .mfp-wrap.popup-box-inline .mfp-close {
    right: 0px;
    top: 0px;
  }
}

.mfp-wrap.popup-box-inline .mfp-close {
  top: 0px;
  right: 0px;
  color: rgb(23, 23, 23);
}

.card-inner.blog-post {
  animation: auto ease 0s 1 normal none running none;
}

.content.works .filter-menu .f_btn input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}

.header .top-menu ul li a .icon {
  margin: 0px auto;
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  line-height: normal;
}

.header .top-menu ul li a .link {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  line-height: 13px;
}

.mfp-wrap.popup-box-inline {
  margin: 0px 0px 0px -360px;
  padding: 0px;
  top: 0px;
  left: 50%;
  overflow: visible scroll;
  width: 720px;
  height: 100%;
  background: rgb(255, 255, 255);
}

@media (max-width: 720px) {
  .mfp-wrap.popup-box-inline {
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    position: fixed !important;
    top: 0px !important;
    height: 100% !important;
  }
}

.revs-carousel .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.revs-carousel .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: 8px;
  text-align: center;
}

.revs-carousel .owl-dots .owl-dot {
  margin: 0px 3px;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(120, 204, 109);
  border-radius: 100%;
}

.revs-item .text {
  margin-bottom: 30px;
  padding: 0px 30px;
  position: relative;
  font-weight: 300;
  font-style: italic;
  opacity: 0.65;
}

.revs-item .text::after,
.revs-item .text::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url("../images/quote.svg") 0px 0px / contain no-repeat;
  opacity: 0.65;
}

.revs-item .text::after {
  inset: auto 3px 3px auto;
  transform: scale(-1);
}

.revs-item .user .img {
  margin: 0px auto;
  display: block;
  width: 60px;
}

.revs-item .info .name {
  margin: 6px 0px 0px;
  font-size: 17px;
  font-weight: 500;
  color: rgb(50, 50, 50);
}

.revs-item .info .company {
  font-size: 14px;
  color: rgb(153, 153, 153);
  font-weight: 400;
}

.card-inner {
  transition: visibility 1s linear 0s, opacity 0s linear 0s;
}

.revs-item {
  position: relative;
  text-align: center;
  max-width: 648px;
  width: 100%;
}

.skills-list.circles ul {
  margin: 0px -20px;
  text-align: center;
}

.skills-list.list ul {
  padding-top: 10px;
}

.skills-list.circles ul li {
  padding-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

.skills-list.list ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content.skills .row .col.col-d-12 .skills-list.circles ul li,
.content.skills .row .col.col-t-12 .skills-list.circles ul li {
  width: 24%;
}

.skills-list.circles ul li .name {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.skills-list.list ul li .name {
  padding-left: 30px;
  margin-bottom: 0px;
  position: relative;
}

.skills-list.list ul li .name::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-family: Ionicons;
  color: rgb(120, 204, 109);
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.skills-list.dotted ul li .progress {
  background: 0px 0px !important;
}

.skills-list.dotted ul li .progress .percentage {
  position: relative;
  overflow: hidden;
  top: -2px;
  height: 14px;
  z-index: 2;
  background: 0px 0px !important;
}

.skills-list.dotted ul li .progress .da,
.skills-list.dotted ul li .progress .dg {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 14px;
}

.skills-list.dotted ul li .progress .da {
  top: 0px;
}

.skills-list.dotted ul li .progress .da span,
.skills-list.dotted ul li .progress .dg span {
  display: block;
  width: 14px;
  height: 14px;
  background: rgb(238, 238, 238);
  border-radius: 14px;
}

.skills-list.circles .progress.p100 .slice,
.skills-list.circles .progress.p51 .slice,
.skills-list.circles .progress.p52 .slice,
.skills-list.circles .progress.p53 .slice,
.skills-list.circles .progress.p54 .slice,
.skills-list.circles .progress.p55 .slice,
.skills-list.circles .progress.p56 .slice,
.skills-list.circles .progress.p57 .slice,
.skills-list.circles .progress.p58 .slice,
.skills-list.circles .progress.p59 .slice,
.skills-list.circles .progress.p60 .slice,
.skills-list.circles .progress.p61 .slice,
.skills-list.circles .progress.p62 .slice,
.skills-list.circles .progress.p63 .slice,
.skills-list.circles .progress.p64 .slice,
.skills-list.circles .progress.p65 .slice,
.skills-list.circles .progress.p66 .slice,
.skills-list.circles .progress.p67 .slice,
.skills-list.circles .progress.p68 .slice,
.skills-list.circles .progress.p69 .slice,
.skills-list.circles .progress.p70 .slice,
.skills-list.circles .progress.p71 .slice,
.skills-list.circles .progress.p72 .slice,
.skills-list.circles .progress.p73 .slice,
.skills-list.circles .progress.p74 .slice,
.skills-list.circles .progress.p75 .slice,
.skills-list.circles .progress.p76 .slice,
.skills-list.circles .progress.p77 .slice,
.skills-list.circles .progress.p78 .slice,
.skills-list.circles .progress.p79 .slice,
.skills-list.circles .progress.p80 .slice,
.skills-list.circles .progress.p81 .slice,
.skills-list.circles .progress.p82 .slice,
.skills-list.circles .progress.p83 .slice,
.skills-list.circles .progress.p84 .slice,
.skills-list.circles .progress.p85 .slice,
.skills-list.circles .progress.p86 .slice,
.skills-list.circles .progress.p87 .slice,
.skills-list.circles .progress.p88 .slice,
.skills-list.circles .progress.p89 .slice,
.skills-list.circles .progress.p90 .slice,
.skills-list.circles .progress.p91 .slice,
.skills-list.circles .progress.p92 .slice,
.skills-list.circles .progress.p93 .slice,
.skills-list.circles .progress.p94 .slice,
.skills-list.circles .progress.p95 .slice,
.skills-list.circles .progress.p96 .slice,
.skills-list.circles .progress.p97 .slice,
.skills-list.circles .progress.p98 .slice,
.skills-list.circles .progress.p99 .slice {
  clip: rect(auto, auto, auto, auto);
}

.skills-list.circles .progress .bar,
.skills-list.circles .progress.p100 .fill,
.skills-list.circles .progress.p51 .fill,
.skills-list.circles .progress.p52 .fill,
.skills-list.circles .progress.p53 .fill,
.skills-list.circles .progress.p54 .fill,
.skills-list.circles .progress.p55 .fill,
.skills-list.circles .progress.p56 .fill,
.skills-list.circles .progress.p57 .fill,
.skills-list.circles .progress.p58 .fill,
.skills-list.circles .progress.p59 .fill,
.skills-list.circles .progress.p60 .fill,
.skills-list.circles .progress.p61 .fill,
.skills-list.circles .progress.p62 .fill,
.skills-list.circles .progress.p63 .fill,
.skills-list.circles .progress.p64 .fill,
.skills-list.circles .progress.p65 .fill,
.skills-list.circles .progress.p66 .fill,
.skills-list.circles .progress.p67 .fill,
.skills-list.circles .progress.p68 .fill,
.skills-list.circles .progress.p69 .fill,
.skills-list.circles .progress.p70 .fill,
.skills-list.circles .progress.p71 .fill,
.skills-list.circles .progress.p72 .fill,
.skills-list.circles .progress.p73 .fill,
.skills-list.circles .progress.p74 .fill,
.skills-list.circles .progress.p75 .fill,
.skills-list.circles .progress.p76 .fill,
.skills-list.circles .progress.p77 .fill,
.skills-list.circles .progress.p78 .fill,
.skills-list.circles .progress.p79 .fill,
.skills-list.circles .progress.p80 .fill,
.skills-list.circles .progress.p81 .fill,
.skills-list.circles .progress.p82 .fill,
.skills-list.circles .progress.p83 .fill,
.skills-list.circles .progress.p84 .fill,
.skills-list.circles .progress.p85 .fill,
.skills-list.circles .progress.p86 .fill,
.skills-list.circles .progress.p87 .fill,
.skills-list.circles .progress.p88 .fill,
.skills-list.circles .progress.p89 .fill,
.skills-list.circles .progress.p90 .fill,
.skills-list.circles .progress.p91 .fill,
.skills-list.circles .progress.p92 .fill,
.skills-list.circles .progress.p93 .fill,
.skills-list.circles .progress.p94 .fill,
.skills-list.circles .progress.p95 .fill,
.skills-list.circles .progress.p96 .fill,
.skills-list.circles .progress.p97 .fill,
.skills-list.circles .progress.p98 .fill,
.skills-list.circles .progress.p99 .fill {
  position: absolute;
  width: 0.82em;
  height: 0.82em;
  clip: rect(0px, 0.5em, 1em, 0px);
  border: 0.09em solid rgb(120, 204, 109);
  border-radius: 50%;
  transform: rotate(0deg);
}

.skills-list.circles .progress.p100 .bar::after,
.skills-list.circles .progress.p100 .fill,
.skills-list.circles .progress.p51 .bar::after,
.skills-list.circles .progress.p51 .fill,
.skills-list.circles .progress.p52 .bar::after,
.skills-list.circles .progress.p52 .fill,
.skills-list.circles .progress.p53 .bar::after,
.skills-list.circles .progress.p53 .fill,
.skills-list.circles .progress.p54 .bar::after,
.skills-list.circles .progress.p54 .fill,
.skills-list.circles .progress.p55 .bar::after,
.skills-list.circles .progress.p55 .fill,
.skills-list.circles .progress.p56 .bar::after,
.skills-list.circles .progress.p56 .fill,
.skills-list.circles .progress.p57 .bar::after,
.skills-list.circles .progress.p57 .fill,
.skills-list.circles .progress.p58 .bar::after,
.skills-list.circles .progress.p58 .fill,
.skills-list.circles .progress.p59 .bar::after,
.skills-list.circles .progress.p59 .fill,
.skills-list.circles .progress.p60 .bar::after,
.skills-list.circles .progress.p60 .fill,
.skills-list.circles .progress.p61 .bar::after,
.skills-list.circles .progress.p61 .fill,
.skills-list.circles .progress.p62 .bar::after,
.skills-list.circles .progress.p62 .fill,
.skills-list.circles .progress.p63 .bar::after,
.skills-list.circles .progress.p63 .fill,
.skills-list.circles .progress.p64 .bar::after,
.skills-list.circles .progress.p64 .fill,
.skills-list.circles .progress.p65 .bar::after,
.skills-list.circles .progress.p65 .fill,
.skills-list.circles .progress.p66 .bar::after,
.skills-list.circles .progress.p66 .fill,
.skills-list.circles .progress.p67 .bar::after,
.skills-list.circles .progress.p67 .fill,
.skills-list.circles .progress.p68 .bar::after,
.skills-list.circles .progress.p68 .fill,
.skills-list.circles .progress.p69 .bar::after,
.skills-list.circles .progress.p69 .fill,
.skills-list.circles .progress.p70 .bar::after,
.skills-list.circles .progress.p70 .fill,
.skills-list.circles .progress.p71 .bar::after,
.skills-list.circles .progress.p71 .fill,
.skills-list.circles .progress.p72 .bar::after,
.skills-list.circles .progress.p72 .fill,
.skills-list.circles .progress.p73 .bar::after,
.skills-list.circles .progress.p73 .fill,
.skills-list.circles .progress.p74 .bar::after,
.skills-list.circles .progress.p74 .fill,
.skills-list.circles .progress.p75 .bar::after,
.skills-list.circles .progress.p75 .fill,
.skills-list.circles .progress.p76 .bar::after,
.skills-list.circles .progress.p76 .fill,
.skills-list.circles .progress.p77 .bar::after,
.skills-list.circles .progress.p77 .fill,
.skills-list.circles .progress.p78 .bar::after,
.skills-list.circles .progress.p78 .fill,
.skills-list.circles .progress.p79 .bar::after,
.skills-list.circles .progress.p79 .fill,
.skills-list.circles .progress.p80 .bar::after,
.skills-list.circles .progress.p80 .fill,
.skills-list.circles .progress.p81 .bar::after,
.skills-list.circles .progress.p81 .fill,
.skills-list.circles .progress.p82 .bar::after,
.skills-list.circles .progress.p82 .fill,
.skills-list.circles .progress.p83 .bar::after,
.skills-list.circles .progress.p83 .fill,
.skills-list.circles .progress.p84 .bar::after,
.skills-list.circles .progress.p84 .fill,
.skills-list.circles .progress.p85 .bar::after,
.skills-list.circles .progress.p85 .fill,
.skills-list.circles .progress.p86 .bar::after,
.skills-list.circles .progress.p86 .fill,
.skills-list.circles .progress.p87 .bar::after,
.skills-list.circles .progress.p87 .fill,
.skills-list.circles .progress.p88 .bar::after,
.skills-list.circles .progress.p88 .fill,
.skills-list.circles .progress.p89 .bar::after,
.skills-list.circles .progress.p89 .fill,
.skills-list.circles .progress.p90 .bar::after,
.skills-list.circles .progress.p90 .fill,
.skills-list.circles .progress.p91 .bar::after,
.skills-list.circles .progress.p91 .fill,
.skills-list.circles .progress.p92 .bar::after,
.skills-list.circles .progress.p92 .fill,
.skills-list.circles .progress.p93 .bar::after,
.skills-list.circles .progress.p93 .fill,
.skills-list.circles .progress.p94 .bar::after,
.skills-list.circles .progress.p94 .fill,
.skills-list.circles .progress.p95 .bar::after,
.skills-list.circles .progress.p95 .fill,
.skills-list.circles .progress.p96 .bar::after,
.skills-list.circles .progress.p96 .fill,
.skills-list.circles .progress.p97 .bar::after,
.skills-list.circles .progress.p97 .fill,
.skills-list.circles .progress.p98 .bar::after,
.skills-list.circles .progress.p98 .fill,
.skills-list.circles .progress.p99 .bar::after,
.skills-list.circles .progress.p99 .fill {
  transform: rotate(180deg);
}

.skills-list.circles .progress {
  margin: 0px auto;
  position: relative;
  font-size: 90px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: rgb(238, 238, 238);
}

.skills-list.circles .progress *,
.skills-list.circles .progress ::after,
.skills-list.circles .progress ::before {
  box-sizing: content-box;
}

.skills-list.circles .progress span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 90px;
  font-size: 17px;
  color: rgb(50, 50, 50);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

.skills-list.circles .progress::after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 0.82em;
  height: 0.82em;
}

.skills-list.circles .progress .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}

.skills-list.circles .progress.p1 .bar {
  transform: rotate(3.6deg);
}

.skills-list.circles .progress.p2 .bar {
  transform: rotate(7.2deg);
}

.skills-list.circles .progress.p3 .bar {
  transform: rotate(10.8deg);
}

.skills-list.circles .progress.p4 .bar {
  transform: rotate(14.4deg);
}

.skills-list.circles .progress.p5 .bar {
  transform: rotate(18deg);
}

.skills-list.circles .progress.p6 .bar {
  transform: rotate(21.6deg);
}

.skills-list.circles .progress.p7 .bar {
  transform: rotate(25.2deg);
}

.skills-list.circles .progress.p8 .bar {
  transform: rotate(28.8deg);
}

.skills-list.circles .progress.p9 .bar {
  transform: rotate(32.4deg);
}

.skills-list.circles .progress.p10 .bar {
  transform: rotate(36deg);
}

.skills-list.circles .progress.p11 .bar {
  transform: rotate(39.6deg);
}

.skills-list.circles .progress.p12 .bar {
  transform: rotate(43.2deg);
}

.skills-list.circles .progress.p13 .bar {
  transform: rotate(46.8deg);
}

.skills-list.circles .progress.p14 .bar {
  transform: rotate(50.4deg);
}

.skills-list.circles .progress.p15 .bar {
  transform: rotate(54deg);
}

.skills-list.circles .progress.p16 .bar {
  transform: rotate(57.6deg);
}

.skills-list.circles .progress.p17 .bar {
  transform: rotate(61.2deg);
}

.skills-list.circles .progress.p18 .bar {
  transform: rotate(64.8deg);
}

.skills-list.circles .progress.p19 .bar {
  transform: rotate(68.4deg);
}

.skills-list.circles .progress.p20 .bar {
  transform: rotate(72deg);
}

.skills-list.circles .progress.p21 .bar {
  transform: rotate(75.6deg);
}

.skills-list.circles .progress.p22 .bar {
  transform: rotate(79.2deg);
}

.skills-list.circles .progress.p23 .bar {
  transform: rotate(82.8deg);
}

.skills-list.circles .progress.p24 .bar {
  transform: rotate(86.4deg);
}

.skills-list.circles .progress.p25 .bar {
  transform: rotate(90deg);
}

.skills-list.circles .progress.p26 .bar {
  transform: rotate(93.6deg);
}

.skills-list.circles .progress.p27 .bar {
  transform: rotate(97.2deg);
}

.skills-list.circles .progress.p28 .bar {
  transform: rotate(100.8deg);
}

.skills-list.circles .progress.p29 .bar {
  transform: rotate(104.4deg);
}

.skills-list.circles .progress.p30 .bar {
  transform: rotate(108deg);
}

.skills-list.circles .progress.p31 .bar {
  transform: rotate(111.6deg);
}

.skills-list.circles .progress.p32 .bar {
  transform: rotate(115.2deg);
}

.skills-list.circles .progress.p33 .bar {
  transform: rotate(118.8deg);
}

.skills-list.circles .progress.p34 .bar {
  transform: rotate(122.4deg);
}

.skills-list.circles .progress.p35 .bar {
  transform: rotate(126deg);
}

.skills-list.circles .progress.p36 .bar {
  transform: rotate(129.6deg);
}

.skills-list.circles .progress.p37 .bar {
  transform: rotate(133.2deg);
}

.skills-list.circles .progress.p38 .bar {
  transform: rotate(136.8deg);
}

.skills-list.circles .progress.p39 .bar {
  transform: rotate(140.4deg);
}

.skills-list.circles .progress.p40 .bar {
  transform: rotate(144deg);
}

.skills-list.circles .progress.p41 .bar {
  transform: rotate(147.6deg);
}

.skills-list.circles .progress.p42 .bar {
  transform: rotate(151.2deg);
}

.skills-list.circles .progress.p43 .bar {
  transform: rotate(154.8deg);
}

.skills-list.circles .progress.p44 .bar {
  transform: rotate(158.4deg);
}

.skills-list.circles .progress.p45 .bar {
  transform: rotate(162deg);
}

.skills-list.circles .progress.p46 .bar {
  transform: rotate(165.6deg);
}

.skills-list.circles .progress.p47 .bar {
  transform: rotate(169.2deg);
}

.skills-list.circles .progress.p48 .bar {
  transform: rotate(172.8deg);
}

.skills-list.circles .progress.p49 .bar {
  transform: rotate(176.4deg);
}

.skills-list.circles .progress.p50 .bar {
  transform: rotate(180deg);
}

.skills-list.circles .progress.p51 .bar {
  transform: rotate(183.6deg);
}

.skills-list.circles .progress.p52 .bar {
  transform: rotate(187.2deg);
}

.skills-list.circles .progress.p53 .bar {
  transform: rotate(190.8deg);
}

.skills-list.circles .progress.p54 .bar {
  transform: rotate(194.4deg);
}

.skills-list.circles .progress.p55 .bar {
  transform: rotate(198deg);
}

.skills-list.circles .progress.p56 .bar {
  transform: rotate(201.6deg);
}

.skills-list.circles .progress.p57 .bar {
  transform: rotate(205.2deg);
}

.skills-list.circles .progress.p58 .bar {
  transform: rotate(208.8deg);
}

.skills-list.circles .progress.p59 .bar {
  transform: rotate(212.4deg);
}

.skills-list.circles .progress.p60 .bar {
  transform: rotate(216deg);
}

.skills-list.circles .progress.p61 .bar {
  transform: rotate(219.6deg);
}

.skills-list.circles .progress.p62 .bar {
  transform: rotate(223.2deg);
}

.skills-list.circles .progress.p63 .bar {
  transform: rotate(226.8deg);
}

.skills-list.circles .progress.p64 .bar {
  transform: rotate(230.4deg);
}

.skills-list.circles .progress.p65 .bar {
  transform: rotate(234deg);
}

.skills-list.circles .progress.p66 .bar {
  transform: rotate(237.6deg);
}

.skills-list.circles .progress.p67 .bar {
  transform: rotate(241.2deg);
}

.skills-list.circles .progress.p68 .bar {
  transform: rotate(244.8deg);
}

.skills-list.circles .progress.p69 .bar {
  transform: rotate(248.4deg);
}

.skills-list.circles .progress.p70 .bar {
  transform: rotate(252deg);
}

.skills-list.circles .progress.p71 .bar {
  transform: rotate(255.6deg);
}

.skills-list.circles .progress.p72 .bar {
  transform: rotate(259.2deg);
}

.skills-list.circles .progress.p73 .bar {
  transform: rotate(262.8deg);
}

.skills-list.circles .progress.p74 .bar {
  transform: rotate(266.4deg);
}

.skills-list.circles .progress.p75 .bar {
  transform: rotate(270deg);
}

.skills-list.circles .progress.p76 .bar {
  transform: rotate(273.6deg);
}

.skills-list.circles .progress.p77 .bar {
  transform: rotate(277.2deg);
}

.skills-list.circles .progress.p78 .bar {
  transform: rotate(280.8deg);
}

.skills-list.circles .progress.p79 .bar {
  transform: rotate(284.4deg);
}

.skills-list.circles .progress.p80 .bar {
  transform: rotate(288deg);
}

.skills-list.circles .progress.p81 .bar {
  transform: rotate(291.6deg);
}

.skills-list.circles .progress.p82 .bar {
  transform: rotate(295.2deg);
}

.skills-list.circles .progress.p83 .bar {
  transform: rotate(298.8deg);
}

.skills-list.circles .progress.p84 .bar {
  transform: rotate(302.4deg);
}

.skills-list.circles .progress.p85 .bar {
  transform: rotate(306deg);
}

.skills-list.circles .progress.p86 .bar {
  transform: rotate(309.6deg);
}

.skills-list.circles .progress.p87 .bar {
  transform: rotate(313.2deg);
}

.skills-list.circles .progress.p88 .bar {
  transform: rotate(316.8deg);
}

.skills-list.circles .progress.p89 .bar {
  transform: rotate(320.4deg);
}

.skills-list.circles .progress.p90 .bar {
  transform: rotate(324deg);
}

.skills-list.circles .progress.p91 .bar {
  transform: rotate(327.6deg);
}

.skills-list.circles .progress.p92 .bar {
  transform: rotate(331.2deg);
}

.skills-list.circles .progress.p93 .bar {
  transform: rotate(334.8deg);
}

.skills-list.circles .progress.p94 .bar {
  transform: rotate(338.4deg);
}

.skills-list.circles .progress.p95 .bar {
  transform: rotate(342deg);
}

.skills-list.circles .progress.p96 .bar {
  transform: rotate(345.6deg);
}

.skills-list.circles .progress.p97 .bar {
  transform: rotate(349.2deg);
}

.skills-list.circles .progress.p98 .bar {
  transform: rotate(352.8deg);
}

.skills-list.circles .progress.p99 .bar {
  transform: rotate(356.4deg);
}

.skills-list.circles .progress.p100 .bar {
  transform: rotate(360deg);
}

.s_overlay {
  position: fixed;
  inset: 0px;
  background: rgb(0, 0, 0);
  z-index: 106;
  opacity: 0.6;
  display: none;
}

.content-sidebar {
  position: fixed;
  top: 0px;
  left: -438px;
  width: 338px;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 107;
  transition: all 0.6s ease 0s;
}

.content-sidebar .close {
  position: absolute;
  top: 0px;
  right: -68px;
  width: 68px;
  height: 68px;
  background: rgb(238, 238, 238);
  cursor: pointer;
  border-radius: 0px 0px 4px;
  z-index: 10;
}

.content-sidebar .close::after,
.content-sidebar .close::before {
  content: "";
  margin: -2px 0px 0px -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: rgb(54, 54, 54);
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}

.content-sidebar .close::after {
  transform: rotate(-45deg);
}

.content-sidebar .close:hover::after,
.content-sidebar .close:hover::before {
  background: rgb(153, 153, 153);
}

.content-sidebar.active {
  left: 0px;
}

.content-sidebar .profile {
  padding-top: 150px;
  padding-bottom: 0px;
  height: auto;
}

.content-sidebar .profile.no-photo {
  padding-top: 270px;
}

.content-sidebar .profile .slide {
  height: 250px;
}

.content-sidebar .main-menu {
  padding: 25px 0px;
  display: none;
}

.content-sidebar .main-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.content-sidebar .widget td,
.content-sidebar .widget th {
  padding: 5px;
  text-align: center;
}

.content-sidebar .main-menu ul li::after,
.content-sidebar .main-menu ul li:first-child::before {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: radial-gradient(
    at left center,
    rgb(221, 221, 221) 0px,
    rgba(255, 255, 255, 0) 70%
  );
}

.content-sidebar .main-menu ul li:first-child::before {
  bottom: auto;
  top: 0px;
}

.content-sidebar .main-menu ul li a {
  position: relative;
  padding: 17px 25px;
  display: block;
  font-weight: 500;
  color: rgb(54, 54, 54);
  transition: all 0.6s ease 0s;
}

.content-sidebar .main-menu ul li .children_toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 55px;
  z-index: 2;
  cursor: pointer;
}

.content-sidebar .main-menu ul li .icon {
  margin-right: 10px;
  font-size: 16px;
}

.content-sidebar .main-menu ul li.page_item_has_children > a::after,
.content-sidebar .main-menu ul li.page_item_has_children > a::before {
  margin-top: -1px;
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 9px;
  height: 2px;
  background: rgb(102, 102, 102);
  transform: rotate(-45deg);
}

.content-sidebar .main-menu ul li.page_item_has_children > a::after {
  right: 30px;
  transform: rotate(45deg);
}

.content-sidebar .main-menu ul li.current_page_ancestor > a,
.content-sidebar .main-menu ul li.current_page_item > a,
.content-sidebar .main-menu ul li.current_page_parent > a,
.content-sidebar .main-menu ul li:hover > a {
  text-decoration: none;
  color: rgb(120, 204, 109);
}

.content-sidebar .main-menu ul li ul {
  padding: 10px 0px 10px 25px;
  background: rgb(246, 246, 246);
  display: none;
}

.content-sidebar .main-menu ul li ul li a {
  position: relative;
  padding: 6px 25px;
  display: block;
  font-weight: 400;
  color: rgb(54, 54, 54);
  font-size: 14px;
}

.content-sidebar .widget {
  padding: 25px;
}

.content-sidebar .widget th {
  color: rgb(0, 0, 0);
}

.content-sidebar .widget label {
  padding-bottom: 0px;
}

.content-sidebar .widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.content-sidebar .widget ul ul {
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.content-sidebar .widget ul ul ul {
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.content-sidebar .widget ul li {
  position: relative;
  padding: 10px 0px;
  margin: 0px;
  color: rgb(153, 153, 153);
  border-top: 1px solid rgb(238, 238, 238);
}

.content-sidebar .widget ul li:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}

.content-sidebar .widget ul li a {
  padding-bottom: 0px;
  color: rgb(54, 54, 54);
}

.content-sidebar .widget ul li li {
  position: relative;
  overflow: hidden;
  margin: 5px 0px 0px;
  padding: 0px 0px 0px 15px;
  border: none;
}

.content-sidebar .widget ul li li::before {
  margin: 0px;
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: rgb(120, 204, 109);
  border-radius: 4px;
}

.content-sidebar .widget ul li li li li {
  padding-left: 10px;
}

.content-sidebar .widget ul li li li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-sidebar .widget ul li li li::before {
  top: 8px;
}

.content-sidebar .widget.widget_recent_comments a,
.content-sidebar .widget.widget_recent_entries a {
  padding-top: 0px;
  font-weight: 400;
  display: block !important;
}

.content-sidebar .widget ul li .post-date {
  margin: 0px;
  display: inline-block;
  padding: 0px;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.content-sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.content-sidebar .widget .rss-date,
.content-sidebar .widget cite {
  margin: 5px 0px 10px;
  padding: 0px;
  display: block;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.content-sidebar .widget cite {
  margin: 10px 0px 0px;
}

.content-sidebar .widget .rssSummary {
  color: rgb(54, 54, 54);
}

.content-sidebar span.screen-reader-text span {
  box-shadow: none;
}

.search-form input.search-field {
  border: 1px solid rgb(221, 221, 221);
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 0px 50px 0px 15px;
  box-shadow: none;
  font-weight: 400;
  appearance: textfield;
}

.search-form input.search-submit {
  margin-top: -50px;
  margin-right: 0px;
  padding: 0px;
  float: right;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border: none;
}

.content-sidebar h2.widget-title {
  margin: 0px 0px 15px;
  padding: 0px 0px 5px;
  position: relative;
  font-size: 18px;
  color: rgb(50, 50, 50);
  line-height: 21px;
  font-weight: 600;
}

.content-sidebar h2.widget-title::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: linear-gradient(
    135deg,
    rgba(46, 202, 127, 0.15) 0px,
    rgba(46, 202, 127, 0.01) 100%
  );
  z-index: -1;
  border-radius: 30px;
}

.content-sidebar .recentcomments {
  color: rgb(153, 153, 153);
}

.content-sidebar .recentcomments a {
  padding-top: 6px;
  display: block !important;
}

.content-sidebar .recentcomments .comment-author-link,
.content-sidebar .recentcomments a.url {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.content-sidebar .tagcloud a {
  margin: 4px 2px;
  display: inline-block;
  vertical-align: bottom;
  padding: 0px 5px;
  font-weight: 400;
  font-size: 13px;
  color: rgb(120, 204, 109);
  border: 1px solid rgb(120, 204, 109);
}

.content-sidebar .widget select {
  width: 100%;
  height: 34px;
}

.content-sidebar .widget.widget_media_image {
  max-width: 100%;
}

.logged-in .content-sidebar {
  top: 28px;
}

.logged-in .content-sidebar .widget:last-child {
  padding-bottom: 50px;
}

p.no-comments {
  margin: 25px 0px;
}

@media (max-width: 1199px) {
  .content-sidebar .sidebar-wrap {
    overflow: auto;
  }

  .content-sidebar .main-menu {
    padding: 25px;
    display: block;
  }

  .content-sidebar .main-menu ul li::after,
  .content-sidebar .main-menu ul li:first-child::before {
    left: 0px;
  }
}

@media (max-width: 782px) {
  .logged-in .content-sidebar {
    top: 42px;
  }
}

@media (max-width: 680px) {
  body.sidebar-open,
  html.sidebar-open {
    height: 100vh;
    overflow: hidden;
  }

  .content-sidebar {
    left: -100%;
    width: 100%;
  }

  .content-sidebar.active {
    left: 0px;
  }

  .content-sidebar .sidebar-wrap {
    padding-top: 68px;
  }

  .content-sidebar .close {
    right: 0px;
    border-radius: 0px;
    width: 100%;
  }

  .post-comments .post-comment .desc .name a {
    display: block;
  }

  .post-comments .post-comment .desc .comment-date,
  .post-comments .post-comment .desc .comment-time {
    margin: 0px;
  }

  .post-comments .post-comment .desc span.comment-reply {
    position: relative;
    top: 4px;
    display: block;
  }

  .comment-respond .title_inner small {
    position: relative;
    top: 5px;
  }

  .header .menu-btn {
    margin-bottom: 0px;
  }
}

.post-box.single-post-text .search-form input.search-submit {
  margin-top: -60px;
}

.post-box.single-post-text .search-form span.screen-reader-text {
  margin: 0px 0px 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(50, 50, 50);
}

.typed-cursor {
  display: none !important;
}

/*Profile
------------------------------------*/
.profile .list-group i {
  min-width: 20px;
  margin-right: 5px;
  text-align: center;
}

.profile .heading-sm-v2 {
  font-size: 16px;
}

.profile .profile-body {
  padding: 20px;
  background: #f7f7f7;
}

/*Scrollbar*/
.mCustomScrollbar {
  height: 320px;
}

/*Panel Title Box*/
.profile .panel-profile {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  padding-bottom: 2em;
}
.profile .panel-profile.no-bg {
  background: inherit;
}

.profile .panel-heading {
  color: #fff;
  background: #3a3a3a;
  padding: 7px 15px;
  height: 40px;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
  top: 7px;
  position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
  color: #777;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a:hover i {
  color: #555;
}

.profile .panel-title {
  font-size: 16px;
  color: #fff;
}

/*Notification*/
.profile .notification {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 0 0;
  border-top: 1px solid #eee;
}

.profile .notification:first-child {
  border-top: none;
}

.profile .notification img,
.profile .notification i {
  float: left;
  margin-right: 10px;
}

.profile .notification img {
  width: 35px;
  height: 35px;
}

.profile .notification span {
  color: #777;
  display: block;
}

.profile .notification small {
  color: #999;
  font-size: 11px;
}

.profile .notification h4 {
  margin: 0 0 3px;
  font-size: 14px;
}

.profile .notification p {
  color: #777;
  font-size: 12px;
}

/*Profile Post*/
.profile .profile-post {
  background: #fff;
  margin-bottom: 2px;
  padding: 7px 7px 7px 0;
}

.profile .profile-post.color-one {
  border-left: 2px solid #72c02c;
}
.profile .profile-post.color-two {
  border-left: 2px solid #3498db;
}
.profile .profile-post.color-three {
  border-left: 2px solid #e74c3c;
}
.profile .profile-post.color-four {
  border-left: 2px solid #9b6bcc;
}
.profile .profile-post.color-five {
  border-left: 2px solid #555;
}
.profile .profile-post.color-six {
  border-left: 2px solid #f1c40f;
}
.profile .profile-post.color-seven {
  border-left: 2px solid #27d7e7;
}

.profile .profile-post span.profile-post-numb {
  float: left;
  color: #999;
  font-size: 20px;
  font-weight: 200;
  padding: 5px 12px;
}

.profile .profile-post:hover span.profile-post-numb {
  color: #72c02c;
}

.profile .profile-post-in {
  overflow: hidden;
}

.profile .profile-post-in h3 a {
  color: #555;
  text-transform: uppercase;
}

.profile .profile-post-in p {
  color: #999;
  margin-bottom: 5px;
}

/*Profile Event*/
.profile .profile-event .heading-xs {
  margin-top: 0;
  text-transform: uppercase;
}

.profile .profile-event {
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 2px;
}

.profile .profile-event p {
  color: #999;
  margin-bottom: 5px;
}

.profile .date-formats {
  color: #fff;
  float: left;
  text-align: center;
  background: #72c02c;
  margin: 7px 13px 0 0;
  padding: 7px 10px 4px;
}

.profile .date-formats span {
  display: block;
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
}

/*Table*/
.profile .table {
  background: #fff;
}

.profile .table th {
  min-width: 100px;
}

.profile .table td {
  vertical-align: middle;
}

.profile .table h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.profile .table a {
  color: #555;
}

.profile .table-search-v2 td img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
}

.profile .table > thead > tr > th,
.profile .table > tbody > tr > th,
.profile .table > tfoot > tr > th,
.profile .table > thead > tr > td,
.profile .table > tbody > tr > td,
.profile .table > tfoot > tr > td {
  padding: 11px;
}

/*Comment*/
.profile .comment {
  border-bottom: 1px solid #eee;
  padding: 15px 15px 5px;
}

.profile .comment img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.profile .comment strong {
  display: block;
  line-height: 15px;
  margin-bottom: 3px;
}

.profile .comment p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 17px;
}

.profile .comment small {
  color: #bbb;
  font-weight: 200;
}

.profile .comment-list li {
  color: #999;
  font-size: 11px;
}

.profile .comment-list li a {
  color: #555;
}

.profile .comment-list li a:hover {
  color: #555;
  text-decoration: none;
}

.profile .comment-list li:hover i {
  color: #72c02c;
}

/*Image Post*/
.profile .img-post {
  position: relative;
}

.profile .img-post:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

.profile .img-post-in {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  position: absolute;
}

.profile .img-post-in h3 {
  color: #fff;
  margin: 0 auto;
  font-weight: 200;
}

.profile .img-post-in small {
  color: #999;
  display: block;
  margin-bottom: 15px;
}

.profile .img-post-in p {
  color: #bbb;
}

.profile .img-post-list {
  margin-bottom: 0;
}

.profile .img-post-list li a,
.profile .img-post-list li a:hover {
  color: #fff;
  text-decoration: none;
}
.profile .img-post-list li a:hover i {
  color: #72c02c;
}

/*Media*/
.profile .media.media-v2 {
  margin-top: 0;
  padding: 25px 0 20px;
  border-top: 1px solid #eee;
}

.profile .media.media-v2:first-child {
  border-top: none;
}

.profile .media.media-v2 .media.media-v2 {
  margin-top: 20px;
  padding-bottom: 0;
}

.profile .media.media-v2 img.media-object {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/*Media Body*/
.profile .media.media-v2 .media-body {
  overflow: hidden;
}

.profile .media.media-v2 .media-body p {
  color: #777;
  line-height: 1.4;
}

/*Media Heading*/
.profile .media.media-v2 .media-heading {
  margin: 0 0 5px;
  font-size: 13px;
  position: relative;
}

.profile .media.media-v2 .media-heading a,
.profile .media.media-v2 .media-heading a:hover {
  color: #555;
}

.profile .media.media-v2 .media-heading strong {
  padding-right: 5px;
}

.profile .media.media-v2 .media-heading small {
  top: 7px;
  right: 0;
  color: #999;
  font-size: 12px;
  position: absolute;
}

/*Results List*/
.profile .results-list {
  margin-top: 4px;
}

.profile .results-list li a {
  color: #999;
}

/*Expand List*/
.profile i.expand-list {
  color: #777;
  padding: 5px;
  min-width: 20px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  border: 1px solid #777;
}

.profile i.expand-list:hover {
  color: #999;
  border-color: #999;
}

/*Image Uploaded*/
.profile .img-uploaded img {
  width: 120px;
  height: auto;
}

/*Alert Blocks*/
.alert-blocks {
  margin: 0 15px 5px;
  background: #f7f7f7;
  padding: 10px 10px 13px;
}

.alert-blocks:first-child {
  margin-top: 15px;
}

.alert-blocks-pending {
  background: #fffdcc;
}

.alert-blocks-success {
  background: #e1febc;
}

.alert-blocks-pending {
  background: #fffdcc;
}

.alert-blocks-error {
  background: #fee0e0;
}

.alert-blocks-info {
  background: #e0f3fe;
}

.alert-blocks.alert-dismissable {
  padding-right: 35px;
}

.alert-blocks i {
  float: left;
  margin-right: 15px;
}

.alert-blocks img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.alert-blocks strong small {
  color: #a3a3a3;
  font-weight: 200;
}

.alert-blocks p {
  color: #999;
  margin-bottom: 0;
}

/*Profile Me
------------------------------------*/
/*Profile Biography*/
.profile .profile-bio {
  background: #fff;
  position: relative;
  padding: 15px 10px 5px 15px;
}

.profile .profile-bio a {
  left: 50%;
  bottom: 20px;
  margin-left: -60px;
  text-align: center;
  position: absolute;
}

.profile .profile-bio h2 {
  margin-top: 0;
  font-weight: 200;
}

.profile .profile-bio span {
  display: block;
}

.profile .profile-bio hr {
  margin: 12px 0 10px;
}

.profile .p-chart {
  text-align: center;
}

.profile .p-chart h3 {
  line-height: 20px;
  margin-bottom: 10px;
}

/*Circle in Responsive*/
@media (max-width: 450px) {
  .p-chart.col-xs-6 {
    width: 100%;
  }
}

/*Timeline*/
.profile .timeline-v2.timeline-me:before {
  left: 19%;
}

.profile .timeline-v2.timeline-me p {
  margin-bottom: 0;
  color: dimgrey;
  font-size: 14px;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime {
  width: 27%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmicon {
  left: 19%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
  color: #585f69;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:last-child {
  color: #999;
  font-size: 14px;
  text-align: left;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel {
  padding: 0;
  background: inherit;
  margin: 0 0 20px 23%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel:after {
  border-color: inherit;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel h2 {
  margin: 0 auto;
  font-size: 17px;
  line-height: 20px;
  border-bottom: none;
}

/*Social Contacts v2*/
.profile .social-contacts-v2 {
  margin-bottom: 0;
}

.profile .social-contacts-v2 li {
  padding: 7px 0;
  border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v2 li:first-child {
  border-top: none;
}

.profile .social-contacts-v2 li i {
  font-size: 16px;
  min-width: 25px;
  margin-right: 7px;
  text-align: center;
  display: inline-block;
}

.profile .social-contacts-v2 li i.tw {
  color: #159ceb;
}
.profile .social-contacts-v2 li i.fb {
  color: #4862a3;
}
.profile .social-contacts-v2 li i.sk {
  color: #00aceb;
}
.profile .social-contacts-v2 li i.gp {
  color: #dc4a38;
}
.profile .social-contacts-v2 li i.gm {
  color: #c6574b;
}

/*Social Contacts v3*/
.profile .social-contacts-v3 {
  margin-bottom: 0;
}

.profile .social-contacts-v3 li {
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v3 li:first-child {
  padding-top: 0;
  border-top: none;
}

.profile .social-contacts-v3 li:last-child {
  padding-bottom: 0;
}

.profile .social-contacts-v3 li i {
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 7px;
  text-align: center;
  display: inline-block;
}

.profile .social-contacts-v3 li i.tw {
  background: #159ceb;
}
.profile .social-contacts-v3 li i.fb {
  background: #4862a3;
}
.profile .social-contacts-v3 li i.sk {
  background: #00aceb;
}
.profile .social-contacts-v3 li i.gp {
  background: #dc4a38;
}
.profile .social-contacts-v3 li i.gm {
  background: #c6574b;
}

/*Profile Blog
------------------------------------*/
.profile .blog-border {
  border: 1px solid #f0f0f0;
}

.profile .profile-blog {
  padding: 20px;
  background: #fff;
}

.profile .profile-blog img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.profile .profile-blog hr {
  margin: 12px 0 10px;
}

.profile .name-location {
  overflow: hidden;
}

.profile .name-location strong {
  color: #555;
  display: block;
  font-size: 16px;
}

.profile .name-location span a {
  color: #555;
}

.profile .name-location span a:hover {
  color: #72c02c;
}

.profile .name-location span i {
  color: #72c02c;
  font-size: 18px;
  margin-right: 5px;
}

/*Profile Projects
------------------------------------*/
.profile .projects {
  background: #fff;
  padding: 20px 20px 10px;
}

.profile .projects h2 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 200;
}

.profile .projects h3 {
  margin-bottom: 5px;
}

.profile .projects .progress {
  margin-bottom: 15px;
}

.profile .blog-info-v2 {
  margin-left: 0;
  margin-bottom: 15px;
}

.profile .blog-info-v2 li {
  font-size: 12px;
  padding-left: 8px;
  line-height: 12px;
  border-left: 1px solid #eee;
}

.profile .blog-info-v2 li:first-child {
  padding-left: 0;
  border-left: none;
}

.profile .blog-info-v2 li i {
  margin-right: 3px;
}

.profile .project-share {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #eee;
}

.profile .project-share ul {
  margin-left: 0;
  margin-bottom: 0;
}

.profile .comment-list-v2 li {
  color: #999;
  font-size: 14px;
  padding: 0 10px 0 0;
}

.profile .comment-list-v2 li a {
  color: #555;
}

.profile .comment-list-v2 li i {
  margin-right: 3px;
}

.profile .comment-list-v2 li a:hover {
  color: #555;
  text-decoration: none;
}

.profile .comment-list-v2 li:hover i {
  color: #72c02c;
}

.profile .star-vote li {
  padding: 0;
  font-size: 15px;
}

/*Profile History
------------------------------------*/
.profile .timeline-v2:before {
  background: #eee;
}

.profile .timeline-v2 > li .cbp_tmlabel {
  background: #fff;
}

.profile .timeline-v2 > li .cbp_tmlabel:after {
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  .profile .timeline-v2 > li .cbp_tmlabel:after {
    border-bottom-color: #fff;
    border-right-color: transparent;
  }
}

@media screen (min-width: 768px) and (max-width: 992px) {
  .profile .timeline-v2 > li .cbp_tmlabel:after {
    border-bottom-color: #fff;
    border-right-color: transparent;
  }
}

/*Profile Settings
------------------------------------*/
/*Profile Edit*/
.profile .profile-edit {
  padding: 20px;
  background: #fff;
}

.profile .profile-edit h2 {
  font-weight: 200;
}

.profile .profile-edit dt {
  text-align: inherit;
}

.profile .profile-edit hr {
  margin: 17px 0 15px;
}

/*Tab*/
.profile .tab-content {
  padding: 0;
}

@media (max-width: 768px) {
  .profile .tab-v1 .nav-tabs {
    border-bottom: none;
  }
}

/*Sky Form*/
.profile .sky-form {
  border: none;
}

.profile .sky-form .toggle-change i {
  left: 180px;
}

/*Timeline v2
------------------------------------*/
.timeline-v2 {
  padding: 0;
  list-style: none;
  position: relative;
  padding-top: 1em;
}

/* The line */
.timeline-v2 > li {
  position: relative;
}

.timeline-v2:before {
  top: 0;
  bottom: 0;
  left: 22%;
  width: 4px;
  content: "";
  background: #f3f3f3;
  position: absolute;
  margin-left: -14px;
}

/* The date/time */
.timeline-v2 > li .cbp_tmtime {
  width: 25%;
  display: block;
  position: absolute;
  padding-right: 80px;
}

.timeline-v2 > li .cbp_tmtime span {
  top: 9px;
  display: block;
  text-align: right;
  position: relative;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
  color: #999;
  font-size: 14px;
  line-height: 0.9;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
  color: #585f69;
  font-size: 20px;
  font-weight: normal;
}

/* Right content */
.timeline-v2 > li .cbp_tmlabel {
  color: #fff;
  padding: 10px 20px 20px;
  background: #f3f3f3;
  line-height: 1.4;
  clear: both;
  position: relative;
  /*border-radius: 5px;*/
  margin: 0 0 40px 25%;
}

/*
.timeline-v2 > li .cbp_tmlabel img.big-thumb {
	width: 100%;
}
*/

.timeline-v2 > li .cbp_tmlabel li {
  padding: 0;
}

/*
.timeline-v2 > li .cbp_tmlabel img.small-thumb {
	width: 111px;
	height: auto;
}
*/

.timeline-v2 > li .cbp_tmlabel h2 {
  margin-top: 0px;
  font-size: 21px;
  padding: 0 0 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}

.timeline-v2 > li .cbp_tmlabel .text-left {
  float: left;
}

/* The triangle */
.timeline-v2 > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f3f3f3;
  border-width: 10px;
  top: 18px;
}

/* The icons */
.timeline-v2 > li .cbp_tmicon {
  top: 22px;
  left: 22%;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #72c02c;
  margin: 0 0 0 -17px;
  box-shadow: 0 0 0 4px #f3f3f3;
  -webkit-font-smoothing: antialiased;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .timeline-v2 > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .timeline-v2:before {
    display: none;
  }

  .timeline-v2 > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .timeline-v2 > li .cbp_tmtime span {
    text-align: left;
  }

  .timeline-v2 > li .cbp_tmlabel {
    padding: 1em;
    font-weight: 400;
    margin: 0 0 30px 0;
  }

  .timeline-v2 > li .cbp_tmlabel:after {
    left: 20px;
    top: -20px;
    right: auto;
    border-bottom-color: #f3f3f3;
    border-right-color: transparent;
  }

  .timeline-v2 > li .cbp_tmicon {
    left: auto;
    float: right;
    position: relative;
    margin: -55px 5px 0 0px;
  }
}

/*timeline-v2 within tab-v2 issue issue fix*/
.timeline-v2 > li .cbp_tmlabel.equal-height-column {
  height: auto !important;
}

/*Progress Bar
------------------------------------*/
.progress {
  border-radius: 0;
}

.progress-u {
  box-shadow: none;
}

.progress-u .progress-bar {
  box-shadow: none;
}

/*progress-bar (sizes)*/
.progress-lg {
  height: 25px;
}
.progress-lg p {
  padding-top: 3px;
}

.progress-sm {
  height: 12px;
}

.progress-xs {
  height: 7px;
}

.progress-xxs {
  height: 3px;
}

/*progress-bar (colors)*/
.progress {
  background: #e5e5e5;
}

.progress-bar-u {
  background: #72c02c;
}

.progress-bar-blue {
  background: #3498db;
}

.progress-bar-orange {
  background: #e67e22;
}

.progress-bar-red {
  background: #e74c3c;
}

.progress-bar-purple {
  background: #9b6bcc;
}

.progress-bar-aqua {
  background: #27d7e7;
}

.progress-bar-brown {
  background: #9c8061;
}

.progress-bar-dark-blue {
  background: #4765a0;
}

.progress-bar-light-green {
  background: #79d5b3;
}

.progress-bar-dark {
  background: #555;
}

/*Progress Bar Animation
------------------------------------*/
.progress {
  position: relative;
}

.progress .progress-bar {
  overflow: hidden;
  line-height: 20px;
}

.progress-box .progress-bar {
  transition: all 3s ease-in;
}

/*Vertical Progress Bar*/
.progress.vertical {
  float: left;
  width: 100%;
  height: 200px;
  margin-right: 20px;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical .progress-bar {
  height: 0;
  width: 100%;
  transition: height 3s ease;
}

.progress.vertical.bottom .progress-bar {
  bottom: 0;
  position: absolute;
}

.bg-icon_tiktok {
  width: 24px;
  height: 24px;
  background: url("../../images/global-image.png") -188px -219px;
}

/*
GALLERY HORIZONTAL
*/
/* Đảm bảo hình ảnh định hình chiều cao cho khung */
.p-horizontal_single {
  height: auto !important;
  display: block;
}

.p-horizontal_single img {
  width: 100%;
  height: auto !important; /* Hình ảnh sẽ tự nhảy theo tỷ lệ gốc */
  display: block;
  object-fit: contain; /* Hoặc cover tùy bạn muốn */
}
.p-gallery_horizontal .owl-stage {
  overflow: hidden;
  cursor: ew-resize;
}
.p-gallery_horizontal .p-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.p-gallery_horizontal .p-horizontal_single:hover .p-horiz_text,
.p-gallery_horizontal .p-horizontal_single:hover .p-overlay {
  opacity: 1;
}
.p-gallery_horizontal .p-horiz_text {
  bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
  top: 40%;
  opacity: 0;
}
.p-gallery_horizontal .p-horiz_text h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.p-gallery_horizontal .p-horiz_text h3:after {
  content: "-";
  margin: 0 10px;
}
.p-gallery_horizontal .p-horiz_text h3:before {
  content: "-";
  margin: 0 10px;
}
.p-gallery_horizontal .p-horiz_text p {
  margin: auto;
  color: #fff;
}
.p-gallery_horizontal .p-zoom_img span {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 3px 7px 5px;
}
.p-gallery_horizontal .p-zoom_img span:hover {
  background: #fff;
}

.p-zoomed_image {
  cursor: zoom-out;
  position: absolute;
  top: 0;
  z-index: 999;
}

.p-service_single {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 2px 2px 5px #cccccc;
  -webkit-box-shadow: 2px 2px 5px #cccccc;
  margin-bottom: 25px;
  padding: 20px 20px 1px;
}
/*
  

/* --- BIẾN CẤU HÌNH --- */
:root {
  --step: 25px; /* Độ thụt lùi của mỗi tầng */
  --overlap: -25px; /* Độ đè lên nhau (số âm càng lớn đè càng sâu) */
  --card-height: 140px; /* Chiều cao mỗi tấm */
  --blur-val: 2px; /* Độ mờ của kính (Glassmorphism) */
}

.stack-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}

.album-card {
  position: relative;
  height: var(--card-height);
  margin-bottom: var(--overlap);
  /* LOGIC: Thẻ sau to hơn thẻ trước */
  width: calc(100% - (var(--total) - var(--index)) * var(--step));
  z-index: var(--index);
  background-size: cover;
  background-position: center;
  border-radius: 20px; /* Bo tròn cả 4 góc cho giống tấm ảnh rời */
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  /* Viền trắng mảnh ở đỉnh để tạo khối */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* LỚP PHỦ KÍNH MỜ (OVERLAY) */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Một màu xám đen mờ duy nhất */
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(var(--blur-val)); /* Hiệu ứng kính mờ */
  z-index: 1;
  transition: all 0.3s ease;
}

/* PHẦN NỘI DUNG CHỮ */
.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}

.card-content span {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 20px;
  border-radius: 50px;
  backdrop-filter: blur(4px); /* Làm mờ nhẹ vùng sau chữ */
}

/* --- HIỆU ỨNG HOVER --- */
.album-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.album-card:hover .card-overlay {
  background: rgba(0, 0, 0, 0.2); /* Sáng rõ ảnh hơn */
  backdrop-filter: blur(0px); /* Hết mờ để thấy ảnh nét */
}

.album-card:hover .card-content span {
  transform: scale(1.1); /* Chữ hơi to ra khi chọn */
}

/* THẺ CUỐI CÙNG (Dưới cùng danh sách - Trên cùng tệp) */
.album-card:last-child {
  margin-bottom: 0;
  width: 100% !important;
}

/* --- RESPONSIVE CHO MOBILE --- */
@media (max-width: 768px) {
  :root {
    --step: 15px;
    --overlap: -20px;
    --card-height: 110px;
  }
  .card-content span {
    font-size: 0.9rem;
    padding: 0 10px;
    text-align: center;
  }
}

/*
PORTFOLIO
*/
.p-portfolio_head {
  margin: 30px 0;
}
.p-portfolio_head ul {
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.p-portfolio_head ul li {
  display: inline-block;
}
.p-portfolio_head ul li span {
  background: #1f1f1f;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  padding: 5px 20px 3px;
  text-transform: lowercase;
}
.p-portfolio_head ul li span:hover {
  background: #666666;
}

.p-portfolio_01 {
  margin: 0 -10px;
}
.p-portfolio_01 > div {
  background: #ffffff none repeat scroll 0 0;
  max-width: 23%;
  box-shadow: 0 0 5px #cccccc;
  -webkit-box-shadow: 0 0 5px #cccccc;
  margin: 10px;
}

.p-grid_03 > div {
  max-width: 31.5%;
  width: 100%;
}

.p-grid_05 > div {
  max-width: 18.3%;
  width: 100%;
}

.p-portfolio_head .p-selected span {
  background: #666666;
}

.p-portfolio_details h3 {
  border-bottom: 1px solid #d2d2d2;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

ul.p-contact_info.p-port_info li {
  position: relative;
  padding-left: 30px;
  line-height: 38px;
}
ul.p-contact_info.p-port_info li i {
  position: absolute;
  left: 0;
  top: 10px;
}
ul.p-contact_info.p-port_info li span {
  width: auto;
  margin-right: 5px;
}

.p-portfolio_nav {
  text-align: center;
  padding-top: 50px;
}
.p-portfolio_nav a {
  border: medium none;
  color: #666666;
  display: inline-block;
  font-size: 28px;
  margin-right: 2px;
  padding: 4px 15px 0;
  position: relative;
}
.p-portfolio_nav a.p-prev_port:before,
.p-portfolio_nav a.p-next_port:before {
  opacity: 1;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  right: auto;
  position: absolute;
  top: 0;
  width: 10px;
}
.p-portfolio_nav a.p-prev_port:after,
.p-portfolio_nav a.p-next_port:after {
  opacity: 1;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  content: "";
  display: block;
  height: 10px;
  right: 0;
  left: auto;
  position: absolute;
  bottom: 0;
  width: 10px;
}
.p-portfolio_nav a.p-next_port:after {
  right: auto;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.p-portfolio_nav a.p-next_port:before {
  left: auto;
  right: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.p-portfolio_nav a.p-prev_port {
  float: left;
}
.p-portfolio_nav a.p-next_port {
  float: right;
}

.p-portfolio_single_slide {
  max-height: 600px;
  overflow: hidden;
}
.p-portfolio_single_slide > div img {
  max-height: 600px;
}

/* Container chứa cả slide và mũi tên */
.p-portfolio_slide {
    position: relative;
    overflow: hidden; /* Quan trọng: Để giấu nút khi nó ở vị trí -70px */
  }
.p-portfolio_arrow {
    position: absolute;
    top: 50%;
    left: 15px; /* Căn lề theo container */
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    pointer-events: none; /* Để không cản trở việc click vào slide */
    z-index: 999;
    margin: 0; /* Bỏ margin auto */
  }
  
  .p-portfolio_arrow span {
    pointer-events: auto; /* Kích hoạt lại click cho nút */
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease; /* Thêm transition cho mượt */
    position: absolute;
  }
  
  .p-portfolio_arrow .lnr-arrow-left {
    left: -70px; /* Đẩy ra ngoài lề trái */
  }
  
  .p-portfolio_arrow .lnr-arrow-right {
    right: -70px; /* Đẩy ra ngoài lề phải */
  }
  
  /* Hiệu ứng Hover */
  .p-portfolio_slide:hover .lnr-arrow-left {
    left: 0;
  }
  
  .p-portfolio_slide:hover .lnr-arrow-right {
    right: 0;
  }
  
  /* Hiệu ứng thêm khi rê chuột vào chính cái nút */
  .p-portfolio_arrow span:hover {
    background: #333;
    color: #f3cf7a; /* Màu vàng Studio của bạn */
  }

@media (max-width: 1023px) {
  .p-portfolio_01 > div {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .p-portfolio_head {
    margin: 0 6px 10px;
  }

  .p-portfolio_head ul li {
    margin: 3px;
  }

  .p-portfolio_01 {
    margin: auto;
  }

  .p-portfolio_nav {
    display: none;
  }
}
@media (max-width: 600px) {
  .p-masonry_outer {
    max-width: calc(100% - 15px);
    margin: auto;
  }

  .p-portfolio_01 > div {
    max-width: 46%;
    margin-left: 5px;
    margin-right: 5px;
  }
}
