/*-----------------------------------------------------------------
Template Name  : Mirya - Personal Portfolio WordPress Theme
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Personal, Porfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Navbar
 4. Header
 5. About Me
 6. Skills
 7. Services
 8. Resume
 9. Portfolio
 10. Fun Facts
 11. Testimonials
 12. Blog
 13. Contact
 14. Footer
 15. Scroll To Top
 16. Single Page
 17. Sidebar
 18. Single Blog
 19. 404
 20. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

#post-855 {
    background-color: white!important;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

body.blog {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}

.main-title {
  padding-bottom: 80px;
  text-align: center;
}

.main-title h2 {
  display: inline-block;
  position: relative; 
  color: #E9B000;
  margin: 0;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-title h2:before,
.main-title h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 38%;
  height: 2px;
  background-color: #E9B000;
}

.main-title h2:before {
  left: 0;
}

.main-title h2:after {
  right: 0;
}

.main-title h2 span {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #E9B000;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.main-title h2 span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: white;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  min-height: 100%;
}

.main-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 12px 16px;
  margin-top: 50px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.main-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(45deg);
  -moz-transform: translate(-50%, -50%) scale(0) rotate(45deg);
  -o-transform: translate(-50%, -50%) scale(0) rotate(45deg);
  -ms-transform: translate(-50%, -50%) scale(0) rotate(45deg);
  transform: translate(-50%, -50%) scale(0) rotate(45deg);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.main-btn:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -moz-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -o-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1) rotate(45deg);
}

.main-btn span {
  position: relative;
  z-index: 2;
}

/*.navbar.active-nav,
.home .arrow,
.about-me .about-info .personal-info,
.about-me .about-info .personal-info ul li:before,
.skills .progress-container .progress,
.portfolio .portfolio-filter li,
.portfolio .portfolio-content .item .overlay span,
.portfolio .portfolio-content .item .overlay span:before,
.testimonials .item,
.testimonials .item .description:before,
.testimonials .item .description:after,
.blog .post .post-footer:before,
.blog .post .post-footer .post-category .post-categories,
.contact .contact-box,
.contact .contact-box h4,
.contact .contact-box h4:before,
.contact .contact-form,
.contact .contact-form .contact-btn:hover {
  -webkit-box-shadow: 0 1px 25px 1px #231a1d;
  -moz-box-shadow: 0 1px 25px 1px #231a1d;
  -o-box-shadow: 0 1px 25px 1px #231a1d;
  box-shadow: 0 1px 25px 1px #231a1d;
} */

.resume .resume-content:before,
.resume .resume-content .resume-item .resume-year,
.resume .resume-content .resume-item .resume-details,
.resume .download-resume .main-btn,
.portfolio .portfolio-content .item .overlay,
.portfolio .portfolio-content .item .overlay a,
.blog .post {
  -webkit-box-shadow: 0 1px 25px 1px #231f21;
  -moz-box-shadow: 0 1px 25px 1px #231f21;
  -o-box-shadow: 0 1px 25px 1px #231f21;
  box-shadow: 0 1px 25px 1px #231f21;
}

