/*
|----------------------------------------------------------------------------
	Primary color: #9fc642
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS:
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	2. BODY
|----------------------------------------------------------------------------
*/
body {
  color: #222;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.48;
  height: 100%;
}

/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
img,
iframe,
object,
embed {
  max-width: 100%;
}
a {
  color: #000;
}
a:hover {
  color: #9fc642;
  text-decoration: none;
}
a:focus {
  outline: medium none;
  text-decoration: none;
}
.intro-text {
  margin: 0 auto 60px;
  max-width: 660px;
}
.SecTopMargin {
  margin-top: 60px;
}
.SectionMargin {
  margin: 60px 0;
}
.color-border {
  border-color: #9fc642;
}

/*
|----------------------------------------------------------------------------
	4. HEADER / .header-nav
|----------------------------------------------------------------------------
*/
.header-container {
  width: 96%;
  margin: 0 auto;
  max-width: 1170px;
}
.header-nav {
  background-color: rgb(0 0 0 / 60%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
  height: 80px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 999;
}
.single .header-nav:not(.menu-bg) {
  background-color: rgb(0 0 0 / 75%);
}
.header-nav.bg-color {
  background-color: #fff;
}
.header-nav.menu-bg {
  height: 56px;
}

/* menu */
.navbar-brand {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 80px;
  padding: 0;
  text-transform: capitalize;
}
.header-nav.menu-bg .navbar-brand {
  line-height: 56px;
}
.navbar-brand:hover {
  color: #fff;
}
.header-nav:not(.menu-bg) .logo-white {
  padding: 10px 0;
}
.header-nav.menu-bg .logo-color {
  padding: 10px 0;
}
.navbar-brand > img {
  height: 80px;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.menu-bg .navbar-brand > img {
  height: 56px;
}
.bg-color .main-menu .navbar-nav li a {
  color: #000;
}
.main-menu .navbar-nav li a {
  color: #9fc642;
  font-size: 16px;
  /* padding: 30px 20px; */
  padding: 30px clamp(0.8em, 1.2vw, 1.3em);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-bg .main-menu .navbar-nav li a {
  padding: 18px 15px;
  color: #222;
}
.menu-bg .main-menu .navbar-nav li a:hover {
  color: #fafafa;
}
.main-menu .navbar-nav li a:focus {
  background-color: transparent;
}
.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li a.active {
  color: #fff;
  background-color: #9fc642;
}
.menu-bg {
  background-color: #fff;
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}
a img.logo-color {
  opacity: 0;
  height: 0;
}
.menu-bg a img.logo-white {
  opacity: 0;
  height: 0;
}
.menu-bg a img.logo-color {
  opacity: 1;
}

.main-menu .navbar-nav li a.menubgactive {
  background-color: #f0f0f0;
}
.main-menu .navbar-nav li a.menubgactive:hover {
  background-color: #9fc642;
}

/* navbar-toggle responsive menu */
.navbar-toggle {
  border: none;
  background: transparent;
}
.navbar-toggle.collapsed .icon-bar {
  background-color: #9fc642;
}
.navbar-toggle .icon-bar {
  background-color: #7d7d7d;
}
.navbar-toggle:hover {
  background: transparent;
}
.navbar-toggle .icon-bar {
  width: 32px;
  height: 4px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.navbar-toggle .top-bar {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (min-width: 767px) {
  .has-sub-navbar:hover .sub-navbar {
    opacity: 1;
    transition-property: opacity;
    transition: all 0.4s;
    transition-delay: 0.1s;
  }
  .has-sub-navbar .sub-navbar {
    opacity: 0;
    transition-property: opacity;
    transition: all 0.3s;
  }
  .header-nav .sub-navbar {
    background-color: rgb(0 0 0 / 60%);
    position: relative;
    z-index: -1;
  }
  .menu-bg .sub-navbar {
    background-color: #fff;
    position: relative;
    z-index: -1;
  }
  .nav.sub-navbar-nav {
    display: flex;
    flex-direction: column;
  }

  .has-sub-navbar:hover .sub-navbar-nav {
    margin-top: 0px;
    opacity: 1;

    transition: all 0.4s ease-in-out;
  }
  .has-sub-navbar .sub-navbar-nav {
    margin-top: -170px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .main-menu .navbar-nav li .sub-navbar-nav a {
    padding: 19px clamp(0.8em, 1.2vw, 1.3em);
  }
  li.has-sub-navbar {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .main-menu .navbar-collapse:not(.in) li .sub-navbar-nav li a {
    padding-bottom: 7px;
    padding-left: 25px;
    padding-top: 10px;
  }
  .navbar-collapse ul.nav.navbar-nav .has-sub-navbar:hover a {
    color: #9fc642;
  }
  .navbar-collapse ul.nav.navbar-nav .has-sub-navbar:hover a:hover {
    color: #fff;
  }
  .navbar-collapse ul.nav.navbar-nav .has-sub-navbar .sub-navbar-nav {
    border-top: 1px solid #c5c5c5;
  }
}

/*
|----------------------------------------------------------------------------
	4.1. HOME TOP BANNER / .home-top-banner
|----------------------------------------------------------------------------
*/
.home-top-banner {
  background-attachment: fixed;
  background-color: #555;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.home-top-banner::after {
  background-color: rgb(0 0 0 / 25%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.background-transparent {
  background-color: transparent;
}
#particles-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-top-banner.banner-1 {
  background-image: url("../images/background/banner-image-1.jpg");
  background-position: center;
  background-size: cover;
}
.home-top-banner.banner-2 {
  background-image: url("../images/background/banner-image-2.jpg");
  background-position: center;
  background-size: cover;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.banner-content {
  margin-top: 80px;
  max-width: 50%;
}
.banner-content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 25px;
  text-transform: capitalize;
}
.banner-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.banner-content li a {
  color: #fff;
  border: none;
}

.banner-content.banner-content-fullwidth {
  max-width: 100%;
  text-align: center;
}

/* Type */
.banner-content h3.type-animate a.typewrite {
  color: #fff;
  font-size: 38px;
}

/*
|----------------------------------------------------------------------------
	4.2. CAROUSEL TOP BANNER SLIDER / #home .owl-carousel
|----------------------------------------------------------------------------
*/
#home.home-slider {
  height: 100vh;
  width: 100%;
}
#home.home-slider.image-bg {
  background-image: url("../images/profile/banner-image-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#home .owl-carousel {
  position: relative;
  height: 100%;
}
#home .owl-carousel .owl-slide::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#home .owl-carousel div:not(.owl-nav) {
  height: 100%;
}
#home .owl-carousel .owl-nav {
  height: 0;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
#home .owl-carousel .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #fff;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
#home .owl-nav > button {
  background: transparent none repeat scroll 0 0;
  font-size: 50px;
  color: #fff;
}
#home .owl-carousel .owl-slide {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

#home .owl-carousel .owl-slide.slide::before {
  background-color: rgba(0, 0, 0, 0.7);
}
#home .owl-carousel .owl-slide.slide-1 {
  background-image: url("../images/profile/banner-image-1.jpg");
}
#home .owl-carousel .owl-slide.slide-2 {
  background-image: url("../images/profile/banner-image-2.jpg");
}
#home .owl-carousel .owl-slide.slide-3 {
  background-image: url("../images/profile/banner-image-1.jpg");
}
#home .owl-carousel .slider-content {
  bottom: 0;
  display: table;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
#home .owl-carousel .slider-caption {
  display: table-cell;
  vertical-align: middle;
}
#home .owl-carousel .slider-content .slider-caption .caption-container {
  height: auto;
  margin: 80px auto 0;
  max-width: 760px;
  width: 80%;
}
#home .owl-carousel .slider-content h2.banner-title-text {
  color: #fff;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}
