@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
Green: #89c25f

*	Edit this section
*
* ======================================================= */
body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #89c25f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #89c25f;
  outline: none;
  text-decoration: none !important;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h3 {
  font-weight: 500 !important;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Quicksand", Arial, sans-serif;
  text-align: center;
}


@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #89c25f;
}

::-moz-selection {
  color: #fff;
  background: #89c25f;
}

::selection {
  color: #fff;
  background: #89c25f;
}

#dvcons-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#dvcons-aside {
  padding-top: 3em;
  padding-bottom: 40px;
  padding-left: 2em;
  padding-right: 2em;
  width: 18%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #141414;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1320px) {
  #dvcons-aside {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  #dvcons-aside {
    width: 320px;
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
    padding-top: 4em;
  }
}

#dvcons-aside #dvcons-logo {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 2em;
  display: block;
  width: 100%;
}

#dvcons-aside #dvcons-logo img {
  width: 140px;
}

@media screen and (max-width: 768px) {
  #dvcons-aside #dvcons-logo {
    margin-bottom: 1em;
  }
  #dvcons-aside #dvcons-logo img {
    width: 120px;
  }
}

#dvcons-aside #dvcons-logo a {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-right: .3em;
}

#dvcons-aside #dvcons-main-menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #dvcons-aside #dvcons-main-menu ul {
    margin: 0 0 2em 0;
  }
}

#dvcons-aside #dvcons-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#dvcons-aside #dvcons-main-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  font-family: "Quicksand", Arial, sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#dvcons-aside #dvcons-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: #89c25f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#dvcons-aside #dvcons-main-menu ul li a:hover {
  text-decoration: none;
  color: white;
}

#dvcons-aside #dvcons-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#dvcons-aside #dvcons-main-menu ul li.dvcons-active a {
  color: #89c25f;
}

#dvcons-aside #dvcons-main-menu ul li.dvcons-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#dvcons-aside .dvcons-footer {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #dvcons-aside .dvcons-footer {
    position: relative;
    bottom: 0;
  }
}

#dvcons-aside .dvcons-footer span {
  display: block;
}

#dvcons-aside .dvcons-footer ul {
  padding: 0;
  margin: 0;
}

#dvcons-aside .dvcons-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}

#get-in-touch span {
  display: block;
}

#get-in-touch ul {
  padding: 0;
  margin: 0;
}

#get-in-touch ul li {
  padding: 0;
  margin: 0;
  font-size: 21px;
  display: inline;
  list-style: none;
}

#get-in-touch ul li a {
  color: rgb(255, 255, 255);
  padding-right: 15px;
}


#dvcons-aside .dvcons-footer ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 4px;
}

#dvcons-aside .dvcons-footer ul li a:hover,
#dvcons-aside .dvcons-footer ul li a:active,
#dvcons-aside .dvcons-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #89c25f;
}

#dvcons-main {
  width: 82%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1320px) {
  #dvcons-main {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #dvcons-main {
    width: 100%;
  }
}

#dvcons-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 7em;
  clear: both;
}

#dvcons-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#dvcons-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#dvcons-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
}


#dvcons-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  left: 20px;
  float: left;
  width: auto;
}

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .flex-control-nav {
    right: 20px;
    top: 100px;
  }
}

#dvcons-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#dvcons-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#dvcons-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #89c25f;
}

#dvcons-hero .flexslider .flex-direction-nav {
  display: none;
}

#dvcons-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2.5em;
  position: relative;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner .desc {
 
  position: absolute;
  bottom: 0;
  right: -15px;
  padding: 30px;
  background-color: rgba(5, 5, 5, 0.7)
  ;
}

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .slider-text>.slider-text-inner .desc {
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .slider-text>.slider-text-inner {
    text-align: center;
  }
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner h1,
#dvcons-hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: rgb(238, 238, 238);
  font-family: "Quicksand", Arial, sans-serif;
 
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
 
}

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 28px;
  }
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Quicksand", Arial, sans-serif;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner h2 a {
  color: rgba(0, 0, 0, 0.8);
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner .heading-section {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 30px;
  }
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner s .dvcons-lead {
  font-size: 20px;
  color: #fff;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner p {
  margin-bottom: 0;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* color: #000; */
  padding: 10px 15px !important;
  border: none;
  font-weight: 400;
}

/* #dvcons-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
  color: #000;
  border: 1px solid #fff;
  background: #fff !important;
}

#dvcons-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
} */

@media screen and (max-width: 768px) {
  #dvcons-hero .flexslider .slider-text>.slider-text-inner .btn {
    width: 100%;
  }
}

body.offcanvas {
  overflow-x: hidden;
}

body.offcanvas #dvcons-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 320px;
  background: #000000;
  z-index: 999;
  position: fixed;
}

body.offcanvas #dvcons-main,
body.offcanvas .dvcons-nav-toggle {
  top: 0;
  -moz-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
}

.dvcons-narrow-content {
  padding: 0 2em;
}

