@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/monserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/monserrat/Montserrat-Regular.ttf") format("truetype");
}

#preload-01 { background: url(../img/constructive_bg_01.jpg) no-repeat -9999px -9999px; }
#preload-02 { background: url(../img/constructive_bg_02.jpg) no-repeat -9999px -9999px; }
#preload-03 { background: url(../img/constructive_bg_03.jpg) no-repeat -9999px -9999px; }
#preload-04 { background: url(../img/constructive_bg_04.jpg) no-repeat -9999px -9999px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0 none;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-width: 319px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.center, .sidebar__logo span, .sidebar__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox-button {
  display: none;
}

.section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section .container {
  padding: 100px 15px;
}

.section {
  display: none;
  min-height: 100vh;
  margin: 0;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  margin-left: 160px;
  padding: 0;
}

.section__title {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  margin-bottom: 80px;
}

.section__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #1c3294;
}

.section__title .title {
  color: black;
  margin-bottom: 18px;
  font-size: 24px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  text-transform: uppercase;
}

.section__title .subtitle {
  color: #c7c7c7;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.home .container-fluid {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section.active-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio__img {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio__img:active {
  -webkit-box-shadow: 0 0 25px #7a7a7a;
     -moz-box-shadow: 0 0 25px #7a7a7a;
          box-shadow: 0 0 25px #7a7a7a;
}

.portfolio__img .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translateY(50px) scale(0.5);
     -moz-transform: translateY(50px) scale(0.5);
      -ms-transform: translateY(50px) scale(0.5);
       -o-transform: translateY(50px) scale(0.5);
          transform: translateY(50px) scale(0.5);
}