#home .owl-carousel .slider-content h2.banner-title-text span {
  color: #9fc642;
}
#home .owl-carousel .slider-content .sub-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}
#home .owl-carousel .slider-content .sub-title.white-text {
  color: #fff;
}
#home .owl-carousel div.slider-caption {
  height: auto;
  margin-top: 10%;
}
#home .btn-shutter-out-horizontal:before {
  background-color: #9fc642;
}
#home .btn-shutter-out-horizontal:hover {
  color: #fff;
  border-color: #9fc642;
}
#home .owl-next {
  float: right;
  padding: 4px 11px;
}
#home .owl-prev {
  float: left;
  padding: 4px 8px;
}
#home .owl-nav {
  max-width: 1170px;
  margin: 0 auto;
  opacity: 0;
}
#home :hover .owl-nav {
  opacity: 1;
}
.banner-content > h4,
.slider-content h4 {
  color: #fff;
  margin: 20px 0 30px;
}

/*
|----------------------------------------------------------------------------
	5. TITLE / .title-wrap
|----------------------------------------------------------------------------
*/
.title-wrap {
  margin: 0 auto 60px;
  max-width: 401px;
}
.section-title-box::before {
  background-color: #9fc642;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 35%;
  margin: 0 0 -2px;
  position: absolute;
  width: 30%;
}
.section-title-box {
  border-bottom: 1px solid #9fc642;
  margin: 0 0 60px;
  position: relative;
}
.title-wrap .section-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  margin: 50px 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.title-wrap .section-title strong {
  color: #9fc642;
  font-weight: bold;
}
.sub-title {
  font-size: 28px;
  margin-top: 0;
}
/*title-box*/
.title-box::before {
  background-color: #9fc642;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 0 -2px;
  position: absolute;
  width: 60px;
}
.title-box {
  border-bottom: 1px dotted #9fc642;
  margin: 0 0 40px;
  position: relative;
}
.title-box > h3 {
  color: #000;
  font-weight: 400;
  margin: 0 0 5px;
}

/*
|----------------------------------------------------------------------------
	6. SINGLE PAGE BANNER / #single-page-banner
|----------------------------------------------------------------------------
*/
#single-page-banner {
  margin-top: 80px;
  /*padding: 10vh 0;*/
  padding: 30px 0;
  position: relative;
  width: 100%;
}
#single-page-banner.page-title::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#single-page-banner.page-title-image {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#single-page-banner.page-title-image.blog-hbg {
  background-image: url("../images/background/blog-details-banner.jpg");
  background-color: #f0f0f0;
}
#single-page-banner.page-title-image.portfolio-hbg {
  background-image: url("../images/background/portfolio-details-banner.jpg");
  background-color: #f0f0f0;
}
#single-page-banner.page-title-image.service-hbg {
  background-image: url("../images/background/ecotone-paint-buckets-light-bg.jpg");
  background-color: #f0f0f0;
}
#single-page-banner.page-title h2 {
  color: #fff;
  font-size: 38px;
  margin: 0;
}
/*breadcrumb*/
.breadcrumb {
  background-color: transparent;
  text-align: right;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a.active {
  background-color: #9fc642;
  padding: 15px;
}

/*
|----------------------------------------------------------------------------
	7. ABOUT / #about
|----------------------------------------------------------------------------
*/
#about {
  padding: 70px 0;
}
#about .about-text .title-box {
  margin: 0 0 40px;
}
#about .title-box {
  margin: 10px 0 40px;
}
.about-text p {
  color: #505050;
  margin: 0 0 30px;
  padding: 0;
}
.experience-content p {
  color: #444;
}
.experience-content p.text-bold {
  color: #222;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 20px;
}
#about .button-holder .btn.btn-shutter-out-horizontal:last-child {
  background-color: transparent;
  border: 1px solid #3e3e3e;
  color: #000;
}
#about .button-holder .btn.btn-shutter-out-horizontal:last-child::before {
  background-color: #9fc642;
}
#about .button-holder .btn.btn-shutter-out-horizontal:last-child:hover {
  color: #fff;
  border-color: #9fc642;
}
#about .button-holder {
  margin: 50px 0;
}
#about .button-holder a {
  margin: 0 20px 10px 0;
}
#about .button-holder a:last-child {
  margin-right: 0;
}
#about .icon-holder .tab-content-title {
  font-weight: bold;
  left: 50%;
  margin-left: 45px;
  position: absolute;
  top: 10px;
  font-size: 24px;
}
#about .icon-holder {
  height: 64px;
  position: relative;
  text-align: center;
}
#about .icon-holder i {
  left: 50%;
  margin-left: -32px;
  position: absolute;
  top: 0;
  border: 1px solid #9fc642;
  border-radius: 50%;
  color: #9fc642;
  font-size: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}
#about .profile-image {
  border-radius: 10px;
  margin: 20px 0 50px;
  max-width: 480px;
  overflow: hidden;
}
#about .profile-image > img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#about .profile-image > img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*
|----------------------------------------------------------------------------
	7.1. BOX STYLE / .about-box-style	MAY BE NOT NEED