.navbar,
.navbar .menu-toggle .bar,
.about-me .about-image img,
.about-me .about-info .personal-info .social-icons a,
.portfolio .portfolio-content .item .overlay,
.portfolio .portfolio-content .item .overlay h4:before,
.portfolio .portfolio-content .item .overlay a,
.testimonials .owl-theme .owl-controls .owl-page span,
.blog .post .post-img img,
.blog .post:hover .post-img img,
.blog .post .post-content .post-title a,
.blog .post .post-content .post-info li a,
.blog .post .post-footer .post-more,
.contact .contact-form .form-group .input-border,
.contact .contact-form .contact-btn,
.footer .footer-social-icons li a,
.scroll-top {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.page-single {
  background-color: black;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-90 {
  padding-top: 90px;
}


/************************** 
* WordPress Core
***************************/

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #222;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    display: block;
    width: 100%;
}

.bypostauthor {
    color: #fff;
}

.sticky {
    overflow: hidden;
}

.screen-reader-text {
    font-style: normal;
}

/* --------------------------------------
 2. Loading
-----------------------------------------*/

.preloader {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999;
}

.loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-inner {
  height: 60px;
  width: 60px;
  padding: 0px;
  display: inline-block;
}

.loading-inner span {
  width: 60px;
  height: 60px;
  position: absolute;
  display: inline-block;
  background-color: #E9B000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: preloading 1.6s linear infinite;
  animation: preloading 1.6s linear infinite;
}

.loading-inner span:last-child {
  animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
}

@keyframes preloading {
  0% {
      transform: rotate(45deg) scale(0, 0);
      opacity: 0.5;
  }

  100% {
      transform: rotate(45deg) scale(1, 1);
      opacity: 0;
  }
}

@-webkit-keyframes preloading {
  0% {
      -webkit-transform: rotate(45deg) scale(0, 0);
      opacity: 0.5;
  }

  100% {
      -webkit-transform: rotate(45deg) scale(1, 1);
      opacity: 0;
  }
}

/* --------------------------------------
 3. Navbar
-----------------------------------------*/

.navbar {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
}

.navbar.active-nav {
  background-color: black;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar .menu-toggle {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px;
  margin: 7px 0;
  display: none;
  float: right;
  z-index: 2;
}

.navbar .menu-toggle .bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.navbar .menu-toggle .bar:nth-child(2) {
  margin: 6px 0;
}

.navbar.menu-active .menu-toggle .bar:nth-child(2) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.navbar.menu-active .menu-toggle .bar:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.navbar.menu-active .menu-toggle .bar:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #fff;
  padding: 8px 0;
  font-size: 24px;
  letter-spacing: .5px;
font-weight: 600;
}

.navbar .navbar-brand span {
  color: #cf9c63;
}

.navbar .navbar-nav > li {
 margin: 0 2px;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #fff;
  font-weight: 600;
  padding: 10px 13px;
  border-top: 4px double transparent;
  border-bottom: 4px double transparent;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar .navbar-nav > li > a:hover {
  color: #E9B000;
  border-top: 4px double #E9B000;
  border-bottom: 4px double #E9B000;
  border-radius: 12px;
}

.navbar .navbar-nav > li.menu-item-has-children,
.navbar .navbar-nav > li.menu-item-has-children > a {
    position: relative;
}

.navbar .navbar-nav > li.menu-item-has-children > a .caret {
    display: none;
}

.navbar .navbar-nav > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    right: -1px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar .navbar-nav > li.menu-item-has-children > a:hover:after {
    color: #cf9c63;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #2d2c2c;
    padding: 0;
    margin: 0;
    display: none;
    transition: none;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu li {
    list-style: none;
    display: block;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover {
    padding-left: 25px;
    color: #cf9c63;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* --------------------------------------
 4. Header
-----------------------------------------*/

.home .intro {
  margin-left: 14vw;
}

.home .intro h1 {
  color: #fff;
  font-size: 87px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 10px 0;
}

.home .intro h3 {
  color: #bfbebe;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
}

.home .intro h3 span {
  color: #E9B000;
  font-family: 'Open Sans', sans-serif;
}

.home .intro .main-btn {
  min-width: 130px;
  color: #fff;
  background-color: #E9B000;
  z-index: 2;
}

.home .intro .main-btn:hover {
  color: #E9B000;
}

.home .intro .main-btn:before {
  background-color: #232222;
}

.home .arrow {
  background-color:#E9B000;
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.home .arrow a {
  display: block;
  color: white;
  padding: 0;
  margin-top: 0;
}

.home .arrow a.main-btn:hover {
  color: #E9B000;
}

.home .arrow a.main-btn:before {
  background-color: #232222;
}


.home .arrow a .fa-angle-down {
  position: relative;
  bottom: -4px;
  font-size: 25px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home .divider {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}

.home .divider .wave {
  width: 100%;
  height: auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* --------------------------------------
 5. About Me
-----------------------------------------*/

.about-me {
  background-color: white;
  padding: 70px 0 120px;
  color: #fff;
}

.about-me .about-image {
  position: relative;
  margin-top: 40px;
  margin-right: 50px;
}

.about-me .about-image:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, rgb(233, 176, 0) 5%, #fff 100%);
}

.about-me .about-image img {
  position: relative;
  z-index: 10;
  margin-left: 30px;
  margin-right: 0;
  border-radius: 8px;
}

.about-me .about-info {
  color: black;
}

.about-me .about-info h3 {
  color: #E9B000;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  line-height: 0.75;
  margin: 0;
margin-top: 45px;
}

.about-me .about-info h4 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: black;
  font-weight: 600;
}

.about-me .about-info p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.about-me .about-info p:last-of-type {
  margin-bottom: 0;
}

.about-me .about-info .personal-info {
  position: relative;
  border: 3px solid #272525;
  padding: 33px 20px;
  margin-top: 30px;
  margin-right: 20px;
}

.about-me .about-info .personal-info ul li {
  position: relative;
  line-height: 2.5;
}

.about-me .about-info .personal-info ul li:before,
.about-me .about-info .personal-info ul li:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-me .about-info .personal-info ul li:before {
  top: 11px;
  left: 16px;
  width: 15px;
  height: 15px;
  background-color: #191919;
}

.about-me .about-info .personal-info ul li:after {
  top: 16px;
  left: 21px;
  width: 5px;
  height: 5px;
  background-color: #cf9c63;
}

.about-me .about-info .personal-info ul li span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  margin-left: 25px;
}

.about-me .about-info .personal-info .social-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -19px;
  background-color: #232222;
}

.about-me .about-info .personal-info .social-icons a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  font-size: 15px;
  margin-bottom: 4px;
  text-align: center;
  background-color: #191919;
  color: #3a3c3c;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px 0 #231a1d;
  -moz-box-shadow: 0 0 15px 0 #231a1d;
  -o-box-shadow: 0 0 15px 0 #231a1d;
  box-shadow: 0 0 15px 0 #231a1d;
}

.about-me .about-info .personal-info .social-icons a:hover {
  color: #fff;
}

.about-me .about-info .personal-info .social-icons a.facebook:hover {
  background-color: #3b5998;
}

.about-me .about-info .personal-info .social-icons a.twitter:hover {
  background-color: #1da1f2;
}

.about-me .about-info .personal-info .social-icons a.google-plus:hover {
  background-color: #db4437;
}

.about-me .about-info .personal-info .social-icons a.linkedin:hover {
  background-color: #0077b5;
}

.about-me .about-info .personal-info .social-icons a.behance:hover {
  background-color: #0057ff;
}

/* --------------------------------------
 6. Skills
-----------------------------------------*/

.skills {
  padding: 120px 0;
}

.skills .progress-container {
  padding-top: 34px;
  position: relative;
  margin-bottom: 15px;
}

.skills .progress-container .percent {
  position: absolute;
  top: 0;
  left: -15px;
  display: inline-block;
  width: 30px;
  height: 20px;
  color: #cf9c63;
  background: #191919;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  -ms-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;   
}

.skills .progress-container .percent:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #191919 transparent transparent;
  display: block;
}

.skills .progress-container .progress {
  height: 5px;
  background-color: #444;
  border-radius: 0;
  margin-bottom: 0;   
}

.skills .progress-container .progress .progress-bar {
  background-color: #cf9c63;
  width: 0;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  -ms-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.skills .progress-container h3 {
  margin: 10px 0 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #a99f9f;
  letter-spacing: 1px;
}

/* --------------------------------------
 7. Services
-----------------------------------------*/

.services {
  background-color: #232222;
  padding-top: 70px;
  padding-bottom: 90px;
  color: #bfbebe;
  overflow: hidden;
}

.services .service {
  position: relative;
  margin-bottom: 30px;
  padding: 45px 20px;
  border-left: 3px solid #272525;
  border-bottom: 3px solid #272525;
}

.services .service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 15px 0 #231a1d;
  -moz-box-shadow: 0 0 15px 0 #231a1d;
  -o-box-shadow: 0 0 15px 0 #231a1d;
  box-shadow: 0 0 15px 0 #231a1d;
  -webkit-transform: scale3d(1.07, 1.07, 1.07);
  -moz-transform: scale3d(1.07, 1.07, 1.07);
  -o-transform: scale3d(1.07, 1.07, 1.07);
  -ms-transform: scale3d(1.07, 1.07, 1.07);
  transform: scale3d(1.07, 1.07, 1.07);
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

/*.services .service:hover:before {
  opacity: 1;
  filter:alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
} */

.services .service .service-icon {
  position: absolute;
  top: 40px;
  right: 24px;
  display: inline-block;
  background-color:#2d2a2a;
  color: #bfbebe;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
}

.services .service .service-icon i {
  display: inline-block;
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.services .service h4 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #cf9c63;
font-weight: 600;
}

.services .service h4:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #2d2a2a;
}

.services .service p {
  line-height: 1.8;
  letter-spacing: .5px;
  margin-bottom: 0;
}

/* --------------------------------------
 8. Resume
-----------------------------------------*/

.resume {
  background-color: #2d2a2a;
  padding: 120px 0;
  color: #bfbebe;
}

.resume .resume-title {
  position: relative;
  left: -9px;
  margin-bottom: 20px;
}

.resume .resume-title i {
  color: #cf9c63;
  margin-right: 10px;
  vertical-align: middle;
}

.resume .resume-title h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  vertical-align: middle;
  letter-spacing: 1px;
}

.resume .resume-content {
  position: relative;
  padding: 40px 0;
  padding-left: 25px;
}

.resume .resume-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  height: 100%;
  width: 3px;
  border: 3px solid #312e2e;
  border-radius: 6px;
}

