/*#region reset.css*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*#endregion reset.css*/

/*-------------------------
         GENERAL
-------------------------*/
body {
    font-family: "Muli", sans-serif;
    font-weight: 300;
    background-color: #ebecee !important;
}

.section {
  background-color: #f1f3f6 !important;
}

.full-screen {
  height: 100vh;
}

h1, h2, h3, h4, h5, h6, .h1 {
  font-family: "Poppins", sans-serif;
  line-height: 1.618;
}

.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.z-index {
  z-index: 2;
}

h2,
h2 span {
  font-weight: 700;
}

.max-width-450 {
  max-width: 450px;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

a, button {
  outline: none !important;
}

.box-border {
  background-color: #f1f3f6;
  border-radius: 1.25rem;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
}

.box-hover-border {
  background-color: #f1f3f6;
  border-radius: 1.25rem;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
}

.box-hover-border:hover {
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
}

.button-border {
  background-color: #f1f3f6;
  border-radius: 1rem;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
  display: inline-block;
  padding: 1px;
}

.button-border button {
  background-color: transparent;
}

.button-border {
  background-color: #f1f3f6;
  border-radius: 1rem;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
  display: inline-block;
  padding: 1px;
}

.pill-button {
  border-radius: 1rem;
  border: none;
  padding: 10px 30px;
  transition: all 0.3s ease;
  font-size: 16px;
  display: inline-block;
}

.pill-button:hover, .pill-button.active {
  border: none;
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
}

.image-border {
  background-color: #f1f3f6;
  border-radius: 1.25rem;
  box-shadow: 3px 3px 8px rgba(55, 84, 170, 0.1), -3px -3px 8px white;
  padding: 5px;
}

.image-border img {
  width: 100%;
  border-radius: 1rem;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.display-content {
  vertical-align: middle;
  display: table-cell;
  /*padding: 5rem 0;*/
}

.center-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.text-dark {
  color: #5f5f5f;
}

.dark-bg {
  background-color: #2c2d30;
}

.title-wrapper {
  text-align: center;
  font-size: 56px;
  font-weight: 900;
  color: rgba(95, 95, 95, 0.1);
  font-family: "Poppins", sans-serif;
  margin-top: -18px;
}

.title-content {
  text-align: center;
  position: relative;
  top: -48px;
}

.title-content h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0;
}

.border-style {
  height: 2px;
  width: 65px;
  margin: 16px auto;
  transition: all 0.5s;
}

.resume-title:hover .border-style {
  width: 90px;
}

/*-------------------------
          Fixed
-------------------------*/
header {
  padding: 15px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1030;
  top: 0;
}

.logo {
  color: #5f5f5f;
  font-weight: 700;
  font-size: 22px;
  margin-left: 14px;
}

.logo:hover {
  color: #5f5f5f;
}

.social-box {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  width: 1.5rem;
  z-index: 100;
}

.follow-label {
  padding-right: 5rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  color: #3c3c3c;
  line-height: 1.5rem;
  height: 1.5rem;
  white-space: nowrap;
  transform-origin: 100% 0;
  text-align: right;
  transform: rotate(90deg);
}

.follow-label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 2px;
}

.social i {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.social a {
  color: #3c3c3c;
}

.social-icon a {
  background-color: #f1f3f6;
  transition: all 0.3s ease;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
  border-radius: 4px;
  text-align: center;
  color: #5f5f5f;
}

.social-icon a:hover {
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
}

.social-icon .list-inline-item:not(:last-child) {
  margin-right: 12px;
}

/*-------------------------
          PP Nav
-------------------------*/
#pp-nav li {
  margin: 10px 8px;
  width: 28px;
}

#pp-nav li span {
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background-color: #3c3c3c;
  border: none;
  top: 5px;
}

#pp-nav li .pp-tooltip {
  font-size: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  transform: translateY(0);
  padding-right: 1rem;
  color: #3c3c3c;
}

#pp-nav li .active span {
  transform: translateX(-10px);
  width: 36px;
}

#pp-nav li .active ~ .pp-tooltip {
  padding-right: 1.5rem;
}

#pp-nav.right {
  right: 28px;
}