|----------------------------------------------------------------------------
*/
.about-box-style .experience-content {
  background-color: #f0f0f0;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
  border-radius: 5px 5px 20px;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 30px 15px 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.about-box-style .experience-content:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
.about-box-style .experience-content .range {
  border-bottom: 3px dotted #222;
  color: #222;
  font-style: italic;
  margin: 0 auto 15px;
  text-align: center;
  width: 180px;
  padding-bottom: 5px;
}
.about-box-style .experience-content h4 {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
.about-box-style .experience-content h5 {
  color: #9fc642;
  font-size: 16px;
  margin-bottom: 20px;
}

/*
|----------------------------------------------------------------------------
	7.2. TIMELINE STYLE / .timeline
|----------------------------------------------------------------------------
*/
.about-timeline-style .nav.nav-tabs,
.about-box-style .nav.nav-tabs {
  max-width: 606px;
  margin: 50px auto;
  border: none;
  text-align: center;
}
.about-timeline-style .nav.nav-tabs > li,
.about-box-style .nav.nav-tabs > li {
  margin: 0 0 10px;
}
.about-timeline-style .nav.nav-tabs > li button,
.about-box-style .nav.nav-tabs > li button {
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  margin-right: 2px;
  width: calc(100% - 2px);
}
.about-timeline-style .nav.nav-tabs > li button i,
.about-box-style .nav.nav-tabs > li button i {
  color: #9fc642;
  font-size: 20px;
  border: 1px solid;
  padding: 7px 5px 5px;
  border-radius: 50%;
  margin-right: 5px;
  width: 36px;
  height: 36px;
}
.about-timeline-style .nav.nav-tabs > li button span.tab-title,
.about-box-style .nav.nav-tabs > li button span.tab-title {
  font-size: 18px;
  font-weight: bold;
}
.about-timeline-style .nav.nav-tabs > li.active button,
.about-box-style .nav.nav-tabs > li.active button {
  background-color: #9fc642;
  color: #fff;
}
.about-timeline-style .nav.nav-tabs > li.active button i,
.about-box-style .nav.nav-tabs > li.active button i {
  color: #fff;
}

.timeline {
  list-style: none;
  margin: 0 0 50px;
  padding: 50px 0 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #9fc642;
  left: 50%;
  margin-left: -2px;
}
.timeline h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.timeline h5 {
  color: #9fc642;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}
.about-timeline-style .experience-content > p:last-child {
  margin: 0;
}
.timeline > li {
  margin: 0 0 50px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  background-color: #f0f0f0;
  width: 46%;
  float: left;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  -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;
}
.timeline > li > .timeline-panel:hover {
  background-color: #fff;
  border-color: #e5e5e5;
  box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 25px;
  right: -16px;
  display: inline-block;
  border-color: transparent #f0f0f0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: "";
}
.timeline > li > .timeline-panel:after {
  border-color: transparent #f0f0f0;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  content: "";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 27px;
}
.timeline-left .experience-content {
  text-align: right;
}
.timeline > li > .timeline-badge {
  font-size: 16px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -26px;
  background-color: #9fc642;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-right > .timeline-panel {
  float: right;
}
.timeline > li.timeline-right > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 16px;
  left: -17px;
  right: auto;
}
.timeline > li.timeline-right > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline li p.date {
  color: #000;
  font-size: 18px;
  left: 50%;
  margin: 0 50px;
  position: absolute;
  text-align: left;
  top: 12px;
  width: 180px;
  border-bottom: 1px dotted;
  line-height: 1.48;
}
.timeline li p.date-inverted {
  color: #000;
  font-size: 18px;
  margin: 0 50px;
  position: absolute;
  right: 50%;
  text-align: right;
  top: 12px;
  width: 180px;
  border-bottom: 1px dotted;
  line-height: 1.48;
}

/*
|----------------------------------------------------------------------------
	7.3. SKILLS PROGRESSBAR / .progressbar
|----------------------------------------------------------------------------
*/
.progressbar-wrap > p {
  margin: 0 0 50px;
}
.progressbar-wrap .progressbar {
  margin: 0 0 50px;
}
.progressbar .circle {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.progressbar .circle > canvas {
  vertical-align: middle;
}
.progressbar .circle > div {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  left: 0;
  position: absolute;
  text-align: center;
  top: 46px;
  width: 100%;
}
.progressbar .circle > p {
  font-size: 20px;
  margin: 10px 0 0;
  font-weight: 700;
}

/*
|----------------------------------------------------------------------------
	8. SERVICE / .service-wrap
|----------------------------------------------------------------------------
*/
#service {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.service-wrap {
  border-width: 1px 5px;
  border-radius: 20px 0;
  margin: 0 0 50px;
  position: relative;
  text-align: center;
  -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;
}
.service-box {
  display: table;
  height: 100%;
  width: 100%;
}
.service-box-wrap {
  display: table-cell;
  vertical-align: middle;
}
.service-icon-box {
  background-color: #fff;
  width: 80px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  border-bottom: none;
  margin-bottom: -8px;
}
.service-short-content-box {
  border: 1px solid #fff;
  border-radius: 5px 5px 20px;
  margin-top: 0;
  background-color: #fff;
  padding: 30px;
}
.service-style2 .service-icon-box {
  background-color: #9fc642;
  border: 1px solid #9fc642;
}
.service-style2 .service-wrap i {
  color: #fff;
}

.service-box-wrap h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
}
.service-wrap i {
  color: #9fc642;
  font-size: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}
.service-wrap:hover .service-icon-box {
  background-color: #9fc642;
  border-color: #9fc642;
}
.service-wrap:hover i {
  color: #fff;
}
.service-style2 .service-wrap:hover .service-short-content-box {
  border: 1px solid #fff;
  background-color: #fff;
}
.service-style2 .service-wrap:hover .service-icon-box {
  background-color: #fff;
  border-color: #fff;
}
.service-style2 .service-wrap:hover .service-icon-box i {
  color: #9fc642;
}
.service-wrap p {
  color: #505050;
  margin: 0 0 30px;
  text-align: center;
}
.service-box .btn {
  margin: 0;
}
.service-wrap li {
  color: black;
  text-align: left;
}
.service-wrap .col-sm-6 {
  margin: 30px 0;
}

.light-bg .service-short-content-box,
.light-bg .service-wrap:hover .service-icon-box,
.light-bg .service-icon-box {
  box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}

#service .profile-image {
  border-radius: 7px;
  margin: 10px 0 10px;
  max-width: 480px;
  overflow: hidden;
}
#service .profile-image > img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
/*
|----------------------------------------------------------------------------
	9. SOCIAL / .social-icon
|----------------------------------------------------------------------------
*/
.list-inline.list-social {
  margin: 0 0 30px;
  padding: 0;
}
.list-social.list-inline > li {
  padding: 0;
}
.social-icon {
  border: 1px solid #9fc642;
  border-radius: 8px 2px;
  color: #9fc642;
  display: block;
  height: 32px;
  margin-right: 5px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  width: 32px;
}
.social-icon-rounded {
  border-radius: 50%;
}
.social-icon-dark,
.social-icon-light {
  border-color: transparent;
}
.social-icon-dark {
  background-color: #444;
  color: #fff;
}
.social-icon-light,
.footer .social-icon-light {
  background-color: #f0f0f0;
  color: #666;
}
.social-icon-colored,
.share-icon .social-icon-colored {
  border-color: transparent;
}
.social-icon.social-icon-small {
  height: 28px;
  width: 28px;
}
.social-icon.social-icon-large {
  height: 44px;
  margin: 0 10px 10px 0;
  width: 44px;
}
.social-icon i {
  display: block;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  -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;
}
.social-icon:hover i:first-child {
  margin-top: -32px;
}
.social-icon.social-icon-small i {
  font-size: 16px;
  line-height: 28px;
}
.social-icon.social-icon-small:hover i:first-child {
  margin-top: -28px;
}
.social-icon.social-icon-large i {
  font-size: 34px;
  line-height: 44px;
}
.social-icon.social-icon-large:hover i:first-child {
  margin-top: -44px;
}

