/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v30-latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  padding-top: 105px;
  background: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 80px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
  color: #272727;
}

a {
  color: #76b82a;
  -webkit-transition: color 400ms,background-color 400ms;
  -moz-transition: color 400ms,background-color 400ms;
  -o-transition: color 400ms,background-color 400ms;
  transition: color 400ms,background-color 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2a95be;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.thumb {
  width: 100%;
  height: auto;
}

.gradiant, #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview, #pricing ul.pricing li.plan-header .price-duration, #pricing ul.pricing.featured li.plan-header, .tipp, #get-in-touch {
  background-image: -moz-linear-gradient(90deg, #92b82a 0%, #5b8e21 100%);
  background-image: -webkit-linear-gradient(90deg, #92b82a 0%, #5b8e21 100%);
  background-image: -ms-linear-gradient(90deg, #92b82a 0%, #5b8e21 100%);
}

.gradiant-horizontal, .progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #5b8e21 0%, #92b82a 100%);
  background-image: -webkit-linear-gradient(4deg, #5b8e21 0%, #92b82a 100%);
  background-image: -ms-linear-gradient(4deg, #5b8e21 0%, #92b82a 100%);
}

.bg-motive1-left {
  background: url(../images/flower_light.png) top left no-repeat;
}

.bg-motive1-right {
  background: url(../images/flower_light.png) top right no-repeat;
}

.bg-motive2, #portfolio {
  background: url(../images/flower_dark.png) top right no-repeat;
}

.banner {
  padding: 250px 0px;
}

table.open {
  border-collapse: separate;
  border-spacing: 2px;
}
table.open td span {
  background: #76b82a;
  color: #fff;
  padding: 5px 10px 5px 20px;
  display: block;
  text-align: right;
}
table.open td.time1, table.open td.time2 {
  padding: 5px 20px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1200px) {
  table.open {
    margin: 0px auto;
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  table.open {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .box {
    margin-bottom: 40px;
  }
}

address .phone {
  margin-top: 10px;
  display: block;
  font-size: 200%;
  font-weight: 600;
}
address .phone .fa {
  color: #fff;
  background: #76b82a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 9px;
}

.modal {
  color: #252525;
}
.modal a:link,
.modal a:visited {
  color: #252525 !important;
  text-decoration: underline;
}
.modal a:hover,
.modal a:focus {
  color: #76b82a;
}
.modal .modal-body {
  overflow-y: auto;
  overflow-x: none;
}

.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
  height: 1px;
  background: #76b82a;
}
@media only screen and (max-width: 767px) {
  .section-header .section-title {
    font-size: 32px;
    word-break: break-word;
  }
}
@media only screen and (max-width: 480px) {
  .section-header .section-title {
    font-size: 28px;
  }
}
.section-header span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 2px;
}
.btn.btn-primary {
  background: #76b82a;
  border: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #5b8e21;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #76b82a;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #76b82a;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 15px 15px 15px;
}
.navbar.navbar-default .navbar-brand img {
  height: 70px;
}
@media only screen and (max-width: 992px) {
  .navbar.navbar-default .navbar-brand img {
    height: 50px;
  }
}

#main-menu.navbar-default {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 45px;
    padding-bottom: 40px;
    text-transform: uppercase;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 42px;
    border-top: 3px solid #76b82a;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 10px 15px;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #76b82a;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #76b82a;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  #main-menu.navbar-default {
    height: 80px;
  }
  #main-menu.navbar-default .container {
    width: auto;
  }
  #main-menu.navbar-default .navbar-header {
    float: none;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-right: 0px;
    display: block;
    border-color: transparent;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle:hover, #main-menu.navbar-default .navbar-header .navbar-toggle:focus {
    background-color: transparent;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #76b82a;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
  }
  #main-menu.navbar-default .navbar-header .navbar-toggle .icon-bar {
    margin-top: 5px;
  }
  #main-menu.navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #fff;
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main-menu.navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  #main-menu.navbar-default .navbar-collapse.collapse.in {
    display: block !important;
  }
  #main-menu.navbar-default .navbar-nav {
    float: none !important;
    margin: 0px;
  }
  #main-menu.navbar-default .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #f5f5f5;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    text-tranform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  #main-menu.navbar-default .navbar-nav > li > a:hover {
    color: #76b82a;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.active > a:hover,
  #main-menu.navbar-default .navbar-nav > li.active > a:focus {
    color: #fff;
    background: #76b82a;
  }
  #main-menu.navbar-default .navbar-right {
    float: none !important;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner .carousel-content h2 {
  margin-top: 220px;
  font-size: 36px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
#main-slider .slider-inner .carousel-content h2 > span {
  color: #76b82a;
}
#main-slider .slider-inner .carousel-content p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #444;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 18px;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
  background-color: #76b82a;
}
#main-slider .owl-prev {
  left: 10px;
  text-indent: 0px;
}
#main-slider .owl-next {
  right: 10px;
  text-indent: 0px;
}
@media only screen and (max-width: 768px) {
  #main-slider .item {
    height: 458px;
  }
  #main-slider .owl-controls {
    display: none !important;
  }
  #main-slider .slider-inner .carousel-content h2 {
    display: block;
    margin-top: 200px;
    font-size: 24px;
  }
  #main-slider .slider-inner .carousel-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  #main-slider .slider-inner .carousel-content h2 {
    display: block;
    margin-top: 50px;
    font-size: 24px;
  }
  #main-slider .slider-inner .carousel-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  #main-slider .slider-inner .carousel-content h2 {
    font-size: 20px;
  }
  #main-slider .slider-inner .carousel-content p {
    font-size: 15px;
  }
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #76b82a;
}