/*-------------------------
        PRELOADER
-------------------------*/
#overlayer {
  position: fixed;
  z-index: 9999;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 99999;
  border: 4px solid #e3e5d2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------------------
         RESUME
-------------------------*/
.timeline-items {
  padding: 30px;
  margin-top: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  border-radius: 1rem;
  display: block;
}

.timeline-contents {
  padding-left: 30px;
}

.timeline-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: -7px;
  z-index: 10;
}

.timeline-year {
  font-size: 14px;
  font-weight: 500;
}

.resume h3 i {
  padding-right: 0.75rem;
}

/*-------------------------
         Services
-------------------------*/
.services .services-item {
  margin-top: 30px;
}
.services .services-item.data-background {
  margin-top: 0;
}
.services .image-border{
  margin-top: 30px;
}
.services .image-border {
  transition: .5s all ease;
}
.services .image-border .box-hover-border {
  border-radius: 1rem;
}
.body-main .services .image-border .box-hover-border {
  border-radius: 1.25rem;
}
.services .image-border:hover {
  transform: translateY(-10px);
}

.services-item h5 {
  margin-top: 8px;
}

/*-------------------------
         PORTFOLIO
-------------------------*/
.portfolio .portfolio-filter .list-inline-item:not(:last-child) {
  margin-bottom: 1rem;
}

.portfolio .portfolio-filter li a {
  padding: 5px 15px;
}

.portfolio .portfolio-item {
  margin-top: 30px;
}

.portfolio .portfolio-item-content {
  position: relative;
  border-radius: 1.25rem;
}

.portfolio .portfolio-item-content::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  transform: scale(0.8);
  transition: .5s all ease;
  border-radius: 1.25rem;
}

.portfolio .portfolio-item-content:hover .img-overlay-content {
  opacity: 1;
}

.portfolio .portfolio-item-content:hover::before {
  transform: scale(1);
  opacity: 1;
}

.portfolio .img-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  transition: all .5s ease;
}

.portfolio .img-overlay-content h5 {
  color: #fafafa;
}

.portfolio .portfolio-icon a {
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin: 0 8px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 37px;
}

.portfolio .portfolio-icon a i {
  font-size: 18px;
  font-weight: 700;
}

.portfolio .portfolio-icon a:first-child {
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin: 0 8px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
  line-height: 37px;
  border-color: transparent;
}

.portfolio .portfolio-icon a:first-child i {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  left: -2px;
}

.portfolio .portfolio-icon a:first-child:focus {
  outline: none !important;
}

.visible_item {
  display: none;
}

.portfolio-page .visible_item {
  display: block;
}

/*-------------------------
          CONTACT
-------------------------*/
::-moz-placeholder, .form-control::-moz-placeholder {
  color: #5f5f5f;
}

.contact .form-item .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  transition: border .9s ease;
  padding: 1rem;
  border: none;
}

.contact .form-item .form-group {
  background-color: #f1f3f6;
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  -webkit-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  -moz-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  -o-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  -ms-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  border-radius: 1.25rem;
}

.contact-form textarea {
  min-height: 175px;
  resize: none;
}

.contact #message.toast {
  max-width: 500px;
  padding: 2px 0 1px;
  position: absolute;
  top: -2px;
  display: inline-block;
  left: 200px;
  border-radius: 1rem;
  color: #fafafa;
}

.contact .toast button span {
  position: relative;
  top: 8px;
}

.contact .contact-info ul li {
  margin-top: 1.5rem;
}

.contact .contact-info i {
  margin-right: 0.5rem;
}

.contact .contact-info img {
  width: 50px;
}

.contact .copy-right {
  position: relative;
  top: 5rem;
}

/*-------------------------
           MEDIA
-------------------------*/
@media (min-width: 1200px) {
  .pilling-page .container {
    max-width: 1050px;
  }
}