.social-icon:hover {
  text-decoration: none;
}
.social-icon-colored.social-icon,
.social-icon:hover {
  border-color: transparent;
}
.social-icon-colored.social-icon-facebook,
.social-icon-facebook:hover {
  background-color: #3b5998;
}
.social-icon-colored.social-icon-twitter,
.social-icon-twitter:hover {
  background-color: #00acee;
}
.social-icon-colored.social-icon-gplus,
.social-icon-gplus:hover {
  background-color: #dd4b39;
}
.social-icon-colored.social-icon-linkedin,
.social-icon-linkedin:hover {
  background-color: #0077b5;
}
.social-icon-colored.social-icon-vimeo,
.social-icon-vimeo:hover {
  background-color: #1ca7cc;
}
.social-icon-colored.social-icon-pinterest,
.social-icon-pinterest:hover {
  background-color: #cb2027;
}
.social-icon-colored.social-icon-dribbble,
.social-icon-dribbble:hover {
  background-color: #ec4a89;
}
.social-icon-colored.social-icon-rss,
.social-icon-rss:hover {
  background-color: #fb9f3c;
}
.social-icon-colored.social-icon-flickr,
.social-icon-flickr:hover {
  background-color: #ff0084;
}
.social-icon-colored.social-icon-instagram,
.social-icon-instagram:hover {
  background-color: #bc2a8d;
}
.social-icon-colored.social-icon-youtube,
.social-icon-youtube:hover {
  background-color: #bb0000;
}
.social-icon-colored.social-icon-skype,
.social-icon-skype:hover {
  background-color: #12a5f4;
}
.social-icon-colored.social-icon-yahoo,
.footer .social-icon-yahoo:hover {
  background-color: #7b0099;
}
.social-icon-colored.social-icon-tumblr,
.social-icon-tumblr:hover {
  background-color: #32506d;
}
.social-icon i:last-child {
  color: #fff;
}
.social-icon-colored i {
  color: #fff;
}

/*
|----------------------------------------------------------------------------
	10. PRICING / .pricing-table
|----------------------------------------------------------------------------
*/
#salestable {
  padding: 70px 0;
  background-color: #fff;
}
#salestable .pricing-plan-table {
  padding: 30px 0 0;
}
#salestable .pricing-plan-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
  color: #222;
  margin: 0 auto 50px;
  /* max-width: 360px; */
  min-height: 425px;
  overflow: hidden;
  text-align: center;
  -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;
}
#salestable .pricing-plan-wrap:hover {
  box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
#salestable .pricing-plan-header {
  background-color: rgba(62, 62, 62, 0.5);
  color: #000;
  height: 165px;
  margin: 0 0 105px;
  padding: 30px 30px 0;
  position: relative;
}
#salestable .pricing-plan-wrap.active .pricing-plan-header {
  background-color: #9fc642;
}
#salestable .pricing-plan-header > h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  text-transform: uppercase;
}
#salestable .pricing-plan-wrap.active .pricing-plan-header {
  color: #fff;
}
#salestable .pricing-plan-wrap.active .pricing-plan-header > h3 {
  border-color: #fff;
}
#salestable .price-holder {
  background-color: #9fc642;
  border: 5px solid #fff;
  border-radius: 50%;
  bottom: 0;
  color: #222;
  height: 100px;
  left: 50%;
  margin-bottom: -50px;
  margin-left: -50px;
  padding: 30px 0;
  position: absolute;
  width: 100px;
}
#salestable .pricing-plan-wrap:hover .pricing-plan-header,
#salestable .pricing-plan-wrap:hover .price-holder {
  background-color: #9fc642;
  color: #fff;
}
#salestable .pricing-plan-wrap.active .price-holder {
  background-color: #9fc642;
}
#salestable .price-holder p {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin: -3px 0 0;
}
#salestable .pricing-plan-wrap .btn-shutter-out-horizontal {
  margin: 30px 0;
}
#salestable .pricing-plan-wrap ul.list-unstyled {
  margin: 30px 30px 0;
}
#salestable .pricing-plan-wrap li {
  padding: 10px 0;
}
#salestable .price-holder sup {
  font-size: 60%;
  top: -0.6em;
  padding-right: 8px;
}
#salestable.pricing-style2 .price-holder sup {
  font-size: 60%;
  top: 0;
  padding-right: 8px;
}
#salestable .price-holder sub {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.sales-icon-box i.fa {
  font-size: 2em;
}

/*
|----------------------------------------------------------------------------
	11.1 LIGHTBOX
|----------------------------------------------------------------------------
*/
.lightbox .lb-image {
  border: 10px solid #fff;
  border-radius: 15px;
}
.lb-data .lb-details {
  width: 90%;
  line-height: 1.48;
  margin: 10px 0;
}
.lb-data .lb-caption {
  font-size: 16px;
  line-height: 1.48;
  border-left: 5px solid #9fc642;
  border-radius: 2px;
  padding: 5px 0 5px 10px;
}
.lb-data .lb-number {
  padding-top: 8px;
  font-size: 14px;
}
.lb-data {
  color: #fff;
}

/*
|----------------------------------------------------------------------------
	12. QUOTES
|----------------------------------------------------------------------------
*/
#quotes-section {
  background-color: #9fc642;
  padding: 70px 0;
  color: #fff;
}
.quotes-section .title-wrap h2 {
  text-transform: capitalize;
}
.quotes-wrap {
  margin: 0 0 50px;
}
.quotes-wrap p {
  font-size: 24px;
  margin: 0 0 30px;
}
.quotes-wrap .btn {
  margin-top: 0;
}