.portfolio__img .content-header {
  font-size: 15px;
  color: #000;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.portfolio__img .content span {
  font-size: 15px;
  color: #707070;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.portfolio__img:hover .content {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
     -moz-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
       -o-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.portfolio__img img {
  width: 100%;
  height: 100%;
}

.portfolio__column {
  height: 330px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  z-index: 0;
}

.portfolio__filter-select {
  color: #707070;
  height: 44px;
  padding: 0 30px;
  -webkit-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in;
  border: 2px solid transparent;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  display: none;
}

.portfolio__filter-select-div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.portfolio__filter-select-div .fa {
  display: none;
}

.portfolio__filter-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio__filter-buttons.opened {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio__filter-btn {
  color: #707070;
  height: 44px;
  padding: 0 30px;
  -webkit-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in;
  border: 2px solid transparent;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.portfolio__filter-btn.active-filter {
  border-color: #000;
  color: #000;
}

.portfolio__filter-btn:hover {
  color: #000;
  cursor: pointer;
}

.Portfolio-Simple {
  background: #fff;
}

.Portfolio-Simple__back {
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 0;
  right: 0;
  height: 55px;
  width: 140px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-bottom-left-radius: 20px;
     -moz-border-radius-bottomleft: 20px;
          border-bottom-left-radius: 20px;
}

.Portfolio-Simple__back:active {
  -webkit-box-shadow: -1px 2px 7px #3f3f3f;
     -moz-box-shadow: -1px 2px 7px #3f3f3f;
          box-shadow: -1px 2px 7px #3f3f3f;
}

.Portfolio-Simple__back .fa {
  font-size: 27px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateX(10%);
     -moz-transform: translateX(10%);
      -ms-transform: translateX(10%);
       -o-transform: translateX(10%);
          transform: translateX(10%);
}

.Portfolio-Simple__back:hover .fa {
  -webkit-transform: translateX(-20%);
     -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);
}

.Portfolio-Simple.active-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Portfolio-Simple__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Portfolio-Simple__column:nth-child(2) {
  padding: 7px 15px;
}

.Portfolio-Simple__column .row .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Portfolio-Simple__column .row .column .booking-btn {
  margin: 20px 0;
  width: 190px;
  height: 42px;
}

.Portfolio-Simple__column .row .column .booking-btn a {
  width: 100%;
  height: 100%;
  border: 2px solid #383a40;
  background: #fff;
  font-family: "Montserrat Bold";
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #383a40;
  text-transform: uppercase;
}

.Portfolio-Simple__column .row .column .booking-btn a:hover {
  background: #ebebeb;
}

.Portfolio-Simple__column .row .column span.modal-random-text {
  display: block;
  padding: 20px 0 45px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 26px;
}

.Portfolio-Simple__column .row .column span.detail-text {
  font-size: 17px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  color: #9f9f9f;
  margin: 9px 0;
}

.Portfolio-Simple__column .row .column span.detail-text b {
  color: #000;
}

.Portfolio-Simple__column .row .column span.detail-text a {
  color: #9f9f9f;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.Portfolio-Simple__column .row .column span.detail-text a:hover {
  color: #000;
  cursor: pointer;
}

.Portfolio-Simple__column .row .column .modal__header {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
}

.Portfolio-Simple__column .row .column .detail__header {
  font-family: "Montserrat Regular";
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.Portfolio-Simple__column .img-div {
  position: relative;
}

.Portfolio-Simple__column .img-div img {
  width: 100%;
  height: 555px;
}

.Portfolio-Simple__column .modal-navigator {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Portfolio-Simple__column .modal-navigator span {
  font-size: 16px;
  cursor: pointer;
  font-family: "Montserrat Regular";
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.Portfolio-Simple__column .modal-navigator span:active .fa {
  -webkit-box-shadow: 0 0 7px #4b4b4b;
     -moz-box-shadow: 0 0 7px #4b4b4b;
          box-shadow: 0 0 7px #4b4b4b;
}

.Portfolio-Simple__column .modal-navigator span:hover {
  color: #1c3294;
}

.Portfolio-Simple__column .modal-navigator span:hover .fa {
  color: #1c3294;
  border-color: #1c3294;
}

.Portfolio-Simple__column .modal-navigator .fa {
  padding: 8px 11px;
  border: 2px solid #383a40;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.Portfolio-Simple__column .modal-navigator .modal-prev .fa {
  margin-right: 15px;
}

.Portfolio-Simple__column .modal-navigator .modal-next .fa {
  margin-left: 15px;
}

.services {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services .services__div {
  padding-bottom: 80px;
}

.services__ico-div {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  position: absolute;
}

.services__ico-div svg {
  width: 30px;
  height: 30px;
}

.services__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.services__text {
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  line-height: 20px;
  color: #535353;
  padding: 5px 0;
}

.services__header {
  font-size: 17px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  margin: 15px 0;
  text-transform: uppercase;
}

.services__header-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 75px;
}

.count-div {
  background-image: url("../img/user.jpg");
  background-attachment: fixed;
  background: rgba(240, 240, 240, 0.3);
  padding: 5px 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.count__text {
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  color: #535353;
  text-transform: uppercase;
}

.count__column {
  padding: 0;
}

.count__column .counter-content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.count__column .counter-content svg {
  width: 30px;
  height: 30px;
}

.count__column .counter-content span.counter {
  font-size: 31px;
  font-family: "Montserrat Regular";
  font-weight: 900;
  padding: 9px 0 20px;
}

.righten {
  text-align: right;
}

.process {
  padding-bottom: 30px;
}

.process__default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process__div {
  padding: 50px 25px 55px 25px !important;
}

.process__circle {
  height: 380px;
  width: 380px;
  border: 3px solid #eeeeee;
  padding: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.process__circle-text {
  height: 100%;
  width: 100%;
  border: 3px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.process__circle-text span {
  text-align: center;
  color: #eeeeee;
  font-family: "Montserrat Bold";
  font-size: 30px;
  text-transform: uppercase;
}

.process__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.process__column.center-column {
  width: 38%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process__step {
  font-size: 32px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  color: #e4e4e4;
  margin-bottom: 5px;
}

.process__header {
  font-size: 17px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.process__text {
  font-size: 13px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 130px;
  color: #535353;
}

.process__text:last-child {
  margin-bottom: 10px;
}

.resume .container {
  padding-bottom: 0;
}

.resume__column {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resume .content-year {
  font-size: 15px;
  color: #707070;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  margin-bottom: 20px;
}

.resume .content-header {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.resume .content-text {
  font-size: 15px;
  color: #707070;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}

.resume__content {
  width: 100%;
  padding: 0 0 45px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #d4d4d4;
  position: relative;
  left: 6px;
}

.resume__content:last-child {
  padding: 0 0 5px 30px !important;
}

.resume__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #1c3294;
  background-color: #fff;
}

.resume__content.to-bottom {
  padding-bottom: 0;
}

.resume__content.to-bottom .content-text {
  margin-bottom: 0;
}

.resume__header {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  font-size: 19px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.resume__ico-div {
  height: 52px;
  width: 52px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 25px;
}

.resume__ico-div svg {
  height: 30px;
  width: 30px;
}

.resume__ico-div svg path {
  fill: #1c3294;
}

.contact__column:nth-child(2) {
  padding-left: 100px;
}

.contact__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid #d4d4d4;
}

.contact__description-header {
  font-size: 15px;
  color: #000;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact__description-text {
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  line-height: 26px;
  color: #5d5d5d;
}

.contact-advice {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  color: #5d5d5d;
  margin-bottom: 75px;
}

.contact__button {
  width: 195px;
  height: 40px;
  border: 2px solid #2b2d31;
  color: #2b2d31;
  background: #fff;
  font-family: "Montserrat Bold";
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 15px;
  text-transform: uppercase;
}

.contact__button:hover {
  background: #ebebeb;
}

.contact__input-div {
  margin-bottom: 30px;
}

.contact__input-div input {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  width: 100%;
  padding: 12px 22px;
  height: 47px;
  font-size: 13px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  color: #000;
}

.contact__input-div input::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div input:-moz-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div input::-moz-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div input:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div input::-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div input::placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #d1d1d1;
  width: 100%;
  min-height: 230px;
  padding: 12px 22px;
  font-size: 13px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  color: #000;
}

.contact__input-div textarea::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea:-moz-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea::-moz-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea::-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.contact__input-div textarea::placeholder {
  color: #858585;
  font-size: 14px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.about__div {
  padding-bottom: 120px !important;
}

.about__button {
  height: 39px;
  width: 220px;
  margin-right: 20px;
  border: none;
}

.about__button a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  font-family: "Montserrat Bold";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #383a40;
  color: #383a40;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.about__button a:hover {
  background: #ebebeb;
}

.about__text {
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  line-height: 30px;
  color: #464646;
  margin: 0 0 55px;
}

.about__detail {
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  color: #9f9f9f;
  margin: 0 0 12px;
}

.about__detail b {
  color: #000;
}

.about__column .row {
  padding-left: 20px;
}

.about__column .row.col {
  padding: 0;
  margin: 0;
}

.about__column-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.about__column-sub:first-child {
  padding-left: 0;
}

.about__column-sub.about__text-div {
  padding: 0;
  border: none;
  margin: 0;
}

.about__column img {
  width: 100%;
  height: 100%;
}

.skills {
  max-width: 100%;
  background-image: url("../img/jpg/default.jpg");
  background-attachment: fixed;
  background: rgba(244, 244, 244, 0.548);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.skills__title {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-color: #d1d1d1;
}

.skills .container.skills-div {
  padding: 50px 15px 40px;
}

.skills__column:first-child {
  padding-right: 30px;
}

.skills__column:last-child {
  padding-left: 30px;
}

.skills__progress {
  width: 100%;
  height: 3px;
  background: #cecece;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 50px;
}

.skills__progress-title {
  display: block;
  font-size: 16px;
  color: #3d3d44;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.skills__progress-title b {
  font-size: 16px;
}

.skills__progress-item {
  height: 100%;
  background: #3d3d44;
  position: relative;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.skills__progress-item.progress-php, .skills__progress-item.progress-web {
  width: 90%;
}

.skills__progress-item.progress-joomla, .skills__progress-item.progress-word {
  width: 85%;
}

.skills__progress-item.progress-app, .skills__progress-item.progress-html {
  width: 92%;
}

.skills__progress-item .limit-div {
  width: 11px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.skills__progress-item .limit {
  height: 100%;
  width: 100%;
  background: #3d3d44;
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.blog__column {
  margin-bottom: 35px;
}

.blog__card {
  cursor: pointer;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
     -moz-box-shadow: 0 0 10px 1px #bdbdbd;
          box-shadow: 0 0 10px 1px #bdbdbd;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog__card:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__card:active {
  -webkit-box-shadow: 0 0 30px #858585;
     -moz-box-shadow: 0 0 30px #858585;
          box-shadow: 0 0 30px #858585;
}

.blog__card-img {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  width: 100%;
  margin-bottom: 0;
}

.blog__card-img.zeroImg {
  height: 0;
  border: none;
}

.blog__card-body {
  padding: 30px;
}

.blog__card-body.zeroBodyTop {
  padding-top: 0;
}

.blog__card-author {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  margin-left: 7px;
}

.blog__card-water {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 12px;
  color: #a7a7a7;
  margin-left: auto;
}

.blog__card-title {
  color: #000;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog__card-date {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 12px;
  color: #a7a7a7;
  margin: 0;
}

.blog__card-text {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3d;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 20px;
  padding: 20px 0;
  line-height: 30px;
}

.blog__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__bottom-img {
  height: 30px;
  max-width: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.blog-simple {
  background-image: url("../img/user.jpg");
  background-attachment: fixed;
  background: rgba(240, 240, 240, 0.3);
}

.blog-simple__tags .row {
  margin: 15px 15px 15px 30px;
}

.blog-simple__tags-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 15px 0;
}

.blog-simple__tags-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #68686d;
  color: #68686d;
  width: 100%;
  height: 30px;
  cursor: pointer;
  font-family: "Montserrat Regular";
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-simple__tags-item span:hover {
  color: #000;
  border-color: #000;
}

.blog-simple__categories {
  color: #56565c;
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-weight: bolder;
  list-style: disc;
  border-bottom: 1px solid #d4d4d4;
  padding: 7px 30px 25px 45px;
  margin: 0;
}

.blog-simple__categories-item {
  padding: 5px 10px;
}

.blog-simple__search {
  padding: 10px 0;
}

.blog-simple__search-title {
  font-family: "Montserrat Regular";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  padding: 25px 30px;
  margin: 0;
  position: relative;
}

.blog-simple__search-title.for-comments {
  padding: 40px 0 30px;
}

.blog-simple__search-title::before {
  content: "";
  position: absolute;
  bottom: 15px;
  display: block;
  width: 55px;
  height: 3px;
  background: #afafaf;
}

.blog-simple__search-input {
  padding: 0 30px 40px;
  border-bottom: 1px solid #d4d4d4;
}

.blog-simple__search-input-wrapper {
  position: relative;
}

.blog-simple__search-input-wrapper input {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  height: 50px;
  width: 100%;
  padding: 13px 30px 13px 20px;
  color: #000;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #d4d4d4;
}

.blog-simple__search-input-wrapper input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper input:-moz-placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper input::-moz-placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper input:-ms-input-placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper input::-ms-input-placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper input::placeholder {
  color: #b4b4b4;
}

.blog-simple__search-input-wrapper button {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-simple__search-input-wrapper button .fa {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #7a7a7a;
}

.blog-simple__search-input-wrapper button .fa:hover {
  color: #000;
}

.blog-simple__post {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 30px 30px;
}

.blog-simple__post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.blog-simple__post-item:hover {
  background: #f8f8f8;
}

.blog-simple__post-item:last-child {
  border: none;
}

.blog-simple__post-item-texts {
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-simple__post-item-title {
  color: #3b3b3b;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
}

.blog-simple__post-item-date {
  color: #a3a3a3;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  padding-top: 7px;
}

.blog-simple__post-item-date b {
  color: #000;
}

.blog-simple__post-item img {
  height: 45px;
  width: 45px;
}

.blog-simple__column {
  margin-bottom: 50px;
}

.blog-simple__card {
  -webkit-box-shadow: 0 0 15px 3px #bdbdbd;
     -moz-box-shadow: 0 0 15px 3px #bdbdbd;
          box-shadow: 0 0 15px 3px #bdbdbd;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.blog-simple__card-back {
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-bottom-left-radius: 20px;
     -moz-border-radius-bottomleft: 20px;
          border-bottom-left-radius: 20px;
  top: 0;
  right: 0;
  height: 55px;
  width: 140px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 4px transparent;
     -moz-box-shadow: 0 4px 4px transparent;
          box-shadow: 0 4px 4px transparent;
}

.blog-simple__card-back:active {
  -webkit-box-shadow: 0 0 5px #000;
     -moz-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.blog-simple__card-back .fa {
  font-size: 27px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateX(10%);
     -moz-transform: translateX(10%);
      -ms-transform: translateX(10%);
       -o-transform: translateX(10%);
          transform: translateX(10%);
}

.blog-simple__card-back:hover .fa {
  -webkit-transform: translateX(-20%);
     -moz-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
       -o-transform: translateX(-20%);
          transform: translateX(-20%);
}

.blog-simple__card-comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid #d4d4d4;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-simple__card-comments-icos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-simple__card-comments-icos a,
.blog-simple__card-comments-icos span {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
}

.blog-simple__card-comments-icos a {
  color: #a7a7a7;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.blog-simple__card-comments-icos a:hover {
  color: #000;
}

.blog-simple__card-comments-link {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 16px;
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-simple__card-img {
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}

.blog-simple__card-body {
  padding: 0;
}

.blog-simple__card-author {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  margin-left: 12px;
}

.blog-simple__card-water {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  color: #a7a7a7;
  margin-left: 35px;
}

.blog-simple__card-title {
  color: #000;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin: 8px 0;
  padding: 0 25px;
}

.blog-simple__card-date {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 16px;
  color: #a7a7a7;
  margin: 0;
  padding: 0 25px;
}

.blog-simple__card-text {
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  color: #302f31;
  margin: 0;
  padding: 30px 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-simple__card-description {
  line-height: 30px;
  font-size: 18px;
  color: #b0aeb1;
  margin: 40px 0 30px;
  padding: 7px 7px 7px 25px;
  border-left: 4px solid #d4d4d4;
}

.blog-simple__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding: 0 25px;
}

.blog-simple__bottom-img {
  height: 40px;
  max-width: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.blog-simple__comments {
  padding: 0 0 0 25px;
}

.blog-simple__comments-button {
  width: 275px;
  height: 40px;
  border: 2px solid #2b2d31;
  color: #2b2d31;
  background: #fff;
  font-family: "Montserrat Regular";
  font-size: 12px;
  font-weight: bolder;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-simple__comments-button:hover {
  background: #ebebeb;
}

.blog-simple__comments-input-div {
  margin-bottom: 30px;
  padding-right: 10px;
}

.blog-simple__comments-input-div input {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  width: 100%;
  padding: 14px 25px;
  height: 52px;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  color: #000;
}

.blog-simple__comments-input-div input::-webkit-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div input:-moz-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div input::-moz-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div input:-ms-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div input::-ms-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div input::placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #d1d1d1;
  width: 100%;
  min-height: 270px;
  padding: 15px 25px;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  color: #000;
}

.blog-simple__comments-input-div textarea::-webkit-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea:-moz-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea::-moz-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea:-ms-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea::-ms-input-placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-input-div textarea::placeholder {
  color: #858585;
  font-size: 15px;
  font-family: "Montserrat Regular";
  font-weight: bolder;
}

.blog-simple__comments-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
  padding: 25px 0;
  position: relative;
}

.blog-simple__comments-wrapper.authors {
  border: none;
  padding-right: 25px;
}

.blog-simple__comments-wrapper:last-child {
  border: none;
}

.blog-simple__comments-date {
  color: #a3a3a3;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  position: relative;
  bottom: 9px;
}

.blog-simple__comments-reply {
  color: #a3a3a3;
  font-family: "Montserrat Regular";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 22px;
  right: 25px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid #a3a3a3;
  padding: 0;
  cursor: pointer;
}

.blog-simple__comments-reply:hover {
  color: #000;
  border-color: #000;
}

.blog-simple__comments-icos a {
  color: #a7a7a7;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-simple__comments-icos a:hover {
  color: #000;
}

.blog-simple__comments-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}

.blog-simple__comments-title {
  color: #000000;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
}

.blog-simple__comments-text {
  color: #525252;
  font-family: "Montserrat Regular";
  font-weight: bolder;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.blog-simple__comments-img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 11px 20px 11px 0;
}

@media screen and (max-width: 1441px) {
  .section .container {
    max-width: 1100px;
    padding: 60px 15px;
  }
  .section .container.about__div, .section .container.skills-div {
    max-width: 1200px;
  }
  .section__title {
    padding: 0 0 30px;
    margin-bottom: 50px;
  }
  .section__title::before {
    bottom: -5px;
    width: 10px;
    height: 10px;
  }
  .section__title .title {
    margin-bottom: 17px;
    font-size: 17px;
  }
  .section__title .subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 14px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 14px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 320px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .portfolio__filter-select {
    color: #707070;
    height: 44px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    display: none;
  }
  .portfolio__filter-select-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio__filter-buttons.opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .portfolio__filter-btn {
    color: #707070;
    height: 40px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 45px;
    width: 115px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__back .fa {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Portfolio-Simple__column .img-div img {
    height: 470px;
  }
  .Portfolio-Simple__column:nth-child(2) {
    padding: 7px 15px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    margin: 15px 0;
    width: 180px;
    height: 40px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 15px 0 29px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 24px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 15px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 6px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 25px 0;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 15px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 7px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 14px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 14px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 25px;
  }
  .services__ico-div {
    width: 47px;
    height: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 25px;
    height: 25px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  .services__text {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 15px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 10px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 70px;
  }
  .count-div {
    padding: 2px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count__text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 25px;
    height: 25px;
  }
  .count__column .counter-content span.counter {
    font-size: 24px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 6px 0 15px;
  }
  .process {
    padding-bottom: 30px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__div {
    padding: 55px 25px 35px 25px !important;
  }
  .process__circle {
    height: 350px;
    width: 350px;
    border: 3px solid #eeeeee;
    padding: 27px;
  }
  .process__circle-text {
    height: 100%;
    width: 100%;
    border: 3px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process__circle-text span {
    text-align: center;
    color: #eeeeee;
    font-family: "Montserrat Bold";
    font-size: 27px;
    text-transform: uppercase;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    width: 38%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process__step {
    font-size: 28px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 4px;
  }
  .process__header {
    font-size: 15px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .process__text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 10px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 13px;
    margin-bottom: 13px;
  }
  .resume .content-header {
    font-size: 14px;
    margin-bottom: 0;
  }
  .resume .content-text {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 40px 40px;
    position: relative;
    left: 4px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #1c3294;
    background-color: #fff;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 60px;
    font-size: 15px;
    margin-bottom: 50px;
  }
  .resume__ico-div {
    height: 45px;
    width: 45px;
    margin: 0 20px;
  }
  .resume__ico-div svg {
    height: 24px;
    width: 24px;
  }
  .contact__column:nth-child(2) {
    padding-left: 85px;
  }
  .contact__description {
    padding: 0 0 24px;
    margin-bottom: 34px;
  }
  .contact__description-header {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .contact__description-text {
    font-size: 13px;
    line-height: 24px;
  }
  .contact-advice {
    font-size: 14px;
    margin-bottom: 55px;
  }
  .contact__button {
    width: 195px;
    height: 40px;
    font-size: 12px;
  }
  .contact__input-div input {
    padding: 12px 20px;
    height: 44px;
    font-size: 12px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 13px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 13px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div input::placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea {
    min-height: 215px;
    padding: 12px 20px;
    font-size: 12px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 13px;
  }
  .about__button {
    height: 36px;
    width: 195px;
    margin-right: 20px;
  }
  .about__button a {
    font-size: 11px;
  }
  .about__text {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 55px;
  }
  .about__detail {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .about__column-sub {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .skills__title {
    padding-bottom: 20px;
  }
  .skills .container.skills-div {
    padding: 55px 15px 15px;
  }
  .skills__column:first-child {
    padding-right: 50px;
  }
  .skills__column:last-child {
    padding-left: 50px;
  }
  .skills__progress {
    height: 3px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    margin-bottom: 50px;
  }
  .skills__progress-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .skills__progress-title b {
    font-size: 14px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 10px;
    height: 9px;
  }
  .blog__column {
    margin-bottom: 30px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 30px #858585;
       -moz-box-shadow: 0 0 30px #858585;
            box-shadow: 0 0 30px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 25px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    margin-left: 7px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 17px;
    padding: 17px 0;
    line-height: 26px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 26px;
    max-width: 26px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 9px 13px 9px 25px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13px 13px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 30px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-weight: bolder;
    list-style: disc;
    border-bottom: 1px solid #d4d4d4;
    padding: 2px 25px 18px 40px;
    margin: 0;
  }
  .blog-simple__categories-item {
    padding: 4px 8px;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    padding: 20px 25px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 30px 0 20px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 13px;
    display: block;
    width: 40px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 25px 30px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    height: 45px;
    width: 100%;
    padding: 11px 25px 11px 20px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 25px 20px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    padding-top: 5px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 42px;
    width: 42px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 15px 3px #bdbdbd;
       -moz-box-shadow: 0 0 15px 3px #bdbdbd;
            box-shadow: 0 0 15px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 49px;
    width: 120px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 23px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(10%);
       -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
         -o-transform: translateX(10%);
            transform: translateX(10%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-20%);
       -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
         -o-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    margin-left: 12px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #a7a7a7;
    margin-left: 30px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    margin: 9px 0 8px;
    padding: 0 23px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 23px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #302f31;
    margin: 0;
    padding: 20px 23px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 30px;
    font-size: 15px;
    color: #b0aeb1;
    margin: 30px 0 25px;
    padding: 6px 6px 6px 18px;
    border-left: 4px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    padding: 0 23px;
  }
  .blog-simple__bottom-img {
    height: 37px;
    max-width: 37px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 23px;
  }
  .blog-simple__comments-button {
    width: 245px;
    height: 36px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 20px;
    padding-right: 8px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 10px 17px;
    height: 45px;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 14px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 260px;
    padding: 15px 17px;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 23px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 13px;
    color: #a7a7a7;
    padding-right: 8px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 17px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 77px;
    height: 77px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 10px 17px 10px 0;
  }
}

@media screen and (max-width: 1367px) {
  .section .container {
    max-width: 990px;
    padding: 50px 15px;
  }
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }
  .section__title::before {
    bottom: -4px;
    width: 8px;
    height: 8px;
  }
  .section__title .title {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .section__title .subtitle {
    font-size: 11px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 13px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 13px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 290px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .portfolio__filter-select {
    color: #707070;
    height: 44px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    display: none;
  }
  .portfolio__filter-select-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
  .portfolio__filter-btn {
    color: #707070;
    height: 35px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Portfolio-Simple__column .img-div img {
    height: 400px;
  }
  .Portfolio-Simple__column:nth-child(2) {
    padding: 7px 15px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    margin: 15px 0;
    width: 170px;
    height: 36px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 11px 0 26px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #9f9f9f;
    line-height: 21px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 5px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 16px;
    margin: 0 0 9px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 25px 0;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 12px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 12px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 25px;
  }
  .services__ico-div {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 22px;
    height: 22px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .services__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 10px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 64px;
  }
  .count-div {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 21px;
    height: 21px;
  }
  .count__column .counter-content span.counter {
    font-size: 21px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 5px 0 12px;
  }
  .process {
    padding-bottom: 30px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    height: 330px;
    width: 330px;
    border: 2px solid #eeeeee;
    padding: 23px;
  }
  .process__circle-text {
    height: 100%;
    width: 100%;
    border: 2px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process__circle-text span {
    text-align: center;
    color: #eeeeee;
    font-family: "Montserrat Bold";
    font-size: 25px;
    text-transform: uppercase;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    width: 38%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process__step {
    font-size: 24px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 4px;
  }
  .process__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
  }
  .process__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 10px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .resume .content-header {
    font-size: 13px;
    margin-bottom: 0;
  }
  .resume .content-text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 35px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 51px;
    font-size: 13px;
    margin-bottom: 35px;
  }
  .resume__ico-div {
    height: 39px;
    width: 39px;
    margin: 0 20px;
  }
  .resume__ico-div svg {
    height: 22px;
    width: 22px;
  }
  .contact__column:nth-child(2) {
    padding-left: 75px;
  }
  .contact__description {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .contact__description-header {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .contact__description-text {
    font-size: 12px;
    line-height: 20px;
  }
  .contact-advice {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .contact__button {
    width: 166px;
    height: 35px;
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__input-div {
    margin-bottom: 20px;
    padding: 0 5px 0 15px;
  }
  .contact__input-div input {
    padding: 12px 18px;
    height: 40px;
    font-size: 11px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 12px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 12px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div input::placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea {
    min-height: 200px;
    padding: 12px 18px;
    font-size: 11px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 12px;
  }
  .about__button {
    height: 35px;
    width: 188px;
    margin-right: 20px;
  }
  .about__button a {
    font-size: 11px;
  }
  .about__text {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 55px;
  }
  .about__detail {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .about__column-sub {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .skills__title {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .skills .container.skills-div {
    padding: 50px 15px 15px;
  }
  .skills__column:first-child {
    padding-right: 40px;
  }
  .skills__column:last-child {
    padding-left: 40px;
  }
  .skills__progress {
    height: 3px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 50px;
  }
  .skills__progress-title {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .skills__progress-title b {
    font-size: 13px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 10px;
    height: 9px;
  }
  .blog__column {
    margin-bottom: 25px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 25px #858585;
       -moz-box-shadow: 0 0 25px #858585;
            box-shadow: 0 0 25px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 20px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 7px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 14px;
    padding: 14px 0;
    line-height: 23px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 21px;
    max-width: 21px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 8px 12px 8px 23px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 13px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 27px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 13px;
    font-weight: bolder;
    list-style: disc;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 23px 16px 40px;
    margin: 0;
  }
  .blog-simple__categories-item {
    padding: 4px 8px;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    padding: 15px 22px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 27px 0 17px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 23px 26px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 9px 23px 9px 17px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 13px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 23px 17px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    padding-top: 4px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 40px;
    width: 40px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 13px 3px #bdbdbd;
       -moz-box-shadow: 0 0 13px 3px #bdbdbd;
            box-shadow: 0 0 13px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 44px;
    width: 115px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 375px;
    margin-bottom: 19px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 9px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin-left: 26px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    margin: 5px 0 4px;
    padding: 0 20px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 20px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #302f31;
    margin: 0;
    padding: 15px 20px;
    line-height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 26px;
    font-size: 14px;
    color: #b0aeb1;
    margin: 20px 0 15px;
    padding: 5px 5px 5px 15px;
    border-left: 3px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px;
    padding: 0 20px;
  }
  .blog-simple__bottom-img {
    height: 35px;
    max-width: 35px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 20px;
  }
  .blog-simple__comments-button {
    width: 240px;
    height: 35px;
    font-size: 11px;
    margin-bottom: 14px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 17px;
    padding-right: 5px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 7px 15px;
    height: 43px;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 240px;
    padding: 11px 15px;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: 16px;
    right: 18px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 12px;
    color: #a7a7a7;
    padding-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 15px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 9px 13px 9px 0;
  }
}

@media screen and (max-width: 1199.5px) {
  .section .container {
    max-width: 860px;
    padding-top: 30px;
  }
  .section .container.about__div {
    max-width: 1000px;
  }
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 35px;
  }
  .section__title::before {
    bottom: -4px;
    width: 8px;
    height: 8px;
  }
  .section__title .title {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .section__title .subtitle {
    font-size: 11px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 12px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 12px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .portfolio__filter-select {
    color: #707070;
    height: 44px;
    padding: 0;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    display: none;
  }
  .portfolio__filter-select-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
  .portfolio__filter-btn {
    color: #707070;
    height: 35px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 37px;
    width: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-bottom-left-radius: 17px;
       -moz-border-radius-bottomleft: 17px;
            border-bottom-left-radius: 17px;
  }
  .Portfolio-Simple__back .fa {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Portfolio-Simple__column .img-div img {
    height: 72.6%;
  }
  .Portfolio-Simple__column:nth-child(2) {
    padding: 7px 15px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    margin: 15px 0;
    width: 160px;
    height: 35px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 8px 0 18px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #9f9f9f;
    line-height: 20px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 3px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 14px;
    margin: 0 0 7px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 20px 0;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 12px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 12px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 10px;
  }
  .services__ico-div {
    width: 39px;
    height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 20px;
    height: 20px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .services__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 7px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 60px;
  }
  .count-div {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count-div .row {
    padding: 45px 0;
  }
  .count__text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 20px;
    height: 20px;
  }
  .count__column .counter-content span.counter {
    font-size: 19px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 3px 0 10px;
  }
  .process {
    padding-bottom: 30px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    height: 260px;
    width: 260px;
    border: 2px solid #eeeeee;
    padding: 17px;
  }
  .process__circle-text {
    height: 100%;
    width: 100%;
    border: 2px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process__circle-text span {
    text-align: center;
    color: #eeeeee;
    font-family: "Montserrat Bold";
    font-size: 19px;
    text-transform: uppercase;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .process__step {
    font-size: 21px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 0;
  }
  .process__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .process__text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 5px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .resume .content-header {
    font-size: 13px;
    margin-bottom: 0;
  }
  .resume .content-text {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 40px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 50px;
    font-size: 13px;
    margin-bottom: 45px;
  }
  .resume__ico-div {
    height: 40px;
    width: 40px;
    margin: 0 15px;
  }
  .resume__ico-div svg {
    height: 21px;
    width: 21px;
  }
  .contact__column:nth-child(2) {
    padding-left: 50px;
  }
  .contact__description {
    padding: 0 0 18px;
    margin-bottom: 28px;
  }
  .contact__description-header {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact__description-text {
    font-size: 11px;
    line-height: 18px;
  }
  .contact-advice {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .contact__button {
    width: 157.5px;
    height: 33px;
    font-size: 9px;
  }
  .contact__input-div input {
    padding: 10px 14px;
    height: 36px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea {
    min-height: 175px;
    padding: 10px 14px;
    font-size: 9px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 10px;
  }
  .about__div {
    padding-bottom: 72px !important;
  }
  .about__button {
    height: 29px;
    width: 150px;
    margin-right: 20px;
  }
  .about__button a {
    font-size: 9px;
  }
  .about__text {
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  .about__detail {
    font-size: 11px;
    margin: 0 0 5px;
  }
  .about__column-sub {
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .skills__title {
    padding-bottom: 30px;
  }
  .skills .container.skills-div {
    padding: 40px 15px 5px;
  }
  .skills__column:first-child {
    padding-right: 30px;
  }
  .skills__column:last-child {
    padding-left: 30px;
  }
  .skills__progress {
    height: 2px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 35px;
  }
  .skills__progress-title {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .skills__progress-title b {
    font-size: 13px;
  }
  .skills__progress-item {
    background: #3d3d44;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 9px;
    height: 8px;
  }
  .blog__column {
    margin-bottom: 24px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 25px #858585;
       -moz-box-shadow: 0 0 25px #858585;
            box-shadow: 0 0 25px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 25px 23px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 7px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 14px;
    padding: 14px 0;
    line-height: 22px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 25px;
    max-width: 25px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 8px 15px 8px 30px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17px 17px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 30px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 13px;
    font-weight: bolder;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 30px 14px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-simple__categories-item {
    padding: 0 30px 0 0;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    padding: 20px 30px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 27px 0 17px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 12px;
    display: block;
    width: 45px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 30px 26px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    height: 45px;
    width: 100%;
    padding: 9px 30px 9px 17px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 30px 20px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 55px;
    width: 55px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 13px 3px #bdbdbd;
       -moz-box-shadow: 0 0 13px 3px #bdbdbd;
            box-shadow: 0 0 13px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 44px;
    width: 115px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 375px;
    margin-bottom: 25px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 9px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin-left: 26px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    margin: 5px 0 4px;
    padding: 0 30px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 30px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #302f31;
    margin: 0;
    padding: 15px 30px;
    line-height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 26px;
    font-size: 14px;
    color: #b0aeb1;
    margin: 20px 0 15px;
    padding: 5px 5px 5px 15px;
    border-left: 3px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px;
    padding: 0 30px;
  }
  .blog-simple__bottom-img {
    height: 35px;
    max-width: 35px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 30px;
  }
  .blog-simple__comments-button {
    width: 230px;
    height: 31px;
    font-size: 10px;
    margin-bottom: 14px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 25px;
    padding-right: 15px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 14px 20px;
    height: 43px;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 13px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 260px;
    padding: 12px 20px;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: 16px;
    right: 27px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 12px;
    color: #a7a7a7;
    padding-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 25px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 9px 13px 9px 0;
  }
}

@media screen and (max-width: 999.5px) {
  .section .container {
    max-width: 800px;
    padding: 40px 25px;
  }
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 25px;
  }
  .section__title::before {
    bottom: -4px;
    width: 8px;
    height: 8px;
  }
  .section__title .title {
    margin-bottom: 13px;
    font-size: 15px;
  }
  .section__title .subtitle {
    font-size: 11px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  } 
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 11px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 11px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 245px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .portfolio__filter-select {
    color: #707070;
    height: 44px;
    padding: 0;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    display: none;
  }
  .portfolio__filter-select-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .portfolio__filter-btn {
    color: #707070;
    height: 33px;
    padding: 0 20px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 37px;
    width: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .Portfolio-Simple__back .fa {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Portfolio-Simple__column .img-div img {
    height: 270px;
  }
  .Portfolio-Simple__column:nth-child(2) {
    padding: 7px 15px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    margin: 15px 0;
    width: 156px;
    height: 33px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 7px 0 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #9f9f9f;
    line-height: 16px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 3px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 13px;
    margin: 0 0 6px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 20px 0;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    border: 1px solid #9f9f9f;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 12px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 12px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 10px;
  }
  .services__ico-div {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 17px;
    height: 17px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .services__text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 4px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 50px;
  }
  .count-div {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count-div .row {
    padding: 40px 0;
  }
  .count__text {
    font-size: 9px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 19px;
    height: 19px;
  }
  .count__column .counter-content span.counter {
    font-size: 18px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 3px 0 8px;
  }
  .righten {
    text-align: left;
  }
  .process {
    padding-bottom: 30px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    height: 200px;
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 2px solid #eeeeee;
    padding: 19px;
  }
  .process__circle-text {
    height: 100%;
    width: 100%;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process__circle-text span {
    text-align: center;
    color: #eeeeee;
    font-family: "Montserrat Bold";
    font-size: 22px;
    text-transform: uppercase;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
  }
  .process__step {
    font-size: 19px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 0;
  }
  .process__header {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .process__text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 5px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .resume .content-header {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .resume .content-text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 30px 30px !important;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 60px;
    font-size: 15px;
    margin-bottom: 35px;
  }
  .resume__ico-div {
    height: 45px;
    width: 45px;
    margin: 0 21px;
  }
  .resume__ico-div svg {
    height: 24px;
    width: 24px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .resume .content-header {
    font-size: 12px;
    margin-bottom: 0;
  }
  .resume .content-text {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 40px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 50px;
    font-size: 13px;
    margin-bottom: 28px;
  }
  .resume__ico-div {
    height: 40px;
    width: 40px;
    margin: 0 15px;
  }
  .resume__ico-div svg {
    height: 21px;
    width: 21px;
  }
  .contact__column:nth-child(2) {
    padding-left: 45px;
  }
  .contact__description {
    padding: 0 0 19px;
    margin-bottom: 29px;
  }
  .contact__description-header {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact__description-text {
    font-size: 11px;
    line-height: 20px;
  }
  .contact-advice {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .contact__button {
    width: 100%;
    height: 33px;
    font-size: 9px;
    margin-right: 5px;
  }
  .contact__input-div {
    margin-bottom: 15px;
    min-width: 100%;
  }
  .contact__input-div input {
    padding: 10px 14px;
    height: 33px;
    font-size: 9px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea {
    min-height: 111px;
    padding: 10px 14px;
    font-size: 9px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 10px;
  }
  .about__div {
    padding-bottom: 85px !important;
  }
  .about__button {
    height: 36px;
    width: 185px;
    margin-right: 20px;
  }
  .about__button a {
    font-size: 10px;
  }
  .about__text {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 40px;
  }
  .about__detail {
    font-size: 13px;
    margin: 0 0 10px;
  }
  .about__column.sub-img {
    height: 300px;
    padding-bottom: 25px;
  }
  .about__column-sub {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .skills__title {
    padding-bottom: 20px;
  }
  .skills .container.skills-div {
    padding: 40px 15px 10px;
  }
  .skills__column:first-child {
    padding-right: 25px;
  }
  .skills__column:last-child {
    padding-left: 25px;
  }
  .skills__progress {
    height: 2px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 35px;
  }
  .skills__progress-title {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .skills__progress-title b {
    font-size: 13px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 9px;
    height: 8px;
  }
  .blog__column {
    margin-bottom: 20px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 20px #858585;
       -moz-box-shadow: 0 0 20px #858585;
            box-shadow: 0 0 20px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 20px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 7px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 10px;
    padding: 10px 0;
    line-height: 18px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 19px;
    max-width: 19px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 6px 5px 6px 20px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px 14px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 27px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 12px;
    font-weight: bolder;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 20px 14px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-simple__categories-item {
    padding: 0 25px 0 0;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    padding: 17px 20px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 25px 0 15px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 11px;
    display: block;
    width: 37.5px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 20px 20px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 8px 25px 8px 15px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 20px 15px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 3px;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    padding-top: 4px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 49px;
    width: 49px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 13px 3px #bdbdbd;
       -moz-box-shadow: 0 0 13px 3px #bdbdbd;
            box-shadow: 0 0 13px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 44px;
    width: 115px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 325px;
    margin-bottom: 20px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 8px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin-left: 24px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 4px 0 3px;
    padding: 0 20px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 20px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #302f31;
    margin: 0;
    padding: 12px 20px;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 21px;
    font-size: 12px;
    color: #b0aeb1;
    margin: 17px 0 12px;
    padding: 1px 3px 1px 12px;
    border-left: 3px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px;
    padding: 0 20px;
  }
  .blog-simple__bottom-img {
    height: 29px;
    max-width: 29px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 20px;
  }
  .blog-simple__comments-button {
    width: 210px;
    height: 31px;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 22.5px;
    padding-right: 7px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 10px 15px;
    height: 38px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 240px;
    padding: 10px 15px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    top: 12px;
    right: 17px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 11px;
    color: #a7a7a7;
    padding-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 15px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 10.5px;
    line-height: 15px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 7px 11px 7px 0;
  }
}

@media screen and (max-width: 855px) {
  .section .container {
    max-width: 800px;
    padding: 40px 25px;
  } 
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 25px;
  }
  .section__title::before {
    bottom: -4px;
    width: 8px;
    height: 8px;
  }
  .section__title .title {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .section__title .subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 11px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  } 
  .portfolio__img .content span {
    font-size: 11px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .portfolio__filter-btn {
    color: #707070;
    height: 33px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 35px;
    width: 90px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-bottom-left-radius: 17px;
       -moz-border-radius-bottomleft: 17px;
            border-bottom-left-radius: 17px;
  }
  .Portfolio-Simple__back .fa {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Portfolio-Simple__column .img-div img {
    height: 330px;
  }
  .Portfolio-Simple__column:nth-child(2) {
    padding: 7px 15px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    margin: 15px 0;
    width: 156px;
    height: 33px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 7px 0 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #9f9f9f;
    line-height: 18px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 3px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 13px;
    margin: 0 0 6px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 15px 0;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    border: 1px solid #9f9f9f;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 12px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 12px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 50px;
  }
  .services__ico-div {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 20px;
    height: 20px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .services__text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 7px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 60px;
  }
  .count-div {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count-div .row {
    padding: 50px 0;
  }
  .count__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 19px;
    height: 19px;
  }
  .count__column .counter-content span.counter {
    font-size: 19px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 5px 0 11px;
  }
  .righten {
    text-align: right;
  }
  .process {
    padding-bottom: 30px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    height: 250px;
    width: 250px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #eeeeee;
    padding: 18px;
  }
  .process__circle-text {
    height: 100%;
    width: 100%;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process__circle-text span {
    text-align: center;
    color: #eeeeee;
    font-family: "Montserrat Bold";
    font-size: 18px;
    text-transform: uppercase;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .process__step {
    font-size: 21px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 0;
  }
  .process__header {
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .process__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 5px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .resume .content-header {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .resume .content-text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 40px !important;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 66px;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .resume__ico-div {
    height: 51px;
    width: 51px;
    margin: 0 23px;
  }
  .resume__ico-div svg {
    height: 28px;
    width: 28px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .resume .content-header {
    font-size: 12px;
    margin-bottom: 0;
  }
  .resume .content-text {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 40px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 50px;
    font-size: 13px;
    margin-bottom: 28px;
  }
  .resume__ico-div {
    height: 40px;
    width: 40px;
    margin: 0 15px;
  }
  .resume__ico-div svg {
    height: 21px;
    width: 21px;
  }
  .contact__column:nth-child(2) {
    padding-left: 55px;
  }
  .contact__description {
    padding: 0 0 18px;
    margin-bottom: 28px;
  }
  .contact__description-header {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact__description-text {
    font-size: 11px;
    line-height: 18px;
  }
  .contact-advice {
    font-size: 12px;
  }
  .contact__button {
    width: 157.5px;
    height: 33px;
    font-size: 9px;
    margin-left: 15px;
  }
  .contact__input-div {
    margin-bottom: 20px;
    min-width: auto;
  }
  .contact__input-div input {
    padding: 10px 14px;
    height: 36px;
    font-size: 9px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div input::placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea {
    min-height: 175px;
    padding: 10px 14px;
    font-size: 9px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 10px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 10px;
  }
  .about__div {
    padding-bottom: 95px !important;
  }
  .about__button {
    height: 34px;
    width: 195px;
    margin-right: 20px;
  }
  .about__text {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 45px;
  }
  .about__detail {
    font-size: 14px;
    margin: 0 0 11px;
  }
  .about__column.sub-img {
    height: 315px;
    padding-bottom: 25px;
  }
  .about__column-sub {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .skills__title {
    padding-bottom: 25px;
  }
  .skills .container.skills-div {
    padding: 45px 25px 10px;
  }
  .skills__column:first-child {
    padding-right: 25px;
  }
  .skills__column:last-child {
    padding-left: 25px;
  }
  .skills__progress {
    height: 2px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 35px;
  }
  .skills__progress-title {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .skills__progress-title b {
    font-size: 12px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 9px;
    height: 8px;
  }
  .blog__column {
    margin-bottom: 23px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 20px #858585;
       -moz-box-shadow: 0 0 20px #858585;
            box-shadow: 0 0 20px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 21px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 7px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 12px;
    padding: 12px 0;
    line-height: 19px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 19px;
    max-width: 19px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 6px 5px 6px 20px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px 14px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 27px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 12px;
    font-weight: bolder;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 20px 14px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-simple__categories-item {
    padding: 0 25px 0 0;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    padding: 17px 20px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 25px 0 15px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 11px;
    display: block;
    width: 37.5px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 20px 20px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 8px 25px 8px 15px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 20px 15px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 3px;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    padding-top: 4px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 49px;
    width: 49px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 13px 3px #bdbdbd;
       -moz-box-shadow: 0 0 13px 3px #bdbdbd;
            box-shadow: 0 0 13px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 44px;
    width: 115px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 13px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-left: 8px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin-left: 24px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin: 4px 0 3px;
    padding: 0 20px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 20px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #302f31;
    margin: 0;
    padding: 12px 20px;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 21px;
    font-size: 13px;
    color: #b0aeb1;
    margin: 20px 0 15px;
    padding: 3px 4px 1px 13px;
    border-left: 3px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px;
    padding: 0 20px;
  }
  .blog-simple__bottom-img {
    height: 33px;
    max-width: 33px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 20px;
  }
  .blog-simple__comments-button {
    width: 200px;
    height: 30px;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 22.5px;
    padding-right: 7px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 10px 15px;
    height: 38px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 240px;
    padding: 10px 15px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    top: 12px;
    right: 17px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 11px;
    color: #a7a7a7;
    padding-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 15px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 10.5px;
    line-height: 15px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 7px 11px 7px 0;
  }
}

@media screen and (max-width: 768px) {
  .section .container {
    max-width: 800px;
    padding: 40px 25px;
  }
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 35px;
  }
  .section__title::before {
    bottom: -3px;
    width: 6px;
    height: 6px;
  }
  .section__title .title {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .section__title .subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 11px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 11px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 220px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  .portfolio__filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .portfolio__filter-btn {
    font-size: 8px;
    color: #707070;
    height: 33px;
    padding: 0 15px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 2px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn.active-filter {
    border-color: #000;
    color: #000;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 40px;
    width: 120px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .Portfolio-Simple__back .fa {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__div {
    position: relative;
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Portfolio-Simple__column {
    position: static;
    padding-top: 20px;
  }
  .Portfolio-Simple__column .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .Portfolio-Simple__column .img-div img {
    height: 250px;
  }
  .Portfolio-Simple__column .row {
    padding-bottom: 80px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    width: 100%;
    height: 41px;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0 25px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 8px 0 14px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #9f9f9f;
    line-height: 22px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 3px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 15px;
    margin: 0 0 7px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    border: 1px solid #9f9f9f;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 12px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 12px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 50px;
  }
  .services__ico-div {
    width: 51px;
    height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 27px;
    height: 27px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  .services__text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 10px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 75px;
  }
  .count-div {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count-div .row {
    padding: 40px 0;
  }
  .count__text {
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .count__column .counter-content svg {
    width: 19px;
    height: 19px;
  }
  .count__column .counter-content span.counter {
    font-size: 19px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 4px 0 10px;
  }
  .righten {
    text-align: left;
  }
  .process {
    padding-bottom: 5px;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    display: none;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    display: none;
  }
  .process__step {
    font-size: 21px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 3px;
  }
  .process__header {
    font-size: 14px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
  }
  .process__text {
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 45px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume .content-year {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .resume .content-header {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .resume .content-text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 35px 35px;
  }
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 66px;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .resume__ico-div {
    height: 51px;
    width: 51px;
    margin: 0 23px;
  }
  .resume__ico-div svg {
    height: 28px;
    width: 28px;
  }
  .contact__column {
    margin-bottom: 30px;
  }
  .contact__column:nth-child(2) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .contact__description {
    padding: 0 10px 18px 0;
    margin-bottom: 28px;
    width: 50%;
  }
  .contact__description-header {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact__description-text {
    font-size: 11px;
    line-height: 18px;
  }
  .contact-advice {
    font-size: 12px;
  }
  .contact__button {
    width: 215px;
    height: 33px;
    font-size: 10px;
  }
  .contact__input-div {
    margin-bottom: 30px;
    padding: 0 15px 0 15px;
  }
  .contact__input-div input {
    padding: 10px 14px;
    height: 39px;
    font-size: 10px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea {
    min-height: 175px;
    padding: 10px 14px;
    font-size: 10px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 11px;
  }
  .about__div {
    padding-bottom: 90px !important;
  }
  .about__button {
    margin-right: 20px;
  }
  .about__text {
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 40px;
  }
  .about__detail {
    margin: 0 0 12px;
  }
  .about__column.sub-img {
    height: 250px;
    padding-bottom: 25px;
  }
  .about__column-sub {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .skills {
    max-width: 100%;
  }
  .skills__title {
    padding-bottom: 20px;
  }
  .skills .container.skills-div {
    padding: 35px 25px 5px;
  }
  .skills__column:first-child {
    padding-right: 25px;
  }
  .skills__column:last-child {
    padding-left: 25px;
  }
  .skills__progress {
    height: 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-bottom: 35px;
  }
  .skills__progress-title {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .skills__progress-title b {
    font-size: 12px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 9px;
    height: 8px;
  }
  .blog__column {
    margin-bottom: 18px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 20px #858585;
       -moz-box-shadow: 0 0 20px #858585;
            box-shadow: 0 0 20px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 20px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 6px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 10px;
    padding: 10px 0;
    line-height: 17px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 16px;
    max-width: 16px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 6px 5px 6px 20px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px 14px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 27px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__tags-item span:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 12px;
    font-weight: bolder;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 20px 14px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-simple__categories-item {
    padding: 0 25px 0 0;
  }
  .blog-simple__search {
    padding: 8px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    padding: 17px 20px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 25px 0 15px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 11px;
    display: block;
    width: 37.5px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 20px 20px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 8px 25px 8px 15px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 20px 15px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 3px;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    padding-top: 4px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 49px;
    width: 49px;
  }
  .blog-simple__column {
    margin-bottom: 50px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 13px 3px #bdbdbd;
       -moz-box-shadow: 0 0 13px 3px #bdbdbd;
            box-shadow: 0 0 13px 3px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 44px;
    width: 115px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 15px;
       -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 8px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin-left: 24px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 4px 0 3px;
    padding: 0 20px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 20px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #302f31;
    margin: 0;
    padding: 12px 20px;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 21px;
    font-size: 12px;
    color: #b0aeb1;
    margin: 17px 0 12px;
    padding: 1px 3px 1px 12px;
    border-left: 3px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7px;
    padding: 0 20px;
  }
  .blog-simple__bottom-img {
    height: 29px;
    max-width: 29px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 0 0 20px;
  }
  .blog-simple__comments-button {
    width: 190px;
    height: 30px;
    font-size: 10px;
    margin-bottom: 14px;
  }
  .blog-simple__comments-input-div {
    margin-bottom: 22.5px;
    padding-right: 7px;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 10px 15px;
    height: 45px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 12px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 240px;
    padding: 10px 15px;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 12px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 0;
    position: relative;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    margin: 0;
    position: relative;
    bottom: 8px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    top: 12px;
    right: 17px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 11px;
    color: #a7a7a7;
    padding-right: 7px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
    padding-right: 15px;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 10.5px;
    line-height: 15px;
    margin: 0;
    padding: 0;
  }
  .blog-simple__comments-img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 7px 11px 7px 0;
  }
}

@media screen and (max-width: 576px) {
  .section .container {
    max-width: 800px;
    padding: 40px 25px;
  } 
  .section__title {
    padding: 0 0 20px;
    margin-bottom: 35px;
  }
  .section__title::before {
    bottom: -3px;
    width: 6px;
    height: 6px;
  }
  .section__title .title {
    margin-bottom: 13px;
    font-size: 15px;
  } 
  .section__title .subtitle {
    font-size: 9px;
    margin-bottom: 0;
  }
  .section.active-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__title {
    margin-bottom: 20px;
  }
  .portfolio__img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .portfolio__img .content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(50px) scale(0.5);
       -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
         -o-transform: translateY(50px) scale(0.5);
            transform: translateY(50px) scale(0.5);
  }
  .portfolio__img .content-header {
    font-size: 13px;
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .portfolio__img .content span {
    font-size: 13px;
    color: #707070;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .portfolio__img:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .portfolio__img img {
    width: 100%;
    height: 100%;
  }
  .portfolio__column {
    height: 235px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
  }
  .portfolio__filter-select {
    color: #707070;
    height: 41px;
    padding: 0 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    width: 100%;
    background: #f8f8f8;
  }
  .portfolio__filter-select-div {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
  }
  .portfolio__filter-select-div .fa {
    display: block;
    color: #707070;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 14px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .portfolio__filter-select-div .fa.rotate {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .portfolio__filter-buttons {
    position: absolute;
    left: -2.5px;
    top: 33px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    z-index: 11;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 0 15px #707070;
       -moz-box-shadow: 0 0 15px #707070;
            box-shadow: 0 0 15px #707070;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .portfolio__filter-buttons.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio__filter-btn {
    padding: 0 15px;
    color: #707070;
    padding: 0;
    height: 30px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    -moz-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
    border: 1px solid transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .portfolio__filter-btn:hover {
    color: #000;
    cursor: pointer;
    background: #eeeeee;
  }
  .portfolio__filter-btn.active-filter {
    border-color: transparent;
    color: #fff;
    background: #516bde;
  }
  .portfolio__filter-btn.active-filter:hover {
    color: #fff;
  }
  .Portfolio-Simple {
    background: #fff;
  }
  .Portfolio-Simple__back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 30px;
    width: 90px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-bottom-left-radius: 12px;
       -moz-border-radius-bottomleft: 12px;
            border-bottom-left-radius: 12px;
  }
  .Portfolio-Simple__back .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(6%);
       -moz-transform: translateX(6%);
        -ms-transform: translateX(6%);
         -o-transform: translateX(6%);
            transform: translateX(6%);
  }
  .Portfolio-Simple__back:hover .fa {
    -webkit-transform: translateX(-16%);
       -moz-transform: translateX(-16%);
        -ms-transform: translateX(-16%);
         -o-transform: translateX(-16%);
            transform: translateX(-16%);
  }
  .Portfolio-Simple__div {
    position: relative;
  }
  .Portfolio-Simple__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Portfolio-Simple__column {
    position: static;
    padding-top: 15px;
  }
  .Portfolio-Simple__column .img-div img {
    height: 210px;
  }
  .Portfolio-Simple__column .row {
    padding-bottom: 100px;
  }
  .Portfolio-Simple__column .row .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
  .Portfolio-Simple__column .row .column .booking-btn {
    width: 100%;
    height: 33px;
    position: absolute;
    left: 0;
    bottom: 65px;
    padding: 0 25px;
  }
  .Portfolio-Simple__column .row .column .booking-btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #383a40;
    background: #fff;
    font-size: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #383a40;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .booking-btn a:hover {
    background: #ebebeb;
  }
  .Portfolio-Simple__column .row .column span.modal-random-text {
    display: block;
    padding: 7px 0 20px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #9f9f9f;
    line-height: 20.5px;
  }
  .Portfolio-Simple__column .row .column span.detail-text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #9f9f9f;
    margin: 5px 0;
  }
  .Portfolio-Simple__column .row .column span.detail-text b {
    color: #000;
  }
  .Portfolio-Simple__column .row .column span.detail-text a {
    color: #9f9f9f;
    margin-right: 7px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .Portfolio-Simple__column .row .column span.detail-text a:hover {
    color: #000;
    cursor: pointer;
  }
  .Portfolio-Simple__column .row .column .modal__header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .row .column .detail__header {
    font-family: "Montserrat Regular";
    font-weight: 900;
    font-size: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  .Portfolio-Simple__column .modal-navigator {
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
  }
  .Portfolio-Simple__column .modal-navigator span {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    cursor: pointer;
  }
  .Portfolio-Simple__column .modal-navigator .fa {
    padding: 6px 9px;
    border: 1px solid #9f9f9f;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Portfolio-Simple__column .modal-navigator .modal-prev .fa {
    margin-right: 10px;
  }
  .Portfolio-Simple__column .modal-navigator .modal-next .fa {
    margin-left: 10px;
  }
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services__div {
    padding-bottom: 50px;
  }
  .services__ico-div {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    position: absolute;
  }
  .services__ico-div svg {
    width: 23px;
    height: 23px;
  }
  .services__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .services__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 20px;
    color: #535353;
    padding: 5px 0;
  }
  .services__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    margin: 5px 0;
    text-transform: uppercase;
  }
  .services__header-div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 60px;
  }
  .count-div {
    background-image: url("../img/user.jpg");
    background-attachment: fixed;
    background: rgba(240, 240, 240, 0.3);
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .count-div .row {
    padding: 10px 25px 5px;
  }
  .count__text {
    font-size: 9px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #535353;
    text-transform: uppercase;
  }
  .count__column {
    padding: 0;
  }
  .count__column .counter-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 10px;
  }
  .count__column .counter-content.unborder {
    border-bottom: none;
  }
  .count__column .counter-content svg {
    width: 18px;
    height: 18px;
  }
  .count__column .counter-content span.counter {
    font-size: 17px;
    font-family: "Montserrat Regular";
    font-weight: 900;
    padding: 3px 0 7px;
  }
  .process {
    padding-bottom: 0;
  }
  .process__default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .process__div {
    padding: 50px 25px 30px 25px !important;
  }
  .process__circle {
    display: none;
  }
  .process__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .process__column.center-column {
    display: none;
  }
  .process__step {
    font-size: 19px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 2px;
  }
  .process__header {
    font-size: 13px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .process__text {
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 130px;
    color: #535353;
  }
  .process__text:last-child {
    margin-bottom: 35px;
  }
  .resume .container {
    padding-bottom: 0;
  }
  .resume__column {
    margin-bottom: 50px;
  }
  .resume .content-year {
    font-size: 10px;
    margin-bottom: 0;
  } 
  .resume .content-header {
    font-size: 11px;
    margin-bottom: 0;
  } 
  .resume .content-text {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .resume__content {
    width: 100%;
    padding: 0 0 25px 25px !important;
  } 
  .resume__content::before {
    -webkit-transform: translateX(-60%);
       -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 10px;
    height: 10px;
  }
  .resume__content.to-bottom {
    padding-bottom: 0;
  }
  .resume__content.to-bottom .content-text {
    margin-bottom: 0;
  }
  .resume__header {
    width: 100%;
    height: 45px;
    font-size: 12px;
    margin-bottom: 33px;
  }
  .resume__ico-div {
    height: 35px;
    width: 35px;
    margin: 0 14px;
  }
  .resume__ico-div svg {
    height: 17px;
    width: 17px;
  }
  .contact__column {
    margin-bottom: 30px;
  }
  .contact__column:nth-child(2) {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .contact__description {
    padding: 0 10px 18px 0;
    margin-bottom: 28px;
    width: 100%;
  }
  .contact__description-header {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact__description-text {
    font-size: 11px;
    line-height: 18px;
  }
  .contact-advice {
    font-size: 12px;
  }
  .contact__button {
    width: 100%;
    height: 35px;
    font-size: 10px;
    margin-right: 15px;
  }
  .contact__input-div input {
    padding: 10px 14px;
    height: 39px;
    font-size: 10px;
  }
  .contact__input-div input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input:-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div input:-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div input::placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea {
    min-height: 175px;
    padding: 10px 14px;
    font-size: 10px;
  }
  .contact__input-div textarea::-webkit-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea:-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::-moz-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea:-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::-ms-input-placeholder {
    font-size: 11px;
  }
  .contact__input-div textarea::placeholder {
    font-size: 11px;
  }
  .about__div {
    padding-bottom: 50px !important;
  }
  .about__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__button {
    height: 32px;
    width: 100%;
    margin: 0;
  }
  .about__button a {
    font-weight: 900;
  }
  .about__button:first-child {
    margin-bottom: 20px;
  }
  .about__text {
    line-height: 25px;
    margin: 0 0 40px;
    font-size: 12px;
  }
  .about__detail {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .about__detail b {
    padding-right: 5px;
  }
  .about__column {
    padding: 0 15px;
  }
  .about__column.sub-img {
    height: 100%;
    padding-bottom: 25px;
  }
  .about__column-sub {
    padding-bottom: 12px;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .skills__title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .skills .container.skills-div {
    padding: 25px 25px 0px;
  }
  .skills__column:first-child {
    padding-right: 15px;
  }
  .skills__column:last-child {
    padding-left: 15px;
  }
  .skills__progress {
    height: 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-bottom: 35px;
  }
  .skills__progress-title {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .skills__progress-title b {
    font-size: 11px;
  }
  .skills__progress-item {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .skills__progress-item .limit-div {
    width: 8px;
    height: 7px;
  }
  .blog__column {
    margin-bottom: 25px;
  }
  .blog__card {
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
       -moz-box-shadow: 0 0 10px 1px #bdbdbd;
            box-shadow: 0 0 10px 1px #bdbdbd;
  }
  .blog__card:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
  }
  .blog__card:active {
    -webkit-box-shadow: 0 0 20px #858585;
       -moz-box-shadow: 0 0 20px #858585;
            box-shadow: 0 0 20px #858585;
  }
  .blog__card-img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }
  .blog__card-body {
    padding: 18px;
  }
  .blog__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-left: 8px;
  }
  .blog__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin-left: auto;
  }
  .blog__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .blog__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin: 0;
  }
  .blog__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #3d3d3d;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 12px;
    padding: 12px 0;
    line-height: 17px;
  }
  .blog__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__bottom-img {
    height: 16px;
    max-width: 16px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__tags .row {
    margin: 6px 3px 6px 17px;
  }
  .blog-simple__tags-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px 12px 0;
  }
  .blog-simple__tags-item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #68686d;
    color: #68686d;
    width: 100%;
    height: 27px;
    cursor: pointer;
    font-family: "Montserrat Regular";
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__categories {
    color: #56565c;
    font-family: "Montserrat Regular";
    font-size: 11px;
    font-weight: bolder;
    list-style: disc;
    border-bottom: 1px solid #d4d4d4;
    padding: 3px 17px 14px 30px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog-simple__categories-item {
    padding: 6px 4px 0 0;
  }
  .blog-simple__search {
    padding: 4px 0;
  }
  .blog-simple__search-title {
    font-family: "Montserrat Regular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    padding: 12px 17px;
    margin: 0;
    position: relative;
  }
  .blog-simple__search-title.for-comments {
    padding: 25px 0 15px;
  }
  .blog-simple__search-title::before {
    content: "";
    position: absolute;
    bottom: 7px;
    display: block;
    width: 37.5px;
    height: 2px;
    background: #afafaf;
  }
  .blog-simple__search-input {
    padding: 0 17px 17px;
    border-bottom: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper {
    position: relative;
  }
  .blog-simple__search-input-wrapper input {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    height: 38px;
    width: 100%;
    padding: 6px 22px 6px 12px;
    color: #000;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d4d4d4;
  }
  .blog-simple__search-input-wrapper input::-webkit-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-moz-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input:-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::-ms-input-placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper input::placeholder {
    color: #b4b4b4;
  }
  .blog-simple__search-input-wrapper button {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-simple__search-input-wrapper button .fa {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7a7a7a;
    font-size: 14px;
  }
  .blog-simple__search-input-wrapper button .fa:hover {
    color: #000;
  }
  .blog-simple__post {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 17px 13px;
  }
  .blog-simple__post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .blog-simple__post-item:hover {
    background: #f8f8f8;
  }
  .blog-simple__post-item:last-child {
    border: none;
  }
  .blog-simple__post-item-texts {
    padding-left: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-simple__post-item-title {
    color: #3b3b3b;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    margin: 0 0 2px;
  }
  .blog-simple__post-item-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    line-height: 9px;
    padding-top: 1px;
    margin: 0;
  }
  .blog-simple__post-item-date b {
    color: #000;
  }
  .blog-simple__post-item img {
    height: 40px;
    width: 40px;
  }
  .blog-simple__column {
    margin-bottom: 40px;
  }
  .blog-simple__card {
    -webkit-box-shadow: 0 0 10px 2px #bdbdbd;
       -moz-box-shadow: 0 0 10px 2px #bdbdbd;
            box-shadow: 0 0 10px 2px #bdbdbd;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .blog-simple__card-back {
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    height: 31px;
    width: 88px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 4px 4px transparent;
       -moz-box-shadow: 0 4px 4px transparent;
            box-shadow: 0 4px 4px transparent;
    -webkit-border-bottom-left-radius: 12.5px;
       -moz-border-radius-bottomleft: 12.5px;
            border-bottom-left-radius: 12.5px;
  }
  .blog-simple__card-back:active {
    -webkit-box-shadow: 0 0 5px #000;
       -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
  }
  .blog-simple__card-back .fa {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateX(8%);
       -moz-transform: translateX(8%);
        -ms-transform: translateX(8%);
         -o-transform: translateX(8%);
            transform: translateX(8%);
  }
  .blog-simple__card-back:hover .fa {
    -webkit-transform: translateX(-18%);
       -moz-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
         -o-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .blog-simple__card-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #d4d4d4;
  }
  .blog-simple__card-comments-icos a,
  .blog-simple__card-comments-icos span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #3d3d3d;
  }
  .blog-simple__card-comments-icos a {
    color: #a7a7a7;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .blog-simple__card-comments-icos a:hover {
    color: #000;
  }
  .blog-simple__card-comments-link {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 10px;
    color: #a7a7a7;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__card-img {
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    width: 100%;
    height: 235px;
    margin-bottom: 13px;
  }
  .blog-simple__card-body {
    padding: 0;
  }
  .blog-simple__card-author {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #000000;
    margin-left: 5px;
  }
  .blog-simple__card-water {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin-left: 18px;
  }
  .blog-simple__card-title {
    color: #000;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 3px 0 2px;
    padding: 0 17px;
  }
  .blog-simple__card-date {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #a7a7a7;
    margin: 0;
    padding: 0 17px;
  }
  .blog-simple__card-text {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    color: #302f31;
    margin: 0;
    padding: 10px 17px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-simple__card-description {
    line-height: 16px;
    font-size: 9px;
    color: #b0aeb1;
    margin: 17px 0 12px;
    padding: 0 2px 0 10px;
    border-left: 2.6px solid #d4d4d4;
  }
  .blog-simple__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
    padding: 0 17px;
  }
  .blog-simple__bottom-img {
    height: 27.5px;
    max-width: 27.5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
  }
  .blog-simple__comments {
    padding: 0 17px 7px;
  }
  .blog-simple__comments-button {
    width: 100%;
    height: 33px;
    font-size: 9px;
    margin: 9px 0;
  }
  .blog-simple__comments-input-div {
    padding: 9px 0;
    margin-bottom: 0;
  }
  .blog-simple__comments-input-div input {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    padding: 10px 15px;
    height: 37.5px;
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div input:-moz-placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div input::-moz-placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div input:-ms-input-placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div input::-ms-input-placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div input::placeholder {
    font-size: 11px;
  }
  .blog-simple__comments-input-div textarea {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d1d1d1;
    width: 100%;
    min-height: 180px;
    padding: 10px 15px;
    font-size: 10px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    color: #000;
  }
  .blog-simple__comments-input-div textarea::-webkit-input-placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-moz-placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-moz-placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea:-ms-input-placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::-ms-input-placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-input-div textarea::placeholder {
    color: #858585;
    font-size: 11px;
    font-family: "Montserrat Regular";
    font-weight: bolder;
  }
  .blog-simple__comments-wrapper {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 14px;
    position: static;
  }
  .blog-simple__comments-wrapper.authors {
    border: none;
    padding-right: 20px;
  }
  .blog-simple__comments-wrapper.padding-0 {
    padding: 10px 0;
  }
  .blog-simple__comments-wrapper:last-child {
    border: none;
  }
  .blog-simple__comments-date {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 9px;
    margin: 0;
    position: relative;
    bottom: 8px;
    padding-top: 10px;
  }
  .blog-simple__comments-reply {
    color: #a3a3a3;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    right: 17px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #a3a3a3;
    padding: 0;
  }
  .blog-simple__comments-reply:hover {
    color: #000;
    border-color: #000;
  }
  .blog-simple__comments-icos a {
    font-size: 10px;
    color: #a7a7a7;
    padding-right: 6px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .blog-simple__comments-icos a:hover {
    color: #000;
  }
  .blog-simple__comments-texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }
  .blog-simple__comments-title {
    color: #000000;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 11px;
    line-height: 12px;
    margin: 0;
  }
  .blog-simple__comments-text {
    color: #525252;
    font-family: "Montserrat Regular";
    font-weight: bolder;
    font-size: 9px;
    line-height: 14px;
    margin: 0;
    padding: 5px 0;
  }
  .blog-simple__comments-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 2px 1px 7px 0;
    position: relative;
    right: 7px;
  }
}

@media screen and (max-width: 481px) {
  .blog__card-img {
    height: 180px;
  }
  .blog-simple__card-img {
    height: 190px;
  }
}

.comment-num {
  text-transform: lowercase;
}

.page {
  width: 100%;
}

.fancybox-bg {
  background: black;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.footer.close {
  display: none;
  background: red;
}

.footer__copyright {
  font-size: 16px;
  color: #c8c8c8;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.hello {
  font-family: "Montserrat Bold";
  color: rgba(255, 255, 255, 0.7);
  font-size: 16rem;
  padding-top: 125px;
}

.typing {
  font-family: "Montserrat Regular";
  font-size: 4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  bottom: 50px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: rgb(25, 40, 120);
  min-height: 100vh !important;
  height: 100%;
}

.sidebar__wrapper {
  width: 160px;
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar__toggle-div {
  display: none;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -60px;
}

.sidebar__toggle {
  display: block;
  margin: 4px;
  height: 8px;
  width: 45px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 5px;
  background: rgb(28, 50, 120);
  -webkit-box-shadow: 0 0 5px #8c8cec;
     -moz-box-shadow: 0 0 5px #8c8cec;
          box-shadow: 0 0 5px #8c8cec;
  border: 2px solid rgb(95, 100, 175);
}

.sidebar__toggle.before {
  width: 45px;
}

.sidebar__toggle.after {
  width: 45px;
}

.sidebar__logo {
  display: block;
  z-index: 10;
}

.sidebar__logo:hover .header-menu {
  background: #fff;
}

.sidebar__logo span {
  color: black;
  font-family: "Montserrat Regular", Arial, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  height: 50px;
  background: #e6e6e6;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-transform: uppercase;
}

.sidebar__logo .img {
  padding: 0;
  margin: 0;
  height: 160px;
  width: 100%;
}

.sidebar__logo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.sidebar__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 50px;
  padding: 0 10px;
}

.sidebar__social .fa {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.sidebar__social .fa:hover {
  color: #fff;
}

.sidebar__nav {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar__nav-ico-link {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar__nav-item {
  height: 105px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar__nav-link {
  fill: rgba(255, 255, 255, 0.77);
  color: rgba(255, 255, 255, 0.77);
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sidebar__nav-link:hover {
  color: white;
  fill: white;
}

.sidebar__nav-link:active {
  color: #bebebe;
}

.sidebar__nav-link.active-page {
  color: white;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.sidebar__nav-link svg {
  width: 27px;
  height: 27px;
  margin-bottom: 8px;
}

.sidebar__nav-link span {
  font-family: "Montserrat Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 1920px) {
  .hello {
    font-size: 14rem;
  }
  .typing {
    font-size: 3.5rem;
    bottom: 40px;
  }
  .footer,
  .section {
    margin-left: 140px;
  }
  .sidebar__wrapper {
    width: 140px;
  }
  .sidebar__logo span {
    font-size: 11px;
    height: 25px;
  }
  .sidebar__logo .img {
    height: 140px;
  }
  .sidebar__social {
    margin-bottom: 20px;
  }
  .sidebar__social .fa {
    font-size: 10px;
  }
  .sidebar__nav-item {
    height: 77px;
  }
  .sidebar__nav-link svg {
    width: 22px;
    height: 22px;
    margin-bottom: 5px;
  }
  .sidebar__nav-link span {
    font-size: 11px;
  }
}

@media screen and (max-width: 1441px) {
  .footer {
    padding: 30px 0;
  }
  .footer__copyright {
    font-size: 15px;
  }
  .hello {
    font-size: 12rem;
  }
  .typing {
    font-size: 2rem;
    bottom: 30px;
  }
  .footer,
  .section {
    margin-left: 100px;
  }
  .sidebar__wrapper {
    width: 100px;
  }
  .sidebar__logo span {
    font-size: 11px;
    height: 25px;
  }
  .sidebar__logo .img {
    height: 100px;
  }
  .sidebar__social {
    margin-bottom: 30px;
  }
  .sidebar__social .fa {
    font-size: 10px;
  }
  .sidebar__nav-item {
    height: 60px;
  }
  .sidebar__nav-link svg {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .sidebar__nav-link span {
    font-size: 8px;
  }
}

@media screen and (max-width: 1199.5px) {
  .footer {
    padding: 25px 5px;
  }
  .footer__copyright {
    font-size: 13px;
  }
  .hello {
    font-size: 7rem;
    padding-top: 50px;
  }
  .typing {
    font-size: 1.5rem;
    font-weight: 600;
    bottom: 20px;
  }
  .footer,
  .section {
    margin-left: 245px;
  }
  .sidebar__wrapper {
    width: 245px;
  }
  .sidebar__logo span {
    font-size: 13px;
    height: 25px;
  }
  .sidebar__logo .img {
    height: 250px;
  }
  .sidebar__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sidebar__social .fa {
    font-size: 14px;
  }
  .sidebar__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sidebar__nav-ico-link {
    font-size: 11px;
  }
  .sidebar__nav-item {
    height: 52px;
    width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .sidebar__nav-link {
    height: 100%;
  }
  .sidebar__nav-link svg {
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
  }
  .sidebar__nav-link span {
    font-size: 7px;
  }
}

@media screen and (max-height: 481px) {
  .img {
    display: none;
  }
}

@media screen and (max-width: 321px) {
  .img {
    display: block;
  }
}

.section.home {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1001px) {
  .footer {
    padding: 15px 5px;
  }
  .footer__copyright {
    font-size: 12px;
  }
  .sidebar__nav-link {
    height: 100%;
  }
  .sidebar__nav-link span {
    font-size: 7px;
  }
  .section.home.close {
    margin-left: 250px;
  }
  .wrapper__glass {
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(22, 22, 22, 0.7);
    min-height: 100vh !important;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  .wrapper__glass.close {
    right: 0;
    -webkit-animation: closeWindow 0.3s cubic-bezier(0.92, 0.43, 1, 1);
       -moz-animation: closeWindow 0.3s cubic-bezier(0.92, 0.43, 1, 1);
         -o-animation: closeWindow 0.3s cubic-bezier(0.92, 0.43, 1, 1);
            animation: closeWindow 0.3s cubic-bezier(0.92, 0.43, 1, 1);
  }
  .wrapper__glass.open {
    -webkit-animation: openWindow 0.3s cubic-bezier(0.27, 1.04, 1, 1);
       -moz-animation: openWindow 0.3s cubic-bezier(0.27, 1.04, 1, 1);
         -o-animation: openWindow 0.3s cubic-bezier(0.27, 1.04, 1, 1);
            animation: openWindow 0.3s cubic-bezier(0.27, 1.04, 1, 1);
    right: -100%;
  }
  .hello {
    font-size: 5rem;
  }
  .typing {
    font-size: 1rem;
    font-weight: 600;
  }
  .sidebar {
    left: -250px;
  }
  .sidebar__toggle-div.toggle-show {
    display: block;
  }
  .footer,
  .section {
    margin-left: 0;
  }
}

@media screen and (max-width: 668px) {
  .section.home.close {
    margin-left: 320px;
  }
  .sidebar {
    width: 320px;
    left: -330px;
  }
  .sidebar__wrapper {
    width: 100%;
  }
  .sidebar__logo span {
    font-size: 15px;
    height: 30px;
  }
  .sidebar__nav-item {
    height: 52px;
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  } 
  .sidebar__nav-link {
    height: 100%;
  }
  .sidebar__nav-link span {
    font-size: 7px;
  }
  .sidebar__nav-ico-link .fa {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .sidebar {
    width: 285px;
    left: -285px;
  }
  .sidebar__nav-item {
    height: 42px;
  }
  .sidebar__nav-link {
    height: 100%;
  }
  .sidebar__nav-link svg {
    margin-bottom: 4px;
  }
  .sidebar__nav-link span {
    font-size: 6px;
  }
  .sidebar__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .section,
  .section.home.close {
    margin-left: 0;
  }
}

.sidebar__toggle-div.close {
  top: 8px;
  right: -48px;
}

.sidebar__toggle.close {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  width: 45px;
  height: 5px;
}

.sidebar__toggle.before.close {
  opacity: 0;
}

.sidebar__toggle.mid.close {
  width: 35px;
  height: 4px;
  -webkit-animation: midClose 0.2s linear forwards;
     -moz-animation: midClose 0.2s linear forwards;
       -o-animation: midClose 0.2s linear forwards;
          animation: midClose 0.2s linear forwards;
}

.sidebar__toggle.after.close {
  -webkit-animation: afterClose 0.2s linear forwards;
     -moz-animation: afterClose 0.2s linear forwards;
       -o-animation: afterClose 0.2s linear forwards;
          animation: afterClose 0.2s linear forwards;
  position: relative;
  bottom: 8.5px;
  width: 35px;
  height: 4px;
} 

@-webkit-keyframes beforeClose {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-moz-keyframes beforeClose {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
}

@-o-keyframes beforeClose {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  }
}

@keyframes beforeClose {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes midClose {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-moz-keyframes midClose {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
}

@-o-keyframes midClose {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  }
}

@keyframes midClose {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes afterClose {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-moz-keyframes afterClose {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
  }
}

@-o-keyframes afterClose {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
}

@keyframes afterClose {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.sidebar__toggle.before.open {
  -webkit-animation: beforeOpen 0.2s linear;
     -moz-animation: beforeOpen 0.2s linear;
       -o-animation: beforeOpen 0.2s linear;
          animation: beforeOpen 0.2s linear;
}

.sidebar__toggle.mid.open {
  -webkit-animation: midOpen 0.2s linear;
     -moz-animation: midOpen 0.2s linear;
       -o-animation: midOpen 0.2s linear;
          animation: midOpen 0.2s linear;
}

.sidebar__toggle.after.open {
  -webkit-animation: afterOpen 0.2s linear;
     -moz-animation: afterOpen 0.2s linear;
       -o-animation: afterOpen 0.2s linear;
          animation: afterOpen 0.2s linear;
}

@-webkit-keyframes beforeOpen {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes beforeOpen {
  from {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}

@-o-keyframes beforeOpen {
  from {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  }
  to {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}

@keyframes beforeOpen {
  from {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes midOpen {
  from {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes midOpen {
  from {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg);
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}

@-o-keyframes midOpen {
  from {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  }
  to {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}

@keyframes midOpen {
  from {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes afterOpen {
  from {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-moz-keyframes afterOpen {
  from {
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
}

@-o-keyframes afterOpen {
  from {
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  }
  to {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
}

@keyframes afterOpen {
  from {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes openWindow {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}

@-moz-keyframes openWindow {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}

@-o-keyframes openWindow {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}

@keyframes openWindow {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}

@-webkit-keyframes closeWindow {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@-moz-keyframes closeWindow {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@-o-keyframes closeWindow {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@keyframes closeWindow {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

.sidebar-close {
  left: 0;
}

.window__wrapper {
  min-height: 120vh;
  width: 100%;
  background: #2848d4;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  -webkit-transform: translateY(-160vh);
     -moz-transform: translateY(-160vh);
      -ms-transform: translateY(-160vh);
       -o-transform: translateY(-160vh);
          transform: translateY(-160vh);
  margin: 0;
}

.window__wrapper.gone {
  -webkit-transform: translateY(160vh);
     -moz-transform: translateY(160vh);
      -ms-transform: translateY(160vh);
       -o-transform: translateY(160vh);
          transform: translateY(160vh);
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.background-img {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: brightness(30%) contrast(120%) saturate(95%);
          filter: brightness(30%) contrast(120%) saturate(95%);
}

@media screen and (max-width: 1201px) {
  .background-img {
    left: 13%;
  }
}

@media screen and (max-width: 1001px) {
  .background-img {
    width: 100%;
    left: 0;
  }
}

.sidebar {
  min-height: 100vh !important;
}
/*# sourceMappingURL=main.css.map */