#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#loader {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
body {
  font-family: 'poppins', sans-serif;
  font-weight: normal;
  color: #777;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}
body a {
  text-decoration: none;
  display: inline-block;
}
body .theme-line-button {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 25px;
  min-width: 130px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body .theme-line-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body .theme-line-button:hover {
  color: #fff;
}
body .theme-line-button:hover:before {
  opacity: 1;
  transform: scale(1);
}
body .theme-solid-button {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 25px;
  min-width: 130px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  display: inline-block;
}
body .theme-solid-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1, 1);
  transition: all 0.3s ease-in-out;
}
body .theme-solid-button:hover:before {
  opacity: 0;
  transform: scale(0, 1);
}
.main-page-wrapper {
  overflow-x: hidden;
  min-height: 100vh;
}
h1 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 75px;
  font-weight: 700;
}
h2 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 55px;
  font-weight: 700;
}
h3 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
h3.site-heading {
  position: relative;
  margin: 40px 20px 10px;
  text-align: center;
}
h4 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
h5 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
h6 {
  margin: 0;
  padding: 0;
  color: #3a3939;
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ty-vcard-time-line {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
ul.ty-vcard-time-line:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 4px;
  left: 50%;
  margin-left: -2px;
  background: radial-gradient(ellipse at top, rgba(197, 202, 213, 0.7) 0, rgba(255, 255, 255, 0) 90%);
}
ul.ty-vcard-time-line li {
  list-style: none;
  display: block;
  margin-bottom: 30px;
  clear: both;
  position: relative;
}
ul.ty-vcard-time-line li .item-period {
  position: absolute;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background-color: #666;
  font-weight: bold;
  border-radius: 3px;
  top: 18px;
  left: 50%;
  margin-left: 30px;
}
ul.ty-vcard-time-line li .item-period:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #666;
  border-width: 6px;
  margin-top: -6px;
}
ul.ty-vcard-time-line li .half-box {
  width: 44%;
  position: relative;
  background-color: #f0f4f7;
  padding: 15px 20px;
  border-radius: 4px;
}
ul.ty-vcard-time-line li:nth-child(even) .half-box {
  float: right;
}
ul.ty-vcard-time-line li:nth-child(even) .half-box:after {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 244, 247, 0);
  border-right-color: #f0f4f7;
  border-width: 10px;
  margin-top: -10px;
}
ul.ty-vcard-time-line li:nth-child(even) .item-period {
  left: auto;
  right: 50%;
  margin-right: 20px;
}
ul.ty-vcard-time-line li:nth-child(even) .item-period:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #666;
  border-width: 6px;
  margin-top: -6px;
}
ul.ty-vcard-time-line li .clear {
  clear: both;
}
ul.ty-vcard-time-line li h6 {
  margin-bottom: 0;
}
ul.ty-vcard-time-line li .item-small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em;
  color: #9e9e9e;
  margin-bottom: 10px;
}
ul.ty-vcard-time-line li:nth-child(odd) .half-box {
  float: left;
}
ul.ty-vcard-time-line li:nth-child(odd) .half-box:after {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 244, 247, 0);
  border-left-color: #f0f4f7;
  border-width: 10px;
  margin-top: -10px;
}
ul.ty-vcard-time-line li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #2ed87b;
  top: 25px;
  right: 50%;
  margin-right: -6px;
  -webkit-box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
  box-shadow: 0 0 0 5px rgba(46, 216, 123, 0.35);
}
ul.portfolio-list-unstyled {
  display: block;
  text-align: center;
}
ul.portfolio-list-unstyled li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #6b6b6b;
  font-size: 18px;
  margin: 0 10px;
  padding: 0 5px;
  cursor: pointer;
  -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;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 7px;
  font-family: 'poppins', sans-serif;
}
ul.portfolio-list-unstyled li:focus {
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
ul.portfolio-list-unstyled li:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}
input {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-70 {
  margin-top: 70px;
}
.pt-35 {
  padding-top: 35px;
}
.profile-wrp {
  position: relative;
  margin-bottom: 50px;
}
.profile-wrp .wp-header-image {
  height: 225px;
  background-color: rgba(17, 214, 240, 0.30);
  position: relative;
  overflow: hidden;
}
.profile-wrp .wp-header-image:before {
  content: '';
  position: absolute;
  left: -25%;
  bottom: -62%;
  width: 100%;
  height: 70%;
  background: #fff;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  z-index: 3;
}
.profile-wrp .wp-header-image:after {
  content: '';
  position: absolute;
  left: -25%;
  bottom: -62%;
  width: 100%;
  height: 70%;
  background: #fff;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  z-index: 3;
  left: auto;
  right: -25%;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
.my-photo {
  width: 120px;
  height: 120px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: -50px;
  z-index: 999;
  padding: 4px;
  background-color: #fff;
}
.my-photo img {
  border-radius: 100%;
  height: 100%;
}
.site-subtitle {
  margin: 0;
  text-align: center;
  padding: 0 10px;
}
#aside-nav-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 20%;
  max-height: 100%;
  background: #fff;
  z-index: 99;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
#aside-nav-wrapper.fixed {
  position: fixed;
  height: 100%;
  max-height: 100vh;
}
#aside-nav-wrapper.fixed .scroll-type-fixed {
  height: 100vh;
  max-height: 100vh;
}
#aside-nav-wrapper.fixed .scroll-type-fixed .footer-copyright-wrp {
  position: static;
}
#aside-nav-wrapper.show {
  transform: translateX(0);
}
#aside-nav-wrapper .navbar-nav {
  clear: both;
}
#aside-nav-wrapper .navbar-nav a {
  font-family: 'poppins', sans-serif;
  text-transform: capitalize;
  color: #333;
  display: block;
  padding: 35px 5px 35px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease-in-out;
}
#aside-nav-wrapper .navbar-nav a:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  transform: scale(1, 0);
  transition: all 0.3s ease-in-out;
}
#aside-nav-wrapper .navbar-nav a li:last-child a {
  border: none;
}
#aside-nav-wrapper .navbar-nav li ul {
  position: absolute;
  left: 100%;
  width: 180px;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#aside-nav-wrapper .navbar-nav li > a:hover:before {
  transform: scale(1);
}
#aside-nav-wrapper .navbar-nav li li a {
  padding: 20px 10px 20px 30px;
}
#aside-nav-wrapper .cv-button {
  font-family: 'poppins', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  margin: 30px 0 0 25px;
}
#aside-nav-wrapper .close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: #fff;
  font-size: 18px;
  display: none;
}
#theme-menu-list {
  clear: both;
}
#theme-menu-list li {
  position: relative;
}
#theme-menu-list li ul {
  position: absolute;
  left: 100%;
  width: 180px;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#theme-menu-list li:hover > ul {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#theme-menu-list li li a {
  padding: 20px 10px 20px 30px;
}
#theme-menu-list ul li a {
  font-family: 'poppins', sans-serif;
  text-transform: capitalize;
  color: #333;
  display: block;
  padding: 35px 5px 35px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease-in-out;
}
#theme-menu-list ul li a i {
  position: absolute;
  left: 22px;
  top: 5px;
  line-height: 95px;
  font-size: 20px;
}
#theme-menu-list ul li a:before {
  content: '';
  width: 6px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  transform: scale(1, 0);
  transition: all 0.3s ease-in-out;
}
#theme-menu-list ul li:last-child a {
  border: none;
}
#theme-menu-list ul li > a:hover:before {
  transform: scale(1);
}
#theme-menu-list ul li.current_page_item > a:before {
  transform: scale(1);
}
.side-bar-icon {
  background: transparent;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.side-bar-icon span {
  display: block;
  width: 36px;
  height: 3px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
}
.side-bar-icon.active span:nth-child(2) {
  margin: 7px 0;
  transform: scale(0);
}
.side-bar-icon.active span:nth-child(1) {
  transform: rotate(45deg) translateX(14px);
}
.side-bar-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translateX(14px);
}
#main-page {
  position: relative;
  height: 100%;
  margin-left: 220px;
}
#main-page section {
  height: 100%;
  background: #fff;
  position: relative;
  margin: 20px 0;
}
#main-page section .main-wrapper-bg {
  margin: 0 7%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