/*
|----------------------------------------------------------------------------
	13. FAQ
|----------------------------------------------------------------------------
*/
#faq-section {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.faq-image {
  margin: 0 0 20px;
}
.faq-image img {
  border: 2px solid #9fc642;
  border-radius: 50%;
  height: 100px;
  max-width: 100px;
  margin: 0 auto;
}
.faq-content p.blockquote::before {
  color: #9fc642;
  content: "“";
  font-family: "Times New Roman";
  font-size: 5em;
  left: -15px;
  position: absolute;
  top: -80px;
}
.faq-content > p {
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px;
  position: relative;
}
.faq-author {
  text-align: center;
}
.faq-author h4 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-author > p {
  font-size: 14px;
  margin: 0;
}

#faq-section.light-bg {
  color: #000;
}
#faq-section .panel-body {
  color: #353539;
}
ul.list {
  padding-top: 15px;
}
#faq-section a.accordion-toggle:hover {
  color: inherit;
  cursor: pointer;
}
#faq-section .panel-heading {
  cursor: pointer;
}

/*
|----------------------------------------------------------------------------
	14. TESTIMONIALS
|----------------------------------------------------------------------------
*/
#testimonials {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.testimonial-image {
  margin: 0 0 20px;
}
.testimonial-image img {
  border: 2px solid #9fc642;
  border-radius: 50%;
  height: 100px;
  max-width: 100px;
  margin: 0 auto;
}
.testimonial-content p.blockquote::before {
  color: #9fc642;
  content: "“";
  font-family: "Times New Roman";
  font-size: 5em;
  left: -15px;
  position: absolute;
  top: -80px;
}
.testimonial-content > p {
  font-weight: 300;
  font-style: italic;
  margin: 0 0 30px;
  position: relative;
}
.testimonial-author {
  text-align: center;
}
.testimonial-author h4 {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial-author > p {
  font-size: 14px;
  margin: 0;
}

#testimonials.light-bg {
  color: #000;
}

/*
|----------------------------------------------------------------------------
	14.1. CAROUSEL CONTROL FOR TESTIMONIAL
|----------------------------------------------------------------------------
*/
.testimonials .owl-carousel {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
}
.testimonials .owl-nav {
  margin-top: 0;
}
.testimonials .owl-nav [class^="owl-"],
.testimonials .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  font-size: 20px;
  background-color: #3e3e3e;
  border-radius: 50%;
  color: #fff;
  padding: 2px 11px;
  -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;
}
.testimonials .owl-nav {
  opacity: 0;
}
.testimonials:hover .owl-nav {
  opacity: 1;
}
.testimonials .owl-nav [class^="owl-"]:hover,
.testimonials .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0.3);
}
.testimonials .owl-nav .owl-prev {
  left: 0;
}
.testimonials .owl-nav .owl-next {
  right: 0;
}
/* CAROUSEL CONTROL */
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #9fc642;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #9fc642;
}

/*
|----------------------------------------------------------------------------
	14.2. TESTIMONIAL RATINGS
|----------------------------------------------------------------------------
*/
.rating-wrap {
  margin: 0 0 30px;
  text-align: center;
}
.rating-wrap .rating {
  color: #9fc642;
  display: inline-block;
  position: relative;
  text-align: left;
}
.rating-wrap .rating::before {
  content: "\f006\f006\f006\f006\f006";
  font: 18px/1.2em "FontAwesome";
  letter-spacing: 2px;
}
.rating-wrap .rating .stars {
  color: #9fc642;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rating-wrap .rating .stars::before {
  color: inherit;
  font: 18px/1.2em "FontAwesome";
  letter-spacing: 2px;
}
.rating-wrap .rating .stars.one::before {
  content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.two::before {
  content: "\f005\f005";
}
.rating-wrap .rating .stars.three::before {
  content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.four::before {
  content: "\f005\f005\f005\f005";
}
.rating-wrap .rating .stars.five::before {
  content: "\f005\f005\f005\f005\f005";
}

/*
|----------------------------------------------------------------------------
	15. CONTACT
|----------------------------------------------------------------------------
*/
#contact {
  padding: 70px 0;
}
/*CONTACT INFO*/
.contact-item {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 5px 5px 20px;
  display: table;
  height: 160px;
  margin: 0 0 50px;
  padding: 30px 15px;
  text-align: center;
  width: 100%;
  -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;
}
.contact-item-inner {
  display: table-cell;
  vertical-align: middle;
}
.contact-icon {
  overflow: hidden;
}
.contact-desc {
  overflow-wrap: break-word;
}
.contact-desc a {
  color: #222;
  text-decoration: none;
}
.contact-desc h4 {
  margin: 15px 0 0;
}
.contact-icon i {
  border: 1px solid #9fc642;
  border-radius: 50%;
  color: #9fc642;
  font-size: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  transition: all 0.8s ease 0s;
  width: 64px;
}
.contact-item:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
.contact-item:hover i {
  background-color: #9fc642;
  color: #fff;
}
#contact .col-image {
  padding: 20px 0;
}

/*
|----------------------------------------------------------------------------
	15.1. CONTACT FORM / #contactForm
|----------------------------------------------------------------------------
*/
#msgSubmit {
  margin: 0 0 25px;
}
.form-group {
  position: relative;
  margin: 0 0 30px;
}
.form-control {
  border: 1px solid #9fc642;
  padding-left: 50px;
  color: #222;
  font-size: 16px;
}
.input-group-icon {
  position: absolute;
  top: 0;
}
.form-group .input-group-icon {
  background-color: #9fc642;
  border: 0 none;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  display: table-cell;
  font-size: 14px;
  height: 100%;
  padding: 6px 7px 4px;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  vertical-align: top;
  white-space: nowrap;
  width: 40px;
}
.contactForm {
  margin: 30px 15px;
  max-width: 450px;
  padding: 30px 15px;
  position: relative;
  width: 100%;
}
#contactForm {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 5px 5px 20px;
  margin: 0 0 50px;
  padding: 30px 0 0;
  position: relative;
  -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;
}
#contactForm:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
#contactForm .form-control:focus {
  border-color: #9fc642;
  box-shadow: 0 1px 1px rgba(4, 185, 98, 0.075) inset,
    0 0 8px rgba(4, 185, 98, 0.6);
}
.form-control:focus + .input-group-icon {
  background: #9fc642;
  color: #fff;
}
.has-error .form-control {
  border-color: #e91313;
}
.has-error .input-group-icon {
  background: #e91313;
  color: #ffffff;
}
.has-error .form-control:focus {
  border-color: #9fc642;
  box-shadow: 0 1px 1px rgba(4, 185, 98, 0.075) inset,
    0 0 8px rgba(4, 185, 98, 0.6);
}
#contactForm .help-block {
  font-size: 14px;
  color: #e91313;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 42px;
  position: absolute;
  top: -22px;
}
#contactForm .text-success {
  color: #37a000;
}
#contactForm .text-danger {
  color: #e91313;
  margin: 0 0 30px;
}
#contactForm .btn.disabled {
  opacity: 1;
}
#submit.btn {
  transition: all 0.5s ease 0s;
  width: 150px;
}
#submit.btn::after {
  content: "\f0a9";
  font-family: fontawesome;
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 50px;
  -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;
  opacity: 0;
}
#submit.btn:hover::after {
  right: 10px;
  opacity: 1;
}
#contactForm .sub-text {
  right: 30px;
  bottom: 50px;
  color: #e91313;
  font-size: 14px;
  position: absolute;
}

