/* =============================================================================

1. Fonts
2. General styles (Buttons, Inputs, Typography)
3. Page loading animation
4. Subpages changer
5. Site header (Panel with logo & navigation)
6. Site content
7. Subpages
  7.1. About Me subpage
  7.2. Resume subpage
  7.3. Portfolio subpage
  7.4. Blog subpage
  7.5. Contact subpage
8. Sliders (testimonials & portfolio carousels)
9. Portfolio Full info page
10. Single Page Layout (Blog Post page ...)
11. Media Queries
12. Updates

============================================================================= */


/* =============================================================================
1. Fonts
============================================================================= */
/* Linearicons Font */
@import url('Linearicons-Free.css'); /* Full icons list: https://linearicons.com/free */

/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');


/* =============================================================================
2. General styles
============================================================================= */

html {
  position: relative;
  height: 100%;
  width: 100%;
}

body {
    position: relative;
    font-family: 'Roboto',Helvetica,sans-serif;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

body, p {
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.85em;
  color: #666;
}

body.ajax-page-visible {
  overflow: hidden;
}

a {
  color: #0099e5;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #FF9800;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    line-height: 1.5em;
}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

p {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
}

p.lead {
  font-size: 18px;
  margin: 25px 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-visible {
  display: none;
  visibility: hidden;
}

.mobile-hidden {
  display: block;
  visibility: visible;
}

/* Form controls */
.form-group {
  position: relative;
  margin: 0 0 21.5px;
}
.form-control,
.form-control:focus {
  height: 42px;
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
input[type="search"],
input[type="password"],
input[type="text"] {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 10px 25px 10px 12px;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: 'Poppins', Helvetica, sans-serif;
}

textarea.form-control, textarea.form-control:focus {
  height: auto;
}

.form-control + .form-control-border {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0099e5;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus + .form-control-border {
  left: 0;
  right: 0;
  z-index: 1;
}

.has-error .form-control + .form-control-border {
  background: #ff4c4c;
}

/* Placeholders */
.form-control::-moz-placeholder {
  color: #adadac;
}

.form-control:-ms-input-placeholder {
  color: #adadac;
}

.form-control::-webkit-input-placeholder {
  color: #adadac;
}
/* /Placeholders */

.form-group .help-block {
  position: absolute;
  display: inline-block;
  padding: 0px 5px;
  font-size: 0.93em;
  line-height: 1.75em;
  margin: -2px 0 0 10px;
  color: #fff;
  background: #ff4e4e;
}

.form-group .help-block:after {
  content: " ";
  position: absolute;
  left: 5px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff4e4e;
  border-right: 10px solid transparent;
}
.form-group .help-block:empty {
  display: none;
}

.form-group-with-icon i {
  position: absolute;
  font-size: 16px;
  top: 13px;
  right: 13px;
  color: #d3d3d3;
}

.form-group-with-icon.form-group-focus i {
  color: #0099e5;
}

.form-group.form-group-w-checkbox {
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 17px;
}

.form-group-with-icon.form-group-w-checkbox {
  padding-top: 8px;
  padding-left: 52px;
  margin-bottom: 25px;
}

.form-group .form-control-checkbox + label,
.form-group.form-group-focus .form-control-checkbox + label {
  position: relative;
  display: inline;
  left: 0;
  top: 0;
  font-size: 1em;
  opacity: 1;
}

.form-group .form-control-checkbox,
.form-group.form-group-focus .form-control-checkbox {
  display: inline-block;
  width: auto;
  height: auto;
  top: 2px;
}

.form-group.form-group-w-checkbox .help-block {
  top: 100%;
  left: 0;
  margin-left: 0;
}

.form-group.form-group-with-icon.form-group-w-checkbox .help-block {
  left: 52px;
}
/* /Form controls */

.no-padding {
  padding: 0;
}

.subpage-block {
  margin-bottom: 30px;
}

.text-rotation {
  display: block;
}

.center {
  text-align: center;
}

/* buttons */
/* buttons */
.btn-primary,
.btn-secondary,
button,
input[type="button"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 176px;
  min-height: 44px;
  padding: 10px 14px;
  margin-bottom: .25em;
  font-size: 14px;
  line-height: 1.2;
  border: 0;
  outline: 0;
  border: 2px solid #d8d8d8;
  color: #444;
  text-shadow: none;
  background-color: #fff;
  border-radius: 12px;
  font-family: 'Poppins', Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  border-color: #0099e5;
  background: #0099e5;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 153, 229, 0.24);
}

.btn-primary:hover,
.btn-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #067fb9;
  border-color: #0099e5;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 153, 229, 0.24);
}

button[disabled],
input[type="submit"][disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-secondary {
  border-color: #d8d8d8;
  background: #fff;
  color: #444;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #0099e5;
  border-color: #0099e5;
  background: #fff;
  box-shadow: none;
}
/* / buttons */

.border-top {
  border-top: 2px solid #0099e5;
}

.border-bottom {
  border-bottom: 2px solid #0099e5;
}

/* Footer */
body > footer {
  position: absolute;
  bottom: 0;
  left: 22%;
  right: 0;
}

/* copyrights block */
body > footer .copyrights {
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #9e9e9e;
}
/* / copyrights block */
/* / Footer */

/* Top Spaces */
.ts-10 {
  padding-top: 10px;
}

.ts-15 {
  padding-top: 15px;
}

.ts-20 {
  padding-top: 20px;
}

.ts-25 {
  padding-top: 25px;
}

.ts-30 {
  padding-top: 30px;
}

.ts-35 {
  padding-top: 35px;
}

.ts-40 {
  padding-top: 40px;
}

.ts-45 {
  padding-top: 45px;
}

.ts-50 {
  padding-top: 50px;
}
/* /Top Spaces */

/* Bottom Spaces */
.bs-10 {
  padding-bottom: 10px;
}

.bs-15 {
  padding-bottom: 15px;
}

.bs-20 {
  padding-bottom: 20px;
}

.bs-25 {
  padding-bottom: 25px;
}

.bs-30 {
  padding-bottom: 30px;
}

.bs-35 {
  padding-bottom: 35px;
}

.bs-40 {
  padding-bottom: 40px;
}

.bs-45 {
  padding-bottom: 45px;
}

.bs-50 {
  padding-bottom: 50px;
}
/* /Bottom Spaces */

blockquote {
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 1em;
  border-left: 2px solid #d8d8d8;
  font-style: italic;
}


/* =============================================================================
3. Page loadig animation
============================================================================= */
.no-js .preloader,
.no-js .preloader-portfolio {
  display: none;
}
.preloader,
.preloader-portfolio {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.preloader-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: inherit;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  transform: translate3d(-50%,-50%,0);
}

.preloader-spinner {
  width: 52px;
  height: 52px;
  margin: 100px auto;
  background-color: #0099e5;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

/* =============================================================================
4. Subpages changer
============================================================================= */
.pt-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
  background-color: transparent;
}

.subpages {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.pt-page {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 2300px;
  padding-left: 15px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-inner.start-page-full-width+.section-inner.custom-page-content {
  min-height: auto;
}

.pt-page .section-inner {
  position: relative;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: transparent;
  padding: 50px 70px 70px;
  background-color: #fff;
  -ms-transform: none;
}

.section-inner.start-page-full-width {
  min-height: auto;
  padding: 0;
}

.section-inner.start-page-full-width .row {
  margin-right: 0;
  margin-left: 0;
}

.section-inner.start-page-full-width div[class^="col-"] {
  padding: 0!important;
}

.section-inner.start-page-full-width .inner-content {
  height: 100%;
  min-height: 100%;
}

.section-inner.start-page-full-width .inner-content .fill-block {
  background-image: url(../images/Ivan_Tarasov_Hero_Background-1280.webp);
}
.section-inner.start-page-full-width .inner-content .fill-block {
  position: relative;
  height: 100%;
  min-height: 300px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1400px) {
  .section-inner.start-page-full-width .inner-content .fill-block {
    background-image: url(../images/Ivan_Tarasov_Hero_Background-1920.webp);
  }
}

@media only screen and (min-width: 2200px) {
  .section-inner.start-page-full-width .inner-content .fill-block {
    background-image: url(../images/Ivan_Tarasov_Hero_Background-2560.webp);
  }
}

.section-inner.start-page-full-width .hp-text-block {
  padding: 70px 15%;
  background-color: #fcfcfc;
  height: 100%;
  min-height: 100px;
}

.hp-main-title {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.hp-buttons {
    margin-top: 30px;
}

.no-js .pt-page {
  position: relative;
}

.pt-page-content {
  position: absolute;
  width: 100%;
}

.pt-page-current, .no-js .pt-page {
  visibility: visible;
  z-index: 90;
  opacity: 1;
  overflow: auto;
}

.pt-page.pt-page-current .portfolio-grid {
  display: block;
}

.no-js .pt-page * {
  height: auto;
}

.no-js body {
  overflow: auto;
}

/*No Animation Support Message Style*/
.pt-message {
  display: none;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #da475c;
  color: #fff;
  text-align: center;
}

.pt-message p {
  margin: 0;
  line-height: 60px;
  font-size: 26px;
}

.no-cssanimations .pt-message {
  display: block;
}

.section-with-bg {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-without-bg {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.section-paddings-0 {
  padding: 0;
}
/* /Page changer */

/* =============================================================================
5. Site header (Panel with logo & navigation)
============================================================================= */
.header {
  position: fixed;
  width: 160px;
  top: 0;
  bottom: 0;
  padding: 10px 0 0;
  background-color: #fff;
  overflow: auto;
  z-index: 11;
}

.header * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .header-content {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.my-photo {
  position: relative;
  margin: 20px auto;
  max-width: 110px;
  text-align: center;
  z-index: 0;
}

.my-photo img {
  height: 80px;
  max-height: 80px;
  width: 80px;
}

.site-title-block {
  position: relative;
  z-index: 1;
  margin: 20px 20px 10px;
  text-align: center;
}

.site-title {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
  color: #333333;
  letter-spacing: 0px;
  margin: 20px 0 0 0;
}

.site-title span {
  color: #0099e5;
}

.header.sticked .site-title {
  margin-top: 18px;
}

.site-main {
  height: 100%;
  position: relative;
}

/* Main menu */
.site-nav {
  display: block;
  padding: 25px 0 40px;
}
.site-main-menu {
  display: block;
  padding: 0;
  margin: 0;
}

.site-main-menu li {
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
}

.site-main-menu li a,
.site-main-menu li a:hover {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.85em;
  color: #333333;
  letter-spacing: 0px;
  display: block;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  outline: none;
}

.site-main-menu:not(.dl-menu) li:first-child a {
    border-top: 1px solid #f5f5f5;
}

.site-main-menu li a:hover,
.site-main-menu li a.active {
  background-color: #fcfcfc;
  color: inherit;
}

.site-main-menu li a:hover:after,
.site-main-menu li a.active:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #eee;
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}

.site-main-menu li a.active:after {
  background-color: #0099e5;
}

.site-nav .menu-locale-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0 10px;
  border-bottom: 1px solid #f5f5f5;
}

.site-nav .menu-locale-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  color: #777;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.site-nav .menu-locale-links a:hover {
  color: #333;
  background: #f8f8f8;
}

.site-nav .menu-locale-links a.active {
  color: #fff;
  border-color: #0099e5;
  background: #0099e5;
}
/* /Main menu */

/* Header Social Links */
.header .social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 14px;
  text-align: center;
}

.header .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #888;
  background-color: #eee;
  text-align: center;
  border-radius: 50%;
}

.header .social-links a:hover {
  background-color: #0099e5;
}

.header .social-links a i {
  font-size: 15px;
  line-height: 30px;
}

.header .social-links a:hover i {
  color: #fff;
}

.header .social-links.social-icon-links {
  margin: 12px 0 14px;
}

/* /Header Social Links */

/* Mobile menu toggle */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  width: 50px;
  margin: 0 4px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 1;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  float: right;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  background: transparent;
  border-color: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
}

.menu-toggle-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
}

.menu-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  border-radius: 999px;
  transform-origin: center;
  transition: transform 0.24s ease, opacity 0.2s ease, top 0.24s ease;
}

.menu-toggle-line:nth-child(1) {
  top: 0;
}

.menu-toggle-line:nth-child(2) {
  top: 9px;
}

.menu-toggle-line:nth-child(3) {
  top: 18px;
}

.menu-toggle.is-active .menu-toggle-line:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.menu-toggle.is-active .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active .menu-toggle-line:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
/* /Mobile menu toggle */




/* =============================================================================
6. Site content
============================================================================= */
/* Page header */
.page-header {
  margin: 0;
  border: 0;
}
/* /Page Header */

.page-content {
  background-color: #fff;
}

/* custom-pages */
.section-title-block.first-style, .section-title-block.second-style {
  margin-bottom: 40px;
}

.section-title-block.first-style .section-title, .page-title-wrap.first-style h2.page-title, .section-title-block.second-style .section-title, .page-title-wrap.second-style h2.page-title {
  color: #333333;
  font-size: 30px;
  font-family: Poppins, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 8px;
  line-height: 1.5em;
}

.section-title-block.second-style .section-title:after, .page-title-wrap.second-style h2.page-title:after {
  display: block;
  content: '';
  width: 100%;
  margin-top: 5px;
  height: 2px;
  background-color: #eee;
  opacity: 1;
}

.section-title-block.second-style .section-description {
  display: block;
  margin: 0;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.block-title h3, h3.comment-reply-title {
  display: inline-block;
  margin: 0 0 20px;
  padding-bottom: 3px;
}

.block-title h3:after, h3.comment-reply-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #0099e5;
}



/* =============================================================================
7. Subpages
============================================================================= */
/* =======================================
7.1. About Me subpage
======================================= */
/* Services */
.info-block-w-icon {
  position: relative;
  text-align: left;
  width: 100%;
  display: table;
  margin: 0;
  padding: 10px 10px 10px 0;
}

.info-block-w-icon .ci-icon {
  display: table-cell;
  width: 54px;
  padding-right: 25px;
}

.info-block-w-icon i {
  position: relative;
  font-size: 42px;
  color: #888;
}

.info-block-w-icon .ci-text {
  position: relative;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.info-block-w-icon .ci-text h4 {
  margin: 5px 0;
}

.info-block-w-icon .ci-text p {
  font-size: .92em;
}

/* /Services */

/* Testimonials */
.testimonial-item {
  width: 100%;
  margin: 0 auto;
}

.testimonial-content {
  padding-left: 50px;
  width: 100%;
  height: auto;
}

.testimonial-content .testimonial-text {
  padding: 1.4em 1.8em;
  background-color: #fdfdfd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #e5e5e5;
  width: 100%;
  position: relative;
  margin: 0;
  z-index: -1;
}

.testimonial-content .testimonial-text p {
  margin: 0;
  font-style: italic;
}

.testimonial-credits {
  margin-top: 10px;
  display: block;
  position: relative;
}

.testimonial-picture {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0;
  top: -37px;
  border-radius: 40px;
  z-index: 1;
}

.testimonial-picture img {
  width: 100%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #e5e5e5;
}

.testimonial-author-info {
  display: inline-block;
  position: relative;
  padding-left: 92px;
}

.testimonial-author, .info-list li .title {
  font-family: Poppins, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
}

.testimonial-author {
  display: inline-block;
  font-size: 1.07em;
  color: #222;
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.testimonial-firm {
  font-size: 11px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 400;
  color: #aaa;
}
/* /Testimonials */

/* Clients */
.clients.owl-carousel {
  padding-bottom: 35px;
}

.clients.owl-carousel .client-block {
  padding: 0 15px 15px;
  margin-bottom: 15px;
}
.client-block {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 30px;
  opacity: .75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.client-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 8px 14px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  transition: transform 0.22s ease-in-out, box-shadow 0.22s ease-in-out, background-color 0.22s ease-in-out;
}

.clients.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  transform: scale(1);
  transition: transform 0.22s ease-in-out;
}

.client-block:hover,
.client-block:focus-within {
  opacity: 1;
}

.client-block:hover a,
.client-block:focus-within a {
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: scale(1.04);
}

.client-block:hover img,
.client-block:focus-within img {
  transform: scale(1.1);
}
/* /Clients */

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next,
.clients.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #0099e5;
  border-color: #0099e5;
}



/* =======================================
7.2. Resume subpage
======================================= */
.timeline-second-style .timeline-item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 56px;
}

.timeline-second-style .left-part {
  width: 30%;
  display: table-cell;
  padding-right: 25px;
  min-height: 100%;
  text-align: right;
  vertical-align: top;
}

.timeline-second-style .item-period {
  margin: 3px 0 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.timeline-second-style .item-company {
  display: block;
  color: #aaa;
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.45em;
}

.timeline-second-style .divider {
  position: absolute;
  top: 0;
  left: 30%;
  bottom: 0;
  width: 1px;
  background-color: #eee;
}

.timeline-second-style .divider:after {
  content: '';
  display: block;
  margin-top: 7px;
  width: 11px;
  height: 11px;
  margin-left: -5px;
  border-radius: 5px;
  border: 2px solid #0099e5;
  background-color: #fff;
}

.timeline-second-style .right-part {
  width: 70%;
  display: table-cell;
  padding-left: 25px;
  padding-right: 15px;
  vertical-align: top;
}

.timeline-second-style .item-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-second-style .right-part p, .timeline-second-style .right-part p>* {
  font-size: .92em;
}


/* Skills */
.section-title-block.second-style .section-description {
  display: block;
  margin: 0;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

.skills-info.skills-second-style h4 {
  font-size: 13px;
  line-height: 1.1em;
  position: relative;
  float: left;
  margin: 0 0 4px;
}

.skills-second-style .skill-value {
  font-size: 11px;
  line-height: 1.1em;
  position: relative;
  float: right;
  margin: 0 0 4px;
  color: #aaa;
}

.pt-page .skills-second-style .skill-percentage, .pt-page .skills-second-style .skill-value {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.skills-second-style .skill-container {
  position: relative;
  background-color: transparent;
  border: 1px solid #0099e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.skills-second-style .skill-percentage {
  background-color: #0099e5;
  border: 2px solid #fff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  height: 8px;
  padding: 0;
}

.skill-percentage.skill-1 {
  width: 95%;
}
.skill-percentage.skill-2 {
  width: 65%;
}
.skill-percentage.skill-3 {
  width: 80%;
}
.skill-percentage.skill-4 {
  width: 90%;
}
.skill-percentage.skill-5 {
  width: 85%;
}
.skill-percentage.skill-6 {
  width: 70%;
}
.skill-percentage.skill-7 {
  width: 60%;
}
.skill-percentage.skill-8 {
  width: 75%;
}
.skill-percentage.skill-9 {
  width: 100%;
}
.skill-percentage.skill-10 {
  width: 80%;
}
/* /Skills */



/* =======================================
7.3. Portfolio subpage
======================================= */
.portfolio-grid {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.portfolio-grid figure {
  width: 33.33333%;
  float: left;
  padding: 3px;
  margin: 0;
}

.portfolio-grid img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-filters {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
  text-align: right;
}
.portfolio-filters li {
  display: inline-block;
}

.portfolio-filters li a,
.portfolio-filters li a:hover {
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 0;
}

.portfolio-filters li a {
  background-color: #fff;
  border: 2px solid #fff;
}

.portfolio-filters li a:hover {
  border: 2px solid #eee;
}

.portfolio-filters li.active a,
.portfolio-filters li.active a:hover {
  background-color: #fff;
  border: 2px solid #0099e5;
  color: #222;
}

.pf-load-more {
    margin-top: 40px;
}

.portfolio-grid {
  margin-left: -7px;
  margin-right: -7px;
}

.portfolio-grid figure {
  width: 33.33333%;
  float: left;
  padding: 7px;
  position: relative;
  overflow: hidden;
}

.portfolio-grid.one-column figure {
  width: 100%;
}

.portfolio-grid.two-columns figure {
  width: 50%;
}

.portfolio-grid.three-columns figure {
  width: 33.33333%;
}

.portfolio-grid.four-columns figure {
  width: 25%;
}

.portfolio-grid.five-columns figure {
  width: 20%;
}

.portfolio-grid img {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-grid figure a,
.portfolio-rid figure img {
  display: block;
  position: relative;
}

.portfolio-grid figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure:hover img {
  transform: scale(1.1);
}

.portfolio-grid figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.portfolio-item-img {
  position: relative;
  overflow: hidden;
}

.portfolio-grid figure .portfolio-item-img:after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,.05);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure:hover .portfolio-item-img:after {
  opacity: 1;
}

.portfolio-item-desc {
  margin-top: 12px;
}

.portfolio-item-desc h4 {
  margin-bottom: 0;
}

.portfolio-item-desc small {
  color: #888;
}

.portfolio-grid figure i {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  opacity: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #0099e5;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure .name {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  font-size: 16px;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 67px);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure .category {
  display: inline-block;
  padding: 2px 7px;
  background-color: #fff;
  color: #222;
  font-size: 11px;
  line-height: 1.2em;
  bottom: 15px;
  left: 15px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-grid figure:hover i,
.portfolio-grid figure:hover .name,
.portfolio-grid figure:hover .category {
  opacity: 1;
}


/* =======================================
7.4. Blog subpage
======================================= */
/* Blog */
/* Blog */
.blog-masonry {
  margin: 0 -1em 1.8em;
}

.blog-masonry.one-column .item {
  width: 100%;
  padding: 0 1em 2em;
}

.blog-masonry.two-columns .item {
  width: 50%;
  float: left;
  padding: 0 1em 2em;
}

.blog-masonry.three-columns .item {
  width: 33.333333%;
  float: left;
  padding: 0 1em 2em;
}

.blog-card {
  display: block;
  position: relative;
  padding: 0;
  background: #fff;
}

.blog-card .post-image {
  width: 100%;
  margin: 0;
}

.blog-card .media-block {
  overflow: hidden;
}

.blog-card .media-block img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog-card .media-block:hover img {
  transform: scale(1.1);
}

.blog-card .post-without-f-image {
  padding-bottom: 46.875%;
  width: 100%;
  background-color: #f5f5f5;
}

.blog-card .post-info {
  padding: 1em 1.4em 1.4em;
  border: 1px solid #f5f5f5;
  border-top: 0;
}

.blog-card .blog-item-title {
  margin: 5px 0 0 0;
}

.blog-card .post-meta {
  padding: 1em;
  margin: 0;
}

.blog-card .category a {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 2px 7px;
  line-height: 1.2em;
  font-size: 11px;
  color: #222;
  z-index: 3;
}

.blog-card .post-date {
  display: inline-block;
  color: #888;
  font-size: 11px;
  line-height: 1.1em;
  font-weight: 300;
}

.blog-card .media-block {
  position: relative;
}

.sticky-badge {
  position: absolute;
  background-color: #fff;
  right: 10px;
  top: 10px;
  font-size: 12px;
  padding: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #888;
  z-index: 3;
}

.blog-card .media-block a .mask {
  position: absolute;
  background: #4f565e;
  background: rgba(0,0,0,.12);
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-card .media-block a .mask:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  width: 44px;
  line-height: 44px;
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  content: "\f35d";
  color: #fff;
}

.blog-card .media-block:hover a .mask {
  visibility: visible;
  opacity: 1;
}

.blog-card ul.category li a {
  color: #888;
  font-size: 12px;
  font-weight: 300;
}

.blog-card .post-meta .item, .post-meta .item a {
  color: #a6a6a6;
}

.post-meta .item {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.post-meta .item:before {
  padding-right: 5px;
}



/* =======================================
7.5. Contact subpage
======================================= */
/* Contact info */
.lm-info-block {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  background: #fff;
  padding: 20px 10px 15px;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lm-info-block i {
    position: relative;
    font-size: 40px;
    color: #b5b5b5;
}

.lm-info-block h4 {
    font-size: 16px;
    margin-top: 10px;
}
/* /Contact info */

/* Contact form */
.g-recaptcha {
  margin-bottom: 20px;
}

/* Two Columns Form */
.controls.two-columns .left-column {
  width: 47%;
  float: left;
  margin-right: 3%;
}

.controls.two-columns .right-column {
  width: 50%;
  float: right;
}
/* /Two Columns Form */
/* / Contact form */

/* Google Map */
.map {
  width: 100%;
  height: 150px;
  margin: 0 0 30px;
}
/* / Google Map */


/* =============================================================================
8. Sliders
============================================================================= */
/* Testimonials & Clients Carousel */
.testimonials {
  width: 100%;
}

.testimonials.owl-carousel .owl-nav,
.clients.owl-carousel .owl-nav {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 5px;
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-prev {
  margin-right: 3px;
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next,
.clients.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #666;
}

.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover {
  background-color: #0099e5;
  border-color: #0099e5;
  color: #fff;
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-next:before {
  position: relative;
  margin: 2px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: inherit;
  z-index: 1;
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}

.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
}
/* /Testimonials & Clients Carousel */

/* Portfolio Carousel */
.portfolio-page-carousel {
  overflow: hidden;
}

.portfolio-page-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.portfolio-page-carousel .owl-nav [class*='owl-'] {
  color: #9e9e9e;
  margin: 0;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.portfolio-page-carousel .owl-nav [class*='owl-']:before {
  display: block;
}

.portfolio-page-carousel .owl-nav .owl-prev {
  position: absolute;
  margin-left: -50px;
  left: 0;
}

.portfolio-page-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
}

.portfolio-page-carousel .owl-nav .owl-next {
  position: absolute;
  margin-right: -50px;
  right: 0;
}

.portfolio-page-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
}

.portfolio-page-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}

.portfolio-page-carousel .owl-nav .owl-next:before {
  content: "\f054";
}

.portfolio-page-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.portfolio-page-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.portfolio-page-carousel .owl-dots .owl-dot.active span, .portfolio-page-carousel .owl-dots .owl-dot:hover span {
  background: #9e9e9e;
}

.portfolio-page-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #f5f5f5;
  border: 1px solid #9e9e9e;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* Portfolio Carousel */


/* =============================================================================
9. Portfolio Full info page
============================================================================= */
.page-ajax-loaded {
  position: fixed;
  background-color: #fff;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.page-ajax-loaded:empty {
  display: none !important;
}

.ajax-page-content {
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

.ajax-page-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 60px 50px;
}

.ajax-page-nav {
  text-align: right;
}

.ajax-page-nav > div.nav-item {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.ajax-page-nav > div.nav-item a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #888;
  background-color: #eee;
}

.ajax-page-nav > div.nav-item a:hover {
  background-color: #0099e5;
  color: #fff;
}

.ajax-page-nav > div.nav-item a i {
  line-height: 40px;
  font-size: 22px;
}

.ajax-page-title {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: left;
}

.ajax-page-title h1 {
  display: inline-block;
  margin: 0;
}

.portfolio-block {
  padding-top: 30px;
}

.ajax-page-page-content img {
  max-width: 100%;
}

.portfolio-page-video,
.portfolio-page-carousel,
.portfolio-page-image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.project-description {
  display: block;
  position: relative;
  padding: 20px 25px 25px;
  background-color: #fcfcfc;
}

.ajax-page-wrapper .block-title h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.project-general-info {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.project-general-info li {
  margin : 0 0 10px;
}

.project-general-info .fa {
  color: #0099e5;
  margin-right: 5px;
}

.project-general-info p {
  margin: 0;
}

.share-buttons {
  display: block;
  margin: 25px 0 0;
}

.share-buttons a {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0;
  width: 28px;
  height: 28px;
  color: #888;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 0;
}

.portfolio-page-content .share-buttons a {
  margin: 0 7px 0 0;
}

.share-buttons a:hover {
  color: #fff;
  background-color: #0099e5;
  border-color: #0099e5;
}

.share-buttons a:last-child {
  margin-right: 0;
  border-radius: 0;
}

.share-buttons a i {
  font-size: 14px;
  line-height: 26px;
}

/* Tags Block */
.tags-block {
  margin: 25px 0 0;
}

.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags > li {
  display: inline-block;
}

.tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
  padding: 2px 7px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin: 3px 2px 2px;
}

.tags a:first-child {
  margin-left: 0;
}
/* /Tags Block */

.tech-map-description {
  margin: 0 0 14px;
}

.tech-map-block {
  margin-top: 0;
}

.tech-map-tags > li {
  margin: 0 8px 8px 0;
}

.tech-map-tags > li > span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  padding: 6px 11px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  transition: all 0.2s ease-in-out;
}

.tech-map-tags > li > span:hover {
  color: #0099e5;
  border-color: #bfe7fb;
  background: #f7fcff;
}

/* =============================================================================
10. Single Page Layout (Blog Post page ...)
============================================================================= */
.single-page-content {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 15px;
}

.single-page-content .content-area {
  position: relative;
  display: block;
  max-width: 2300px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  min-height: 100%;
}

.single-page-content .content-area .page-content {
  padding: 0 0 50px;
  min-height: 100%;
  height: 100%;
  clear: both;
  display: block;
  background-color: #fff;
}

.single-page-content .post-content {
  position: relative;
  margin-top: -70px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  z-index: 1;
}

.post-thumbnail {
  background: #b2b2b2;
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.entry-header {
  position: relative;
  z-index: 1;
  padding: 5px 0 0;
}

.entry-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 15px 0 15px 0;
}

.entry-meta {
  color: #9e9e9e;
  margin: 20px 0 30px;
}

.entry-meta a {
  color: #9e9e9e;
}

.entry-meta:not(.entry-tags-share) a:hover {
  color: #0099cc;
}

.site-content .entry-header .entry-meta {
  font-size: 13px;
  margin-bottom: 12px;
}

.blog-post-content .block-title {
  margin: 40px 0 10px;
}

.entry-meta {
  color: #9e9e9e;
  margin: 20px 0 30px;
}

.entry-meta a {
  color: #9e9e9e;
}

.entry-meta:not(.entry-meta-bottom) a:hover {
  color: #F4511E;
}

.post-tags a:hover {
  color: #222;
}

.entry-meta.entry-meta-bottom .date-author {
  display: inline-block;
  line-height: 28px;
  margin: 5px 0;
}

.post-tags {
  margin: 30px 0;
  text-align: left;
}

.entry-meta.entry-meta-bottom .date-author > span:after {
  content: '';
  height: 14px;
  line-height: 1em;
  display: inline-block;
  margin: 0 6px 0 9px;
  background-color: #e5e5e5;
  width: 1px;
  top: 2px;
  position: relative;
}

.entry-meta.entry-meta-bottom .date-author > span:last-child:after,
.entry-meta.entry-meta-bottom .date-author > span:first-child:last-child:after {
  display: none;
}

.site-content .entry-header .entry-meta {
  font-size: 13px;
}

.site-content .entry-meta.entry-meta-bottom {
  display: inline-block;
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  padding: 0 10px;
  margin: 30px 0 0;
}

.entry-meta.entry-meta-bottom .share-buttons {
  display: inline-block;
  margin: 5px 0;
}

.entry-meta.entry-meta-bottom .share-buttons a:hover {
  color: #fff;
}

.entry-meta.entry-meta-bottom .post-info span {
  display: inline-block;
  padding: 5px 0;
  line-height: 1em;
}

.blog-post-content .post-comment-add {
  max-width: 700px;
}

.blog-post-content .post-comments .media {
  margin-top: 30px;
}

.blog-post-content .post-comments > .media {
  margin-top: 0;
}

.post-comments .media-object {
  max-width: 60px;
  border-radius: 50px;
}

.post-comments .media-footer,
.post-comments .media-footer a {
  display: inline-block;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 1em;
}

.post-comments .media-footer a:hover {
  color: #0099e5;
}

.blog-post-content .divider {
  color: #d3d3d3;
  margin: 0 2px;
  min-width: 5px;
}

.post-comments .light-gray {
  color: #9e9e9e;
  font-size: 12px;
}

.site-content.single-post {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.site-content.single-post article {
  padding-top: 15px;
}

.site-content.single-post article.has-post-thumbnail {
  padding-top: 0;
}

.site-content.single-post .post-thumbnail {
  margin-top: 0;
}

.site-content.single-post .post-content,
.site-content.single-post .post-navigation,
.site-content.single-post .comments-area {
  position: relative;
  z-index: 1;
}

.site-content.single-post .entry-content {
  padding: 0 0 30px;
}

.post-content .embed-video {
  margin-top: 20px;
}

.post-content .single-image {
  margin-top: 20px;
}

blockquote {
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 1em;
  border-left: 2px solid #d8d8d8;
  font-style: italic;
}

blockquote p {
  font-style: italic;
}

/* ====== Entry Meta ======= */
.entry-meta {
  clear: both;
  line-height: 1.3333333333;
}

.entry-meta + .cat-links:empty {
  display: none;
}

.entry-meta a:hover {
  color: #0099e5;
}

.entry-meta.entry-meta-top > span:after {
  content: '';
  height: 14px;
  line-height: 1em;
  display: inline-block;
  margin: 0 6px 0 9px;
  background-color: #e5e5e5;
  width: 1px;
  top: 2px;
  position: relative;
}

.entry-meta.entry-meta-top > span:last-child:after,
.entry-meta.entry-meta-top > span:first-child:last-child:after {
  display: none;
}

.post-categories {
  display: inline-block;
  margin: 0 0 7px;
  padding: 0;
  list-style: none;
}

.post-categories li {
  display: inline-block;
}

.cat-links {
  display: block;
  padding: 5px 0;
}

.cat-links li a {
  display: inline-block;
  font-size: 14px;
  margin: 0 6px 6px 0;
  color: #fff;
  background-color: #0099e5;
  padding: 2px 5px;
}

.cat-links li:first-child a {
  margin-left: 0;
}

.cat-links li a:hover {
  color: #fff;
  background-color: #0099e5;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.site-content .entry-meta {
  margin-bottom: 12px;
}

.site-content footer.entry-meta {
  margin: 25px 0;
  padding: 10px 10px;
  font-size: 15px;
  border: 1px solid #eee;
}

.entry-meta-bottom .tags {
  float: left;
  margin: 5px 0;
}

.entry-meta-bottom .entry-share {
  float: right;
  margin: 0;
}

.entry-meta-bottom .entry-share a:hover {
  color: #fff;
}

.entry-meta-bottom .entry-share h4 {
  display: inline-block;
  float: left;
  margin: 2px 10px 0;
}

/* ======= Post/Image/Paging Navigation ======= */
.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.post-navigation,
.image-navigation {
  margin: 30px auto 0;
  padding: 0;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  display: inline-block;
  width: auto;
  max-width: 46%;
  padding: 9px 0;
}

.post-navigation a[rel="next"],
.image-navigation .previous-image[rel="next"],
.image-navigation .next-image[rel="next"] {
  float: right;
  text-align: right;
}

.post-navigation .meta-nav {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-navigation a,
.image-navigation a {
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857142;
}

.post-navigation a:hover,
.image-navigation a:hover {
  color: #0099e5;
}

/* Posts Navigation & Comments */
.single-page-content .post-navigation,
.single-page-content .comments-area {
  margin: 30px 70px 0;
}




/* =============================================================================
11. Media Queries
============================================================================= */

@media only screen and (max-width: 1320px) {
  .portfolio-grid figure {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1170px) {
  .content-page-with-sidebar .page-content {
    width: 100%;
  }

  .content-page-with-sidebar .blog-sidebar {
    position: fixed;
    display: block;
    width: 275px;
    right: -275px;
    background-color: #fff;
    padding: 0;
    top: 0;
    height: 100%;
    float: none;
    z-index: 101;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.66s ease-in-out;
    -moz-transition: all 0.66s ease-in-out;
    -o-transition: all 0.66s ease-in-out;
    -ms-transition: all 0.66s ease-in-out;
    transition: all 0.66s ease-in-out;
  }

  .content-page-with-sidebar .blog-sidebar .blog-sidebar-content {
    overflow: auto;
    height: 100%;
    padding: 15px;
  }

  .blog-sidebar.open {
    right: 0;
    -webkit-box-shadow: 0 0px 20px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0px 20px 5px rgba(0,0,0,0.08);
    box-shadow: 0 0px 20px 5px rgba(0,0,0,0.08);
  }

  .sidebar-toggle {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    left: -40px;
    font-size: 14px;
    top: 15px;
    border: 1px solid #eee;
    border-right-width: 0;
  }
}

@media only screen and (min-width: 991px) {
  .site-main {
    margin-left: 160px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    overflow-y: auto;
  }

  .mobile-visible {
    display: block;
    visibility: visible;
  }

  .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }

  .border-block-top-110 {
    display: none;
  }

  .header {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    left: 0;
    top: 0;
    padding-top: 0;
    z-index: 1001;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    transform: translateX(0);
    -webkit-box-shadow: 0 24px 60px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 24px 60px 0 rgba(0,0,0,0.12);
    box-shadow: 0 24px 60px 0 rgba(0,0,0,0.12);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header.animate {
    -webkit-transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
    -moz-transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
    -o-transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
    -ms-transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
    transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .mobile-menu-hide {
    width: 100vw;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .header .logo {
    float: none;
  }

  .header .logo a {
    text-align: center;
  }

  .admin-bar .site-main {
    top: 64px;
  }

  .admin-bar .header {
    top: 0;
    height: 100dvh;
  }

  .site-title {
    font-size: 24px;
  }

  .site-subtitle {
    font-size: 13px;
    margin: 5px 0;
  }

  .mobile-header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    left: 0;
    right: 0;
    height: 64px;
    padding: 0 14px 0 18px;
    z-index: 1002;
  }

  .mobile-header .menu-toggle {
    float: none;
    margin: 0;
    width: 40px;
    height: 40px;
    position: relative;
    top: 9px;
  }

  .mobile-logo-container {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }

  .mobile-header-image {
    display: inline-flex;
    align-items: center;
  }

  .mobile-header-image img {
    max-height: 40px;
    margin: 0;
  }

  .mobile-site-title {
    display: inline-block;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.2;
  }

  .mobile-site-title a,
  .mobile-site-title a:focus,
  .mobile-site-title a:hover {
    color: #222;
  }

  .pt-page,
  .pt-page.start-page,
  .pt-page.start-page.first-style {
    padding-left: 0;
  }

  .single-page-content {
    padding-left: 0;
    margin-left: 0;
  }

  .pt-page .section-inner {
    padding: 25px 30px 60px;
    margin-left: 0;
  }

  .single-page-content .content-area {
    padding: 0;
    margin-left: 0;
  }

  .section-inner.start-page-full-width {
    padding:  0 0 15px;
  }

  .page-content,
  .single-page-content .content-area .page-content,
  .single-post .single-page-content .content-area {
    padding: 0 0 50px;
  }

  .single-fw-portfolio .single-page-content .content-area {
    padding: 0;
  }

  .subpage-block {
    margin-bottom: 40px;
  }

  .site-main {
    position: absolute;
    top: 64px;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
  }

  .section-title-block,
  .page-header-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .section-title-block.first-style .section-title:after,
  .page-title-wrap.first-style .page-title:after,
  .section-title-block.first-style .section-title:before,
  .page-title-wrap.first-style .page-title:before {
    display: none;
  }

 .section-title-block.first-style {
    display: block;
    text-align: left;
  }

  .section-title-block.first-style .section-title,
  .page-header {
    display: inline-block;
    position: relative;
  }

  .section-title-block.first-style .section-title,
  .page-title-wrap.first-style h2.page-title {
    margin: 0 0 0 -30px;
    padding: 10px 20px 10px 28px;
  }

  .page-title-wrap.second-style h2.page-title {
    margin: 0 0 30px;
  }

  p.site-description {
    color: #9e9e9e;
    text-shadow: none;
  }

  .pt-wrapper {
    padding: 0;
    margin: 0;
  }

  .site-title-block {
    float: none;
  }

  .site-main-menu {
    display: block;
    float: none;
    margin: 0;
  }

  .site-main-menu li {
    display: block;
    text-align: left;
    float: none;
    width: 100%;
    margin: 0;
  }

  .site-main-menu .sub-menu {
    margin: 0;
    padding-left: 15px;
  }

  .site-main-menu + .site-main-menu > li:first-child {
    margin-left: 0;
  }

  .header .header-content {
    min-height: 100dvh;
    padding: 88px 24px 32px;
    display: flex;
    flex-direction: column;
  }

  .my-photo {
    margin: 0 auto 18px;
    max-width: 120px;
  }

  .my-photo img {
    width: 92px;
    height: 92px;
    max-height: 92px;
  }

  .site-title-block {
    margin: 0 0 10px;
  }

  .header .my-photo,
  .header .site-title-block {
    display: none;
  }

  .site-nav {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
  }

  .site-main-menu li a,
  .site-main-menu li a:hover {
    font-size: clamp(24px, 7vw, 34px);
    font-weight: 600;
    line-height: 1.2;
    padding: 18px 28px;
    text-align: center;
    border-bottom: none;
    border-radius: 16px;
  }

  .site-main-menu:not(.dl-menu) li:first-child a {
    border-top: none;
  }

  .site-main-menu li + li {
    margin-top: 10px;
  }

  .site-main-menu li a:hover:after,
  .site-main-menu li a.active:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 8px;
    width: 36px;
    height: 2px;
    transform: translateX(-50%);
  }

  .site-nav .menu-locale-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 28px 0 0;
    border-bottom: none;
  }

  .site-nav .menu-locale-links a {
    min-width: 58px;
    height: 42px;
    padding: 0 16px;
    border-radius: 21px;
    font-size: 18px;
    font-weight: 600;
  }

  .header .social-links {
    gap: 14px;
    padding: 0;
  }

  .header .social-links a {
    width: 52px;
    height: 52px;
  }

  .header .social-links a i {
    font-size: 22px;
    line-height: 52px;
  }

  .header .social-links.social-icon-links {
    margin: 0 auto 18px;
    width: 100%;
    max-width: 380px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    box-sizing: border-box;
  }

  .header .copyrights {
    position: static;
    padding: 0;
    margin-top: 0;
  }

  .additional-menu.site-main-menu > li:first-child > a {
    margin-left: 0;
  }

  .home-page-block h2 {
    font-size: 60px;
  }

  .home-page-description {
    font-size: 18px;
  }

  .ajax-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lm-pricing .lm-package {
    max-width: 400px;
    margin: 0 auto 25px;
  }

  .lm-pricing .lm-package-wrap:last-child .lm-package:last-child {
    margin-bottom: 0;
  }

  .blog-masonry.three-columns .item {
    width: 50%;
  }

  .single-page-content .content-area {
    display: block;
  }

  .site-content.single-post .post-thumbnail {
    margin-top: 0;
  }

  .content-page-with-sidebar .page-content {
    width: 100%;
    display: block;
  }

  .content-page-with-sidebar .blog-sidebar {
    top: 50px;
    height: calc(100% - 50px);
    min-height: calc(100% - 50px);
  }
}

@media only screen and (max-width: 768px) {
  .start-page .title-block h2 {
    font-size: 50px;
  }

  .section-inner.start-page-full-width .hp-text-block {
    padding: 30px 30px 50px;
  }

  .hp-main-title {
    font-size: 36px;
  }

  .portfolio-grid figure {
    width: 50%;
  }

  .home-page-block h2 {
    font-size: 50px;
  }

  .home-page-description {
    font-size: 18px;
  }

  .info-list {
    margin-top: 20px;
  }

  .start-page-content .page-header {
    padding: 50px 30px;
    margin: 0;
  }

  .start-page-content .page-header .photo {
    max-width: 200px;
    margin: 0 auto;
  }

  .start-page-content .page-header .title-block h2 {
    margin-top: 25px;
    font-size: 44px;
    line-height: 1.2em;
  }

  .start-page-content .page-header .title-block .sp-subtitle {
    margin-top: 15px;
  }

  .custom-page-content .page-header {
    padding: 15px 30px;
  }

  .custom-page-content .page-header h2 {
    font-size: 33px;
  }

  .admin-bar .content-page-with-sidebar .blog-sidebar {
    top: 96px;
    height: calc(100% - 96px);
    min-height: calc(100% - 96px);
  }

  .blog-post-content {
    padding: 0;
    margin: 30px 0 0;
  }

  .blog-masonry.two-columns .item,
  .blog-masonry.three-columns .item {
    width: 100%;
  }

  .portfolio-grid figure,
  .portfolio-grid.three-columns figure {
    width: 50%;
  }

  .portfolio-grid.four-columns figure,
  .portfolio-grid.five-columns figure {
    width: 33.3333333%;
  }

  .page-portfolio-loaded .portfolio-page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-page-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }

  .portfolio-page-carousel .owl-nav .owl-next {
    margin-right: 0;
  }

  .portfolio-page-carousel .owl-nav .owl-prev,
  .portfolio-page-carousel .owl-nav .owl-next {
    background-color: rgba(255,255,255,.55);
  }

  .single-page-content .portfolio-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nothing-found h2 {
    font-size: 88px;
  }

  .entry-meta.entry-meta-bottom .share-buttons {
    display: block;
    float: none;
  }

  .entry-meta-bottom .tags {
    display: block;
    float: none;
  }

  .entry-meta.entry-meta-bottom .date-author + .share-buttons {
    margin-top: 10px;
  }

  .single-page-content .post-content,
  .single-page-content .post-navigation,
  .single-page-content .comments-area {
    position: relative;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
  }

  .fw-table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .comment-metadata {
    padding: 0;
    border: 0;
    margin: 0 0 5px;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-block.first-style .section-description {
    margin: 7px 0 0;
    width: 100%;
  }

  .portfolio-grid figure {
    width: 100%;
  }

  .portfolio-grid.three-columns figure,
  .portfolio-grid.two-columns figure {
    width: 100%;
  }

  .portfolio-grid figure,
  .portfolio-grid.two-columns figure,
  .portfolio-grid.three-columns figure,
  .portfolio-grid.four-columns figure,
  .portfolio-grid.five-columns figure {
    width: 100%;
  }

  .home-page-block h2 {
    font-size: 40px;
  }

  .home-page-description {
    font-size: 16px;
  }

  .nothing-found h2 {
    font-size: 60px;
  }

  .entry-title {
    font-size: 27px;
  }

  .controls.two-columns .left-column {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .controls.two-columns .right-column {
    width: 100%;
    float: none;
  }

  .comment-list .children {
    margin-left: 7px;
    padding-left: 5px;
  }

  .timeline.timeline-second-style {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .timeline-second-style .timeline-item {
    position: relative;
    display: block;
    padding: 18px 18px 20px;
    margin: 0;
    border: 1px solid #e3e7ed;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  }

  .timeline-second-style .left-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    min-height: 0;
    text-align: left;
  }

  .timeline-second-style .divider {
    display: none;
  }

  .timeline-second-style .right-part {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }
}


/* =============================================================================
12. Updates
============================================================================= */
/* v2.0 - 17 September 2018 */
.pt-page.start-page {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
}

.start-page .section-inner {
  background-color: transparent;
  background-image: url(../images/start_page_1.jpg.html);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
}

.start-page .section-inner .mask {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10,10,10,0.45);
}

.start-page .title-block {
  position: relative;
  text-align: center;
}

.start-page .title-block h2 {
  color: #fff;
  font-size: 70px;
  margin: 0;
  text-align: center;
}

.start-page .title-block .sp-subtitle {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0;
  text-align: center;
}

.start-page .vcentered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.lm-info-block.gray-bg {
  background-color: #fafafa;
}

.lm-info-block .lm-info-block-value {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  margin: 10px 0;
  color: #0099e5;
}

.lmpixels-scroll-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-block;
  padding: 0;
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  color: #3e4a59;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
  box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}

.lmpixels-scroll-to-top:hover {
  color: #0099e5;
  border-color: #b9d7f0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.lmpixels-scroll-to-top.hidden {
  opacity: 0;
  visibility: hidden;
}

body.mobile-menu-open .lmpixels-scroll-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.info-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  margin: 6px 0;
  text-align: left;
}

.info-list li .title {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}

.info-list li .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0099e5;
}

@media only screen and (max-width: 991px) {
  .pt-page.start-page {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .start-page .title-block h2 {
    font-size: 42px;
  }
  .start-page .title-block .sp-subtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .lmpixels-arrows-nav > div {
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
}
/* /v2.0 - 17 September 2018 */

/* v2.1 - 28 September 2018 */
.section-inner.start-page-full-width .hp-text-block .sp-subtitle {
  color: #888;
  font-weight: 300;
}
/* /v2.1 - 28 September 2018 */

/* v2.2 - 26 October 2018 */
/* Header Copyrights */
.header .copyrights {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px 15px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #aeaeae;
}
/* /Header Copyrights */
/* /v2.2 - 26 October 2018 */

.contact-info-cards .lm-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 198px;
  padding: 28px 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-info-cards .lm-info-block i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(0, 153, 229, 0.08);
  color: #0099e5;
  font-size: 30px;
}

.contact-info-cards .lm-info-block h4 {
  margin: 0;
  color: #2f2f36;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.contact-info-cards .lm-info-block:hover {
  transform: translateY(-6px);
  background-color: #fff;
  box-shadow: 0 20px 42px rgba(0, 153, 229, 0.12);
  border-color: rgba(0, 153, 229, 0.24);
}

@media only screen and (max-width: 767px) {
  .contact-info-cards .lm-info-block {
    min-height: 172px;
    padding: 24px 18px 20px;
  }

  .contact-info-cards .lm-info-block i {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    font-size: 26px;
  }

  .contact-info-cards .lm-info-block h4 {
    font-size: 18px;
  }
}

.contact-form-intro {
  margin: 0 0 12px;
}

.contact-form-shell {
  display: grid;
  gap: 26px;
  margin: 6px 0 12px;
}

.contact-form-shell--with-aside {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
  align-items: stretch;
}

.contact-form-aside,
.contact-form-panel {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #e3e7ed;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(20, 33, 61, 0.08);
}

.contact-form-aside {
  padding: 34px 30px;
  overflow: hidden;
}

.contact-form-aside:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0099e5 0%, rgba(0, 153, 229, 0.15) 100%);
}

.contact-form-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 153, 229, 0.08);
  color: #0078b4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-title h3 {
  margin-bottom: 0;
}

.contact-form-title h3:after {
  width: 72px;
}

.contact-form-intro {
  margin: 18px 0 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.8;
}

.contact-form-highlights {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-form-highlight {
  padding: 16px 18px;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  background: rgba(0, 153, 229, 0.02);
}

.contact-form-highlight__label {
  display: block;
  margin-bottom: 6px;
  color: #6c7a89;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-highlight__value {
  color: #1b2430;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.contact-form-highlight a.contact-form-highlight__value:hover,
.contact-form-highlight a.contact-form-highlight__value:focus {
  color: #0099e5;
}

.contact-form-panel {
  padding: 34px 30px 30px;
}

.contact-form-shell--compact .contact-form-panel {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-form-shell--compact .contact-form-title h3 {
  margin-bottom: 12px;
}

.contact-form-shell--compact .contact-form-title h3:after {
  width: 58px;
}

.contact-form-shell--compact .contact-form-grid {
  gap: 16px 16px;
}

.contact-form-shell--compact .contact-form-body {
  width: 100%;
  margin: 0;
  padding: 28px 26px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #e3e7ed;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(20, 33, 61, 0.08);
}

.contact-form-shell--compact .contact-form-label {
  margin-bottom: 8px;
  font-size: 11px;
}

.contact-form-shell--compact .contact-form .form-control,
.contact-form-shell--compact .contact-form .form-control:focus {
  height: 48px;
  padding: 12px 16px;
  border-radius: 10px;
}

.contact-form-shell--compact .contact-form textarea.form-control,
.contact-form-shell--compact .contact-form textarea.form-control:focus {
  min-height: 132px;
}

.contact-form-shell--compact .contact-form-actions {
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
}

.contact-form-shell--compact .contact-form-note {
  font-size: 13px;
  line-height: 1.6;
  max-width: 320px;
}

.contact-form-shell--compact .contact-form .btn-send {
  min-width: 164px;
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
}

.contact-form {
  margin-top: 0;
}

.contact-form-body {
  margin-top: 0;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.contact-form-grid__full {
  grid-column: 1 / -1;
}

.contact-form .form-group {
  margin: 0;
}

.contact-form-label {
  display: block;
  margin-bottom: 10px;
  color: #2c3a4b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form .form-control,
.contact-form .form-control:focus {
  height: 54px;
  padding: 16px 18px 14px;
  border: 1px solid #d9e3ef;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-form textarea.form-control,
.contact-form textarea.form-control:focus {
  min-height: 180px;
  padding-top: 16px;
  resize: vertical;
}

.contact-form .form-control:hover {
  border-color: #bfd6eb;
}

.contact-form .form-control:focus {
  border-color: #0099e5;
  box-shadow: 0 0 0 4px rgba(0, 153, 229, 0.12);
}

.contact-form .form-control::-moz-placeholder {
  color: #98a4b3;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #98a4b3;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #98a4b3;
}

.contact-form .form-control + .form-control-border {
  display: none;
}

.contact-form .has-error .form-control,
.contact-form .has-error .form-control:focus {
  border-color: #ff4c4c;
  box-shadow: 0 0 0 4px rgba(255, 76, 76, 0.12);
}

.contact-form .help-block {
  position: static;
  display: block;
  margin: 8px 0 0;
  padding: 0;
  color: #d53636;
  background: transparent;
  font-size: 13px;
  line-height: 1.5;
}

.contact-form .help-block:after {
  display: none;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e6edf5;
}

.contact-form-actions--submit-only {
  justify-content: flex-end;
}

.contact-form-note {
  margin: 0;
  color: #6c7a89;
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
}

.contact-form .btn-send {
  min-width: 190px;
  min-height: 44px;
  padding: 10px 14px;
  border: 2px solid #0099e5;
  border-radius: 12px;
  background: #0099e5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  box-shadow: 0 8px 20px rgba(0, 153, 229, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.contact-form .btn-send:hover,
.contact-form .btn-send:focus {
  background: #067fb9;
  border-color: #067fb9;
  box-shadow: 0 8px 20px rgba(0, 153, 229, 0.24);
}

.contact-form .btn-send:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .contact-form-shell--with-aside {
    grid-template-columns: 1fr;
  }

  .contact-form-aside,
  .contact-form-panel {
    padding: 28px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid__full {
    grid-column: auto;
  }

  .contact-form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form-note {
    max-width: none;
  }

  .contact-form .btn-send {
    width: 100%;
  }

  .contact-form-shell--compact .contact-form textarea.form-control,
  .contact-form-shell--compact .contact-form textarea.form-control:focus {
    min-height: 120px;
  }

  .contact-form-shell--compact .contact-form-body {
    padding: 22px 20px 20px;
  }

  .timeline-second-style .timeline-item {
    padding-bottom: 20px;
  }

  .timeline-second-style .item-period {
    margin: 0;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f8fc;
    color: #2f3f50;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .experience-logo-wrap {
    flex: 0 0 auto;
  }

  .experience-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #e6ebf1;
    background: #fff;
    padding: 6px;
  }

  .timeline-second-style .item-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px;
  }

  .experience-title-company {
    color: #6c7684;
    font-weight: 600;
  }

  .experience-title-at {
    color: #98a2b0;
  }

  .experience-location {
    margin-bottom: 0;
    color: #66707d;
    font-size: 17px;
    line-height: 1.45;
  }

  .experience-about {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.75;
  }

  .experience-meta {
    margin-top: 18px;
    gap: 12px;
  }

  .experience-meta--facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .experience-fact {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border-left: 0;
  }

  .experience-meta-label {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .experience-meta-value {
    font-size: 18px;
    line-height: 1.4;
  }

  .resume-work-list {
    margin-top: 14px;
    padding-left: 20px;
  }

  .resume-work-list li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
  }

  .resume-work-toggle {
    margin-top: 16px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* V2.4 - 03 July 2019 */
body {
  overflow: auto;
}

.one-page-style .site-main,
.one-page-style .pt-wrapper,
.one-page-style .subpages {
  min-height: auto;
  max-height: none;
  height: auto;
}

.one-page-style .pt-page {
  position: relative;
  height: auto;
  overflow: hidden;
  min-height: auto;
  padding-bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.one-page-style .pt-page:last-child {
  padding-bottom: 0;
}

.one-page-style .pt-page .section-inner:not(.start-page-full-width) {
  padding-top: 40px;
}

.one-page-style .pt-page:last-child .section-inner:not(.start-page-full-width) {
  padding-bottom: 70px;
}

.one-page-style .lmpixels-arrows-nav {
  position: fixed;
}

.blog-masonry {
  margin-bottom: 0;
  display: flow-root;
}
/* /V2.4 - 03 July 2019 */

/* Portfolio project card icon */
.project-card-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.project-card-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 26px;
  border-radius: 4px;
}

.project-card-description {
  margin: 8px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio-card {
  height: 100%;
  border: 1px solid #e4e8ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  border-color: #d4dde8;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.portfolio-card__media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eef2f6;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}

.portfolio-card__media-link {
  display: block;
}

.portfolio-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .3s ease;
}

.portfolio-card:hover .portfolio-card__media img {
  transform: scale(1.03);
}

.portfolio-card__body {
  padding: 18px 20px 20px;
}

.portfolio-card__content-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.portfolio-card__content-link:hover,
.portfolio-card__content-link:focus {
  color: inherit;
  text-decoration: none;
}

.portfolio-card .project-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-height: 58px;
  font-size: 24px;
  line-height: 1.15;
}

.portfolio-card .project-card-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 6px;
}

.portfolio-card .project-card-description {
  margin-top: 12px;
  min-height: 3.1em;
  color: #65707c;
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
}

@media only screen and (max-width: 767px) {
  .portfolio-card {
    border-radius: 14px;
  }

  .portfolio-card__body {
    padding: 16px 16px 18px;
  }

  .portfolio-card .project-card-title {
    min-height: 0;
    font-size: 21px;
  }

  .portfolio-card .project-card-description {
    font-size: 13px;
  }
}

#portfolio .blog-masonry + .bottom-cta {
  clear: both;
  margin-top: 48px;
}

/* Resume experience details */
.resume-work-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.resume-work-list li {
  margin-bottom: 6px;
}

.resume-work-list.is-collapsed {
  display: none;
}

.resume-work-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 12px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  color: #607080;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.resume-work-toggle:hover {
  color: #0099e5;
  border-color: #bfd6eb;
  background: #f7fbfe !important;
  text-decoration: none;
}

.resume-work-toggle:focus,
.resume-work-toggle:active,
.resume-work-toggle:focus-visible {
  background: #f7fbfe;
  box-shadow: none;
  color: #0099e5;
  border-color: #bfd6eb;
  text-decoration: none;
  outline: none;
}

.resume-work-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #8b95a3;
  font-size: 10px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.resume-work-toggle:hover .resume-work-toggle-icon,
.resume-work-toggle:focus .resume-work-toggle-icon,
.resume-work-toggle:active .resume-work-toggle-icon,
.resume-work-toggle:focus-visible .resume-work-toggle-icon {
  color: #0099e5;
}

.resume-work-toggle .label-less {
  display: none;
}

.resume-work-toggle[aria-expanded="true"] {
  border-color: #bfd6eb;
  background: #f7fbfe;
  color: #0099e5;
}

.resume-work-toggle[aria-expanded="true"] .label-more {
  display: none;
}

.resume-work-toggle[aria-expanded="true"] .label-less {
  display: inline;
}

.resume-work-toggle[aria-expanded="true"] .resume-work-toggle-icon {
  transform: rotate(180deg);
  color: #0099e5;
}

.timeline-second-style .timeline-item--experience .item-period {
  margin: 0 0 12px;
}

.timeline-second-style .timeline-item--education .item-period {
  margin: 0 0 12px;
}

.timeline-second-style .timeline-item--experience .item-title {
  margin: 0 0 2px;
}

.timeline-second-style .timeline-item--education .item-title {
  margin: 0 0 2px;
}

.experience-header {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.experience-subline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

.experience-title-role,
.experience-title-company {
  display: inline;
}

.experience-title-company {
  color: #66707d;
  font-weight: 500;
}

.experience-title-at {
  font-weight: 400;
  color: #8b95a3;
  margin: 0 4px 0 6px;
}

.experience-company-name {
  color: #5f6772;
  font-weight: 600;
}

.experience-company-link-text {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.experience-company-link-text:hover,
.experience-company-link-text:focus {
  color: #2f3f50;
  text-decoration: none;
}

.experience-company-link-text:hover .experience-company-name,
.experience-company-link-text:focus .experience-company-name {
  color: #2f3f50;
}

.experience-company-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #9aa5b3;
  font-size: 11px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.experience-company-link:hover,
.experience-company-link:focus {
  color: #0099e5;
  text-decoration: none;
  transform: translateY(-1px);
}

.experience-about {
  font-size: 15px;
  line-height: 1.9em;
  color: #444;
  margin-top: 14px;
}

.experience-logo-wrap {
  margin-top: 12px;
}

.experience-logo {
  max-width: 220px;
  max-height: 100px;
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

.experience-location {
  margin: 0;
  color: #5f6772;
}

.experience-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.experience-meta--facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px 22px;
  align-items: start;
}

.experience-fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid #e3eaf1;
}

.experience-fact--link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.experience-fact--link:hover,
.experience-fact--link:focus {
  color: #0099e5;
  text-decoration: none;
}

.experience-meta-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b95a3;
  line-height: 1.25;
}

.experience-meta-value {
  color: #1f3342;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.experience-meta-separator {
  width: 4px;
  height: 4px;
  align-self: center;
  flex: 0 0 4px;
  border-radius: 50%;
  background: #c7d0d9;
}

@media only screen and (max-width: 767px) {
  .experience-header {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .experience-subline {
    gap: 4px;
    font-size: 15px;
  }

  .experience-title-role,
  .experience-title-company {
    display: block;
  }

  .experience-title-role {
    margin-bottom: 6px;
  }

  .experience-title-company {
    font-size: 0.9em;
    line-height: 1.25;
  }

  .experience-title-at {
    display: none;
  }

  .experience-company-name {
    color: #5e6a78;
    font-weight: 600;
  }

  .experience-company-link {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    font-size: 12px;
    vertical-align: middle;
  }

  .experience-meta {
    gap: 10px;
    margin-bottom: 14px;
  }

  .experience-meta--facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .experience-fact {
    padding: 11px 13px;
    border-left: 0;
    border-radius: 12px;
    background: #f4f7fb;
    border: 1px solid #e5ebf2;
  }

  .experience-meta-label {
    font-size: 10px;
  }

  .experience-meta-value {
    font-size: 15px;
    line-height: 1.35;
  }

  .experience-about {
    font-size: 18px;
    line-height: 1.7;
  }

  .experience-logo-wrap {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .experience-logo {
    width: 84px;
    height: 84px;
    max-width: none;
    max-height: none;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #dde5ee;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  }

  .experience-meta-separator {
    display: none;
  }

  .resume-work-toggle {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 15px;
  }

  #resume .col-xs-12.col-sm-4 .block-title h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  #resume .col-xs-12.col-sm-4 .block-title h3:after {
    width: 96px;
  }

  .skills-info.skills-second-style {
    padding: 16px 0 8px;
    border: 1px solid #e3e7ed;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    margin-bottom: 22px;
  }

  .skills-info.skills-second-style > .clearfix {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }

  .skills-info.skills-second-style > .clearfix + .skill-container,
  .skills-info.skills-second-style > .clearfix + .clearfix {
    margin-top: 0;
  }

  .skills-info.skills-second-style > .clearfix + .clearfix {
    padding-top: 16px;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eef2f6;
  }

  .skills-info.skills-second-style h4 {
    float: none;
    flex: 1 1 auto;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    color: #2f3a46;
    text-align: left;
  }

  .skills-second-style .skill-value {
    float: none;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #7b8794;
    white-space: nowrap;
    text-align: right;
  }

  .skills-second-style .skill-container {
    height: 8px;
    margin-bottom: 14px;
    width: auto;
    border: 0;
    border-radius: 999px;
    background: #dfe7ef;
    overflow: hidden;
    margin-left: 14px;
    margin-right: 14px;
  }

  .skills-second-style .skill-percentage {
    height: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #12a4f5 0%, #0c8fe0 100%);
  }
}

.bottom-cta {
  position: relative;
  margin-top: 120px;
  padding: 30px 34px 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #0099e5, #4fc3ff) left top / 6px 100% no-repeat,
    #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  overflow: visible;
}

.bottom-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.14) 12%, rgba(15, 23, 42, 0.14) 88%, rgba(15, 23, 42, 0));
}

.bottom-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bottom-cta__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bottom-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 153, 229, 0.1);
  color: #0077b5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bottom-cta__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
}

.bottom-cta__body {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(260px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.bottom-cta__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  max-width: 62ch;
  color: #5f6b7a;
}

.bottom-cta__content {
  min-width: 0;
}

.bottom-cta__actions-panel {
  display: flex;
  justify-content: flex-end;
}

.bottom-cta__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 290px;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 153, 229, 0.1);
  border-radius: 18px;
  background: #f7fbfe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bottom-cta__actions .btn-primary,
.bottom-cta__actions .btn-secondary {
  width: 100%;
  margin: 0;
  text-align: center;
}

.bottom-cta__actions .btn-secondary {
  border: 2px solid #d5dbe3;
  background: transparent;
  color: #4a5568;
}

.bottom-cta__actions .btn-secondary:hover,
.bottom-cta__actions .btn-secondary:focus {
  border-color: #0099e5;
  background: #fff;
  color: #0099e5;
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .bottom-cta {
    margin-top: 96px;
    padding: 24px 20px 22px;
  }

  .bottom-cta__title {
    font-size: 26px;
  }

  .bottom-cta__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bottom-cta__text {
    max-width: none;
    font-size: 16px;
    line-height: 1.75;
  }

  .bottom-cta__actions-panel {
    justify-content: stretch;
  }

  .bottom-cta__actions {
    max-width: none;
  }

  .bottom-cta::after {
    top: -48px;
  }
}

/* Typography refinements */
body,
p {
  font-size: 16px;
  line-height: 1.75;
}

h6 {
  font-size: 15px;
}

p.lead {
  font-size: 19px;
  line-height: 1.7;
}

.site-nav .menu-locale-links a {
  font-size: 12px;
}

.testimonial-firm {
  font-size: 12px;
  line-height: 1.45;
}

.timeline-second-style .item-period {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.timeline-second-style .item-company {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: #7f8894;
  margin-bottom: 0;
}

.timeline-second-style .right-part p,
.timeline-second-style .right-part p > * {
  font-size: 0.97em;
  line-height: 1.75;
}

.section-title-block.second-style .section-description {
  font-size: 15px;
}

.skills-info.skills-second-style h4 {
  font-size: 14px;
  line-height: 1.3;
}

.skills-second-style .skill-value {
  font-size: 12px;
  line-height: 1.3;
}

.portfolio-filters li a,
.portfolio-filters li a:hover {
  font-size: 13px;
  line-height: 1.6;
}

.portfolio-grid figure .category,
.blog-card .category a,
.blog-card .post-date {
  font-size: 12px;
}

.portfolio-grid figure .category,
.blog-card .category a {
  line-height: 1.35;
}

.blog-card .post-date {
  line-height: 1.3;
}

.post-meta .item {
  font-size: 14px;
  line-height: 1.55;
}

.tags a {
  font-size: 13px;
  line-height: 1.55;
}

.tech-map-tags > li > span {
  font-size: 14px;
  line-height: 1.5;
}

.header .copyrights,
body > footer .copyrights {
  font-size: 13px;
  line-height: 1.45;
}

.contact-form-kicker,
.contact-form-highlight__label,
.contact-form-label {
  font-size: 13px;
}

.contact-form-shell--compact .contact-form-label {
  font-size: 12px;
}

.contact-form-shell--compact .contact-form-note {
  font-size: 14px;
  line-height: 1.65;
}