.resume .resume-content .resume-item {
  margin-bottom: 30px;
}

.resume .resume-content .resume-item:last-child {
  margin-bottom: 0;
}

.resume .resume-content .resume-item .resume-year {
  position: relative;
  display: inline-block;
  border: 3px solid #312e2e;
  border-radius: 4px;
  padding: 4px 18px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
}

.resume .resume-content .resume-item .resume-year:before,
.resume .resume-content .resume-item .resume-year:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resume .resume-content .resume-item .resume-year:before {
  top: 4px;
  left: -29px;
  width: 15px;
  height: 15px;
  background-color: #191919;
}

.resume .resume-content .resume-item .resume-year:after {
  top: 9px;
  left: -24px;
  width: 5px;
  height: 5px;
  background-color: #cf9c63;
}

.resume .resume-content .resume-item .resume-details {
  position: relative;
  border-right: 3px solid #312e2e;
  border-bottom: 3px solid #312e2e;
  border-radius: 4px;
  padding: 20px;
}

.resume .resume-content .resume-item .resume-details i {
  position: absolute;
  right: 8px;
  top: 18px;
  color: #383535;
}

.resume .resume-content .resume-item .resume-details span {
  display: inline-block;
  color: #cf9c63;
  font-weight: 600;
  letter-spacing: .5px;
}

.resume .resume-content .resume-item .resume-details p {
  line-height: 1.8;
  padding-top: 15px;
  border-top: 1px solid #312e2e;
  margin: 0; 
  margin-top: 15px;
  font-size: 13px;
}

.resume .download-resume .main-btn {
  background-color: #2d2a2a;
  color: #bfbebe;
}

.resume .download-resume .main-btn:hover {
  color: #fff;
}

.resume .download-resume .main-btn:before {
  background-color: #cf9c63;
}

/* --------------------------------------
 9. Portfolio
-----------------------------------------*/

.portfolio {
  background-color: #232222;
  padding-top: 120px;
  padding-bottom: 90px;
  color: #bfbebe;
}

.portfolio .portfolio-filter {
  width: 500px;
  margin: 0 auto 50px;
  text-align: center;
}

.portfolio .portfolio-filter li {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  margin-left: 8px;
  font-weight: 400;
  border-top: 3px solid #312e2e;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.portfolio .portfolio-filter li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #cf9c63;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.portfolio .portfolio-filter .active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio .portfolio-filter li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filter .active {
  color: #cf9c63;
}

.portfolio .portfolio-content .item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-content .item:hover .overlay {
  visibility: visible;
  -webkit-transform: perspective(700px) rotateY(0deg);
  -moz-transform: perspective(700px) rotateY(0deg);
  -o-transform: perspective(700px) rotateY(0deg);
  -ms-transform: perspective(700px) rotateY(0deg);
  transform: perspective(700px) rotateY(0deg);
}

.portfolio .portfolio-content .item:hover .overlay h4:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio .portfolio-content .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(35, 34, 34, .93);
  -webkit-transform: perspective(700px) rotateY(-90deg);
  -moz-transform: perspective(700px) rotateY(-90deg);
  -o-transform: perspective(700px) rotateY(-90deg);
  -ms-transform: perspective(700px) rotateY(-90deg);
  transform: perspective(700px) rotateY(-90deg);
}

.portfolio .portfolio-content .item .overlay h4 {  
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  margin: 0;
  font-size: 16px;
  letter-spacing: .5px;
  color: #fff;
}

.portfolio .portfolio-content .item .overlay h4:before {  
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cf9c63;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.portfolio .portfolio-content .item .overlay a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #232222;
  color: #cf9c63;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio .portfolio-content .item .overlay a:hover {
  color: #fff;
  background-color: #cf9c63;
}