#main-page section .elementor-container {
  margin: 0 7%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 1030px;
  margin: 0 auto;
}
#main-page section#home {
  height: 75vh;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
#main-page section#home .main-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#main-page section#home .main-wrapper h1 {
  margin: 30px 0 15px;
}
#main-page section#home .main-wrapper p {
  font-size: 25px;
}
#main-page section#home.call-white-text .main-wrapper p {
  color: #fff;
}
#main-page .inner-title {
  padding-bottom: 55px;
  position: relative;
}
#main-page .inner-title:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 11px;
  left: -29px;
}
#main-page .inner-title:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -31px;
  top: 9px;
  opacity: 0.2;
}
#main-page .user-img {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  margin: 0 auto;
}
#main-page.home-page-wrp section {
  margin-bottom: 50px;
  margin-top: 50px;
}
#main-page .theme-sidebar .inner-title {
  padding-bottom: 40px;
}
#main-page .typer {
  color: #0ba352;
  font-weight: 700;
}
.theme-ribbon-content {
  position: relative;
  padding-left: 26px;
}
.theme-ribbon-content:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 99%;
  border-left: 3px dashed rgba(215, 215, 215, 0.28);
}
.shadow-box {
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.048);
}
.border-box {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.cd-headline {
  padding-bottom: 20px;
}
.about-block-wrp {
  padding-bottom: 100px;
}
.about-block-wrp .img-holder {
  position: relative;
  margin: 120px 0 60px;
  z-index: 1;
}
.about-block-wrp .img-holder img {
  width: 100%;
}
.about-block-wrp .img-holder:before {
  content: url('../../images/about-us-style.jpg');
  position: absolute;
  top: -120px;
  left: -120px;
  z-index: -1;
}
.about-block-wrp .text .pos {
  font-size: 24px;
  padding: 12px 0 32px;
}
.about-block-wrp .text p {
  padding-bottom: 35px;
}
.about-block-wrp .text p a {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.about-block-wrp .text .signature {
  margin-top: 20px;
}
.skill-progress .skill-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.skill-progress .skill-bar {
  margin-bottom: 80px;
}
.skill-progress .progress {
  height: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  overflow: visible;
}
.skill-progress .progress .progress-bar {
  width: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 5px;
}
.skill-progress .progress .progress-bar .percent-text {
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  position: absolute;
  width: 46px;
  line-height: 30px;
  color: #666;
  text-align: center;
  right: -23px;
  top: -40px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.skill-progress .progress .progress-bar .percent-text:before {
  content: 'ïƒ—';
  font-family: 'font-awesome';
  color: #fff;
  position: absolute;
  bottom: -16px;
  left: 17px;
  font-size: 24px;
}
.mix {
  display: none;
}
.entry-heading {
  margin: 15px 0 25px;
}
.article-img {
  position: relative;
  margin: -40px -20px 40px -40px;
}
.article-img .img-wrp {
  overflow: hidden;
}
.article-img img {
  height: auto;
  margin-bottom: 0;
  width: 100%;
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out 0s;
}
.article-img .post-format-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  z-index: 999;
}
.article-img .post-format-icon .dashicons {
  font-size: 40px;
}
.article-img:hover img {
  transform: scale(1.2);
}
.article-img .article-link a {
  background-color: #fff;
  border-radius: 50px;
  color: #999;
  display: table;
  transition: all 0.5s ease-in-out 0s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 99;
}
.article-img::after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.contact-form .form-group {
  margin: 0 0 25px;
}
.contact-form form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 300px;
  max-height: 300px;
  padding: 25px;
}
.contact-form form textarea:focus {
  border-color: #c9c9c9;
}
.contact-form form input {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 60px;
  padding: 0 25px;
}
.contact-form form input:focus {
  border-color: #c9c9c9;
}
.contact-form .selectize-input {
  height: 60px;
  padding: 0 25px;
  color: #777;
  font-size: 16px;
  line-height: 60px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-form .with-errors {
  font-size: 15px;
  padding-left: 25px;
  color: #dc3545;
}
.isotop-menu-wrapper {
  text-align: right;
}
.isotop-menu-wrapper li {
  display: inline-block;
  font-size: 18px;
  margin-left: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#isotop-gallery-wrapper .project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#isotop-gallery-wrapper .project-item:hover .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
#isotop-gallery-wrapper .project-item:hover .hover-valina > div {
  opacity: 1;
}
#isotop-gallery-wrapper .project-item .hover-valina {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#isotop-gallery-wrapper .project-item .hover-valina:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
  left: 0;
  transform-origin: 0 0;
}
#isotop-gallery-wrapper .project-item .hover-valina:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
  right: 0;
  transform-origin: 100% 100%;
}
#isotop-gallery-wrapper .project-item .hover-valina:hover:before {
  transform: scale(1);
}
#isotop-gallery-wrapper .project-item .hover-valina:hover:after {
  transform: scale(1);
}
#isotop-gallery-wrapper .project-item .hover-valina > div {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
  transition-delay: 0.4s;
  opacity: 0;
}
#isotop-gallery-wrapper .project-item .hover-valina .icon {
  font-size: 42px;
  color: #fff;
}
#isotop-gallery-wrapper .project-item .hover-valina h3 {
  color: #fff;
  padding-top: 10px;
  font-weight: normal;
}
#isotop-gallery-wrapper .project-item .img-box img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#isotop-gallery-wrapper .grid-sizer {
  padding: 0 15px;
  width: 50%;
}
#isotop-gallery-wrapper .isotop-item {
  padding: 0 15px;
  width: 50%;
}
.theme-sidebar .sidebar-search {
  position: relative;
  height: 60px;
}
.theme-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  padding: 0 50px 0 20px;
}
.theme-sidebar .sidebar-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  font-size: 20px;
  background: transparent;
}
.theme-sidebar .inner-title {
  padding-bottom: 40px;
}
.theme-sidebar .sidebar-recent-post .author {
  font-size: 15px;
}
.theme-sidebar .sidebar-recent-post .date {
  margin-left: 10px;
}
.theme-sidebar .sidebar-recent-post li {
  padding-bottom: 30px;
}
.theme-sidebar .sidebar-recent-post li:last-child {
  padding-bottom: 0;
}
.theme-sidebar .sidebar-recent-post .title a {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding-right: 80px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar .theme-ribbon-content:before {
  height: 98%;
}
.theme-sidebar .sidebar-keyword ul {
  margin: 0 -5px;
}
.theme-sidebar .sidebar-keyword ul li {
  float: left;
  padding: 0 5px;
}
.theme-sidebar .sidebar-keyword ul li a {
  color: #777;
  line-height: 38px;
  padding: 0 25px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar .sidebar-keyword ul li a:hover {
  color: #fff;
}
.theme-sidebar .sidebar-insta ul {
  width: 220px;
  margin: 0 -3px;
}
.theme-sidebar .sidebar-insta ul li {
  float: left;
  padding: 0 3px;
  width: 33.333333%;
}
.theme-sidebar .sidebar-insta ul li a {
  display: block;
  margin-bottom: 5px;
}
.bottom-content {
  padding-top: 50px;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.bottom-content .tag-icon {
  margin-right: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
}
.bottom-content .tag-meta li {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  margin: 0 5px;
}
.bottom-content .tag-meta li a {
  margin-right: 1px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 5px 12px;
  background: #f7f7f7;
  color: #777;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 3px;
}
.bottom-content .tag-meta li a:hover {
  color: #fff;
}
.related-blog-slider .item {
  margin: 0 15px;
}
.related-blog-slider.blog-grid-style.style-two .single-blog-post {
  margin-bottom: 0;
}
.related-blog-slider.blog-grid-style.style-two .single-blog-post .post-meta-box {
  padding-bottom: 15px;
}
.related-blog-slider.blog-grid-style.style-two .single-blog-post .title a {
  font-size: 16px;
  margin: 5px 0 0;
  text-transform: capitalize;
}
.comment-form form input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.comment-form form textarea {
  width: 100%;
  max-width: 100%;
  height: 175px;
  max-height: 175px;
  padding: 15px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
  font-size: 15px;
}
.comment-form .col-xl-4 {
  position: relative;
}
.comment-form .col-xl-4 span.required {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #dc3545;
}
.comment-form input[type="checkbox"] {
  border-radius: 2px;
  background: #dadada;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -3px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  margin-right: 10px;
}
.comment-form input[type="checkbox"]:before {
  opacity: 0;
}
.comment-form input[type="checkbox"]:checked::before {
  float: left;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-top: 10px;
  margin-left: 2px;
  font-family: 'FontAwesome';
  content: "\f00c";
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}
.comment-notes {
  padding-top: 15px;
  padding-bottom: 15px;
}
.time-period {
  display: none;
}
@media screen and (max-width: 620px) {
  ul.ty-vcard-time-line {
    padding-left: 15px;
  }
  ul.ty-vcard-time-line:before {
    left: 0;
  }
  ul.ty-vcard-time-line li::before {
    right: auto;
    left: -21px;
    margin: 0;
  }
  ul.ty-vcard-time-line li .half-box {
    width: 95%;
    margin-left: 5%;
    float: none;
    display: block;
  }
  ul.ty-vcard-time-line li .half-box:after {
    left: auto;
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 244, 247, 0);
    border-right-color: #f0f4f7;
    border-width: 10px;
    margin-top: -10px;
  }
  ul.ty-vcard-time-line li:nth-child(odd) .half-box:after {
    left: auto;
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 244, 247, 0);
    border-right-color: #f0f4f7;
    border-width: 10px;
    margin-top: -10px;
  }
  ul.ty-vcard-time-line .time-period {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    color: #0ba352;
    margin-bottom: 8px;
  }
  ul.ty-vcard-time-line .item-small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    color: #9e9e9e;
    margin-left: 5px;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 1px solid #e0e0e0;
  }
  ul.ty-vcard-time-line .item-period {
    display: none;
  }
}
.ty-portfolio-grid {
  display: block;
  padding-top: 50px;
}
.ty-portfolio-item {
  position: relative;
  display: block;
  padding: 10px;
}
.ty-portfolio-item .portfolio-img {
  display: block;
  overflow: hidden;
}
.ty-portfolio-item .portfolio-img > img {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.ty-portfolio-item:hover .portfolio-data {
  padding: 40px;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
  background-color: rgba(30, 211, 115, 0.65);
}
.ty-portfolio-item:hover .portfolio-data .meta {
  opacity: 1;
  color: #fff;
}
.ty-portfolio-item:hover .portfolio-data .data-heading {
  color: #fff;
}
.ty-portfolio-item:hover .attr {
  opacity: 1;
}
.ty-portfolio-item:hover .portfolio-img > img {
  transform: scale3d(1.1, 1.1, 1);
}
.ty-portfolio-item .portfolio-data {
  background-color: #fff;
  bottom: 20px;
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 110px;
  max-width: 50%;
  padding: 30px;
  position: absolute;
  right: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.ty-portfolio-item .portfolio-data .data-heading {
  margin-bottom: 5px;
  margin-top: 0;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1px;
}
.ty-portfolio-item .portfolio-data .meta {
  color: #6b6b6b;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
  opacity: 0;
}
.ty-portfolio-item .attr {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.ty-portfolio-item .attr a {
  margin: 10px 20px;
}
.ty-portfolio-item .attr .dashicons {
  color: #fff;
  font-size: 30px;
}
.single-prev-next {
  padding: 16px 0 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 50px;
}
.single-prev-next .col-md-6 {
  position: relative;
}
.single-prev-next .col-md-6.text-right {
  text-align: right;
}
.single-prev-next .col-md-6.text-right img {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
.single-prev-next .text {
  float: left;
  width: calc(100% - 80px);
}
.single-prev-next h6 {
  margin-bottom: 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
}
.single-prev-next img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  float: left;
  margin-right: 20px;
}
.single-prev-next span {
  line-height: 14px;
}
.single-prev-next a {
  line-height: 14px;
}
.single-prev-next .text-right .text {
  float: right;
}
@media (min-width: 992px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .blog-details .main-post-wrapper .mark-text {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #aside-nav-wrapper {
    width: 190px;
  }
  #main-page {
    margin-left: 190px;
  }
  .theme-top-button {
    padding-top: 50px;
  }
  .theme-top-button.fixed {
    left: 190px;
    padding-right: 190px;
  }
}
@media (max-width: 991px) {
  .theme-top-button {
    padding-top: 30px;
  }
  .theme-top-button.fixed {
    left: 0;
    padding-right: 0;
  }
  .theme-top-button .btn-menu-mb {
    display: block;
  }
  .theme-top-button .right-side-drp #pro-nav {
    margin-left: 0;
  }
  #aside-nav-wrapper {
    transform: translateX(-100%);
  }
  #aside-nav-wrapper .logo {
    width: 100px;
    margin: 50px auto 30px;
  }
  #aside-nav-wrapper .close-menu {
    display: block;
  }
  #main-page {
    margin: 0;
  }
  #main-page section {
    margin-bottom: 100px;
  }
  #main-page section .main-wrapper-bg {
    margin: 0 15px;
    padding: 100px 0 50px;
  }
  #main-page section .elementor-container {
    margin: 0 15px;
    padding: 100px 0 50px;
  }
  .theme-sidebar {
    margin-top: 100px;
  }
  #theme-menu-list ul li a {
    padding: 20px 5px 25px 50px;
  }
  #theme-menu-list ul li a .icon {
    line-height: 70px;
    left: 15px;
    font-size: 16px;
  }
  #theme-menu-list ul li a:before {
    width: 4px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .skill-progress {
    margin-bottom: 0;
  }
  #isotop-gallery-wrapper .grid-sizer {
    width: 100%;
  }
  #isotop-gallery-wrapper .isotop-item {
    width: 100%;
  }
  .isotop-menu-wrapper {
    text-align: center;
  }
  .isotop-menu-wrapper li {
    margin: 5px 10px 0;
  }
  #main-page section#home .main-wrapper h1 {
    font-size: 60px;
    margin: 20px 0 5px;
  }
  #main-page section#home .main-wrapper p {
    font-size: 20px;
  }
  .about-block-wrp .img-holder {
    margin: 0 0 40px;
  }
  .about-block-wrp .img-holder:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .my-services .single-service-block {
    padding: 35px 15px;
  }
  .fun-facts .single-counter-box h6 {
    font-size: 15px;
  }
  .testimonial .single-block {
    padding: 35px 15px;
  }
  .testimonial .single-block .text {
    width: 100%;
    padding: 25px 0 0;
  }
  .qualification-block .single-block {
    padding: 35px 15px;
  }
  .our-blog .blog-post {
    padding: 35px 15px;
  }
  #isotop-gallery-wrapper .project-item .hover-valina .icon {
    font-size: 30px;
  }
  #isotop-gallery-wrapper .project-item .hover-valina h3 {
    font-size: 25px;
  }
  .contact-form form textarea {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .theme-top-button .right-side-drp .dropdownMenu {
    width: 275px;
  }
}
#aside-nav-wrappe .navbar-nav li {
  position: relative;
}
section#home.call-white-text h1 {
  color: #fff;
}
.my-services .single-service-block {
  padding: 40px 45px 35px;
  margin-bottom: 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.my-services .single-service-block.hover-white-text::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 0;
}
.my-services .single-service-block.hover-white-text:hover::before {
  background: rgba(0, 0, 0, .7);
  content: "";
}
.my-services .single-service-block.hover-white-text:hover {
  color: #fff;
}
.my-services .single-service-block.hover-white-text:hover .ty-service-loop-heading {
  color: #fff;
}
.my-services .single-service-block.hover-white-text:hover .ty-service-loop-heading span {
  color: #fff;
}
.my-services .single-service-block .ty-service-loop-heading {
  position: relative;
  text-transform: capitalize;
  padding: 0 0 10px 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.my-services .single-service-block .ty-service-loop-heading span {
  transition: all 0.3s ease-in-out;
  font-size: 54px;
  vertical-align: middle;
  margin-right: 10px;
}
.my-services .single-service-block .ty-service-loop-heading span.top {
  display: block;
  margin-bottom: 20px;
}
.my-services .single-service-block .text {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.fun-facts .single-counter-box {
  text-align: center;
  padding: 42px 0 45px;
  margin-bottom: 35px;
}
.fun-facts .single-counter-box .number {
  font-size: 32px;
  padding-bottom: 8px;
}
.pricing-plan .plan-table {
  text-align: center;
  padding: 40px 0 45px;
  margin-bottom: 35px;
}
.pricing-plan .plan-table .icon-box {
  width: 75px;
  height: 75px;
  border: 3px dotted rgba(119, 119, 119, 0.25);
  border-radius: 50%;
  line-height: 69px;
  font-size: 35px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.pricing-plan .plan-table .plan-name {
  font-size: 15px;
  color: #5d5d5d;
  padding: 25px 0 5px;
}
.pricing-plan .plan-table .price {
  font-size: 35px;
  font-weight: normal;
  padding-bottom: 25px;
}
.pricing-plan .plan-table .price sub {
  font-size: 22px;
  bottom: 2px;
  left: -5px;
}
.pricing-plan .plan-table .theme-line-button {
  margin-top: 30px;
}
.pricing-plan .plan-table ul li {
  line-height: 35px;
}
.testimonial .single-block {
  padding: 40px 20px 30px 40px;
}
.testimonial .single-block img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial .single-block .text {
  width: calc(100% - 60px);
  padding-left: 25px;
}
.testimonial .single-block .text span {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  display: block;
  padding: 3px 0 15px;
}
.testimonial .single-block .text ul {
  padding-top: 25px;
}
.testimonial .single-block .text ul li {
  display: inline-block;
  font-size: 14px;
}
.qualification-block .single-block {
  padding: 40px 15px 40px 40px;
  margin-bottom: 30px;
}
.qualification-block .single-block .title {
  text-transform: capitalize;
}
.qualification-block .single-block span {
  display: block;
  font-size: 14px;
  padding: 3px 0 18px;
}
.our-blog .blog-post {
  padding: 40px 20px 40px 40px;
  margin-bottom: 30px;
}
.our-blog .blog-post .blog-title {
  margin: 15px 0 25px;
}
.our-blog .blog-post .blog-title a {
  color: #333;
  transition: all 0.3s ease;
}
.our-blog .blog-post .read-more {
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
}
.our-blog .blog-post .read-more i {
  margin-left: 3px;
}
.meta-info li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  font-family: 'poppins', sans-serif;
  letter-spacing: 2px;
}
.meta-info li a {
  font-family: 'poppins', sans-serif;
  font-weight: 700;
}
.entry-single-content-wrp .article-img {
  margin: -20px -20px 20px -20px;
}
.blog-post:hover .article-img img {
  transform: scale(1.2);
}
.contact-address .single-block {
  text-align: center;
  padding: 32px 0 42px;
  margin-bottom: 30px;
}
.contact-address .single-block .icon {
  font-size: 55px;
}
.contact-address .single-block h5 {
  padding: 5px 0 15px;
}
.contact-address .single-block p {
  color: #777;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.contact-address .single-block p a {
  color: #777;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}
.social-icon ul li a {
  width: 53px;
  line-height: 53px;
  text-align: center;
  display: block;
  color: #808080;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.social-icon ul li a:hover {
  color: #fff;
  transform: translateY(-3px);
}
.blog-details .main-post-wrapper .post-top-image {
  margin-bottom: 55px;
}
.blog-details .main-post-wrapper .post-top-image .owl-nav [class*=owl-] {
  background: transparent;
  margin: 0;
  color: #fff;
  padding: 0;
  font-size: 22px;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.blog-details .main-post-wrapper .post-top-image .owl-nav .owl-prev {
  left: 10px;
}
.blog-details .main-post-wrapper .post-top-image .owl-nav .owl-next {
  right: 10px;
}
.blog-details .main-post-wrapper .post-top-image:hover .owl-nav [class*=owl-] {
  opacity: 1;
}
.blog-details .main-post-wrapper .blog-gallery {
  margin: 50px 0 10px;
}
.blog-details .main-post-wrapper .blog-gallery .row {
  margin: 0 -5px;
}
.blog-details .main-post-wrapper .blog-gallery .row [class*="col-"] {
  padding: 0 5px;
}
.blog-details .main-post-wrapper .blog-gallery .row [class*="col-"] a {
  width: 100%;
}
.blog-details .main-post-wrapper .blog-gallery img {
  margin-bottom: 10px;
  width: 100%;
}
.blog-details .main-post-wrapper .title {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.blog-details .main-post-wrapper .author-meta {
  margin: 0 -5px 20px;
}
.blog-details .main-post-wrapper .author-meta li {
  float: left;
  padding: 0 5px;
  line-height: 30px;
}
.blog-details .main-post-wrapper .author-meta li.tag a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 12px;
}
.blog-details .main-post-wrapper .author-meta li.date a {
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
}
.blog-details .main-post-wrapper p {
  padding-top: 25px;
}
.blog-details .main-post-wrapper .mark-text {
  margin: 50px 0 20px;
  padding: 0 30px;
}
.blog-details .main-post-wrapper .mark-text .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 25px;
}
.blog-details .main-post-wrapper .mark-text p {
  font-style: italic;
  font-size: 22px;
  line-height: 38px;
  color: #313131;
}
.blog-details .main-post-wrapper .mark-text img {
  margin-top: 45px;
  border-radius: 5px;
}
.blog-details .main-post-wrapper h5 {
  font-weight: 600;
  padding: 50px 0 20px;
  font-size: 18px;
}
.blog-details .main-post-wrapper .list-item li {
  line-height: 38px;
  position: relative;
  padding-left: 20px;
}
.blog-details .main-post-wrapper .list-item li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 19px;
}
.entry-content .social-icon {
  margin-top: 50px;
}
.details-page-inner-box h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 70px;
}
.comment-meta .single-comment {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f7f7f7;
}
.comment-meta .single-comment img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment-meta .single-comment .comment {
  width: calc(100% - 80px);
  padding-left: 20px;
  position: relative;
}
.comment-meta .single-comment .comment .date {
  text-transform: uppercase;
  font-size: 14px;
}
.comment-meta .single-comment .comment p {
  margin-top: 30px;
}
.comment-meta .single-comment .comment .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-meta .single-comment .comment .reply a {
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 12px;
  background: #f7f7f7;
  font-size: 14px;
  color: #777;
  transition: all 0.3s ease-in-out;
  display: block;
  text-decoration: none;
}
.comment-meta .single-comment .comment .reply a:hover {
  color: #fff;
}
.comment-meta .single-comment .comment h6 a {
  text-transform: uppercase;
  color: #313131;
  margin: 10px 0 8px;
}
.comment-meta .single-comment.reply-comment {
  margin-left: 50px;
}
.comment-meta .single-comment:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.form-allowed-tags div.text-wrp {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
#loader-wrapper, .switcher .switch-btn button, #theme-menu-list ul li > a:before, #aside-nav-wrapper .navbar-nav li > a:before, #main-page .inner-title:before, .blog-details .main-post-wrapper .author-meta li.tag a, #main-page .inner-title:after, body .theme-line-button:before, body .theme-solid-button:before, .social-icon ul li a:hover, .theme-sidebar .sidebar-keyword ul li a:hover, .blog-details .main-post-wrapper .mark-text .icon, .blog-details .main-post-wrapper .list-item li:before, .bottom-content .tag-meta li a:hover, .blog-details .main-post-wrapper .bottom-content .share-meta .share-option:hover button, .comment-meta .single-comment .comment .reply:hover, .side-bar-icon span, .theme-top-button .right-side-drp .dropdownMenu .social-icon li a:hover, .comment-meta .single-comment .comment .reply a:hover {
  background: #0ba352;
}
.skill-progress .progress .progress-bar {
  background-color: #0ba352;
}
#main-page section#home p span b, #theme-menu-list ul li:hover > a, #theme-menu-list ul li.current_page_item > a, #aside-nav-wrapper .navbar-nav li:hover > a, #aside-nav-wrapper .cv-button, #about .about-block .text p a:hover, .my-services .single-service-block h5 span, .fun-facts .single-counter-box .number, .pricing-plan .plan-table .icon-box, body .theme-line-button, body .theme-solid-button:hover, .testimonial .single-block .text ul li, .our-blog .blog-post .info li a, .our-blog .blog-post:hover .read-more, .our-blog .blog-post .blog-title a:hover, .contact-address .single-block .icon, .contact-address .single-block p a:hover, .isotop-menu-wrapper li.is-checked, .theme-sidebar .sidebar-search button, .theme-sidebar .sidebar-recent-post .author a, .theme-sidebar .sidebar-recent-post li:hover .title a, .theme-top-button .right-side-drp .dropdownMenu .subscribe-form button, .blog-details .main-post-wrapper .bottom-content .share-meta .share-option .share-icon li a:hover, .theme-top-button .btn-menu-mb, #aside-nav-wrapper .close-menu, .meta-info a {
  color: #0ba352;
}
body .theme-line-button, .pricing-plan .plan-table:hover .icon-box, body .theme-solid-button, .theme-sidebar .sidebar-keyword ul li a:hover, .theme-top-button .right-side-drp .dropdownMenu .social-icon li a:hover {
  border-color: #0ba352;
}
#isotop-gallery-wrapper .project-item .hover-valina:before, #isotop-gallery-wrapper .project-item .hover-valina:after {
  background: rgba(30, 211, 115, 0.8);
}
/* Responsive CSS Document */
@media (min-width: 992px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .blog-details .main-post-wrapper .mark-text {
    padding: 0;
  }
}
/*(max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #aside-nav-wrapper {
    width: 190px;
  }
  #main-page {
    margin-left: 190px;
  }
  .theme-top-button.fixed {
    left: 190px;
    padding-right: 190px;
  }
  .theme-top-button {
    padding-top: 50px;
  }
}
/*(min-width: 992px) and (max-width: 1199px)*/
@media (max-width: 991px) {
  .theme-top-button .right-side-drp #pro-nav {
    margin-left: 0;
  }
  #aside-nav-wrapper {
    transform: translateX(-100%);
  }
  #main-page {
    margin: 0;
  }
  .theme-top-button.fixed {
    left: 0;
    padding-right: 0;
  }
  .theme-top-button {
    padding-top: 30px;
  }
  #theme-menu-list ul li a {
    padding: 20px 5px 25px 50px;
  }
  #theme-menu-list ul li a .icon {
    line-height: 70px;
    left: 15px;
    font-size: 16px;
  }
  #theme-menu-list ul li a:before {
    width: 4px;
    height: 50px;
    margin-top: -25px;
  }
  #aside-nav-wrapper .logo {
    width: 100px;
    margin: 50px auto 30px;
  }
  #aside-nav-wrapper .close-menu, .theme-top-button .btn-menu-mb {
    display: block;
  }
  #main-page section .main-wrapper-bg {
    margin: 0 15px 0;
    padding: 100px 0 50px;
  }
  #main-page section {
    margin-bottom: 100px;
  }
  .theme-sidebar {
    margin-top: 100px;
  }
}
/*(max-width: 991px)*/
/*(min-width: 768px) and (max-width: 991px)*/
@media (max-width: 767px) {
  #main-page section#home .main-wrapper h1 {
    font-size: 60px;
    margin: 20px 0 5px;
  }
  #main-page section#home .main-wrapper p {
    font-size: 20px;
  }
  #about .about-block .img-holder {
    margin: 0 0 40px;
  }
  #about .about-block .img-holder:before {
    display: none;
  }
  .skill-progress {
    margin-bottom: 0;
  }
  #isotop-gallery-wrapper .grid-sizer, #isotop-gallery-wrapper .isotop-item {
    width: 100%;
  }
  .isotop-menu-wrapper {
    text-align: center;
  }
  .isotop-menu-wrapper li {
    margin: 5px 10px 0;
  }
}
/*(max-width: 767px)*/
/*(min-width: 576px) and (max-width: 767px)*/
@media (max-width: 575px) {
  .my-services .single-service-block {
    padding: 35px 15px;
  }
  .fun-facts .single-counter-box h6 {
    font-size: 15px;
  }
  .testimonial .single-block .text {
    width: 100%;
    padding: 25px 0 0;
  }
  .testimonial .single-block, .qualification-block .single-block, .our-blog .blog-post {
    padding: 35px 15px;
  }
  #isotop-gallery-wrapper .project-item .hover-valina .icon {
    font-size: 30px;
  }
  #isotop-gallery-wrapper .project-item .hover-valina h3 {
    font-size: 25px;
  }
  .contact-form form textarea {
    height: 250px;
  }
}
/*(max-width: 575px)*/
@media (max-width: 450px) {
  .theme-top-button .right-side-drp .dropdownMenu {
    width: 275px;
  }
}
/*!
 Theme Name: Online CV Resume
 Theme URI: https://edatastyle.com/product/online-cv-resume/
 Author: eDataStyle
 Author URI: https://edatastyle.com/
 Description: Online CV Resume is a Modern, Minimal & Creative  WordPress theme for online resume, cv, or a personal website. This beautiful online resume template comes with a built-in portfolio type . Online-CV-Resume is suitable for designer, developer, freelancer, photographer, architects, Artists and many more individual who want to showcase his/her work. It is a high performance template it’s help to load your website fast and it’s fully optimize and clean code help search engine to optimize website. It comes with pre-defined sections for skills, education, work experience, etc. It’s 100% responsive that’s why it will work nicely on all smart devices(smart phones, tablet, PCs and desktops). It’s also well documented and clean coded that’s why anyone can change it easily.
 Version: 1.8
 License: GPLv3
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: online-cv-resume
 Tags: blog,  photography, portfolio, one-column, right-sidebar, custom-header, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style, post-formats
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 /**
 * Default Theme
 * owlGallery
 * Widget & sidebar
 * Posts Common
 */