/*
|----------------------------------------------------------------------------
	15.2. SELECT BOX / select.form-control
|----------------------------------------------------------------------------
*/
select.form-control {
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9fc642 50%),
    linear-gradient(135deg, #9fc642 50%, transparent 50%),
    radial-gradient(transparent 66%, transparent 66%);
  background-position: calc(100% - 18px) calc(1em + 2px),
    calc(100% - 13px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}
select.form-control::-ms-expand {
  display: none;
}

/*
|----------------------------------------------------------------------------
	16. SINGLE SERVICE / #service-single-content
|----------------------------------------------------------------------------
*/
#service-single-content .post-image {
  margin: 60px 0 30px;
}
#service-single-content aside {
  margin-top: 60px;
}
#service-single-content .post-title {
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0;
}
#service-single-content .service-content {
  margin: 0 0 30px;
}
#service-single-content p {
  color: #505050;
  margin: 0 0 30px;
}
#service-single-content .service-content img {
  margin: 0 0 30px;
}
#service-single-content #accordion .panel-heading {
  padding: 10px 25px;
}
#service-single-content .panel-group {
  margin: 0 0 30px;
  padding-top: 10px;
}
#service-single-content .panel-default > .panel-heading {
  cursor: pointer;
}
#service-single-content .panel-title a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
#service-single-content .panel-title .glyphicon {
  top: 5px;
}
#service-single-content .panel-title a:hover {
  color: #fff;
}
.panel-group .panel-body {
  padding: 15px 25px;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-default > .panel-heading.highlight:not(.collapsed),
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading.default-color:hover {
  background-color: #9fc642;
  background-image: -moz-linear-gradient(to right, #9fc642 0px, #8bb32b 100%);
  background-image: -webkit-linear-gradient(
    to right,
    #9fc642 0px,
    #8bb32b 100%
  );
  background-image: -o-linear-gradient(to right, #9fc642 0px, #8bb32b 100%);
  background-image: -ms-linear-gradient(to right, #9fc642 0px, #8bb32b 100%);
  background-image: linear-gradient(to right, #9fc642 0px, #8bb32b 100%);
  color: #fff;
}
.panel-default > .panel-heading,
.panel-default > .panel-heading.default-color {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(to bottom, #f0f0f0 0px, #e8e8e8 100%);
  background-image: -webkit-linear-gradient(
    to bottom,
    #f0f0f0 0px,
    #e8e8e8 100%
  );
  background-image: -o-linear-gradient(to bottom, #f0f0f0 0px, #e8e8e8 100%);
  background-image: -ms-linear-gradient(to bottom, #f0f0f0 0px, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0px, #e8e8e8 100%);
  color: #222;
}
#service-single-content .service-content img {
  border-radius: 7px;
  margin: 10px 0 10px;
  max-width: 360px;
  overflow: hidden;
}
#service-single-content .service-content > img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
/*
|----------------------------------------------------------------------------
	16.1. SERVICE LIST / .service-list
|----------------------------------------------------------------------------
*/
#service-single-content .service-list ul {
  margin: 0 0 30px;
  padding: 0;
}
.service-list ul li {
  margin-bottom: 15px;
  padding-left: 26px;
  position: relative;
}
.service-list ul li:last-child {
  margin-bottom: 0;
}
.service-list ul li::before {
  color: #9fc642;
  content: "\f046";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0;
}

/*
|----------------------------------------------------------------------------
	16.2. SERVICE MENU / .service-menu
|----------------------------------------------------------------------------
*/
#service-single-content .service-list-menu {
  margin: 0 0 60px;
}
.service-menu li {
  margin: 0 0 15px;
}
.service-menu li:last-child {
  padding: 0;
}
.service-menu a {
  background-color: #f0f0f0;
  border-radius: 5px;
  color: #222;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.service-menu a:hover,
.service-menu a.active {
  background-color: #9fc642;
  color: #fff;
}
.service-menu a i {
  padding: 0 10px;
}

/*
|----------------------------------------------------------------------------
	16.3. SERVICE BROCHURE / .service-brochure
|----------------------------------------------------------------------------
*/
.service-brochure {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin: 60px 0;
  padding: 0 20px;
}
.service-brochure:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
.brochure-menu {
  margin: 0 0 30px;
}
.brochure-menu li {
  border-bottom: 1px dotted #d0d0d0;
  padding: 10px 0;
}
.brochure-menu li:first-child {
  padding: 5px 0 10px;
}
.brochure-menu li:last-child {
  border-bottom: none;
  padding: 10px 0 0;
}
.brochure-menu a i {
  float: right;
  padding: 6px 0;
}

/*
|----------------------------------------------------------------------------
	16.4. SERVICE FEATURE / .service-features
|----------------------------------------------------------------------------
*/
#service-single-content .service-features {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin: 60px 0;
  padding: 0 20px;
}
#service-single-content .service-features:hover {
  border-color: #e5e5e5;
}
#service-single-content .service-features .title-box,
#service-single-content .service-brochure .title-box {
  margin-top: 30px;
}
#service-single-content .panel-group {
  margin: 0 0 30px;
  padding-top: 0;
}

/*
|----------------------------------------------------------------------------
	16.5. SERVICE QUOTEFORM / #serviceQuoteForm
|----------------------------------------------------------------------------
*/
#service-single-content .quoteForm-holder2 {
  margin: 0 0 60px;
}
.quoteForm {
  margin: 30px 15px;
  max-width: 350px;
  padding: 30px 15px;
  position: relative;
  width: 100%;
}
.quoteForm .form-title {
  line-height: 1;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#quoteForm .form-control {
  background-color: transparent;
  border: 1px solid #9fc642;
  color: #000;
}
#quoteForm .form-control.bootstrap-select {
  padding-left: 50px;
}
#quoteForm .bootstrap-select .btn {
  padding: 5px 0;
}
.quoteForm-holder #quoteForm .btn-shutter-out-horizontal:hover {
  border-color: #9fc642;
}
#quoteForm .form-control:focus {
  border-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(255, 255, 255, 0.6);
}
#quoteForm .has-error .form-control {
  border-color: #e91313;
}
.quoteForm .btn.dropdown-toggle.btn-default {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  text-shadow: none;
}
.quoteForm .btn.dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.quoteForm .help-block.with-errors {
  font-size: 14px;
  color: #e91313;
  top: -20px;
  left: 40px;
  margin: 0;
  position: absolute;
}
.quoteForm .sub-text {
  right: 20px;
  bottom: 75px;
  color: #e91313;
  font-size: 14px;
  position: absolute;
}
.quoteForm .text-danger {
  color: #e91313;
  margin: 0 0 30px;
}
.h3.text-success {
  color: #37a000;
}
.quoteForm-holder .quoteForm .form-control::-webkit-input-placeholder {
  color: #fff;
}
.quoteForm-holder .quoteForm .form-control:-moz-placeholder {
  color: #fff;
}
.quoteForm-holder .quoteForm .form-control::-moz-placeholder {
  color: #fff;
}
.quoteForm-holder .quoteForm .form-control:-ms-input-placeholder {
  color: #fff;
}