#progressBar {
  display: none;
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta .logo {
  border-left: 1px solid #ddd;
}
#cta .logo img {
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  #cta .logo {
    border-left: 0px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
  }
}

#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 120px 0px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #76b82a;
}
@media only screen and (max-width: 480px) {
  #cta2 h2 {
    font-size: 34px;
  }
}
#cta2 .phone {
  margin-top: 10px;
  display: block;
  font-size: 40px;
  font-weight: 600;
}
#cta2 .phone .fa {
  color: #dcb845;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-indent: 5px;
}
@media only screen and (max-width: 480px) {
  #cta2 .phone {
    font-size: 30px;
  }
  #cta2 .phone .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

#features {
  padding: 120px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#features .media.service-box:first-child img {
  width: 100%;
}
#features .media.service-box a {
  display: block;
}
@media only screen and (max-width: 992px) {
  #features .media.service-box:first-child img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #features .media.service-box:first-child img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #features .media.service-box:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #features .media.service-box.cerec .pull-left {
    display: none;
  }
}

#services {
  padding: 120px 0 75px;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #76b82a;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms,background-color 400ms;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #5b8e21 0%, #92b82a 100%);
  background-image: -webkit-linear-gradient(90deg, #5b8e21 0%, #92b82a 100%);
  background-image: -ms-linear-gradient(90deg, #5b8e21 0%, #92b82a 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media.service-box a {
  outline: 0px;
}
.media.service-box p {
  outline: 0px;
  color: #64686d;
  line-height: 150%;
}
.media.service-box p a {
  color: #64686d;
}
.media.service-box p span {
  margin-top: 5px;
  color: #76b82a;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: block;
}
.media.service-box p:hover {
  outline: 0px;
}
.media.service-box p:hover span {
  font-size: 120%;
}

#portfolio {
  padding: 120px 0;
  background-color: rgba(238, 238, 238, 0.5);
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover {
  background: #76b82a;
  color: #fff;
  box-shadow: 0 -3px 0 0 #5b8e21 inset;
  -webkit-box-shadow: 0 -3px 0 0 #5b8e21 inset;
}
#portfolio .portfolio-filter > li a.active {
  background: #76b82a;
  color: #fff;
  box-shadow: 0 -3px 0 0 #5b8e21 inset;
  -webkit-box-shadow: 0 -3px 0 0 #5b8e21 inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #5b8e21 transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 480px) {
  #portfolio .portfolio-filter > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #portfolio .portfolio-filter > li a.active:after {
    display: none;
  }
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #portfolio .portfolio-item {
    width: 49.9%;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio .portfolio-item {
    width: 99.9%;
  }
}

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

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}

#about {
  padding: 120px 0;
}

#work-process {
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #76b82a;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #76b82a;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}

#team {
  padding: 120px 0;
}
#team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  min-height: 450px;
  text-align: center;
  position: relative;
}
#team .team-member .more-info {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -13px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}
#team .team-member .team-img {
  margin: -13px -13px 0 -13px;
}
#team .team-member .team-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #64686d;
}
#team .team-member:hover {
  border-color: #76b82a;
}
#team .team-member:hover .social-icons > li > a {
  background: #76b82a;
}
@media only screen and (max-width: 992px) {
  #team .team-member {
    margin-bottom: 30px;
  }
  #team .team-member .team-info {
    margin-bottom: 30px;
  }
  #team .team-member .more-info {
    padding-top: 0px;
  }
  #team .team-member .more-info span {
    display: block;
    margin-top: 10px;
  }
  #team .team-member .team-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #team .team-member {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, white 0%, #e3e3e3 49%, white 100%);
  background-image: -webkit-linear-gradient(180deg, white 0%, #e3e3e3 49%, white 100%);
  background-image: -ms-linear-gradient(180deg, white 0%, #e3e3e3 49%, white 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #252920;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #252920;
  color: #76b82a;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#animated-number {
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat center center;
  background-size: cover;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 120px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #252920;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

.tipp {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
}
.tipp .title {
  line-height: 0.5;
  margin-top: 10px;
  margin-bottom: 15px;
}
.tipp .title span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.tipp .title span:before,
.tipp .title span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #fff;
  top: 3px;
  width: 60px;
}
.tipp .title span:before {
  right: 100%;
  margin-right: 10px;
}
.tipp .title span:after {
  left: 100%;
  margin-left: 10px;
}

#get-in-touch {
  padding: 120px 0 50px;
  color: #fff;
}
#get-in-touch h1, #get-in-touch h2 {
  color: #fff;
}

#blog {
  padding: 120px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #252920;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #76b82a;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #76b82a;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #76b82a;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #76b82a;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #76b82a;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 184, 42, 0.1);
  z-index: 1;
  display: block;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #76b82a;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

@media only screen and (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .text-right {
    text-align: center;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