/*-------------------------------------------------------------- 
 *  Default Theme 
 *-------------------------------------------------------------- */
.entry-content a {
  color: #0ba352;
}
.entry-content h1, h2, h3, h4 {
  margin-bottom: 20px;
}
blockquote {
  display: block;
  font-size: 14px;
  background: #f8f8f8;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.entry-content ul {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  list-style: disc;
  padding-bottom: 15px;
}
.entry-content ol {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 15px;
}
#primary ul.comment-list li.comment {
  list-style: none;
}
.entry-content p {
  line-height: inherit;
}
.entry-content li.blocks-gallery-item {
  display: inline-block;
}
#primary table {
  width: 100%;
  border: 1px solid #eee;
}
#primary table td {
  border: 1px solid #eee;
  padding: 10px;
}
#primary table tr:nth-child(2n+2) {
  background: #f9f9f9;
}
.col-md-12 .article-img .img-wrp {
  max-height: 350px;
}
.col-md-12 .article-img img {
  width: 100%;
}
.article-img.formats-video:after {
  display: none;
}
.article-img.formats-video span {
  display: none;
}
.article-img .blog-media-bg {
  min-height: 350px;
  position: relative;
}
.article-img .blog-media-bg .vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
.article-img .article-link {
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  color: #999;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.blog-post:hover .article-img a.article-link {
  background-color: #0ba352;
  border-color: #fff;
  color: #fff;
}
.article-img .article-link i {
  display: block;
  line-height: 46px;
  text-align: center;
  width: 100%;
  font-size: 25px;
}
.embed-responsive .mejs-container {
  margin-top: -65%;
}
.theme-own-carousel .owl-item {
  float: left;
  width: 100%;
}
/*---------------------------------------------------------------
 * owlGallery
 *---------------------------------------------------------------*/
