/*
Template Name: Sara - HTML5 Portfolio Template.
Version: 2.0
Author: Karim Ezzat
Author URI: http://themeforest.net/user/karimezzat
Description: Sara - Personal Portfolio Responsive HTML Template
Tags: One-Page,  Website, Cv, Portfolio, Responsive, Html5, Css3, jQuery, Bootstrap, Resume, Landing Page
*/
/*
Style Index
==================================================
    1. Basic Style & Reset
    2. Navbar
    3. Hero Area Section
    4. About Area Section
    5. Skills Area Section
    6. Service Area Section
    7. Prices Area Section
    8. Resume Area Section
    9. Works Area Section
    10. Hire Area
    11. Counter Area
    12. Testimonial Area Section
    13. Blog Area Section
    14. Contact Area Section
    15. Footer Area
    16. Buttons
    17. Preloader
    18. Bootstrap Elements
*/
/* =================================== */
/*    Basic Style & Reset 
/* =================================== */
/* reset elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

z ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

::input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

body {
  background: #bc535a url(../img/shapes.png) repeat;
  font-family: "Roboto", sans-serif;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
  padding: 50px;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.img {
  max-width: 100%;
}

.clear {
  clear: both;
}

a {
  color: #888;
}

a,
:after,
:before,
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #888;
}

ul, ol {
  list-style: none;
}

section {
  position: relative;
  background: #fff;
}

.section-padding {
  padding: 70px 0;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.template-wrapper {
  position: relative;
  border: 15px solid #000;
  overflow: hidden;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
}
.section-title h2 {
  margin-bottom: 6px;
}
.section-title span {
  position: relative;
  height: 5px;
  width: 30px;
  background: #b36157;
  border-radius: 10px;
  margin-left: calc(50% - 27px);
  display: block;
}
.section-title span::before, .section-title span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #b36157;
  border-radius: 10px;
  right: -60%;
  top: 0;
}
.section-title span::before {
  width: 50%;
  right: -60%;
}
.section-title span::after {
  width: 25%;
  right: -100%;
}

.icon-bg {
  position: relative;
  background-color: #b36157;
  height: 75px;
  width: 75px;
  border-radius: 120px 135px 110px 90px;
}
.icon-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  border: 2px solid #c1f1aa;
  border-radius: 130px 120px 160px 130px;
}

.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.water-wave::before {
  animation-name: water-wave;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
  }
  25% {
    border-radius: 130px 140px 100px 110px;
  }
  50% {
    border-radius: 110px 97px 150px 100px;
  }
  75% {
    border-radius: 80px 107px 120px 90px;
  }
  100% {
    border-radius: 120px 135px 110px 90px;
  }
}
/* Mover animation Effect */
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
/* =================================== */
/*    Navbar
/* =================================== */
/* Main Navigation (Large Screen Navigation) */
.navbar {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .nav-menu li {
  position: relative;
  text-align: right;
}
.navbar .nav-menu li .nav-link {
  display: block;
  color: #a9484f;
  padding: 5px 0;
}
.navbar .nav-menu li .nav-link::after, .navbar .nav-menu li .nav-link::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
}
.navbar .nav-menu li .nav-link::before {
  width: 5px;
  height: 5px;
  right: 0;
  border: 1px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .nav-menu li .nav-link::after {
  width: 15px;
  height: 15px;
  border: 2px solid #c1f1aa;
  right: -5px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.navbar .nav-menu li .nav-link.active::before, .navbar .nav-menu li .nav-link:hover::before {
  background: #c1f1aa;
  border-color: #c1f1aa;
}
.navbar .nav-menu li .nav-link.active::after, .navbar .nav-menu li .nav-link:hover::after {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.navbar .nav-menu li .nav-link span {
  display: inline-block;
  opacity: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
  background-color: #c1f1aa;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 30px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  font-size: 12px;
}
.navbar .nav-menu li .nav-link span::before {
  display: block;
  position: absolute;
  content: "";
  border-left: 7px solid #c1f1aa;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  -webkit-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
  right: 0;
}
.navbar .nav-menu li .nav-link.active span {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.navbar .nav-menu li:hover .nav-link span {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* Header Area */
.header-area {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
}
.header-area .logo {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 7px;
  border: 1px solid #b36157;
  display: inline-block;
  text-align: center;
  background: #b36157;
}
.header-area .logo span {
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
}
.header-area .logo span:nth-child(2) {
  color: #c1f1aa;
}
.header-area .openNav {
  width: 23px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .openNav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c1f1aa;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: 0;
}
.header-area .openNav span:nth-child(2) {
  top: 6px;
  width: 80%;
}
.header-area .openNav span:nth-child(3) {
  top: 12px;
  width: 50%;
}
.header-area .openNav:hover span:nth-child(2), .header-area .openNav:hover span:nth-child(3) {
  width: 100%;
}
.header-area .openNav.active span:first-child {
  -webkit-transform: rotate(45deg) translate(0px, 7px);
  -ms-transform: rotate(45deg) translate(0px, 7px);
  transform: rotate(45deg) translate(0px, 7px);
}
.header-area .openNav.active span:nth-child(2) {
  left: 10000px;
}
.header-area .openNav.active span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(1px, -9px);
  -ms-transform: rotate(-45deg) translate(1px, -9px);
  transform: rotate(-45deg) translate(1px, -9px);
}
.header-area .mobile-nav {
  border-top: 1px solid #c1f1aa;
  position: absolute;
  background: #b36157;
  width: 46px;
  opacity: 0;
  height: 0;
  top: 83px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .mobile-nav .mobile-menu {
  padding: 5px 0;
}
.header-area .mobile-nav .mobile-menu li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.header-area .mobile-nav .mobile-menu li i {
  font-size: 20px;
  color: #fff;
}
.header-area .mobile-nav .mobile-menu li span {
  color: #c1f1aa;
  position: absolute;
  left: 58px;
  text-align: left;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .mobile-nav .mobile-menu li span::before {
  position: absolute;
  content: "";
  border-left: 7px solid #b36157;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-area .mobile-nav .mobile-menu li:hover span {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-area .mobile-nav.active {
  opacity: 1;
  height: auto;
}
.header-area .mobile-nav.active .mobile-menu li {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-area .cv-link span {
  color: #fff;
}
.header-area .cv-link i {
  color: #c1f1aa;
}

/* =================================== */
/*    Hero Area Section
/* =================================== */
.hero-area {
  background: #b36157;
  position: relative;
  z-index: 1;
}
.hero-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a9484f;
  width: 450px;
  height: 100%;
  z-index: -2;
}
.hero-area .hero-content .avatar {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: 0.24s 0.2s;
  width: 150px;
  height: 150px;
}
.hero-area .hero-content .avatar img {
  border-radius: 50%;
  width: 100%;
}
.hero-area .hero-content .avatar .social-links {
  position: absolute;
  top: -75px;
  left: -75px;
  border: 150px solid transparent;
  cursor: default;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 1.4s 0.07s;
  z-index: -1;
}
.hero-area .hero-content .avatar .social-links li {
  position: absolute;
  top: -100px;
  left: -100px;
  transform-origin: 100px 100px;
  transition: all 0.5s 0.1s;
}
.hero-area .hero-content .avatar .social-links li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  font-size: 20px;
  color: #a9484f;
  transition: 0.6s;
}
.hero-area .hero-content .avatar:hover .social-links {
  transition: transform 0.4s 0.08s, z-index 0s 0.5s;
  transform: scale(1);
  z-index: 1;
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(1) {
  transition-delay: 0.02s;
  transform: rotate(60deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(1) a {
  transition-delay: 0.04s;
  transform: rotate(295deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(2) {
  transition-delay: 0.04s;
  transform: rotate(90deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(2) a {
  transition-delay: 0.08s;
  transform: rotate(265deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(3) {
  transition-delay: 0.06s;
  transform: rotate(120deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(3) a {
  transition-delay: 0.12s;
  transform: rotate(235deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(4) {
  transition-delay: 0.08s;
  transform: rotate(150deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(4) a {
  transition-delay: 0.16s;
  transform: rotate(205deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(5) {
  transition-delay: 0.1s;
  transform: rotate(180deg);
}
.hero-area .hero-content .avatar:hover .social-links li:nth-child(5) a {
  transition-delay: 0.2s;
  transform: rotate(175deg);
}
.hero-area .hero-content .avatar:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 26px solid transparent;
  border-right: 0px solid transparent;
  border-top: 24px solid #c1f1aa;
}
.hero-area .hero-content h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 82px;
  margin-bottom: 9px;
}
.hero-area .hero-content .profession {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.hero-area .hero-content .profession::before {
  position: absolute;
  background: #c1f1aa;
  width: 50px;
  height: 2px;
  content: "";
  left: -67px;
  top: 50%;
  margin-bottom: -1px;
}
.hero-area .hero-content .profession b {
  font-weight: normal;
}
.hero-area .mouse {
  position: absolute;
  left: 414px;
  bottom: 70px;
  z-index: -1;
}
.hero-area .mouse .mouse-icon {
  width: 70px;
  height: 70px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.hero-area .mouse .mouse-icon .mouse-wheel {
  height: 70px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #c1f1aa;
  font-size: 30px;
}
.hero-area .mouse .mouse-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #a9484f;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes wheel-up-down {
  100% {
    margin-top: 25px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: -10px;
    opacity: 0;
  }
}
@keyframes wheel-up-down {
  100% {
    margin-top: 25px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: -10px;
    opacity: 0;
  }
}
/* =================================== */
/*    About Area Section
/* =================================== */
.about-area {
  background: #fff;
}
.about-area .about-pic {
  padding-right: 34px;
  position: relative;
}
.about-area .about-pic .about-img {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.about-area .about-pic .about-img::after {
  position: absolute;
  left: 50px;
  top: 50px;
  height: 100%;
  width: 100%;
  border: 15px solid #b36157;
  content: "";
  z-index: -1;
}
.about-area .about-pic .img-caption {
  position: absolute;
  bottom: -7px;
  right: -33px;
  width: 197px;
  height: 180px;
  padding: 31px 10px;
  background: #b36157;
  text-align: center;
  z-index: 2;
}
.about-area .about-pic .img-caption:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 43px 46px 0;
  border-color: transparent transparent #b36157 transparent;
  position: absolute;
  top: -65px;
  content: "";
  left: 0;
}
.about-area .about-pic .img-caption span,
.about-area .about-pic .img-caption p {
  color: #fff;
}
.about-area .about-pic .img-caption span {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}
.about-area .about-details .subheading {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #b36157;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.about-area .about-details .info-list ul li {
  padding: 11px 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
}
.about-area .about-details .info-list ul li strong {
  padding: 1px 0;
  line-height: 20px;
  color: #555;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.about-area .about-details .info-list ul li strong::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b36157;
  left: -10px;
  top: 7px;
}
.about-area .about-details .info-list ul li span {
  margin-left: 5px;
}

/* =================================== */
/*    Skills Area Section
/* =================================== */
.skill-title h2 {
  color: #222;
}

.skills-chart {
  height: 320px;
}
.skills-chart .skill-item {
  height: 100%;
  position: relative;
  width: 50px;
}
.skills-chart .skill-item h4 {
  font-size: 14px;
  position: absolute;
  bottom: 35px;
  color: #fff;
  z-index: 1;
  letter-spacing: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.skills-chart .skill-item .bar {
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.skills-chart .skill-item .bar .item-progress {
  width: 100%;
  background: #b36157;
  position: absolute;
  bottom: 0;
  outline: 1px solid #ebebeb;
  outline-offset: 4px;
}
.skills-chart .skill-item .bar .item-progress::before {
  content: "";
  position: absolute;
  height: 33px;
  width: 1px;
  background-color: #b36157;
  top: -33px;
  left: 50%;
}
.skills-chart .skill-item .bar .item-progress .progress-value {
  position: absolute;
  top: -60px;
  left: 50%;
  color: #b36157;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* =================================== */
/*    Service Area Section  
/* =================================== */
.services-area {
  background: #a9484f;
}
.services-area .services-title h2 {
  margin-bottom: 40px;
}
.services-area .services-title span {
  position: relative;
  display: inline-block;
  margin-left: 82px;
  font-size: 14px;
}
.services-area .services-title span:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60px;
  left: -68px;
  top: 50%;
  background: #c1f1aa;
}
.services-area .mb-6 {
  margin-bottom: 60px;
}
.services-area .service-item .content {
  position: relative;
}
.services-area .service-item .content::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 100px;
  border: 2px solid #b36157;
  background: #b36157;
  left: 0;
  z-index: 0;
  top: -24px;
}
.services-area .service-item .content h4 {
  z-index: 2;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
.services-area .service-item .content p {
  padding-left: 93px;
}

/* =================================== */
/*    Prices Area Section 
/* =================================== */
.prices-area .price-item {
  background: #a9484f;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
.prices-area .price-item .best {
  width: 80px;
  height: 80px;
  background: #c1f1aa;
  border-radius: 50%;
  padding: 25px 20px 20px;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 13px;
  position: absolute;
  color: #a9484f;
  right: 30px;
  top: 35px;
  font-weight: bold;
  z-index: 1;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}
.prices-area .price-item .pricingTable-header {
  padding-bottom: 25px;
}
.prices-area .price-item .pricingTable-header h4 {
  padding: 15px 10px;
  text-transform: capitalize;
  background: #b36157;
  font-weight: 600;
}
.prices-area .price-item .pricingTable-header .price-value {
  margin: 10px auto 0;
  padding: 20px 10px 0;
  display: block;
  font-size: 25px;
  line-height: 35px;
}
.prices-area .price-item .pricingTable-header .price-value span {
  font-size: 60px;
  font-weight: 700;
}
.prices-area .price-item .pricing-content ul li {
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
.prices-area .price-item .pricing-content ul li:nth-child(odd) {
  background-color: #b36157;
}
.prices-area .price-item .pricing-content ul li b {
  font-size: 15px;
}
.prices-area .price-item .btn {
  background: transparent;
  border-color: #fff;
}
.prices-area .price-item .btn:hover {
  background: #fff;
}
.prices-area .modal-dialog {
  max-width: 750px;
  margin: 50px auto 0;
}
.prices-area .modal-dialog .modal-content {
  text-align: center;
  border-radius: 15px;
}
.prices-area .modal-body {
  padding: 0 !important;
}
.prices-area .modal-body .content {
  padding: 36px 30px;
}
.prices-area .modal-body .content h2 {
  color: #b36157;
}
.prices-area .modal-body .modal-image {
  padding: 0 !important;
}
.prices-area .modal-body .modal-image img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prices-area .modal-body .modal-image {
    display: none;
  }
}

/* =================================== */
/*    Resume Area Section 
/* =================================== */
.resume-title {
  padding: 0 0 30px;
  position: relative;
}
.resume-title .icon {
  position: relative;
  top: -13px;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 25px;
  background: transparent;
  color: #b36157;
}
.resume-title .icon i {
  display: block;
  line-height: 40px;
}
.resume-title h4 {
  margin: 0 0 0 40px;
  line-height: 14px;
}

.resume-items .resume-item {
  position: relative;
  padding: 30px 0;
}
.resume-items .resume-item:last-child::after {
  display: none;
}
.resume-items .resume-item .date {
  margin: 0 0 11px;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #efefef;
}
.resume-items .resume-item h5 {
  font-weight: 600;
}
.resume-items .resume-item .company {
  margin: 0 0 11px;
  font-size: 12px;
  color: #a9484f;
  font-weight: bold;
  font-style: italic;
}
.resume-items .resume-item .company i {
  color: #b36157;
}
.resume-items .resume-item.active .date {
  color: #fff;
  border-color: #b36157;
  background: #b36157;
}
.resume-items .resume-item:last-child {
  padding-bottom: 0;
}

.resume .border-line-v::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
}
.resume .border-line-v::before {
  background: #efefef;
}

.resume-title:after,
.resume-items .resume-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #efefef;
}

/* =================================== */
/*    Works Area Section 
/* =================================== */
.works-area .filters-content .single-work {
  border-radius: 10px;
  overflow: hidden;
}
.works-area .filters-content .single-work .relative {
  position: relative;
}
.works-area .filters-content .single-work .thumb .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.works-area .filters-content .single-work .middle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.works-area .filters-content .single-work .middle h4 {
  color: #222;
  margin-bottom: 5px;
}
.works-area .filters-content .single-work .middle i,
.works-area .filters-content .single-work .middle .cat {
  color: #b36157;
}
.works-area .filters-content .single-work .middle .cat {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}
.works-area .filters-content .single-work:hover .middle {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* =================================== */
/*    Hire Area
/* =================================== */
.hire-area {
  background: #fff;
}
.hire-area .hire-content {
  padding: 70px 20px;
  background: #b36157;
  position: relative;
  outline: 7px solid #fff;
  z-index: 3;
}
.hire-area .hire-content:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #eee;
  border-left: 50px solid #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.hire-area .hire-content h2 span {
  color: #c1f1aa;
}
.hire-area .hire-content .contact-box h5 {
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
.hire-area .hire-content .contact-box h5 i {
  color: #c1f1aa;
  font-size: 25px;
  display: inline-block;
  position: relative;
  transform: translateY(20%);
  margin-right: 8px;
}
.hire-area .btn {
  background: transparent;
  border-color: #fff;
}

/* =================================== */
/*    Counter Area Section
/* =================================== */
.counter-area {
  padding: 180px 0 70px;
  background: #a9484f;
  color: #fff;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.counter-area .worms {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.counter-box {
  text-align: center;
}
.counter-box .counter-content .icon-bg {
  margin: 0 auto;
}
.counter-box .counter-content i {
  font-size: 30px;
  color: #c1f1aa;
}
.counter-box .counter-content p,
.counter-box .counter-content h2 {
  color: #fff;
}

/* =================================== */
/*    Testimonial Area Section
/* =================================== */
.testimonial-area .quote-icon {
  color: #b36157;
}
.testimonial-area .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.testimonial-area .tabs li {
  all: unset;
  display: block;
  position: relative;
  cursor: pointer;
}
.testimonial-area .tabs li:nth-child(1) {
  align-self: flex-end;
}
.testimonial-area .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
.testimonial-area .tabs li:nth-child(2) {
  align-self: flex-start;
}
.testimonial-area .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 250px;
  width: 100%;
  margin-top: -50px;
}
.testimonial-area .tabs li:nth-child(3) {
  align-self: flex-end;
}
.testimonial-area .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial-area .tabs li figure {
  position: relative;
  animation: mover 1s infinite alternate;
}
.testimonial-area .tabs li figure img {
  display: block;
  border-radius: 50%;
}
.testimonial-area .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b36157;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial-area .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-area .tabs li.active figure {
  animation: none;
}
.testimonial-area .tabs li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-area .quote-wrapper span {
  font-size: 12px;
  color: #b36157;
  font-weight: 500;
  font-style: italic;
}

/* =================================== */
/*    Blog Area Section
/* =================================== */
.single-blog img {
  border-radius: 10px;
}
.single-blog .blog-info {
  position: relative;
  border-radius: 5px;
  padding: 10px;
  top: -20px;
  display: inline-block;
  background: #b36157;
  font-size: 14px;
}
.single-blog .blog-info span {
  margin: 0 10px;
  font-size: 12px;
}
.single-blog .blog-info span i {
  padding-right: 5px;
  color: #c1f1aa;
  font-size: 14px;
}
.single-blog h4 {
  margin: -8px 0 10px;
  font-weight: 600;
}
.single-blog h4 a {
  color: #222;
}
.single-blog h4 a:hover {
  color: #b36157;
}

.blog-area .modal-dialog {
  max-width: 750px;
  margin: 50px auto;
}
.blog-area .modal-body {
  height: 470px;
  overflow-y: scroll;
  padding: 0 !important;
}
.blog-area .modal-body .modal-img {
  border-radius: 10px;
  overflow: hidden;
}
.blog-area .modal-body .author {
  font-size: 12px;
  color: #b36157;
  font-weight: 500;
  font-style: italic;
}
.blog-area .modal-body .content {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-area .modal-body .content {
    padding: 30px;
  }
}

/* =================================== */
/*    Contact Area Section
/* =================================== */
.contact-area {
  background: #fff;
}
.contact-area .contact-form {
  padding: 50px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.contact-area .contact-form .img-holder {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}
.contact-area .contact-form .img-holder img {
  border-radius: 20px;
  -webkit-transform: translateX(-171px);
  -ms-transform: translateX(-171px);
  transform: translateX(-171px);
}
.contact-area .contact-form h3 {
  line-height: 32px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
.contact-area .contact-form h3 span {
  color: #b36157;
}
.contact-area .contact-form .input-field {
  width: 48%;
}
.contact-area .contact-form .form-control.error {
  border-color: #b36157;
}
.contact-area .contact-form .btn {
  margin-top: 15px;
}
.contact-area .contact-form label.error {
  color: #b36157;
  font-weight: normal;
  font-size: 14px;
  text-indent: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

/* =================================== */
/*    Footer Area
/* =================================== */
.footer-area {
  padding: 40px 0;
  color: #fff;
}
.footer-area i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #c1f1aa;
  font-weight: bold;
  color: #a9484f;
}
.footer-area a {
  color: #c1f1aa;
  font-weight: bold;
}

/* =================================== */
/*    Buttons
/* =================================== */
.btn {
  color: #fff;
  padding: 0 52px;
  background: #b36157;
  overflow: hidden;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #b36157;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover {
  background: #fff;
  border: 1px solid #b36157;
}
.btn:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn:hover span {
  opacity: 1;
  color: #b36157;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn:hover span:nth-child(1) {
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.btn:hover span:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.btn:hover span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.btn:hover span:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.btn:hover span:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn:hover span:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.btn:hover span:nth-child(7) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.btn:hover span:nth-child(8) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.btn:hover span:nth-child(9) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn:hover span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.btn:hover span:nth-child(11) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.btn:hover span:nth-child(12) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.btn:hover span:nth-child(13) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.btn:hover span:nth-child(14) {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.btn:hover span:nth-child(15) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.btn:hover span:nth-child(16) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.btn:hover span:nth-child(17) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.btn:hover span:nth-child(18) {
  -webkit-transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.btn:hover span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.btn:hover span:nth-child(20) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn span {
  display: inline-block;
  padding: 12px 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(10, 10px, 0);
  -moz-transform: translate3d(10, 10px, 0);
  -ms-transform: translate3d(10, 10px, 0);
  -o-transform: translate3d(10, 10px, 0);
  transform: translate3d(10, 10px, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

/* =================================== */
/*    Preloader
/* =================================== */
.preloader-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
}
.preloader-area .loader {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 9999;
}
.preloader-area .loader:after, .preloader-area .loader:before {
  content: "";
  width: 50px;
  left: 0;
}
.preloader-area .loader:before {
  content: "";
  width: 50px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  animation: shadow 0.5s linear infinite;
}
.preloader-area .loader:after {
  height: 50px;
  border-radius: 3px;
  background: #c1f1aa;
  position: absolute;
  top: 0;
  animation: loading 0.5s linear infinite;
}
.preloader-area .loader-section {
  position: absolute;
  top: 0;
  background: #b36157;
  width: 50%;
  height: 100%;
  z-index: 999;
}
.preloader-area .loader-section.section-left {
  left: 0;
}
.preloader-area .loader-section.section-right {
  right: 0;
  background: #a9484f;
}

/* Loaded Styles */
.loaded .preloader-area {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .preloader-area .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .preloader-area .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .preloader-area {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

@-webkit-keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* =================================== */
/*    BOOTSTRAP ELEMENTS
/* =================================== */
.progress {
  box-shadow: none;
}

.border {
  border: none !important;
}

.media {
  margin-bottom: 30px;
}

.media:last-child {
  margin-bottom: 0;
}

.media .media-body {
  padding-left: 30px;
}

.nav-link,
.nav-item {
  padding: 0;
}

.carousel-indicators {
  all: unset;
  padding-top: 25px;
  display: flex;
  list-style: none;
}
.carousel-indicators .active {
  background: #b36157;
  opacity: 1;
}
.carousel-indicators li {
  background: #222;
  opacity: 0.5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators li::before, .carousel-indicators li::after {
  display: none;
}

.tooltip > .tooltip-inner {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

/* === Form Control === */
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 24px;
  font-size: 15px;
  color: #222;
  background-color: transparent;
  background-image: none;
  border: none;
  border: solid 1px #e3e3e3;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: transparent;
  border-color: #b36157;
  color: #222;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
}

.form-group {
  margin-bottom: 20px;
}

.modal {
  padding: 20px !important;
}

.modal.fade .modal-dialog {
  transform: scale(0);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.modal.show .modal-dialog {
  transform: scale(1);
}

.modal-dialog .modal-content {
  background: #fff;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.modal-dialog .modal-content .close {
  color: #fff;
  background-color: #b36157;
  font-size: 32px;
  text-shadow: none;
  line-height: 25px;
  height: 27px;
  width: 27px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 23px;
  top: 11px;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 85% !important;
  }
  .modal-dialog .modal-content .modal-body .content {
    padding: 30px;
  }
}
/* =================================== */
/*    Dark Template
/* =================================== */
body[data-theme=dark] {
  background-color: #191919;
}
body[data-theme=dark] h1,
body[data-theme=dark] h2,
body[data-theme=dark] h3,
body[data-theme=dark] h4,
body[data-theme=dark] h5,
body[data-theme=dark] h6 {
  color: #fff;
}
body[data-theme=dark] .modal-body {
  background: #151515;
}
body[data-theme=dark] .modal-dialog .modal-content .close {
  color: #222;
  background: #c1f1aa;
}
body[data-theme=dark] .form-control {
  color: #fff;
}
body[data-theme=dark] .form-control:focus {
  border-color: #c1f1aa;
}
body[data-theme=dark] .section-title span {
  background: #c1f1aa;
}
body[data-theme=dark] .section-title span::after, body[data-theme=dark] .section-title span::before {
  background: #c1f1aa;
}
body[data-theme=dark] .icon-bg {
  background: rgba(193, 241, 170, 0.4);
}
body[data-theme=dark] .btn {
  background: #c1f1aa;
  border-color: #c1f1aa;
  color: #222;
}
body[data-theme=dark] .btn:hover {
  background: transparent;
}
body[data-theme=dark] .btn span {
  color: #c1f1aa;
}
body[data-theme=dark] .carousel-indicators .active {
  background-color: #c1f1aa;
}
body[data-theme=dark] .preloader-area .loader-section {
  background: #191919;
}
body[data-theme=dark] .preloader-area .loader-section.section-right {
  background: #151515;
}
body[data-theme=dark] .navbar .nav-menu li .nav-link {
  color: #222;
}
body[data-theme=dark] .header-area .logo {
  background: #c1f1aa;
  color: #222;
  border-color: #c1f1aa;
}
body[data-theme=dark] .header-area .logo span:nth-child(2) {
  color: #222;
}
body[data-theme=dark] .header-area .mobile-nav {
  background: #c1f1aa;
}
body[data-theme=dark] .header-area .mobile-nav .mobile-menu li i {
  color: #222;
}
body[data-theme=dark] .header-area .mobile-nav .mobile-menu span::before {
  border-left-color: #c1f1aa;
}
body[data-theme=dark] .hero-area {
  background: #151515;
}
body[data-theme=dark] .hero-area::before {
  background: #191919;
}
body[data-theme=dark] .hero-area .hero-content .avatar img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body[data-theme=dark] .hero-area .hero-content .avatar .social-links li a {
  background: #c1f1aa;
  color: #222;
}
body[data-theme=dark] .hero-area .mouse .mouse-icon::after {
  background: #191919;
}
body[data-theme=dark] .about-area {
  background: #151515;
}
body[data-theme=dark] .about-area .about-pic .img-caption {
  background: #c1f1aa;
}
body[data-theme=dark] .about-area .about-pic .img-caption::before {
  border-bottom-color: #c1f1aa;
}
body[data-theme=dark] .about-area .about-pic .img-caption span,
body[data-theme=dark] .about-area .about-pic .img-caption p {
  color: #222;
}
body[data-theme=dark] .about-area .about-pic .about-img img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body[data-theme=dark] .about-area .about-pic .about-img::after {
  border-color: #c1f1aa;
}
body[data-theme=dark] .about-area .about-details .subheading {
  background: #c1f1aa;
  color: #222;
}
body[data-theme=dark] .about-area .about-details .info-list ul li strong {
  color: #c1f1aa;
}
body[data-theme=dark] .about-area .about-details .info-list ul li strong::before {
  background: #c1f1aa;
}
body[data-theme=dark] .skills-area {
  background: #151515;
}
body[data-theme=dark] .skills-area .skills-chart .skill-item h4 {
  color: #222;
}
body[data-theme=dark] .skills-area .skills-chart .skill-item .bar .item-progress {
  background: #c1f1aa;
  outline-color: #c1f1aa;
}
body[data-theme=dark] .skills-area .skills-chart .skill-item .bar .item-progress::before {
  background: #c1f1aa;
}
body[data-theme=dark] .skills-area .skills-chart .skill-item .bar .item-progress .progress-value {
  color: #c1f1aa;
}
body[data-theme=dark] .services-area {
  background: #151515;
}
body[data-theme=dark] .services-area .service-item .content::before {
  background: rgba(193, 241, 170, 0.35);
  border-color: rgba(193, 241, 170, 0.2);
}
body[data-theme=dark] .prices-area {
  background: #191919;
}
body[data-theme=dark] .prices-area .price-item {
  background: #151515;
}
body[data-theme=dark] .prices-area .price-item .pricingTable-header h4 {
  background: #191919;
}
body[data-theme=dark] .prices-area .price-item .pricing-content ul li:nth-child(odd) {
  background: #191919;
}
body[data-theme=dark] .prices-area .price-item .best {
  color: #222;
}
body[data-theme=dark] .prices-area .price-item .btn {
  background: #c1f1aa;
  border-color: #c1f1aa;
}
body[data-theme=dark] .prices-area .price-item .btn:hover {
  background: transparent;
}
body[data-theme=dark] .prices-area .modal-body .content h2 {
  color: #c1f1aa;
}
body[data-theme=dark] .resume-area {
  background: #151515;
}
body[data-theme=dark] .resume-area .resume-title .icon {
  color: #c1f1aa;
}
body[data-theme=dark] .resume-area .resume-title::after,
body[data-theme=dark] .resume-area .resume-item::after {
  background: #000;
}
body[data-theme=dark] .resume-area .resume-items .resume-item .date {
  background: #000;
  border-color: #000;
}
body[data-theme=dark] .resume-area .resume-items .resume-item.active .date {
  background: #c1f1aa;
  border-color: #c1f1aa;
  color: #222;
}
body[data-theme=dark] .resume-area .resume-items .resume-item .company,
body[data-theme=dark] .resume-area .resume-items .resume-item .company i {
  color: #c1f1aa;
}
body[data-theme=dark] .resume-area .resume .border-line-v::before {
  background: #000;
}
body[data-theme=dark] .works-area {
  background: #191919;
}
body[data-theme=dark] .works-area .filters-content .single-work .middle {
  background: rgba(34, 34, 34, 0.8);
}
body[data-theme=dark] .works-area .filters-content .single-work .middle i,
body[data-theme=dark] .works-area .filters-content .single-work .middle .cat {
  color: #c1f1aa;
}
body[data-theme=dark] .works-area .filters-content .single-work .middle h4 {
  color: #fff;
}
body[data-theme=dark] .hire-area {
  background: #191919;
}
body[data-theme=dark] .hire-area .hire-content {
  outline: 0;
  background: #151515;
}
body[data-theme=dark] .hire-area .hire-content::before {
  border-left-color: #191919;
}
body[data-theme=dark] .counter-area {
  background: #191919;
}
body[data-theme=dark] .counter-area .counter-box .counter-content i {
  color: #fff;
}
body[data-theme=dark] .testimonial-area {
  background: #151515;
}
body[data-theme=dark] .testimonial-area .tabs li.active {
  background: unset;
}
body[data-theme=dark] .testimonial-area .tabs li figure::after {
  border-color: #c1f1aa;
}
body[data-theme=dark] .testimonial-area .quote-icon {
  color: #c1f1aa;
}
body[data-theme=dark] .testimonial-area .quote-wrapper span {
  color: #c1f1aa;
}
body[data-theme=dark] .blog-area {
  background: #191919;
}
body[data-theme=dark] .blog-area .single-blog .blog-info {
  background: #c1f1aa;
}
body[data-theme=dark] .blog-area .single-blog .blog-info a {
  color: #222 !important;
}
body[data-theme=dark] .blog-area .single-blog .blog-info a i {
  color: #222;
}
body[data-theme=dark] .blog-area .single-blog h4 a {
  color: #fff;
}
body[data-theme=dark] .blog-area .single-blog h4 a:hover {
  color: #c1f1aa;
}
body[data-theme=dark] .blog-area .modal-body .author {
  color: #c1f1aa;
}
body[data-theme=dark] .contact-area {
  background: #151515;
}
body[data-theme=dark] .contact-area .contact-form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
body[data-theme=dark] .contact-area .contact-form .img-holder img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body[data-theme=dark] .contact-area .contact-form h3 span {
  color: #c1f1aa;
}
body[data-theme=dark] .contact-area .contact-form .form-control.error {
  border-color: #c1f1aa;
}
body[data-theme=dark] .contact-area .contact-form label.error {
  color: #c1f1aa;
}
body[data-theme=dark] .footer-area {
  background: #191919;
}
body[data-theme=dark] .footer-area i {
  color: #222;
}

/*# sourceMappingURL=style.css.map */