.quoteForm-holder2 .quoteForm {
  margin: 60px 0 30px;
  max-width: 100%;
}
#serviceQuoteForm .quoteForm .form-title {
  color: #222;
}
#serviceQuoteForm .quoteForm {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
#serviceQuoteForm .quoteForm:hover {
  background-color: #fff;
  border-color: #e5e5e5;
}
#serviceQuoteForm .quoteForm .btn.dropdown-toggle.btn-default {
  color: #999;
}
#serviceQuoteForm #quoteForm .form-control {
  color: #222;
}
#serviceQuoteForm .form-control:focus {
  border-color: #9fc642;
  box-shadow: 0 1px 1px rgba(4, 185, 98, 0.075) inset,
    0 0 8px rgba(4, 185, 98, 0.6);
}
#serviceQuoteForm .quoteForm .form-control:focus + .input-group-icon {
  background-color: #9fc642;
  border-color: #4ba6b5;
  color: #fff;
}
.quoteForm-holder2 #quoteForm .has-error .form-control:focus {
  border-color: #9fc642;
  box-shadow: 0 1px 1px rgba(4, 185, 98, 0.075) inset,
    0 0 8px rgba(4, 185, 98, 0.6);
}

#serviceQuoteForm.hireme-holder .quoteForm {
  background-color: #f0f0f0;
  border-radius: 5px 5px 20px;
  margin: 0 0 50px;
  max-width: 100%;
}
#serviceQuoteForm.hireme-holder .quoteForm:hover {
  background-color: #fff;
  border-color: #e5e5e5;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
}
#serviceQuoteForm.hireme-holder .quoteForm .get-quote-text {
  margin: 0 0 18px;
}

/*
|----------------------------------------------------------------------------
	17. SINGLE BLOG / #single-post-content
|----------------------------------------------------------------------------
*/
#single-post-content {
  margin: 0 0 30px;
}
#single-post-content .post-title {
  margin: 30px 0 20px;
}
.post-title h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px;
}
#single-post-content .post-meta {
  margin: 0 0 30px;
}
#single-post-content .post-body > p {
  color: #505050;
  margin: 0 0 30px;
}
#single-post-content .post-body {
  color: #505050;
  margin: 0 0 30px;
  margin: 0 0 30px;
}
.post-navigation {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin: 40px 0 50px;
}
.post-navigation a {
  font-size: 18px;
  font-weight: bold;
}
.post .share-icon {
  margin: 0 0 30px;
}
.share-icon .list-inline.list-social {
  margin: 10px 0 0;
}
.share-icon .list-inline.list-social li {
  margin: 0 0 10px;
}
.share-icon > span {
  color: #9fc642;
  font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	18. SIDEBAR
|----------------------------------------------------------------------------
*/
aside#sidebar {
  margin: 60px 0;
}
aside#sidebar .title-box {
  margin: 60px 0 30px;
}
/*Search*/
.search-input-group .input-group-addon {
  background-color: #9fc642;
  border-color: #9fc642;
  color: #fff;
}
.search-input-group .form-control {
  border-color: #9fc642;
  border-right: 0;
  padding-left: 10px;
}
.search-input-group .form-control:focus,
.search-input-group .form-control:focus + .input-group-addon {
  border-color: #9fc642;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #9fc642;
}
.search-input-group button {
  border: 0;
  background: transparent;
}
.widget-area ul {
  list-style: outside none none;
  padding: 0;
}
.widget-area ul li::before {
  color: #9fc642;
  font-family: fontawesome;
  font-size: 15px;
  padding-right: 10px;
}
.recent-comments li::before {
  content: "\f075";
  margin-left: -25px;
}
.widget-area .recent-comments ul li {
  padding-left: 25px;
  color: #222;
}
.widget-area ul li {
  color: #505050;
  border-bottom: 1px solid #f0f0f0;
  margin: 20px 0;
  padding: 0 0 20px;
}
.widget-area ul li h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: -5px 0 10px;
}
.widget-area ul li h3 a:hover {
  color: #9fc642;
}
.widget-area .post-thumbnail,
.footer .post-thumbnail {
  float: left;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
.widget-area .post-content,
.footer .post-content {
  margin-left: 90px;
}

.tags a {
  background-color: #f0f0f0;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 8px 5px;
  padding: 6px 12px;
}

/*
|----------------------------------------------------------------------------
	19. Button / .btn-shutter-out-horizontal
|----------------------------------------------------------------------------
*/
.btn {
  font-size: 18px;
  overflow: hidden;
  padding: 6px 20px;
}
.btn-shutter-out-horizontal {
  background-color: #9fc642;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  color: #fff;
  display: inline-block;
  position: relative;
  -moz-transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
}
.btn-shutter-out-horizontal::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.btn-shutter-out-horizontal:hover,
.btn-shutter-out-horizontal:focus,
.btn-shutter-out-horizontal:active {
  color: #000;
}
.btn-shutter-out-horizontal:hover::before,
.btn-shutter-out-horizontal:focus::before,
.btn-shutter-out-horizontal:active::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
  opacity: 1;
}