@media (max-width: 1199px) {
  .section {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .hero-01 .hero-slide {
    background-size: auto 100%;
  }
  .hero-01 .hero-slide.zoom {
    background-size: auto 200%;
  }
  .about .personal-info span {
    display: block;
  }
  .blog-content .list-inline-item {
    margin-right: 0;
  }
  .blog-image::before {
    height: 24%;
  }
  .modal-dialog {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  header {
    background-color: #f8f8f8;
    box-shadow: 0 1px 3px 0 #eee;
  }
  .overlay-menu-toggler, .logo {
    color: #3c3c3c !important;
  }
  .hero-03 {
    text-align: center;
    overflow-x: hidden;
  }
  .hero-03 p {
    margin: auto;
  }
  .hero-03 .hero-content {
    text-align: center;
    margin-top: 32px;
  }
  .title-content h2 {
    font-size: 36px;
  }
  .title-content {
    top: -58px;
  }
  .contact-info-text {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .overlay-menu-toggler {
    right: 0.5rem;
  }
  .overlay-menu .overlay-menu-list .overlay-nav a, .overlay-menu .overlay-menu-list .overlay-nav span, .overlay-menu .overlay-menu-list .overlay-nav p {
    font-size: 12px;
    padding: 0.5rem;
  }
  #pp-nav, .social-box {
    display: none;
  }
  .section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2rem;
  }
  .social-box {
    display: none;
  }
  .post-sidebar-toggle{
    right: 68px;
  }
}

@media (max-width: 575px) {
  .testimonial .display-table, .testimonial .display-content {
    display: block;
  }
  .overlay-nav a, .overlay-nav span, .overlay-nav p {
    padding: 0.5rem;
    letter-spacing: 1px;
  }
  .overlay-menu .overlay-menu-list .overlay-nav > ul {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  .hero-01 .scroll-down span, .hero-02 .scroll-down {
    bottom: 64px;
  }
  .title-wrapper {
    font-size: 48px;
  }
  .title-content {
    top: -44px;
  }
  .title-content h2 {
    font-size: 32px;
  }
  /* .display-table, .display-content {
    display: block;
  } */
  .testimonial .testimonial-item {
    padding: 15px;
  }
  #message.toast {
    top: 18px;
    left: inherit;
    font-size: 12px;
    padding: 3px 0;
  }
}

@media (max-width: 380px) {
  #message.toast {
    top: 60px;
    left: 15px;
  }
}


/*-------------------------
      Flat Demo Light
-------------------------*/
.body-main .section {
  background-color: #f8f8f8 !important;
}

.body-main .blog-single .modal-content, .body-main .portfolio-single .modal-content {
  background-color: #f8f8f8;
}

.body-main .testimonial-image-border {
  background-color: #f8f8f8;
}

.body-main .testimonial-image-border img {
  padding: 4px;
  background-color: transparent;
  border: 1px solid #e3e5d2;
  max-width: 100%;
  height: auto;
}

.body-main .skill-box .skillbar {
  background-color: #e1e1e1;
}

.body-main .menu li a {
  box-shadow: none;
}

.body-main .menu li a:hover, .body-main .menu li a.active {
  box-shadow: none;
}

.body-main .button-border {
  box-shadow: none;
  padding: 0;
}

.body-main .pill-button:hover, .body-main .pill-button.active, .body-main .testimonial .owl-dot.active span,
.body-main .skill-box .skillbar, .body-main .blog-intro, .body-main .contact .form-item .form-group,
.body-main .testimonial .owl-carousel .testimonial-image-border {
  box-shadow: none;
}

.body-main .pill-button, .body-main .portfolio-filter .pill-button.active, .body-main .portfolio-filter .pill-button:hover {
  color: #fafafa;
}

.body-main .image-border {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}

.body-main .box-border, .body-main .box-hover-border, .body-main .contact .form-item .form-group {
  background-color: rgba(240, 240, 240, 0.7);
  box-shadow: none;
}

.body-main .testimonial .owl-carousel .testimonial-image::after, .body-main .testimonial .owl-carousel .testimonial-image::before,
.body-main .blog-item::before, .body-main .blog-image::after {
  display: none;
}

.body-main .testimonial .owl-carousel .testimonial-image, .body-main .portfolio-filter .button-border {
  background-color: transparent;
}

.body-main .portfolio-filter .pill-button {
  color: #3c3c3c;
}

.body-main .blog-image {
  background-color: #f8f8f8;
  padding: 0;
}