.owlGallery {
  overflow: hidden;
  position: relative;
}
.owlGallery img {
  max-width: 100%;
  height: auto;
}
.owlGallery .owl-item, .owlGallery .item {
  float: left;
}
.owl-nav {
  display: none;
}
.owl-nav div {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(47, 135, 253, 0.5);
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  border: 1px solid rgba(47, 135, 253, 0.5);
}
.owl-nav div.owl-prev {
  left: auto;
  right: 10px;
}
.owl-nav div:hover {
  background: rgba(47, 135, 253, 0.5);
  text-decoration: none;
  color: #fff;
}
.gallery-item a {
  display: block;
}
.screen-reader-text {
  display: none;
}
/*  Posts navigation & nav-links*/
.navigation.posts-navigation, .nav-links {
  display: block;
  margin: 0px;
  padding: 0px;
}
.navigation.posts-navigation a {
  width: 220px;
  text-align: center;
}
.nav-next, .nav-previous {
  float: right;
}
/* General button style (reset) */
.pagination-custom {
  display: block;
  width: 100%;
  padding: 0px 35px;
}
.theme-btn, .navigation.posts-navigation a {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  margin: 15px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #0ba352;
  color: #0ba352;
  background: none;
  overflow: hidden;
  font-family: 'poppins', sans-serif;
  margin-left: 16px;
  font-size: 14px;
  letter-spacing: 2px;
}
.navigation.posts-navigation a:after, .theme-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #0ba352;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation.posts-navigation a:hover, .navigation.posts-navigation a:active, .theme-btn:hover, .theme-btn:active {
  color: #fff;
}
.navigation.posts-navigation a:hover:after, .theme-btn:hover:after {
  height: 260%;
  opacity: 1;
}
.navigation.posts-navigation a:active:after, .theme-btn:active:after {
  height: 400%;
  opacity: 1;
}
.navigation.posts-navigation a span, .theme-btn span {
  position: relative;
  z-index: 2;
}
.entry-content p {
  display: block;
  padding-bottom: 20px;
}
ul.comment-list {
  display: block;
  margin: 0px;
}
ul.comment-list li {
  margin: 0px;
  list-style: none;
  clear: both;
}
ul.comment-list li ul {
  margin-left: 20px;
}
.logged-in-as {
  margin: 15px;
}
.comments-area a {
  color: #0ba352;
}
.content-area {
  max-width: 100%;
}
/* *************************************
 * Widget & sidebar
 **************************************/