/*
|----------------------------------------------------------------------------
	20. SUBSCRIBE / #mc-form
|----------------------------------------------------------------------------
*/
.mc-form-holder {
  margin: 0 0 10px;
  max-width: 360px;
  position: relative;
}
#mc-form .form-control {
  background-color: transparent;
  border: 1px solid #9fc642;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  color: #fff;
  display: inline;
  height: 34px;
  padding: 3px 10px 5px;
  vertical-align: top;
  width: 79%;
}
#mc-form .form-control:focus {
  box-shadow: 0 1px 1px rgba(4, 185, 98, 0.075) inset,
    0 0 8px rgba(4, 185, 98, 0.6);
  outline: 0 none;
}
#mc-form .btn {
  background-color: #9fc642;
  border: medium none;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  color: #fff;
  display: inline;
  font-family: fontawesome;
  font-size: 18px;
  height: 34px;
  margin: 0 0 0 -6px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 20%;
}
#mc-form .btn:hover {
  background-color: rgba(4, 185, 98, 0.8);
}
#mc-form label {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  left: 0;
  position: absolute;
  top: 40px;
}
#mc-form .error {
  color: #e91313;
}
#mc-form .valid {
  color: #37a000;
}

/*
|----------------------------------------------------------------------------
	21. FOOTER / .footer
|----------------------------------------------------------------------------
*/
.footer {
  background-color: #232323;
}
.footer-top {
  background: none;
  padding: 90px 0 60px;
}
.footer-top .columnbottom-margin {
  margin-bottom: 50px;
}
.footer a,
.footer p,
.footer li {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.footer .post-meta a {
  font-size: 15px;
}
.footer p {
  margin: 0 0 20px;
}
.footer h4.widget-title {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  padding-bottom: 5px;
  position: relative;
  text-transform: capitalize;
}
.footer h4.widget-title::before {
  background-color: #9fc642;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.footer h4.widget-title span {
  color: #9fc642;
}
.footer .recent-post li {
  margin: 0 0 20px;
  position: relative;
  text-decoration: none;
}
.footer .recent-post li:last-child {
  margin: 0;
}
.footer .post-thumbnail {
  margin-top: 5px;
}
.footer .post-content h3,
.footer h3 a {
  line-height: 1.3;
  margin: 0 0 10px;
}
.footer ul li a:hover,
.footer ul.list-unstyled li a:hover {
  color: #9fc642;
  text-decoration: none;
}
#footer .list-inline.list-social {
  margin: 0 0 10px;
}
#footer .list-inline.list-social a.social-icon {
  border: none;
  color: #fff;
}
#footer .list-inline.list-social a.social-icon:hover {
  border: none;
}
#footer .contact-info.list-unstyled > li {
  line-height: 1.3;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}
#footer .contact-info.list-unstyled > li i {
  margin: 0 15px 0 0;
}
/*Footer Copyright*/
.footer hr {
  border-color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}
.footer-logo {
  float: left;
  height: 16px;
  margin: 5px 20px 0 0;
  width: auto;
}
.footer .copyright {
  font-size: 14px;
}
.footer .copyright a.footer-site-link {
  font-size: 14px;
}
a.footer-site-link {
  color: #fff;
}

.scrollup {
  bottom: 40px;
  color: #9fc642;
  display: none;
  font-size: 42px;
  height: 40px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.footer .sm-banners {
  display: flex;
  justify-content: center;
}
.footer .sm-banners .contact-item {
  background-color: #4a4a4a;
  border: 1px solid #9fc642;
  padding: 10px;
  height: 134px;
}
.footer .sm-banners .contact-item img {
  max-height: 130px;
}
.footer .sm-banners .contact-item a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
/*
|----------------------------------------------------------------------------
	22. OTHER
|----------------------------------------------------------------------------
*/
blockquote {
  color: #222;
  border-color: #9fc642;
  margin: 0 0 30px;
}
.SecTopMargin30 {
  margin-top: 30px;
}
.SecTopMargin10 {
  margin-top: 10px;
}
.TopMargin0 {
  margin-top: 0;
}
.TopMargin30 {
  margin-top: 30px;
}
.bottomMargin0 {
  margin-bottom: 0;
}
.parallax::before {
  background-color: rgb(0 0 0 / 34%);
}

/*
|----------------------------------------------------------------------------
	13. STORE SECTION
|----------------------------------------------------------------------------
*/
#store-section {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.store-wrap {
  border-width: 1px 5px;
  border-radius: 20px 0;
  margin: 0 0 50px;
  position: relative;
  text-align: center;
  -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;
}
.store-box {
  display: table;
  height: 100%;
  width: 100%;
}
.store-box-wrap {
  display: table-cell;
  vertical-align: middle;
}
.store-short-content-box {
  border: 1px solid #fff;
  border-radius: 5px 5px 20px;
  margin-top: 0;
  background-color: #fff;
  padding: 30px;
}
.store-image {
  margin: 0 0 20px;
}
.store-image img {
  border: 2px solid #9fc642;
  border-radius: 50%;
  height: 100px;
  max-width: 100px;
  margin: 0 auto;
}

.store-box-wrap h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
}
.store-wrap i {
  color: #9fc642;
  font-size: 32px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}
.store-wrap:hover .store-icon-box {
  background-color: #9fc642;
  border-color: #9fc642;
}
.store-wrap:hover i {
  color: #fff;
}
.store-style2 .store-wrap:hover .store-short-content-box {
  border: 1px solid #fff;
  background-color: #fff;
}
.store-style2 .store-wrap:hover .store-icon-box {
  background-color: #fff;
  border-color: #fff;
}
.store-style2 .store-wrap:hover .store-icon-box i {
  color: #9fc642;
}
.store-wrap p {
  color: #505050;
  margin: 0 0 30px;
  text-align: center;
}
.store-box .btn {
  margin: 0;
}
.store-wrap li {
  color: black;
  text-align: left;
}
.store-wrap .col-sm-6 {
  margin: 30px 0;
}


#store-section.light-bg {
  color: #000;
}
#fastore-section .panel-body {
  color: #353539;
}
ul.list {
  padding-top: 15px;
}
#store-section a.accordion-toggle:hover {
  color: inherit;
  cursor: pointer;
}
#store-section .panel-heading {
  cursor: pointer;
}
.light-bg .store-short-content-box,
.light-bg .store-wrap:hover .store-icon-box,
.light-bg .store-icon-box {
  box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
/*