.portfolio .portfolio-content .item .overlay .fa-link {
  display: inline-block;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.portfolio .portfolio-content .item .overlay span {
  position: absolute;
  bottom: 13px;
  right: 20px;
  display: inline-block;
  padding: 6px 12px;
  background-color: #2d2a2a;
  border-right: 2px solid #312e2e;
  border-bottom: 2px solid #312e2e;
  border-radius: 4px;
  text-align: center;
  color: #cf9c63;
  letter-spacing: .5px;
}

.portfolio .portfolio-content .item .overlay span:before {
  content: "";
  position: absolute;
  bottom: 14px;
  right: -22px;
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #2d2a2a;
}

/* --------------------------------------
 10. Fun Facts
-----------------------------------------*/

.facts {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 90px;
}

.facts .fact-item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.facts .fact-item span {
  display: block;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.facts .fact-item h4 {
  background: rgba(86, 82, 82, 0.32);
  margin: 0;
  padding: 18px 14px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --------------------------------------
 11. Testimonials
-----------------------------------------*/

.testimonials {
  background-color: #232222;
  padding: 120px 0;
  color: #bfbebe;
}

.testimonials .item {
  position: relative;
  padding: 40px;
  border-left: 3px solid #272525;
  border-right: 3px solid #272525;
  margin: 0 20px 30px;
}

.testimonials .item .client-pic {
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials .item .client-pic img {
  width: 100%;
}

.testimonials .item .client-info {
  float: left;
}

.testimonials .item .client-info h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
  margin-top: 12px;
  color: #fff;
}

.testimonials .item .client-info span {
  display: inline-block;
  margin: 7px 0;
  font-size: 14px;
  font-weight: 600;
  color: #cf9c63;
}

.testimonials .item .description {
  margin-top: 20px;
  position: relative;
}

.testimonials .item .description:before,
.testimonials .item .description:after {
  font-family: "FontAwesome";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: #272525;
  text-align: center;
  color: #cf9c63;
}

.testimonials .item .description:before {
  content: "\f10d";
  top: 12px;
  left: -20px;
}

.testimonials .item .description:after {
  content: "\f10e";
  bottom: -2px;
  right: -20px;
}

.testimonials .item .description p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #272525;
}

.testimonials .item .description .desc-one {
  position: absolute;
  top: 24px;
  left: -40px;
  width: 24px;
  height: 4px;
  background-color: #272525;
}

.testimonials .item .description .desc-two {
  position: absolute;
  bottom: 10px;
  right: -40px;
  width: 24px;
  height: 4px;
  background-color: #272525;
}

.owl-theme .owl-controls {
  text-align: center;
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  margin-right: 14px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #191919;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonials .owl-theme .owl-controls .owl-page.active span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #cf9c63;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

@-webkit-keyframes backSlideOut {
  25% {
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transform: translateZ(-500px)
  }
  75% {
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transform: translateZ(-500px) translateX(-200%)
  }
  100% {
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}
@-moz-keyframes backSlideOut {
  25% {
      opacity: .5;
      filter: alpha(opacity=50);
      -moz-transform: translateZ(-500px)
  }
  75% {
      opacity: .5;
      filter: alpha(opacity=50);
      -moz-transform: translateZ(-500px) translateX(-200%)
  }
  100% {
      opacity: .5;
      filter: alpha(opacity=50);
      -moz-transform: translateZ(-500px) translateX(-200%)
  }
}
@keyframes backSlideOut {
  25% {
      opacity: .5;
      filter: alpha(opacity=50);
      transform: translateZ(-500px)
  }
  75% {
      opacity: .5;
      filter: alpha(opacity=50);
      transform: translateZ(-500px) translateX(-200%)
  }
  100% {
      opacity: .5;
      filter: alpha(opacity=50);
      transform: translateZ(-500px) translateX(-200%)
  }
}
@-webkit-keyframes backSlideIn {
  0%,25% {
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transform: translateZ(-500px) translateX(200%)
  }
  75% {opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transform: translateZ(-500px)
  }
  100% {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform:translateZ(0) translateX(0)
  }
}
@-moz-keyframes backSlideIn {
  0%,25% {
      opacity: .5;
      filter: alpha(opacity=50);
      -moz-transform: translateZ(-500px) translateX(200%)
  }
  75% {
      opacity: .5;
      filter: alpha(opacity=50);
      -moz-transform: translateZ(-500px)
  }
  100% {
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-transform: translateZ(0) translateX(0)
  }
}
@keyframes backSlideIn {
  0%,25% {
      opacity: .5;
      filter: alpha(opacity=50);
      transform: translateZ(-500px) translateX(200%)
  }
  75% {
      opacity: .5;
      filter: alpha(opacity=50);
      transform: translateZ(-500px)
  }
  100% {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: translateZ(0) translateX(0)
  }
}

/* --------------------------------------
 12. Blog
-----------------------------------------*/

.blog {
  background-color: #2d2a2a;
  padding-top: 120px;
  padding-bottom: 90px;
  color: #bfbebe;
}

.blog .post {
  border-right: 3px solid #312e2e;
  border-bottom: 3px solid #312e2e;
  margin-bottom: 30px;
}

.blog .post .post {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

.blog .post:hover .post-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .post-img {
  overflow: hidden;
}

.blog .post .post-content {
  padding: 20px;
}

.blog .post .post-content .post-title a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .5px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.blog .post .post-content .post-title a:hover {
  color: #cf9c63;
}

.blog .post .post-content .post-info {
  margin-bottom: 0;
}

.blog .post .post-content .post-info li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  color: #bfbebe;
}

.blog .post .post-content .post-info li i {
  margin-right: 2px;
}

.blog .post .post-content .post-info li a {
  display: inline-block;
  font-size: 12px;
  color: #bfbebe;
}

.blog .post .post-content .post-info li a:hover {
  color: #cf9c63;
}

.blog .post .post-content .post-text p {
  line-height: 1.8;
  padding-top: 15px;
  margin: 15px 0 0;
  border-top: 1px solid #312e2e;
  font-size: 14px;
}

.blog .post .post-footer {
  position: relative;
  padding: 20px;
  background-color: #232222;
}

.blog .post .post-footer:before {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #2d2a2a;
}

.blog .post .post-footer .post-more {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog .post .post-footer .post-more:hover {
  color: #cf9c63;
}

.blog .post .post-footer .post-more i {
  margin-left: 4px;
}

.blog .post .post-footer .post-category .post-categories {
  position: absolute;
  bottom: 13px;
  right: 20px;
  display: inline-block;
  padding: 6px 12px;
  background-color: #2d2a2a;
  border-right: 2px solid #312e2e;
  border-bottom: 2px solid #312e2e;
  border-radius: 4px;
  text-align: center;
  color: #cf9c63;
  margin: 0;
}

.blog .post .post-footer .post-category .post-categories li {
  list-style: none;
}

.blog .post .post-footer .post-category .post-categories a {
  color: #cf9c63;
}

/* --------------------------------------
 13. Contact
-----------------------------------------*/

.contact {
  background-color: #232222;
  padding: 70px 0px 20px 0px;
  color: #bfbebe;
}

.contact .contact-box {
  position: relative;
  padding: 30px 20px;
  border-right: 3px solid #272525;
  border-bottom: 3px solid #272525;
  margin-bottom: 30px;
  background: black;
}

.contact .contact-box i {
  position: absolute;
  top: 56px;
  right: 28px;
  display: inline-block;
  color: #E9B000;
  font-size: 40px;
}

.contact .contact-box h4 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .6px;
  margin: 20px 0;
  margin-top: 6px;
  padding: 10px 12px;
  background-color: #2d2a2a;
  border-right: 2px solid #312e2e;
  border-bottom: 2px solid #312e2e;
  border-radius: 4px;
  text-align: center;
  color: white;
  background: #E9B000;
}

.contact .contact-box h4:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: -20px;
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #2d2a2a;
}

.contact .contact-form {
  background-color: #2d2a2a;
  padding: 50px 20px;
  margin-top: 20px;
  border-right: 3px solid #272525;
  border-bottom: 3px solid #272525;
}

.contact .contact-form .form-group {
  position: relative;
  margin-bottom: 40px;
}

.contact .contact-form .form-group .form-control {
  background-color: #2d2a2a;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #3e3c3c;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 46px;
  padding: 12px;
}

.contact .contact-form .form-group textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 18px;
}

.contact .contact-form .form-group label {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  cursor: text;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact .contact-form .form-group label.up {
  color: #cf9c63;
  top: -16px;
  left: 0;
  font-size: 12px;
  letter-spacing: .5px;
}

.contact .contact-form .form-group .input-border {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cf9c63;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.contact .contact-form .form-group .input-border.scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contact .contact-form .form-group br {
  display: none;
}

.contact .contact-form .contact-btn {
  background-color: #cf9c63;
  color: #fff;
  padding: 12px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1.5px;
  outline: none;
}

.contact .contact-form .contact-btn:hover {
  background-color: #2d2a2a;
  color: #cf9c63;
}

/* --------------------------------------
 14. Footer
-----------------------------------------*/

.footer {
  background-color: #2d2a2a;
  padding: 50px 0;
  color: #fff;
}

.footer.footer2 {
  background-color: #232222;
  padding: 25px 0;
}

.footer .footer-social-icons {
  margin-bottom: 0;
}

.footer .footer-social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-social-icons li a {
  display: inline-block;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.footer .footer-social-icons li a:hover {
  color: #cf9c63;
}

.footer .copyright p {
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer.footer2 .copyright p {
  margin-top: 0;
}

.footer .copyright p a {
  color: #cf9c63;
}

/* --------------------------------------
 15. Scroll To Top
-----------------------------------------*/

.scroll-top {
  background-color:#232222;
  position: fixed;
  bottom: -70px;
  right: -70px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #bfbebe;
  padding: 0;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4);
}

.scroll-top:hover {
  color: #fff;
}

.scroll-top:before {
  background-color: #cf9c63;
}

.scroll-top.active {
  bottom: 30px;
  right: 30px;
}

.scroll-top .fa-angle-up {
  position: relative;
  bottom: -2px;
  font-size: 25px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------------------
   16. Single Page
-----------------------------------------*/

.breadcrumb-header {
  position: relative;
  background: #292929;
  padding: 200px 0 120px;
  background-size: cover;
  background-position: center 18%;
}

#breadcrumb-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
}

#breadcrumb-image .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-header .title-header h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.breadcrumb-header ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .5px;
}

.breadcrumb-header ul li a {
  color: #E9B000;
}

.breadcrumb-header ul li:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.breadcrumb-header ul li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb-header ul li:last-child:after {
  content: none;
}

.pagination-numbers {
  text-align: center;
  margin-left: 15px;
  margin: 0;
}

.pagination-numbers .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #3a3636;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pagination-numbers .page-numbers.current,
.pagination-numbers .page-numbers:hover {
  background: #cf9c63;
  color: #fff;
}

/************************** 
* 17. Sidebar
***************************/

.sidebar .widget {
  padding: 35px 20px;
  background: #312f2f;
  border: 1px solid #3a3737;
  margin-bottom: 30px;
}

.sidebar .widget .widget-title {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .widget ul li,
.sidebar .widget a {
  color: #dedddc;
  font-size: 15px;
}

.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
  position: relative;
}

.sidebar .widget.widget_search label {
  display: none;
}

.sidebar .widget.widget_search .search-field {
  background-color: #312f2f;
  border: 1px solid #3a3737;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #9da1a5;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  padding: 12px;
  min-width: auto;
  vertical-align: middle;
  font-weight: 400;
  font-family: "Nunito";
  line-height: 1.9;
  letter-spacing: 0.5px;
}

.sidebar .widget.widget_search .search-field:focus {
  border: 1px solid #cf9c63;
}

.sidebar .widget.widget_search .search-submit {
  position: absolute;
  bottom: 7px;
  right: 2%;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  background: transparent;
  border: none;
  color: #cf9c63;
  cursor: pointer;
}

.sidebar .widget.widget_search .search-submit:focus,
.sidebar .widget.widget_search .search-submit i:focus {
  outline: none;
}

.sidebar .widget.widget_search .search-submit i:hover {
  color: #cf9c63;
}

.sidebar .widget.widget_categories ul {
  display: block;
  width: 100%;
}

.sidebar .widget.widget_categories ul li {
  color: #cf9c63;
  font-size: 15px;
  margin-bottom: 25px;
  text-align: right;
}

.sidebar .widget.widget_categories ul li:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.widget_categories ul li a {
  float: left;
  color: #dedddc;
  font-size: 15px;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #cf9c63;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w {
  position: relative;
  padding-left: 110px;
  margin-bottom: 25px;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image a {
  display: block;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image img {
  height: 80px;
  max-width: 100%;
  width: 100%;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 {
  margin: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fbf4e0;
  font-weight: 600;
  margin: 0 0 4px;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a:hover {
  color: #cf9c63;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date {
  margin: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a {
    font-size: 14px;
    color: #dedddc;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a:hover {
  color: #cf9c63;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  background-color: transparent;
  color: #dedddc;
  font-size: 15px !important;
  padding: 7px 13px;
  border: 1px solid #3a3737;
  margin: 5px;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #cf9c63;
  color: #fff;
}

.search-widget {
  position: relative;
}

.search-widget label {
  display: none;
}

.search-widget .search-field {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 50px;
    text-align: center;
    color: #9da1a5;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    padding: 12px;
    min-width: auto;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Nunito";
    line-height: 1.9;
    letter-spacing: 0.5px;
}

.search-widget .search-field:focus {
  border: 1px solid #cf9c63;
}

.search-widget .search-submit {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -mz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  background: transparent;
  border: none;
  color: #cf9c63;
  cursor: pointer;
}

.search-widget .search-submit:focus {
  outline: none;
}

/************************** 
* 18. Single Blog
***************************/

.blog.single .post-item .post .post-text p {
    padding-top: 0;
    margin: 0;
    margin-bottom: 10px;
    border-top: none;
    font-size: 15px;
}

.blog.single .post-item .post .post-text > p:first-of-type {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #312e2e;
}

.blog.single .post-item .post .post-text p:last-of-type {
  margin-bottom: 0;
}

.blog.single .post-item .post .post-text p img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog.single .post-item .post .post-text blockquote {
    background: #312f2f;
    border-left: none;
    padding: 20px;
}

.blog.single .post-item .post .post-footer:before {
  bottom: 36px;
}

.blog.single .post-item .post .post-footer .post-category .post-categories {
  bottom: 21px;
}

.blog.single .post-item .post-footer .post-tags .title {
  color: #dedddc;
  font-size: 15px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}

.blog.single .post-item .post-footer .post-tags a {
  display: inline-block;
  background-color: transparent;
  color: #dedddc;
  font-size: 15px;
  padding: 7px 13px;
  border: 1px solid #2b2a2a;
  margin-right: 5px;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.blog.single .post-item .post-footer .post-tags a:hover {
  background: #cf9c63;
  color: #fff;
}

.blog.single .post-navigation {
  overflow: hidden;
}

.blog.single .post-navigation .post-navigation-prev a,
.blog.single .post-navigation .post-navigation-next a {
  background: transparent;
  border: 1px solid #383636;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.blog.single .post-navigation .post-navigation-prev a:hover,
.blog.single .post-navigation .post-navigation-next a:hover {
  background: #cf9c63;
}

.blog.single .post-navigation .post-navigation-prev a span,
.blog.single .post-navigation .post-navigation-next a span {
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.blog.single .comments {
  margin-top: 60px;
}

@media (max-width: 991.99px) {
  .blog.single .comments {
    margin-bottom: 50px; } }

  .blog.single .comments .comments-count {
  font-size: 26px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.blog.single .comments .comments-list .comment {
  position: relative;
}

.blog.single .comments .comments-list ul,
.blog.single .comments .comments-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog.single .comments .comments-list .comment .comment-body {
  margin-bottom: 35px;
}

.blog.single .comments .comments-list .comment .comment-author,
.blog.single .comments .comments-list .comment .comment-author .fn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

.blog.single .comments .comments-list .comment .comment-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.blog.single .comments .comments-list .comment .comment-author cite {
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 575.99px) {
  .blog.single .comments .comments-list .comment .comment-author .fn {
    display: block;
    margin-top: 10px;
     } }

     .blog.single .comments .comments-list .comment .comment-author .says {
  display: none;
}

.blog.single .comments .comments-list .comment .comment-meta a {
  display: inline-block;
  color: #dedddc;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.blog.single .comments .comments-list .comment p {
  font-size: 16px;
  color: #bfbebe;
  line-height: 1.6;
  margin-top: 8px;
}

.blog.single .comments .comments-list .comment .children {
  padding-left: 45px !important;
}

@media (max-width: 575.99px) {
  .blog.single .comments .comments-list .comment .children {
    padding-left: 40px !important; } }

    .blog.single .comments .comments-list .reply .comment-reply-link {
  position: absolute;
  top: 18px;
  right: 0;
  color: #cf9c63;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.blog.single .comments .comments-list .reply .comment-reply-link:hover {
  color: #fff;
}

.blog.single .comments .comments-list .reply .comment-reply-link:before {
  content: "\f112";
  font-family: 'FontAwesome';
  font-weight: 500;
  margin-right: 7px;
}

.blog.single .comments .comment-respond {
  position: relative;
  margin-top: 60px;
}

.blog.single .comments .comment-respond .comment-reply-title {
  font-size: 26px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.blog.single .comments .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
  outline: none;
  position: absolute;
  top: 4px;
  right: 0;
  color: #cf9c63;
  font-size: 15px;
  font-weight: 600;
}

.blog.single .comments .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
  color: #fff;
}

.blog.single .comments .comment-respond .comment-form .logged-in-as a {
  display: inline-block;
  color: #dedddc;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog.single .comments .comment-respond .comment-form .label {
  display: none;
}

.blog.single .comments .comment-respond .comment-form input[type=text],
.blog.single .comments .comment-respond .comment-form textarea {
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 46px;
  padding: 12px;
  margin-bottom: 30px;
  width: 100%;
  line-height: normal;
  outline: none;
  text-align: center;
}

.blog.single .comments .comment-respond .comment-form textarea {
  min-height: 200px;
  resize: vertical;
}

.blog.single .comments .comment-respond .comment-form input[type=text]:focus,
.blog.single .comments .comment-respond .comment-form textarea:focus {
  outline: none;
  border: 1px solid #cf9c63;
}

.blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent {
  margin-bottom: 18px;
}

.blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent input {
  width: auto !important;
}

.blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent label {
  color: #b2b1b3;
  font-size: 15px;
  font-weight: 400;
}

.blog.single .comments .comment-respond .comment-form .form-submit {
  margin-bottom: 0;
}

.blog.single .comments .comment-respond .comment-form .form-submit .main-btn {
  color: #fff;
  background-color: #cf9c63;
  margin-top: 0;
}

.blog.single .comments .comment-respond .comment-form .form-submit .main-btn:before {
  background-color: #232222;
}

@media (max-width: 991.99px) {
  .no-results {
    margin-bottom: 50px; } }

.no-results h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.no-results p {
  font-size: 16px;
  text-transform: capitalize;
  color: #dedddc;
  margin-bottom: 30px;
}

/************************** 
* 19. 404
***************************/

@media (max-width: 991.99px) {
  .error-404 {
    margin-bottom: 50px; } }

.error-404 h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.error-404 .page-content p {
  font-size: 16px;
  text-transform: capitalize;
  color: #dedddc;
  margin-bottom: 30px;
}

.error-404 .page-content .back a {
  font-size: 17px;
  text-transform: capitalize;
  color: #cf9c63;
  font-weight: 600;
}


/* --------------------------------------
 20. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {
  
}

/* Large Devices */
@media (min-width: 992px) and (max-width: 1199px) {
  .home .intro {
      margin-left: 7vw;
  }
  
  .about-me .about-image img {
      margin-top: 60px;
  }

.about-me .about-info h3 {
  margin-top: 0;
}
  
  .about-me .about-info .personal-info ul li {
      font-size: 13px;
  }
  
  .about-me .about-info .personal-info ul li span {
      font-size: 14px;
      margin-right: 5px;
  }
  
  .portfolio .portfolio-content .item .overlay h4 {
      top: 20px;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
      padding: 10px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    width: 132px;
  }
  
  .home .intro {
      margin-left: 0;
  }
  
  .about-me .about-image {
      margin-right: 110px;
      margin-left: 110px;
  }
  
  .about-me .about-image img {
      max-width: 500px;
      width: 100%;
  }
  
  .about-me .about-info {
      margin-top: 40px;
  }

.about-me .about-info h3 {
  margin-top: 0;
}
  
  .portfolio .portfolio-content .item .overlay h4 {
      top: 20px;
  }

  .pagination-numbers {
      margin-bottom: 50px;
  }

  .no-results {
    margin-bottom: 50px;
  }

}

/* Small Devices */
@media (max-width: 767px) {
  .container {
      max-width: 540px;
  }

  .navbar {
    background-color: #black;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
  .navbar .container {
      padding-right: 0;
      padding-left: 0;
  }
  
  .navbar .navbar-header {
      margin: 0;
  }
  
  .navbar .menu-toggle {
      display: block;
  }
  
  .navbar .navbar-links {
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      background: rgba(0, 0, 0, .5);
  }
  
  .navbar .navbar-links .navbar-nav {
      background: black;
      position: absolute;
      top: 0;
      left: -300px;
      width: 265px;
      height: 100%;
      margin: 0;
      overflow: auto;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  
  .navbar .navbar-links .navbar-nav > li {
      margin: 0;
  }
  
  .navbar .navbar-links .navbar-nav > li.nav-brand {
      padding: 60px 0;
      border-top: 1px solid #272525;
      border-bottom: 1px solid #272525;
  }
  
  .navbar .navbar-links .navbar-nav > li.nav-brand a {
      display: inline-block;
      padding: 0;
      border: none;
      font-size: 24px;
      letter-spacing: 1px;
      font-weight: 600;
  }
  
  .navbar .navbar-links .navbar-nav > li.nav-brand a span {
      color: #cf9c63;
  }
  
  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
      position: relative;
      padding: 15px 28px;
      border-top: 1px solid #272525;
      border-bottom: 1px solid #272525;
  }
  
  .navbar .navbar-nav > li > a:before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #E9B000;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all .4s ease-in-out;
      -moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  
  .navbar .navbar-nav > li > a:hover {
      color: white!important;
      border-top: 1px solid #272525;
      border-bottom: 1px solid #272525;
      border-radius: 0;
  }
  
  .navbar .navbar-nav > li > a:hover:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
      position: static;
      width: 100%;
  }

  .navbar .navbar-nav > li.menu-item-has-children > a:after {
      top: 16px;
      right: 14px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
      padding: 12px 28px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover {
      padding-left: 33px;
}
  
  .navbar.menu-active .navbar-links {
      visibility: visible;
  }
  
  .navbar.menu-active .navbar-links .navbar-nav {
      left: 0;
  }
  
  .home .intro {
      margin-left: 0;
  }
  
  .home .intro h1 {
      font-size: 60px;
  }
  
  .about-me .about-image {
      margin-right: 80px;
      margin-left: 80px;
  }
  
  .about-me .about-image img {
      max-width: 350px;
      width: 100%;
  }
  
  .about-me .about-info {
      margin-top: 40px;
  }
  
  .about-me .about-info h3 {
      font-size: 18px;
  }

  .about-me .about-info h4 {
      font-size: 24px;
  }
  
  .about-me .about-info .personal-info ul li {
      font-size: 12px;
      line-height: 3;
  }
  
  .about-me .about-info .personal-info ul li span {
      font-size: 13px;
      margin-right: 3px;
  }
  
  .resume .resume-content {
      margin-bottom: 30px;
  }
  
  .resume .download-resume .main-btn {
      margin-top: 20px;
  }

  .pagination-numbers {
      margin-bottom: 50px;
  }

  .no-results {
    margin-bottom: 50px;
  }

}

/* Extra Small Devices */
@media (max-width: 575px) {
  .main-title {
      padding-bottom: 60px;
  }
  
  .main-title h2 {
      font-size: 26px;
  }
  
  .navbar .container {
      padding-right: 15px;
      padding-left: 15px;
  }
  
  .home .intro h1 {
      font-size: 48px;
  }

  .home .intro h3 {
      font-size: 20px;
  }
  
  .home .intro h3 span {
      letter-spacing: .3px;
  }
  
  .about-me {
      padding: 80px 0;
  }
  
  .about-me .about-image {
      margin: 0;
  }
  
  .about-me .about-image:before {
      display: none;
  }
  
  .about-me .about-image img {
      margin: auto;
  }
  
  .about-me .about-info p {
      font-size: 13px;
  }
  
  .about-me .about-info .personal-info {
      margin-right: 0;
      padding: 20px 15px;
  }
  
  .about-me .about-info .personal-info ul .info-item {
      width: 100%;
  }
  
  .about-me .about-info .personal-info ul li:before,
  .about-me .about-info .personal-info ul li:after {
      content: none;
  }
  
  .about-me .about-info .personal-info ul li span {
      margin-left: 0;
      margin-right: 10px;
  }
  
  .about-me .about-info .personal-info .social-icons {
      position: static;
      text-align: center;
      margin-top: 14px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  .about-me .about-info .personal-info .social-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-right: 14px;
      margin-bottom: 14px;
  }
  
  .skills .overlay {
      padding: 80px 0;
  }
  
  .skills .progress-container h3 {
      font-size: 16px;
  }
  
  .services {
      padding-top: 80px;
      padding-bottom: 50px;
  }
  
  .services .service .service-icon {
      width: 42px;
      height: 42px;
      line-height: 42px;
  }
  
  .services .service .service-icon i {
      font-size: 18px;
  }
  
  .services .service h4 {
      font-size: 14px;
  }
  
  .services .service p {
      font-size: 13px;
  }
  
  .resume {
      padding: 80px 0;
  }
  
  .resume .resume-title i {
      font-size: 24px;
  }
  
  .resume .resume-title h3 {
      font-size: 17px;
  }
  
  .resume .resume-content .resume-item .resume-year {
      font-size: 12px;
  }
  
  .resume .resume-content .resume-item .resume-details i {
      opacity: .4;
  }
  
  .resume .resume-content .resume-item .resume-details span {
      font-size: 13px;
  }
  
  .portfolio {
      padding-top: 80px;
      padding-bottom: 50px;
  }
  
  .portfolio .portfolio-filter {
      width: 100%;
  }
  
  .portfolio .portfolio-filter li {
      padding: 12px 10px;
      margin-left: 2px;
  }
  
  .portfolio .portfolio-filter li:not(:last-child) {
      margin-bottom: 10px;
  }
  
  .portfolio .portfolio-content .item .overlay h4 {
      top: 16px;
      left: 20px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      font-size: 14px;
  }
  
  .portfolio .portfolio-content .item .overlay span {
      font-size: 13px;
      bottom: 7px;
  }
  
  .facts .overlay {
      padding-top: 80px;
      padding-bottom: 50px;
  }
  
  .testimonials {
      padding: 80px 0;
  }
  
  .testimonials .item {
      padding: 20px;
  }
  
  .testimonials .item .client-info h3 {
      font-size: 14px;
  }

  .testimonials .item .client-info span {
      font-size: 13px;
  }

  .testimonials .item .description {
      margin-top: 10px;
  }
  
  .testimonials .item .description:before,
  .testimonials .item .description:after {
      content: none;
  }

  .testimonials .item .description p {
      font-size: 13px;
      padding-left: 0;
      padding-right: 0;
  }

  .testimonials .item .description .desc-one,
  .testimonials .item .description .desc-two {
      display: none;
  }
  
  .blog {
      padding-top: 80px;
      padding-bottom: 50px;
  }
  
  .blog .post .post-content .post-text p {
      font-size: 13px;
  }
  
  .contact {
      padding: 80px 0;
  }

  .pagination-numbers {
      margin-bottom: 50px;
  }

  .blog.single .post-item .post .post-footer:before {
    content: none;
  }

  .blog.single .post-item .post .post-footer .post-category {
    display: none;
  }

  .no-results {
    margin-bottom: 50px;
  }
  
  .titulo_clases_inicio .main-title h2 span:before {
      content: "";
      position: absolute;
      background-color: black;
  }
  
  .btn-perso:hover {
      background-color: white !important;
      color: #008f95 !important;
  }
}