.side-bar-icon {
  cursor: pointer;
  transition: margin-left 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: margin-left 0.4s ease-in-out 0s;
}
#aside-nav-actions.side-bar-icon {
  right: auto;
  left: 20px;
  z-index: 99;
  cursor: pointer;
  transition: margin-left 0.4s ease-in-out 0s;
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: margin-left 0.4s ease-in-out 0s;
  display: none;
}
#aside-nav-actions.side-bar-icon.active {
  left: 41%;
  right: auto;
}
.side-bar-icon.active {
  right: 300px;
}
div.sidewrapper.sidenav {
  background: #f7f7f7 !important;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -35em;
  top: 0;
  bottom: 0px;
  width: 290px;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.nav-expanded div.sidewrapper {
  right: 0;
  margin-right: 0;
  transition: margin-left 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: margin-left 0.4s ease-in-out 0s;
}
.nav-expanded div.sidewrapper label {
  display: block;
}
.widget h3.widget-title {
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
  background: url(images/greyline.png) center center repeat-x;
  font-size: 18px;
  font-weight: normal;
}
.widget h3.widget-title span {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #0ba352;
}
.widget ul {
  padding: 0px 1rem;
}
.widget {
  padding-bottom: 50px;
}
.widget ul {
  margin: 0px;
  padding: 0px;
}
.widget ul li {
  list-style: none;
  display: block;
  border-bottom: solid 1px #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 25px;
  position: relative;
}
.widget ul li a {
  font-size: 14px;
  color: #626262;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
  color: #0ba352;
}
.widget ul li:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  left: 5px;
  font-size: 12px;
  top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget ul li:hover:before {
  color: #0ba352;
}
.widget ul li:last-child {
  border: none;
}
.widget.widget_archive li::before {
  content: "\f0c6";
}
.widget.widget_categories li::before {
  content: "\f115";
}
.widget.widget_pages li::before {
  content: "\f15b";
}
.widget.widget_meta ul li::before {
  content: "\f0c1";
}
.widget.widget_recent_comments ul li::before {
  content: "\f086";
}
.widget.widget_recent_entries ul li::before {
  content: "\f02b";
}
.widget_rss ul li::before {
  content: "\f09e";
}
.widget.widget_tag_cloud ul li::before {
  content: "\f0c2";
}
.widget_search {
  background-color: #f5f5f5;
}
.widget_search form, form {
  position: relative;
}
.widget_search .search-field, .widget_search input[type=text], .woocommerce-product-search input[type="search"] {
  width: 800px;
  max-width: calc(100% - 40px);
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 33px;
  padding: 0 12px;
  border: 1px solid #dedede;
  font-weight: normal;
}
.widget_search .search-submit, #primary .search-form .search-submit, .woocommerce-product-search button {
  margin-top: 0;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0 33px 33px 0;
  text-transform: capitalize !important;
  cursor: pointer;
  padding: 0 13px;
  border: none;
  background: #0ba352;
  color: #fff;
}
.woocommerce-product-search button {
  color: #fff;
  background: #060;
}
header.page-header {
  padding-bottom: 20px;
}
.not-found {
  text-align: center;
}
.responsive-nav-show-hide {
  position: absolute;
  right: 10px;
  top: 38px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 769px) {
  #aside-nav-wrapper .navbar-nav li ul, #theme-menu-list li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    box-shadow: none;
    display: none;
  }
  #aside-nav-wrapper .navbar-nav li ul.active, #theme-menu-list li ul.active {
    display: block;
  }
  .responsive-nav-show-hide {
    display: block;
  }
  #aside-nav-actions.side-bar-icon {
    display: block;
  }
  #aside-nav-wrapper {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 991px) {
  #aside-nav-actions.side-bar-icon {
    display: block;
  }
}
/*--------------------------------------------------------------
 Posts Common
 --------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
.gallery {
  margin-bottom: 1.5em;
  margin: 0px -15px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0px 13px;
  margin-bottom: 25px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
  clear: both;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.owlGallery .gallery-item {
  width: 100%;
  max-width: 100%;
}
.article-img:hover .owlGallery img {
  transform: scale(1.1);
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.wp-caption, .gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: right;
}
.aligncenter {
  text-align: center;
  display: block;
}
.footer-copyright-wrp {
  display: block;
  background: #fff;
  padding: 15px 10px 15px 10px;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  top: 100%;
}
.footer-copyright-wrp a {
  color: #0ba352;
}
.footer-copyright-wrp a {
  color: #0ba352;
}
.hero-section {
  display: block;
  height: 95vh;
  position: relative;
}
.text-align-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e8e8e8;
  text-align: center;
  width: 100%;
}
.text-align-center h1, .text-align-center h3 {
  padding-bottom: 25px;
  color: #fff;
}
.text-align-center .theme-btn {
  color: #fff;
  border: 1px solid #fff;
}
/* ============================================================== 
 # Singe Posts Pagination
 =================================================================== */
