body {
  font-family: Assistant;
  direction: rtl;
  text-align: right;
}

html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #1d6792;
}

.resume-wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resume-wrapper .rightside {
  width: 100%;
  background-color: #3d3e42;
}
@media (min-width: 900px) {
  .resume-wrapper .rightside {
    width: 23%;
  }
}
.resume-wrapper .rightside .section-padding {
  padding: 40px 5% 20px 10%;
}
@media (min-width: 900px) {
  .resume-wrapper .rightside .section-padding {
    padding: 30px 40px 40px 60px;
  }
}
.resume-wrapper .rightside .profile {
  background-color: #fff;
  color: #333333;
}
@media (min-width: 900px) {
  .resume-wrapper .rightside .profile {
    background-color: #3d3e42;
    color: #fff;
  }
}
.resume-wrapper .rightside .profile .container .namePic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resume-wrapper .rightside .profile .container .namePic .name-wrapper {
  width: 100%;
  padding: 0 26px 20px 0;
}
.resume-wrapper .rightside .profile .container .namePic .name-wrapper h1 {
  font-size: 2em;
  text-align: right;
  font-family: "Assistant", sans-serif;
  color: #333333;
  line-height: 1em;
}
@media (min-width: 900px) {
  .resume-wrapper .rightside .profile .container .namePic .name-wrapper h1 {
    color: #fff;
  }
}
.resume-wrapper .rightside .profile .container .contact-info {
  margin-top: 10px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 30px 30px;
}
.resume-wrapper .rightside .profile .container .contact-info .list-titles {
  float: left;
  text-align: right;
  font-weight: 600;
  width: 20%;
  color: #ccc;
}
.resume-wrapper .rightside .profile .container .contact-info .list-content {
  float: left;
  width: 60%;
  text-align: right;
  font-weight: 300;
}
.resume-wrapper .rightside .profile .container .contact-info .list-content a {
  color: #e8a509;
  text-decoration: none;
  font-weight: 600;
}
.resume-wrapper .rightside .experience {
  background-color: #3d3e42;
  color: #ffffff;
  width: 100%;
  font-weight: 300;
}
.resume-wrapper .rightside .experience h3.experience-title {
  color: #e89a09;
  font-size: 1.2em;
  font-weight: 400;
}
.resume-wrapper .rightside .experience .experience-wrapper .company-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.resume-wrapper .rightside .experience .experience-wrapper .job-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
.resume-wrapper .rightside .experience .section-wrapper h3.section-title {
  color: #e89a09;
  font-size: 1.2em;
  font-weight: 400;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage {
  margin-bottom: 10px;
  position: relative;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage::before {
  content: "";
  height: 6px;
  background: #f5c00a;
  position: absolute;
  margin-top: 3px;
  bottom: 0;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #484a4b;
  display: block;
  margin-top: 3px;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.photoshop::before {
  width: 99%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_1 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.xd::before {
  width: 99%;
  -webkit-animation: skill_2 0.6s ease;
  animation: skill_2 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.illustrator::before {
  width: 99%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_3 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.premiere::before {
  width: 97%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_3 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.html::before {
  width: 99%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_4 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.sass::before {
  width: 99%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_5 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.wp::before {
  width: 40%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_6 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.js::before {
  width: 95%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_7 0.6s ease;
}
.resume-wrapper .rightside .experience .section-wrapper .skill-percentage.jq::before {
  width: 97%;
  -webkit-animation: skill_1 0.6s ease;
  animation: skill_8 0.6s ease;
}
.resume-wrapper .leftSide {
  width: 100%;
  background-color: #eeeeee;
}
@media (min-width: 900px) {
  .resume-wrapper .leftSide {
    width: 77%;
  }
}

.gallery {
  padding: 15px;
}
@media (min-width: 900px) {
  .gallery {
    padding: 20px;
  }
}
.gallery h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px;
  display: block;
}
@media (min-width: 900px) {
  .gallery h1 {
    font-size: 40px;
  }
}
.gallery h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
@media (min-width: 900px) {
  .gallery h2 {
    font-size: 30px;
  }
}
.gallery .explanation {
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 900px) {
  .gallery .explanation {
    margin-bottom: 28px;
    padding-right: 30px;
  }
}
.gallery .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.gallery .cards .item,
.gallery .cards .admingallery {
  width: 95%;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .gallery .cards .item,
  .gallery .cards .admingallery {
    width: 45%;
    margin-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .gallery .cards .item,
  .gallery .cards .admingallery {
    width: 28%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 60px;
  }
}
.gallery .cards .item.xd,
.gallery .cards .admingallery.xd {
  width: 95%;
}
@media (min-width: 900px) {
  .gallery .cards .item.xd,
  .gallery .cards .admingallery.xd {
    width: 45%;
  }
}
.gallery .cards .item .itemInner,
.gallery .cards .admingallery .itemInner {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  display: block;
  overflow: hidden !important;
}
.gallery .cards .item .itemInner a,
.gallery .cards .admingallery .itemInner a {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 12px;
  width: 100%;
  text-align: center;
}
.gallery .cards .item .itemInner a img,
.gallery .cards .admingallery .itemInner a img {
  width: 100%;
}
.gallery .cards .item .itemInner a .thumbnail-overlay,
.gallery .cards .admingallery .itemInner a .thumbnail-overlay {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  z-index: 200;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
  background: transparent;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .cards .item .itemInner a .thumbnail-overlay:hover,
.gallery .cards .admingallery .itemInner a .thumbnail-overlay:hover {
  opacity: 1;
}
.gallery .cards .item .itemInner a .thumbnail-overlay .thumbTitle,
.gallery .cards .admingallery .itemInner a .thumbnail-overlay .thumbTitle {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  background-color: #000000;
  width: 100%;
}
.gallery .cards .item .itemInner a .thumbnail-overlay .thumbTitleXD,
.gallery .cards .admingallery .itemInner a .thumbnail-overlay .thumbTitleXD {
  margin-bottom: 0;
}
.gallery .cards .item .itemInnerxd,
.gallery .cards .admingallery .itemInnerxd {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  display: block;
  overflow: hidden !important;
}
.gallery .cards .item .itemInnerxd a,
.gallery .cards .admingallery .itemInnerxd a {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 12px;
  width: 100%;
  text-align: center;
}
.gallery .cards .item .itemInnerxd a img,
.gallery .cards .admingallery .itemInnerxd a img {
  width: 100%;
}
.gallery .cards .item .itemInnerxd a .thumbnail-overlay,
.gallery .cards .admingallery .itemInnerxd a .thumbnail-overlay {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  z-index: 200;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 0 0 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
  background: transparent;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .cards .item .itemInnerxd a .thumbnail-overlay:hover,
.gallery .cards .admingallery .itemInnerxd a .thumbnail-overlay:hover {
  opacity: 1;
}
.gallery .cards .item .itemInnerxd a .thumbnail-overlay .thumbTitle,
.gallery .cards .admingallery .itemInnerxd a .thumbnail-overlay .thumbTitle {
  color: #fff;
  margin-bottom: 31px;
  font-weight: 500;
  background-color: #000000;
  width: 100%;
}
.gallery .cards .itemBanner {
  width: 95%;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .gallery .cards .itemBanner {
    width: 45%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gallery .cards .itemBanner img {
  width: 100%;
}

@-webkit-keyframes skill_1 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@keyframes skill_1 {
  from {
    width: 0%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes skill_2 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@keyframes skill_2 {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@-webkit-keyframes skill_3 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
@keyframes skill_3 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
@-webkit-keyframes skill_4 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@keyframes skill_4 {
  from {
    width: 0%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@keyframes skill_5 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@-webkit-keyframes skill_6 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@keyframes skill_6 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@-webkit-keyframes skill_7 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
@keyframes skill_7 {
  from {
    width: 0%;
  }
  to {
    width: 70%;
  }
}
ul li.skill-percentage {
  margin-bottom: 10px;
  position: relative;
}
ul li.skill-percentage.photoshop {
  color: #fff !important;
}

.thumbnail-overlay:hover {
  opacity: 1;
}

.mobile {
  display: inline-block;
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

a.desktop {
  display: none !important;
}
@media (min-width: 900px) {
  a.desktop {
    display: inline-block !important;
  }
}

.item.mobileonly {
  display: block;
}
@media (min-width: 900px) {
  .item.mobileonly {
    display: none;
  }
}

.item.desktop.admingallery1 .itemInner {
  display: none;
}
@media (min-width: 900px) {
  .item.desktop.admingallery1 .itemInner {
    display: block;
  }
}

.media {
  width: 45%;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .media {
    width: 45%;
    margin-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .media {
    width: 18%;
  }
}
.media img {
  width: 100%;
}

.experience.section-padding.rtl {
  padding-top: 0 !important;
}

#NagishLiTag {
  display: none;
}
@media (min-width: 900px) {
  #NagishLiTag {
    display: block;
  }
}