@media screen and (max-width: 768px) {
  .dvcons-narrow-content {
    padding: 0 1em;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.dvcons-blog,
.dvcons-work,
.dvcons-about,
.dvcons-services,
.dvcons-products,
.dvcons-partner,
.dvcons-contact {
  padding-top: 5em;
  padding-bottom: 6em;
  clear: both;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {

  .dvcons-blog,
  .dvcons-work,
  .dvcons-about,
  .dvcons-services,
  .dvcons-products,
  .dvcons-partner,
  .dvcons-contact {
    padding-top: 5em;
    padding-bottom: 8em;
  }
}

.about-img,
.about-img-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.dvcons-heading {
  font-size: 24px;
  margin-bottom: 2.5em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.8;
  position: relative;
}

.dvcons-heading:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  background: #89c25f;
}

.dvcons-heading span {
  display: block;
}

@media screen and (max-width: 768px) {
  .dvcons-heading {
    margin-bottom: 3em;
  }
}

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 3px;
}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}
.about-images {
  margin-bottom: 30px;
}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
}

.padding {
  padding: 1em;
}

.steps {
  display: block;
  position: relative;
}

.steps h3 {
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.steps:before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: -1;
}

.steps .icon {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.steps .icon span {
  display: table;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.steps .icon span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

.steps:hover i {
  color: #89c25f !important;
}

.steps.active i {
  color: #89c25f !important;
}

.fancy-collapse-panel .panel-default>.panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px;
}

.panel-heading a.collapsed:after {
  content: "\ea1c";
}

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0;
}


.services-wrap .desc {
  width: 90%;
  z-index: 1;
  margin-top: -20px;
  background: #fafafa;
  padding: .8em .5em;
}

.services-wrap .desc h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.move-bottom {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .move-bottom {
    margin-top: 0;
  }
}

.dvcons-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.dvcons-feature .dvcons-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.dvcons-feature .dvcons-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #89c25f;
  font-size: 60px;
  height: 100px;
}

@media screen and (max-width: 1320px) {
  .dvcons-feature .dvcons-icon i {
    font-size: 40px;
  }
}

.dvcons-feature .dvcons-text {
  padding-left: 120px;
  width: 100%;
}

.dvcons-feature .dvcons-text h2,
.dvcons-feature .dvcons-text h3 {
  margin: 0;
  padding: 0;
}

.dvcons-feature .dvcons-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.dvcons-feature.dvcons-feature-sm .dvcons-text {
  margin-top: 30px;
}

.dvcons-feature.dvcons-feature-sm .dvcons-icon i {
  color: #89c25f;
  font-size: 40px;
}

@media screen and (max-width: 1320px) {
  .dvcons-feature.dvcons-feature-sm .dvcons-icon i {
    font-size: 28px;
  }
}

.dvcons-feature-lg .dvcons-text h2,
.dvcons-feature-lg .dvcons-text h3 {
  margin: 0;
  padding: 0;
}

.dvcons-feature-lg .dvcons-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em;
  overflow: hidden;

}


@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 3em;
  }
}

.blog-entry .blog-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 2em;

  
}


.blog-entry .desc h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}

.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.blog-entry .desc span small i {
  color: #999999;
}

.blog-entry .desc .lead {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.blog-entry:hover .blog-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .overlap {
    margin-top: 2em;
  }
}

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  width: 100%;
  display: block;
  margin-bottom: 30px;;
  transition: all 1s;
}

.project .desc {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
 
}

.project .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: auto;
  bottom: 0;
}

.project .desc .con .icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.project .desc h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  bottom: 0;
  margin-bottom: 5px;
}

.project .desc h3 a {
  color: #cccccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project .desc span {
  display: block;
  color: #999999;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


@media screen and (max-width: 768px) {
  .project .desc {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
  }
}

.project:hover {
  background-size: cover;
  background-position: center;
}
.project:hover .desc {
  background: #89c25f;
}

.project:hover .desc a {
  color: #fff;
}
.project:hover .desc span {
  color: #fff;
}


.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px;
}

.project-desc span a {
  color: #666666;
}

#dvcons-counter {
  position: relative;
  /* clear: both;
  margin-bottom: 5em; */
}

.dvcons-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.dvcons-counters .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.dvcons-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dvcons-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #89c25f;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.dvcons-counters .counter-wrap {
  border: 1px solid red !important;
}

.dvcons-counters .dvcons-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}

.dvcons-counters .dvcons-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.dvcons-lead {
  font-size: 18px;
  line-height: 1.5;
}

#get-in-touch {
  padding: 5em 0 3em 0;
}

#get-in-touch .btn-learn {
  padding: 15px 30px !important;
  font-size: 13px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.dvcons-social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.dvcons-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.dvcons-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .dvcons-social li a {
    padding: 10px 8px;
  }
}

.dvcons-social li a:hover {
  color: #89c25f;
}

.dvcons-social li a:hover,
.dvcons-social li a:active,
.dvcons-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #89c25f;
}

#map {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.dvcons-bg-color {
  background: #fafafa;
  position: relative;
}

.dvcons-bg-green-color {
  background: #dedede;
  position: relative;
}

.pagination {
  padding: 0;
}

.pagination li {
  margin: 2px;
}