.single-prev-next {
  padding: 16px 0 10px;
  position: relative;
}
.single-prev-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}
.single-prev-next .col-md-6 {
  position: relative;
}
.single-prev-next .text {
  float: left;
  width: calc(100% - 80px);
}
.single-prev-next h6 {
  margin-bottom: 0px;
  color: #ccc;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.single-prev-next img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px auto;
  float: left;
  margin-right: 20px;
}
.single-prev-next span, .single-prev-next a {
  line-height: 14px;
}
.single-prev-next .col-md-6.text-right img {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.single-prev-next .col-md-6.text-right {
  text-align: right;
}
.single-prev-next .col-md-6.text-right img {
  float: right;
}
.single-prev-next .text-right .text {
  float: right;
}
#theme-menu-list ul li.current_page_item a, #aside-nav-wrapper .navbar-nav li.current_page_item a {
  color: #0ba352;
}
#sidebar-actions, .sidewrapper.sidenav {
  display: none !important;
}
.profile-wrp .wp-header-image {
  height: 225px;
}
@media (max-width: 768px) {
  .profile-wrp .wp-header-image {
    display: none;
  }
}
#aside-nav-wrapper {
  width: 20%;
}
@media (max-width: 991px) {
  #aside-nav-wrapper {
    width: 50%;
  }
}
@media (max-width: 576px) {
  #aside-nav-wrapper {
    width: 75%;
  }
}
#aside-nav-wrapper.show {
  overflow: auto;
}
h3.blog-title.entry-heading {
  display: none;
}
#primary {
  width: 100%;
}
#theme-menu-list ul li a .icon {
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 95px;
  font-size: 20px;
}
#theme-menu-list > ul > li > a:after, .navbar-nav > ul > li > a:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 95px;
  font-size: 20px;
}
#theme-menu-list > ul > li:first-of-type > a:after {
  content: '\f007';
}
#theme-menu-list > ul > li:nth-of-type(2) > a:after {
  content: '\f2c2';
}
#theme-menu-list > ul > li:nth-of-type(3) > a:after {
  content: '\f0b1';
}
#theme-menu-list > ul > li:last-of-type > a:after {
  content: '\f2b9';
}
#primary .entry-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
h4, h5, h6, .heading {
  width: 100%;
  margin-bottom: 0;
}
.content {
  width: 100%;
}
.resume-sect-title {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #0ba352;
}
.resume-job-title {
  font-size: 16px;
  width: 100%;
  color: #292b2c;
}
.resume-subtitle {
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  color: #292b2c;
  display: block;
}
.content.languages {
  display: inline;
  margin-top: 0.5rem;
}
.content.languages > span {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #868e96;
  display: inline-block;
}
.content.languages > span.filled {
  background-color: #0ba352;
}
.content-flex {
  display: flex;
  flex-wrap: wrap;
}
.content-flex > div:first-child {
  padding-left: 0;
}
.content-flex > div:last-child {
  padding-right: 0;
}
.entry-content.blog-details .wp-block-columns {
  width: 100%;
  margin-bottom: 0;
}
#nf-form-1-cont {
  width: 100%;
}
.site-heading a {
  color: #0ba352;
}
/*@import "theme";*/
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2F_tytheme.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2F_colors.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2Fbase.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2F_tythemeresponsive.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2F_styles.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Ftyler%5C%2Fscss%5C%2F_overrides.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B8CAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQE%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAcA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAoBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaA%3BAAAA%3ByBAAA%3BAAAA%3BAAOJ%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsGAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAgBJ%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAgBJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAAgBF%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAkBE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAASJ%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKF%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAwBJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBE%3BAAAA%3BeAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAYE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaA%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWF%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B0DAAA%3BAAAA%3BAAQA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAcF%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%2C6CAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAIF%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BoDAAA%3BAAAA%3BAAUF%3BAAAA%3B8CAAA%3BAAAA%3BAAKA%3BAAAA%2CwCAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BaAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQF%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%3B6BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaR%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BiCAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B4CAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%2CkBAAA%3BAAAA%3BAAIF%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAaE%3BAAAA%2CmBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAME%3BAAAA%2CwBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAeE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3BmCAAA%3BAAAA%3BAAMF%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUF%3BAAAA%2CuBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUF%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAQE%3BAAAA%2CcAAA%3BAAAA%3BAAMN%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3BqBAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWE%3BAAAA%2CcAAA%3BAAAA%3BAAOJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAsBE%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAkBJ%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBF%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAUA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAIE%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAKE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CkCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAQE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOJ%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%2CiCAAA%3BAAAA%3BAAGE%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%3B0BAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAMJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAEE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAiBE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3BsBAAA%3BAAAA%3BAAMJ%3BAAAA%3BmCAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%2C%2BBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3BkBAAA%3BAAAA%3BAAON%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B4BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%2CmBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3BmBAAA%3BAAAA%3BAAKF%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAQJ%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAASE%3BAAAA%3B8BAAA%3BAAAA%3BAAQF%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAaA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%3BcAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOJ%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAUJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BWAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWE%3BAAAA%2CcAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMF%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BsBAAA%3BAAAA%3BACrnED%3BAAAA%2CsBAAA%3BAAAA%3BAAOC%3BAAAA%2C4BAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BACrBD%2C6BAAA%3BACEC%3BAACE%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAUF%3BAACE%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BADdH%2CuBAAA%3BACkBC%3BAACE%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%3ByBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BADtBH%2C8CAAA%3BAC0BC%3BAACE%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B2BAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BADvCH%2CsBAAA%3BAAAA%2C6CAAA%3BACgDC%3BAACE%3BAAAA%3BuBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BADxDH%2CsBAAA%3BAAAA%2C6CAAA%3BACiEC%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BADxEH%2CsBAAA%3BAC%2BEC%3BAACE%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BADhFH%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3BmEAAA%3BAE2BC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAF7ID%3B%3BmEAAA%3BAEqJC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAyBA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAFzMD%2CkCAAA%3BAE6MC%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAFvND%2CkCAAA%3BAE2NC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAA6BA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAmBA%3BAAAA%2CcAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAF5TD%3B%3BwCAAA%3BAEoUC%3BAAAA%3B%3B%3B%3BiDAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAYA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAcA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAkBA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAFtjBF%3B%3BiEAAA%3BAAAA%2CuBAAA%3BAEgkBC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAYA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAFhtBD%3B%3BuEAAA%3BAEwtBC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwGAAA%3BAAAA%3BAAWA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAC%5C%2FwBD%3BAAAA%2C2BAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQE%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAHrID%2CoBAAA%22%7D */