.pagination li a {
  color: #000;
  background: transparent;
  color: #000;
  margin: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination li a:first-child {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.pagination li a:hover,
.pagination li a:focus {
  background: #89c25f;
  color: #fff;
  border: 1px solid #89c25f;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    padding: 7px 15px;
  }
}

.pagination li.active a {
  background: #89c25f;
  border: 1px solid #89c25f !important;
}

.pagination li.active a:hover,
.pagination li.active a:focus {
  background: #89c25f;
  color: #fff;
  border: 1px solid #89c25f !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
}

.btn.btn-sm {
  padding: 4px 15px !important;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #89c25f;
  color: #fff;
  border: 2px solid #89c25f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #4a732c !important;
  border-color: #4a732c !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #89c25f;
  border: 2px solid #89c25f;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #89c25f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background: #f0f0f0;
}

#message {
  height: 130px;
}

.dvcons-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.dvcons-nav-toggle.active i::before,
.dvcons-nav-toggle.active i::after {
  background: #000;
}

.dvcons-nav-toggle.dark.active i::before,
.dvcons-nav-toggle.dark.active i::after {
  background: #000;
}

.dvcons-nav-toggle:hover,
.dvcons-nav-toggle:focus,
.dvcons-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.dvcons-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /* display: inline; */
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.dvcons-nav-toggle i::before,
.dvcons-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dvcons-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.dvcons-nav-toggle.dark i::before,
.dvcons-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dvcons-nav-toggle i::before {
  top: -7px;
}

.dvcons-nav-toggle i::after {
  bottom: -7px;
}

.dvcons-nav-toggle:hover i::before {
  top: -10px;
}

.dvcons-nav-toggle:hover i::after {
  bottom: -10px;
}

.dvcons-nav-toggle.active i {
  background: transparent;
}

.dvcons-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.dvcons-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.dvcons-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .dvcons-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}


/** Service **/
.services-menu {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  transition: all 1s;
}

.services-menu .desc {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
}

.services-menu .desc .con {
  padding: 20px;
  display: block;
  position: relative;
  height: auto;
  bottom: 0;
}


.services-menu .desc h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 !important;
}

.services-menu .desc h3 a {
  color: #cccccc;
}

@media screen and (max-width: 768px) {
  .services-menu .desc {
    background: rgba(0, 0, 0, 0.6);
  }

  .services-menu .desc h3 {
    font-style: 28px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }

}

.services-menu:hover .desc {
  background: #89c25f;
}
.services-menu:hover .desc a {
  color: #fff;
}

.fixed-size-image-container {
  width: 100%; /* 100% chiều rộng của div cha */
  height: 260px; /* Chiều cao của div cha, điều chỉnh theo nhu cầu */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Nếu hình ảnh vượt quá kích thước được đặt, ẩn đi phần dư thừa */
  margin-bottom: 30px;
}

.fixed-size-image-container img {
  width: 100%; /* Chiều rộng của hình ảnh là 100% của div cha */
  height: 100%; /* Chiều cao của hình ảnh là 100% của div cha */
  object-fit: cover; /* Hiệu ứng làm đầy đẳng kích thước của phần tử */
  display: block; /* Loại bỏ khoảng trắng dưới hình ảnh nếu có */
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  background: #89c25f;
  z-index: 1368;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#svg {
  height: 150px;
  width: 150px;
  stroke: white;
  fill-opacity: 0;
  stroke-width: 3px;
  stroke-dasharray: 3300;
  animation: draw 5s ease;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 3300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.name-container {
  height: 30px;
  overflow: hidden;
}

.logo-name {
  color: #fff;
  font-size: 20px;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: bolder;
}

.stepper {
  .line {
    width: 2px;
    background-color: lightgrey !important;
  }
  .lead {
    font-size: 1.1rem;
  }
}
.rounded-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}


.dvcons-vision {
  padding: 3em 3em;
}


.dvcons-vision .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dvcons-vision .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #89c25f;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.dvcons-contact {
  background-repeat: no-repeat ;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  position: relative;
  background-attachment: fixed;
}

.list-benefit {
  background-color:#89c25f ;
}

.list-benefit ul {
  list-style: none;
  padding: 20px;

}
.list-benefit ul li {
  color: #fff;
  margin-bottom: 5px;
}
.list-benefit ul li:before {
  content: '✓';
  padding: 10px;
  color: #fff;
}

/** Services **/


/** Product **/

.product-entry {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(82, 82, 82, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);

}

@media screen and (max-width: 768px) {
  .product-entry {
    margin-bottom: 3em;
  }
  .product-entry img {
    width: 100%;
  }
}

.product-entry img {
  object-fit: cover;
  transition: all .25s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;

}

.product-entry .desc h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
  padding: 20px 15px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.table-info img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .table-info img {
    width: 120px;
  }
}
@media screen and (max-width: 540px) {
  .table-info img {
    width: 90px;
  }
  .table-info td,th {
    font-size: 13px;
  }
  .table-info th {
    max-width: 90px;
  }
}
.table-info .title-wooden
{
  width: 200px;
}

.dvcons-quotes {
  background-color: #e2e2e2;
  padding: 25px;
}

.dvcons-bg-primary {
  background-color: #89c25f ;
}