@charset "UTF-8";
/*
Template:  
Author: dewebkiller.com
Design and Developed by: dewebkiller.com
Version : 1.0
NOTE:
*/
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*Background colors*/
.theme-bg {
  background: #006b34;
}

/*text color*/
.theme-color {
  color: #006b34;
}

.text-blue {
  color: #006b34;
}

.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.bg.fixed {
  background-attachment: fixed !important;
}

.no-overlay:before {
  content: "";
  background: rgba(0, 107, 52, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-primary-overlay:before {
  content: "";
  /*@include hex-rgba($theme-color, 0.8);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/***************************
        bg images
***************************/
.bg-overlay-black-10:before {
  background: rgba(0, 107, 52, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-20:before {
  background: rgba(0, 107, 52, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-30:before {
  background: rgba(0, 107, 52, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-40:before {
  background: rgba(0, 107, 52, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-50:before {
  background: rgba(0, 107, 52, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-60:before {
  background: rgba(0, 107, 52, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-70:before {
  background: rgba(0, 107, 52, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-80:before {
  background: rgba(0, 107, 52, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-90:before {
  background: rgba(0, 107, 52, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-20:before {
  background: rgba(0, 107, 52, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-50:before {
  background: rgba(0, 107, 52, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-70:before {
  background: rgba(0, 107, 52, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-90:before {
  background: rgba(0, 107, 52, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*Social Icons Backgrounds*/
.bg-facebook {
  background: #3b5998 !important;
}

.bg-twitter {
  background: #00aced !important;
}

.bg-linkedin {
  background: #0077B5 !important;
}

.bg-pinterest {
  background: #c92228 !important;
}

.bg-instagram {
  background: #e2306a !important;
}

.bg-dribbble {
  background: #c73b65 !important;
}

.bg-googleplus {
  background: #d34836 !important;
}

.bg-pinterest {
  background: #c92228 !important;
}

.bg-dropbox {
  background: #3d9ae8 !important;
}

.bg-flickr {
  background: #0063DC !important;
}

.bg-tumblr {
  background: #34526f !important;
}

.bg-skype {
  background: #12a5f4 !important;
}

.bg-youtube {
  background: #c4302b !important;
}

.bg-github {
  background: #323232 !important;
}

/*Labels*/
.label {
  display: inline;
  padding: 0.2em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/*Social Icons Text*/
.text-facebook {
  color: #3b5998;
}

.text-twitter {
  color: #00aced;
}

.text-linkedin {
  color: #0077B5;
}

.text-dribbble {
  color: #c73b65;
}

.text-googleplus {
  color: #d34836;
}

.text-instagram {
  color: #e2306a;
}

.text-pinterest {
  color: #c92228;
}

.text-dropbox {
  color: #3d9ae8;
}

.text-flickr {
  color: #0063DC;
}

.text-tumblr {
  color: #34526f;
}

.text-skype {
  color: #12a5f4;
}

.text-youtube {
  color: #c4302b;
}

.text-github {
  color: #323232;
}

/*Font sizes*/
.font-xs {
  font-size: 0.76rem;
  line-height: 1rem;
}

.font-xxl {
  font-size: 1.714rem;
  line-height: 2rem;
}

.f-30 {
  font-size: 2.143rem;
  line-height: 2.143rem;
}

.f-50 {
  font-size: 3.571rem;
  line-height: 3.571rem;
}

.f-70 {
  font-size: 5.271rem;
  line-height: 5.271rem;
}

.f-100 {
  font-size: 7.125rem;
  line-height: 7.125rem;
}

.f-150 {
  font-size: 11.125rem;
  line-height: 11.125rem;
}

.f-200 {
  font-size: 14.125rem;
  line-height: 14.125rem;
}

/*Font weights*/
.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

/*Margins */
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 0.7143rem !important;
}
.mt-15 {
  margin-top: 1.1rem !important;
}
.mt-20 {
  margin-top: 1.429rem !important;
}
.mt-30 {
  margin-top: 2.143rem !important;
}
.mt-40 {
  margin-top: 2.857rem !important;
}
.mt-50 {
  margin-top: 3.571rem !important;
}
.mt-6 {
  margin-top: 4.286rem !important;
}
.mt-70 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 5.714rem !important;
}
.mt-90 {
  margin-top: 6.429rem !important;
}
.mt-100 {
  margin-top: 7.143rem !important;
}

/*Margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 0.7143rem !important;
}
.mb-15 {
  margin-bottom: 1.1rem !important;
}
.mb-20 {
  margin-bottom: 1.429rem !important;
}
.mb-30 {
  margin-bottom: 2.143rem !important;
}
.mb-40 {
  margin-bottom: 2.857rem !important;
}
.mb-50 {
  margin-bottom: 3.571rem !important;
}
.mb-60 {
  margin-bottom: 4.286rem !important;
}
.mb-70 {
  margin-bottom: 5rem !important;
}
.mb-8 {
  margin-bottom: 5.714rem !important;
}
.mb-90 {
  margin-bottom: 6.429rem !important;
}
.mb-100 {
  margin-bottom: 7.143rem !important;
}

/*Margin left*/
.ml-0 {
  margin-left: 0 !important;
}
.ml-15 {
  margin-left: 1.1rem !important;
}
.ml-10 {
  margin-left: 0.7143rem !important;
}
.ml-20 {
  margin-left: 1.429rem !important;
}
.ml-30 {
  margin-left: 2.143rem !important;
}
.ml-40 {
  margin-left: 2.857rem !important;
}
.ml-50 {
  margin-left: 3.571rem !important;
}
.ml-60 {
  margin-left: 4.286rem !important;
}
.ml-70 {
  margin-left: 5rem !important;
}
.ml-80 {
  margin-left: 5.714rem !important;
}
.ml-90 {
  margin-left: 6.429rem !important;
}
.ml-100 {
  margin-left: 7.143rem !important;
}

/*Margin right*/
.mr-0 {
  margin-right: 0 !important;
}
.mr-10 {
  margin-right: 0.7143rem !important;
}
.mr-15 {
  margin-right: 1.1rem !important;
}
.mr-20 {
  margin-right: 1.429rem !important;
}
.mr-30 {
  margin-right: 2.143rem !important;
}
.mr-40 {
  margin-right: 2.857rem !important;
}
.mr-50 {
  margin-right: 3.571rem !important;
}
.mr-60 {
  margin-right: 4.286rem !important;
}
.mr-70 {
  margin-right: 5rem !important;
}
.mr-80 {
  margin-right: 5.714rem !important;
}
.mr-90 {
  margin-right: 6.429rem !important;
}
.mr-100 {
  margin-right: 7.143rem !important;
}

/*padding*/
.p-0 {
  padding: 0 !important;
}
.p-05 {
  padding: 0.3543rem !important;
}
.p-10 {
  padding: 0.7143rem !important;
}
.p-15 {
  padding: 1.0443rem !important;
}
.p-20 {
  padding: 1.429rem !important;
}
.p-30 {
  padding: 2.143rem !important;
}
.p-40 {
  padding: 2.857rem !important;
}
.p-50 {
  padding: 3.571rem !important;
}

/*Padding left*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-10 {
  padding-left: 0.7143rem !important;
}
.pl-15 {
  padding-left: 1.1rem !important;
}
.pl-20 {
  padding-left: 1.429rem !important;
}
.pl-30 {
  padding-left: 2.143rem !important;
}
.pl-40 {
  padding-left: 2.857rem !important;
}
.pl-50 {
  padding-left: 3.571rem !important;
}

/*Padding right*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-10 {
  padding-right: 0.7143rem !important;
}
.pr-15 {
  padding-right: 1.1rem !important;
}
.pr-20 {
  padding-right: 1.429rem !important;
}
.pr-30 {
  padding-right: 2.143rem !important;
}
.pr-40 {
  padding-right: 2.857rem !important;
}
.pr-50 {
  padding-right: 3.571rem !important;
}

/*Padding top*/
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 0.7143rem !important;
}
.pt-15 {
  padding-top: 1.1rem !important;
}
.pt-20 {
  padding-top: 1.429rem !important;
}
.pt-30 {
  padding-top: 2.143rem !important;
}
.pt-40 {
  padding-top: 2.857rem !important;
}
.pt-50 {
  padding-top: 3.571rem !important;
}

/*Padding bottom*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 0.7143rem !important;
}
.pb-15 {
  padding-bottom: 1.1rem !important;
}
.pb-20 {
  padding-bottom: 1.429rem !important;
}
.pb-30 {
  padding-bottom: 2.143rem !important;
}
.pb-40 {
  padding-bottom: 2.857rem !important;
}
.pb-50 {
  padding-bottom: 3.571rem !important;
}

/*Min heights*/
.min-h-200 {
  min-height: 200px;
}
.min-h-230 {
  min-height: 230px;
}
.min-h-260 {
  min-height: 260px;
}
.min-h-320 {
  min-height: 320px;
}
.min-h-350 {
  min-height: 350px;
}
.min-h-380 {
  min-height: 380px;
}
.min-h-410 {
  min-height: 410px;
}
.min-h-440 {
  min-height: 440px;
}
.min-h-470 {
  min-height: 470px;
}
.min-h-500 {
  min-height: 500px;
}
.min-h-550 {
  min-height: 550px;
}
.min-h-600 {
  min-height: 600px;
}

/*Max heights*/
.max-h-200 {
  max-height: 200px;
}
.max-h-230 {
  max-height: 230px;
}
.max-h-260 {
  max-height: 260px;
}
.max-h-320 {
  max-height: 320px;
}
.max-h-350 {
  max-height: 350px;
}
.max-h-380 {
  max-height: 380px;
}
.max-h-410 {
  max-height: 410px;
}
.max-h-440 {
  max-height: 440px;
}
.max-h-470 {
  max-height: 470px;
}
.max-h-500 {
  max-height: 500px;
}
.max-h-550 {
  max-height: 550px;
}
.max-h-600 {
  max-height: 600px;
}

/*Overflow */
.overflow-x {
  overflow-x: auto;
}
.overflow-y {
  overflow-y: auto;
}
.overflow-auto {
  overflow: auto;
}

/***************************
     Loading
***************************/
img.img-fluid {
  width: 100%;
}

p > img.img-fluid {
  width: 100%;
  margin-bottom: 20px;
}

#loading {
  background-color: rgb(247, 247, 247);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center img {
  text-align: center;
  width: 320px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

/***************************
		 Default 
***************************/
#header.default {
  background: #ffffff;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
#header.default .topbar {
  border-bottom: 0;
  background: #006b34;
  padding: 10px 0px;
}
#header.default .mega-menu .menu-links > li > a {
  color: #353535;
}
#header.default .mega-menu .menu-links > li > a:hover {
  color: #006b34;
}
#header.default .mega-menu .menu-links > li .drop-down li:hover a {
  color: #006b34;
}
#header.default .mega-menu .menu-links > li.active a {
  color: #006b34;
}
#header.default .mega-menu .menu-links > li.active li a {
  color: #353535;
}
#header.default .mega-menu .menu-links > li.active li:hover a {
  color: #006b34;
}
#header.default .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.default .mega-menu .menu-links > li.active li.active a {
  color: #006b34;
}
#header.default .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.default .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
  color: #353535;
}
#header.default .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.default .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #353535;
}

#header.default .mega-menu .menu-links > li.active a {
  color: #006b34;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a:before {
  background: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li .drop-down-multilevel li.active a:before {
  background: #006b34;
}

/***************************
		Transparent 
***************************/
#header.transparent {
  background: transparent;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
}
#header.transparent .mega-menu .menu-links > li > a {
  color: #ffffff;
}
#header.transparent .mega-menu .menu-links > li .drop-down-multilevel li:hover a {
  color: #006b34;
  color: #006b34;
}
#header.transparent .mega-menu .menu-links > li .drop-down li a {
  color: #353535;
}
#header.transparent .mega-menu .menu-links > li .drop-down li:hover a {
  color: #006b34;
}
#header.transparent .mega-menu .menu-links > li .drop-down li.active a {
  color: #006b34;
}
#header.transparent .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.transparent .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
  color: #353535;
}
#header.transparent .mega-menu .menu-links > li.active a {
  color: rgba(255, 255, 255, 0.75);
}
#header.transparent .mega-menu .menu-links > li.active .drop-down-multilevel li a {
  color: #353535;
}
#header.transparent .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
  color: #353535;
}
#header.transparent .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.transparent .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #353535;
  color: #ffffff;
}
#header.transparent .mega-menu.desktopTopFixed .menu-list-items {
  background: #353535;
  padding: 0px;
  border: 0px solid #eeeeee;
}
#header.transparent .search-trigger::before {
  border-color: #ffffff;
}
#header.transparent .search-trigger::after {
  background: #ffffff;
}
#header.transparent .search-trigger span::before {
  background: #ffffff;
}
#header.transparent .search-trigger span::after {
  background: #ffffff;
}
#header.transparent .side-menu .mobile-nav-button .mobile-nav-button-line {
  background: #ffffff;
}
#header.transparent .container-fluid {
  padding: 0 60px;
}

.search.header.transparent {
  top: 120px;
}
.search.header.transparent .container-fluid {
  padding: 0 56px;
}

/***************************
          Fancy
***************************/
#header.fancy {
  background: transparent;
  position: relative;
}
#header.fancy .topbar {
  background: #006b34;
  padding: 15px 0px 70px;
  border-bottom: 0px;
}
#header.fancy .topbar .topbar-right li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
#header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 60px;
}
#header.fancy .mega-menu > section.menu-list-items {
  background: #ffffff;
  padding: 0px 25px;
}
#header.fancy .mega-menu .menu-links > li > a {
  color: #353535;
  line-height: 100px;
}
#header.fancy .mega-menu .menu-links > li > a:hover {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li .drop-down-multilevel li:hover a {
  color: #006b34;
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li .drop-down li a {
  color: #353535;
}
#header.fancy .mega-menu .menu-links > li .drop-down li:hover a {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li .drop-down li.active a {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
  color: #353535;
}
#header.fancy .mega-menu .menu-links > li.active a {
  color: #006b34;
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #006b34;
  color: #006b34;
}
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li a {
  color: #353535;
  color: #353535;
}
#header.fancy .mega-menu .menu-links > li.active .drop-down-multilevel li a:hover {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
  color: #353535;
}
#header.fancy .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.fancy .mega-menu .menu-logo {
  padding: 30px 0px;
}
#header.fancy .mega-menu.desktopTopFixed > section.menu-list-items {
  border-bottom: 1px solid #eeeeee;
}
#header.fancy .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #ffffff;
  color: #353535;
  line-height: 72px;
}
#header.fancy .mega-menu.desktopTopFixed .menu-logo {
  padding: 18px 0px;
}
#header.fancy .mega-menu.desktopTopFixed .search-button {
  padding: 16px 0 16px;
}
#header.fancy .mega-menu.desktopTopFixed .side-menu .mobile-nav-button {
  margin: 29px 0 0 5px;
}
#header.fancy .search-top .search-btn {
  color: #353535;
}
#header.fancy .search-top .search-btn:hover {
  color: #006b34;
}
#header.fancy .search-button {
  padding: 31px 0 25px;
}
#header.fancy .side-menu .mobile-nav-button {
  margin: 42px 0 0 5px;
}

.search.header.fancy {
  top: 160px;
}

/*mega-menu*/
.mega-menu .menu-logo {
  padding: 39px 0px;
}
.mega-menu .menu-logo img {
  height: 40px;
}
.mega-menu .drop-down ul li a i {
  margin-left: 10px;
}
.mega-menu .menu-links > li > a {
  line-height: 120px;
  text-transform: uppercase;
  font-size: 1.143rem;
  font-weight: 400;
  color: #353535;
}
.mega-menu .menu-links > li:last-child > a {
  padding-right: 0px;
}
.mega-menu .menu-links > li .drop-down-multilevel a {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
}
.mega-menu .menu-links > li .drop-down-multilevel a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background-color: #006b34;
}
.mega-menu .menu-links > li .drop-down-multilevel li:hover .drop-down-multilevel li:hover a:before {
  background: #006b34;
}
.mega-menu .menu-links > li .drop-down-multilevel li:hover a:before {
  background: #006b34;
}
.mega-menu .menu-links > li a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #626262;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #006b34;
  background: transparent;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #353535;
  background: transparent;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #353535;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
  background: transparent;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #353535;
  background: transparent;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
  background: transparent;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down a {
  color: #353535;
}
.mega-menu .menu-links > li.active .drop-down a:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down a i:hover {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down li.active a {
  color: #006b34;
}
.mega-menu .menu-links > li.active .drop-down li.active a i {
  color: #006b34;
}
.mega-menu .drop-down-multilevel.right-menu {
  right: 0px;
}
.mega-menu .drop-down a {
  font-size: 13px;
  font-weight: 600;
}
.mega-menu .drop-down-tab-bar a {
  font-size: 13px;
  font-weight: 600;
}
.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}
.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
  padding: 0px;
  border: 1px solid #eeeeee;
}
.mega-menu.desktopTopFixed .menu-logo {
  padding: 16px 0px;
}
.mega-menu.desktopTopFixed .search-button {
  padding: 18px 0px 12px;
}
.mega-menu.desktopTopFixed .side-menu .mobile-nav-button {
  margin: 30px 0 0 5px;
}

/*************************************
      	    rev_slider
**************************************/
/*overlay*/
#rev_slider_17_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

.custom.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.custom.tparrows:hover {
  background: #000000;
}
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #ffffff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.21);
}
.hermes .tp-bullet:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 1px rgb(255, 255, 255);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height: 100%;
}

#rev_slider_15_1 .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 107, 52, 0.5);
}
#rev_slider_15_1 .zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
#rev_slider_15_1 .zeus.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}
#rev_slider_15_1 .zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#rev_slider_15_1 .zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}
#rev_slider_15_1 .zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}
#rev_slider_15_1 .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#rev_slider_15_1 .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rev_slider_15_1 .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}

#rev_slider_16_1 .zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
}
#rev_slider_16_1 .zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rev_slider_16_1 .zeus .tp-bullet:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#rev_slider_16_1 .zeus .tp-bullet-image {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 13px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#rev_slider_16_1 .zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 13px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#rev_slider_16_1 .zeus .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-image {
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  right: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  right: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  bottom: auto;
  right: 100%;
  margin-right: 10px;
}
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image {
  bottom: auto;
  margin-left: 10px;
  margin-bottom: 0px;
  left: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
  bottom: auto;
  margin-left: 10px;
  margin-bottom: 0px;
  left: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
  bottom: auto;
  left: 100%;
  margin-left: 10px;
}
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image {
  bottom: auto;
  top: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
  left: 0px;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateX(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
  bottom: auto;
  top: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
  left: 0px;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateX(0px) translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image {
  transform: scale(1) translateY(0px) translateX(-50%);
  -webkit-transform: scale(1) translateY(0px) translateX(-50%);
}
#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
  bottom: auto;
  top: 13px;
  margin-top: 20px;
}
#rev_slider_16_1 .tp-revslider-slidesli:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 107, 52, 0.8);
}

#rev_slider_14_1 .metis.tparrows {
  background: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#rev_slider_14_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.65);
}
#rev_slider_14_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}
#rev_slider_14_1 .metis.tparrows:before {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Slider theme on banner*/
#rev_slider_17_1_wrapper .tp-bgimg.defaultimg {
  background: #006b34 !important;
}

.rev-slidebg.color-bg {
  background: #006b34 !important;
}

#rev_slider_14_1 li[data-index=rs-47] .tp-bgimg.defaultimg {
  background: #006b34 !important;
}

#rev_slider_15_1 .zeus.tparrows {
  background: rgba(0, 107, 52, 0.5);
}

#rev_slider_14_1_forcefullwidth #slide-46-layer-1 {
  color: #006b34 !important;
}
#rev_slider_14_1_forcefullwidth #slide-46-layer-5 {
  color: #006b34 !important;
}
#rev_slider_14_1_forcefullwidth #slide-48-layer-4 {
  color: #006b34 !important;
}

#rev_slider_16_1 .tp-revslider-slidesli:after {
  background: rgba(0, 107, 52, 0.8);
}

/***************************
           search
***************************/
.search-button {
  position: relative;
  display: inline-block;
  padding: 40px 0 36px;
}
.search-button li {
  display: inline-block;
}

.search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}
.search-trigger::before {
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 11px;
  left: 11px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #353535;
}
.search-trigger::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 2px;
  width: 7px;
  background: #353535;
  bottom: 19px;
  right: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.search-trigger span::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 19px;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -14px;
  background: #353535;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-trigger span::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 19px;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -14px;
  background: #353535;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.search-trigger.search-is-visible::before {
  opacity: 0;
}
.search-trigger.search-is-visible::after {
  opacity: 0;
}
.search-trigger.search-is-visible span::before {
  opacity: 1;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search-trigger.search-is-visible span::after {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search {
  background: #006b34;
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  height: 120px;
  top: 170px;
}
.search form {
  height: 100%;
  width: 100%;
}
.search input {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  background: transparent;
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 300;
  height: 120px;
}
.search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.search input::-moz-placeholder {
  color: #c9cbc4;
}
.search input:-moz-placeholder {
  color: #c9cbc4;
}
.search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.search input:focus {
  outline: none;
}

.search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-is-fixed .search {
  position: fixed;
}

.search-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: url("../images/close.png") 25 25, pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: url("../images/close.png") 25 25, pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.search-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.menu-overlay {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: url("../images/close.png") 25 25, pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

.no-js .search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.search-overlay.is-visible.search-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* side-menu */
.side-menu .mobile-nav-button {
  width: 22px !important;
  position: relative;
  margin: 52px 0 0 5px;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  height: 17px;
}
.side-menu .mobile-nav-button .mobile-nav-button-line {
  width: 100%;
  height: 2px;
  background: #353535;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side-menu .mobile-nav-button .mobile-nav-button-line:nth-of-type(2) {
  margin: 4px 0;
}
.side-menu .mobile-nav-button .mobile-nav-button-line-2 {
  display: none;
}

.side-content {
  overflow-y: scroll;
  display: block;
  max-width: 414px;
  width: 100%;
  right: -100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  opacity: 0;
  box-shadow: 0px 0px 85px rgba(0, 0, 0, 0.2);
}

.side-content-info {
  padding: 40px 40px 100px;
}

.side-content-open {
  right: 0;
  opacity: 1;
}

/*content*/
.side-content-image {
  position: fixed;
  bottom: 0;
  background: #006b34;
}

.mega-menu .menu-links li.side-menu-main:hover {
  color: inherit;
}

.side-content .side-logo img {
  height: 40px;
  display: block;
}
.side-content .side-logo p {
  display: block;
  clear: both;
}

.menu-toggle-hamburger.menu-close {
  display: block;
  text-align: right;
}
.menu-toggle-hamburger.menu-close span {
  color: #353535;
  background: #f6f7f8;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle-hamburger.menu-close span:hover {
  color: #ffffff;
  background: #006b34;
}

.sec-relative {
  position: relative;
}

/********************************
         Back to top
********************************/
.back-to-top {
  position: fixed;
  bottom: -220px;
  right: 2%;
  z-index: 9999;
  opacity: 1;
  cursor: pointer;
}
.back-to-top img {
  width: 80px;
}

.back-to-top.show {
  bottom: 0% !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.back-to-top.back-run {
  bottom: 100% !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.back-to-top.back-down {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/***************************
		  Accordion
***************************/
.accordion .acd-group .acd-heading:before {
  font-family: fontawesome;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f105";
  font-size: 22px;
  line-height: 38px;
}
.accordion .acd-group > .acd-heading > span {
  margin-right: 15px;
}
.accordion .acd-heading {
  position: relative;
  padding: 20px 30px;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  background-color: #ffffff;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  border-radius: 90px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.accordion .acd-group.acd-active .acd-heading {
  color: #ffffff;
  background: #006b34;
}
.accordion .acd-group.acd-active .acd-heading:before {
  content: "\f107";
}
.accordion .acd-group.acd-active .acd-heading span {
  color: #ffffff;
}

.acd-des {
  padding: 0 40px 20px;
}

/* Accordion Icon */
.accordion.icon .acd-group .acd-heading:before {
  display: none;
}
.accordion.icon .acd-heading {
  background: none;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}
.accordion.icon .acd-heading span {
  display: inline-block;
  color: #006b34;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.accordion.icon .acd-group.acd-active .acd-heading {
  background: none;
  color: #006b34;
  margin-bottom: 0px;
}
.accordion.icon .acd-group.acd-active .acd-heading span {
  color: #ffffff;
  background: #006b34;
}
.accordion.icon .acd-des {
  padding: 0 0 20px 70px;
}

.faq .accordion .acd-heading {
  margin-bottom: 20px;
}
.faq .accordion .acd-heading i {
  margin-right: 10px;
}
.faq .accordion .acd-des {
  padding: 0 40px 40px;
}

/* Accordion Simple black*/
.accordion.simple .acd-group .acd-heading {
  background: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  text-transform: inherit;
  font-weight: 700;
  padding: 20px 30px 0;
}
.accordion.simple .acd-group .acd-heading::before {
  display: none;
}
.accordion.simple .acd-group .acd-des {
  padding: 0 30px 20px;
  color: #ffffff;
}
.accordion.simple .acd-group.acd-active .acd-heading {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}

.accordion.simple.black .acd-group .acd-heading {
  color: #353535;
}
.accordion.simple.black .acd-group .acd-des {
  color: #353535;
}
.accordion.simple.black .acd-group.acd-active .acd-heading {
  color: #006b34;
}

/***************************
		  owl-carousel
***************************/
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  left: 0px;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  right: 0px;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.owl-carousel .owl-nav i {
  font-size: 20px;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 2px;
  display: inline-block;
  color: #006b34;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav i:hover {
  background: #006b34;
  color: #ffffff;
  border-color: #006b34;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -2%;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -2%;
}
.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-top: 20px;
}
.owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #aaaaaa;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #006b34;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #006b34;
  width: 24px;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-top: 20px;
}
.owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #626262;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #006b34;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #006b34;
  width: 24px;
}

/***************************
          skills
***************************/
.skill {
  width: 100%;
  height: 8px;
  margin: 40px 0 20px 0;
  background-color: #eeeeee;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.skill:not(:first-child) {
  margin-top: 60px;
}

.skill-bar {
  height: 100%;
  padding: 0px;
  background: #006b34;
  box-shadow: none;
  border-radius: 40px;
  -ms-radius: 40px;
  -o-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.skill-bar .progress-number {
  color: #353535;
  float: right;
  margin-top: -18px;
  position: relative;
  top: -10px;
  font-size: 15px;
  font-weight: 600;
}
.skill-bar .progress-type {
  color: #353535;
  float: right;
  margin-top: -18px;
  position: relative;
  top: -10px;
  font-size: 15px;
  font-weight: 600;
}

.progress-title {
  color: #353535;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -25px;
}
.progress-title > i {
  margin-right: 8px;
}

/***************************
       Testimonial
***************************/
.testimonial .testimonial-bg {
  background: #ffffff;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}
.testimonial .testimonial-bg .owl-carousel .owl-nav {
  opacity: 1;
  top: inherit;
  bottom: 80px;
}
.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
  right: 43%;
}
.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
  left: 43%;
}
.testimonial .testimonial-bg .testimonial-bg-inner {
  background: #ffffff;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: -10px;
}

.testimonial-01 {
  padding: 50px 80px 100px;
  position: relative;
}
.testimonial-01:before {
  position: absolute;
  content: "\f10d";
  font-size: 110px;
  color: #f6f7f8;
  top: 50px;
  left: 30px;
  font-family: fontawesome;
}
.testimonial-01:after {
  position: absolute;
  content: "\f10e";
  font-size: 110px;
  color: #f6f7f8;
  bottom: 40px;
  right: 30px;
  font-family: fontawesome;
}
.testimonial-01 .testimonial-avtar {
  width: 90px;
  background: #f6f7f8;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  text-align: center;
}
.testimonial-01 .testimonial-avtar img {
  display: inline-block;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.testimonial-01 h5 span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.testimonial-01 p {
  font-style: italic;
  font-size: 15px;
}

.testimonial-02 .testimonial-bg {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-bottom: 0px;
}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav {
  opacity: 1;
  top: inherit;
  top: 15%;
  bottom: inherit;
}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
  right: 20%;
}
.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
  left: 20%;
}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev {
  left: 20%;
}
.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-next {
  right: 20%;
}
.testimonial-02 .testimonial-block {
  border-radius: 10px;
  -ms-radius: 10px;
  -o-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}
.testimonial-02 .testimonial-block:before {
  display: none;
}
.testimonial-02 .testimonial-block:after {
  display: none;
}
.testimonial-02 .testimonial-block .testimonial-avtar {
  width: 100px;
  height: 100px;
  background: #f6f7f8;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.testimonial-02 .testimonial-block .testimonial-avtar img {
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.testimonial-02 .testimonial-block p {
  font-style: italic;
}
.testimonial-02 .testimonial-title {
  position: relative;
  padding: 80px 30px 0;
  height: 100%;
  z-index: 9;
}
.testimonial-02 .testimonial-title h3 {
  line-height: 40px;
}
.testimonial-02 .testimonial-title:before {
  position: absolute;
  content: "\f10d";
  font-size: 110px;
  color: rgba(0, 0, 0, 0.2);
  top: 50px;
  left: 30px;
  font-family: fontawesome;
  z-index: -1;
}
.testimonial-02 .testimonial-title:after {
  position: absolute;
  content: "\f10e";
  font-size: 110px;
  color: rgba(0, 0, 0, 0.2);
  bottom: 50px;
  right: 30px;
  font-family: fontawesome;
  z-index: -1;
}

.testimonial-03 {
  position: relative;
  background: #f6f7f8;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 65px !important;
  border-radius: 25px;
  -ms-radius: 25px;
  -o-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.testimonial-03:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f6f7f8 transparent transparent transparent;
}
.testimonial-03 .testimonial-avatar {
  float: left;
  height: 115px;
  width: 115px;
  display: inline-block;
  margin-right: 20px;
}
.testimonial-03 .testimonial-avatar img {
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
}
.testimonial-03 .testimonial-info {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-03 .testimonial-info h6 {
  position: absolute;
  content: "";
  bottom: -70px;
  left: 50px;
}
.testimonial-03 .testimonial-info h6 span {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #aaaaaa;
  font-size: 14px;
}

.service-contact .owl-carousel .owl-controls .owl-dot {
  margin-top: 0;
}

/***************************
          Counter
***************************/
.counter b {
  font-size: 30px;
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 10px 0px;
}
.counter span {
  font-size: 40px;
  color: #ffffff;
}

.counter.light b {
  color: #353535;
}
.counter.light h6 {
  color: #353535;
}
.counter.light span {
  color: #006b34;
}

/***************************
         bg images
***************************/
.bg.fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}

.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.popupgallery-100 img {
  width: 100% !important;
}

.dwk-accordion-desc {
  padding: 0 0 40px 0;
}

.popup-gallery .entry-image img {
  width: 260px;
  height: 210px;
  object-fit: cover;
}

/*blog*/
.blog-entry {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-entry .blog-detail {
  background: #f6f7f8;
  padding: 25px 20px;
}
.blog-entry:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.blog-left-main {
  padding: 60px 40px 0;
}
.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}
.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.blog-entry.blog-left {
  margin-top: 30px;
}
.blog-entry.blog-left .blog-detail {
  border: 0px;
  display: table-cell;
  background: none;
  padding: 0 0 0 30px;
}
.blog-entry.blog-left .blog-detail .entry-title a {
  color: #ffffff;
}
.blog-entry.blog-left .blog-detail .entry-title a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.blog-entry.blog-left:hover {
  box-shadow: none;
}
.blog-entry.blog-left .entry-image {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  height: 100px;
}
.blog-entry.blog-left .entry-image img {
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.blog-entry.blog-left .entry-meta {
  margin-top: 10px;
  margin-bottom: 6px !important;
}
.blog-entry.blog-left .entry-meta ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-entry.blog-left .entry-meta ul li a i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-entry.blog-left .entry-meta ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.blog-entry.blog-left .entry-meta ul li a:hover i {
  color: rgba(255, 255, 255, 0.65);
}

/* blockquote */
blockquote {
  display: block;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  border-left: 0px solid #626262;
  font-style: italic;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 32px;
}
blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #aaaaaa;
  position: absolute;
  left: 0px;
  top: -20px;
}
blockquote:after {
  content: "";
}
blockquote cite {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  font-weight: 600;
}

blockquote.default {
  background: #f6f7f8;
  padding: 30px;
  padding-left: 100px;
}
blockquote.default:before {
  left: 20px;
  top: 60px;
}
blockquote.default cite {
  font-size: 16px;
}

.blog-entry .blog-detail {
  background: #f6f7f8;
  padding: 30px;
  border-top: 0px;
}
.blog-entry .blog-detail .entry-title a {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #353535;
}
.blog-entry .blog-detail .entry-title a:hover {
  color: #006b34;
}
.blog-entry .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}
.blog-entry .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
}
.blog-entry .entry-meta ul li a i {
  padding-right: 6px;
  color: #006b34;
}
.blog-entry .entry-meta ul li a:hover {
  color: #006b34;
}
.blog-entry .social strong {
  display: inline-block;
  margin-right: 10px;
}
.blog-entry .social ul {
  display: inline-block;
}
.blog-entry .social ul li {
  display: inline-block;
  padding: 0px 6px;
}
.blog-entry .social ul li a {
  color: #006b34;
}
.blog-entry .social ul li a:hover {
  color: #353535;
}
.blog-entry .entry-button {
  display: inline-block;
  margin-top: 4px;
}

.blog-page .blog-entry .blog-detail {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-page .blog-entry:hover .blog-detail {
  background: #ffffff;
}
.blog-page .blog-entry.blockquote:hover .blog-detail {
  background: transparent;
}

.blog-entry.blockquote {
  background: #006b34;
  border: 0px;
  padding: 36px 30px;
}
.blog-entry.blockquote blockquote {
  background: #006b34;
  border-left: 0px;
  color: #ffffff;
  padding: 0px;
}
.blog-entry.blockquote blockquote:before {
  color: #ffffff;
}
.blog-entry.blockquote .blog-detail {
  border: 0px;
  background: #006b34;
  padding: 0px;
}
.blog-entry.blockquote .blog-detail .entry-title a {
  color: #ffffff;
}
.blog-entry.blockquote .blog-detail .entry-title a:hover {
  color: #aaaaaa;
}
.blog-entry.blockquote .social ul li a {
  color: #ffffff;
}
.blog-entry.blockquote .social ul li a:hover {
  color: #aaaaaa;
}
.blog-entry.blockquote .entry-meta ul li a {
  color: #ffffff;
  font-size: 14px;
}
.blog-entry.blockquote .entry-meta ul li a i {
  color: #ffffff;
}
.blog-entry.blockquote .entry-meta ul li a:hover {
  color: #aaaaaa;
}
.blog-entry.blockquote .entry-button {
  font-size: 14px;
}

.social {
  font-size: 14px;
}

/***************************
		 List Mark
***************************/
.list-style-1 li i {
  padding-right: 10px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
ul.list-mark li:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #006b34;
}

ul.list-style-right li {
  list-style-type: none;
  position: relative;
  font-weight: bold;
  color: #353535;
  font-size: 16px;
}
ul.list-style-right li i {
  color: #006b34;
  padding-right: 15px;
}

ul.list-style-icon li span {
  color: #006b34;
  padding-right: 15px;
}

/********************************
	      blog sidebar
********************************/
.sidebar-widgets-wrap .sidebar-widget {
  margin-bottom: 40px;
}
.sidebar-widgets-wrap .sidebar-widget h5 {
  margin-bottom: 20px;
}

/*widget-search*/
.sidebar-widgets-wrap .widget-search {
  position: relative;
}
.sidebar-widgets-wrap .widget-search input {
  padding-right: 30px;
  color: #353535;
  box-shadow: none;
  background: #f6f7f8;
}
.sidebar-widgets-wrap .widget-search input:focus {
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: transparent;
}
.sidebar-widgets-wrap .widget-search i {
  position: absolute;
  right: 0px;
  padding: 18px 22px;
  color: #353535;
  cursor: pointer;
}

/*widget-link*/
.sidebar-widgets-wrap .widget-link ul li {
  display: block;
  clear: both;
}
.sidebar-widgets-wrap .widget-link ul li a {
  display: block;
  padding: 10px 0px;
  color: #353535;
}
.sidebar-widgets-wrap .widget-link ul li a i {
  padding-right: 10px;
}
.sidebar-widgets-wrap .widget-link ul li a:hover {
  color: #006b34;
}
.sidebar-widgets-wrap .widget-link ul li:last-child a {
  border-bottom: 0px;
}

/*recent-post*/
.sidebar-widgets-wrap .recent-post-info {
  display: block;
}
.sidebar-widgets-wrap .recent-post-info a {
  display: block;
  color: #353535;
}
.sidebar-widgets-wrap .recent-post-info a:hover {
  color: #006b34;
}
.sidebar-widgets-wrap .recent-post-info span {
  font-size: 13px;
}
.sidebar-widgets-wrap .recent-post-info span i {
  padding-right: 8px;
}
.sidebar-widgets-wrap .sidebar-widget .recent-post {
  margin-bottom: 20px;
}
.sidebar-widgets-wrap .sidebar-widget .recent-post:last-child {
  border-bottom: 0px;
}

/*tags*/
.sidebar-widgets-wrap .sidebar-widget .tags li {
  display: inline-block;
}
.sidebar-widgets-wrap .sidebar-widget .tags li a {
  display: block;
  color: #353535;
  text-align: center;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 1px solid #353535;
  background: transparent;
  padding: 2px 14px;
  margin-bottom: 7px;
  margin-right: 4px;
  text-transform: capitalize;
}
.sidebar-widgets-wrap .sidebar-widget .tags li a:hover {
  background: #006b34;
  color: #ffffff;
  border-color: #006b34;
}

/********************************
          Masonry blog
********************************/
.masonry {
  position: relative;
}
.masonry .masonry-item {
  float: left;
}

.masonry.columns-2 .masonry-item {
  width: 50%;
  padding: 0 15px 0px;
}

.masonry.columns-3 .masonry-item {
  width: 33.333%;
  padding: 0 15px 0px;
}

.masonry.columns-4 .masonry-item {
  width: 25%;
  padding: 0 15px 0px;
}

/********************************
          blog single
********************************/
.blog-single .blog-entry .blog-detail {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.blog-single .blog-entry:hover {
  box-shadow: none;
}
.blog-single .blog-entry .entry-content blockquote {
  background: #f6f7f8;
  padding: 30px 30px 30px 80px;
}
.blog-single .blog-entry .entry-content blockquote:before {
  top: 55px;
  font-size: 80px;
  left: 20px;
}

.comments-1 .comments-photo {
  width: 106px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.comments-1 .comments-photo img {
  width: 100%;
}
.comments-1 .comments-info {
  display: table;
  background: #f6f7f8;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}
.comments-1 .comments-info h6 {
  display: inline-block;
  margin-top: 0px;
  color: #006b34;
  font-weight: 300;
}
.comments-1 .comments-info span {
  padding-left: 10px;
  font-size: 13px;
  color: #aaaaaa;
}
.comments-1 .comments-info a {
  color: #006b34;
}
.comments-1 .comments-info a:hover {
  color: #353535;
}

.comments-1.comments-2 {
  padding-left: 127px;
}
.comments-1.comments-2 .comments-info {
  background: #ffffff;
  margin-bottom: 40px;
  padding: 0px 20px 10px 0px;
}

/*************************************
	        Pagination-nav
**************************************/
.pagination-nav {
  position: relative;
}

.pagination {
  margin: 0px;
}
.pagination li a {
  margin: 0 5px;
  color: #353535;
}
.pagination li a:focus {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination li a:hover {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination li span:focus {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination li span:hover {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > li > a {
  padding: 8px 16px;
  border-color: #eeeeee;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #eeeeee;
}
.pagination > li > span {
  padding: 8px 16px;
  border-color: #eeeeee;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #eeeeee;
}
.pagination > li:last-child > a {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pagination > li:last-child > span {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pagination > li:first-child > a {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pagination > li:first-child > span {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pagination > .active > a {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > .active > a:focus {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > .active > a:hover {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > .active > span {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > .active > span:focus {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}
.pagination > .active > span:hover {
  background-color: #006b34;
  border-color: #006b34;
  color: #ffffff;
}

/*video vimeo and youtube*/
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 41%;
  position: relative;
  overflow: hidden;
}
.js-video embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.js-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.js-video object {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

.js-video.widescreen {
  padding-bottom: 34.34%;
}

/********************************
             shop
********************************/
.product {
  text-align: center;
  position: relative;
}
.product .product-title a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px 10px;
  display: block;
  color: #006b34;
}
.product .product-title a:hover {
  color: #353535;
}
.product .product-price ins {
  text-decoration: none;
  color: #006b34;
  font-size: 16px;
  font-weight: bold;
}
.product .product-rating {
  margin-bottom: 10px;
}
.product .product-rating i {
  color: #353535;
}
.product .product-image {
  position: relative;
}
.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product .product-image .add-to-cart a {
  background: #006b34;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.product .product-image .add-to-cart a:hover {
  background: #353535;
}
.product:hover .product-image .product-overlay {
  opacity: 1;
}

/*shop-single*/
.shop-single .title {
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}
.shop-single .product-detail .product-detail-price {
  display: inline-block;
}
.shop-single .product-detail .product-detail-price ins {
  text-decoration: none;
  color: #006b34;
  font-size: 16px;
  font-weight: bold;
}
.shop-single .product-detail .product-detail-rating {
  display: inline-block;
}
.shop-single .product-detail .product-detail-rating i {
  color: #353535;
}
.shop-single .product-detail .product-detail-quantity input {
  box-shadow: none;
  border: 1px solid #eeeeee;
  padding: 7px 18px 7px 14px;
}
.shop-single .product-detail .input-group {
  width: 140px;
  float: left;
  margin-right: 20px;
}
.shop-single .product-detail .product-detail.add-to-cart .button {
  display: inline-block;
  padding: 3px 22px;
  font-size: 12px;
}
.shop-single .product-detail .input-group-btn:first-child > .btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.shop-single .product-detail .input-group-btn:last-child > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.shop-single .product-detail .product-detail-social {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 20px;
}
.shop-single .product-detail .product-detail-social span {
  display: inline-block;
  padding-right: 20px;
  float: left;
}
.shop-single .product-detail .product-detail-social ul li {
  display: inline-block;
}
.shop-single .product-detail .product-detail-social ul li a {
  display: block;
  color: #aaaaaa;
  font-size: 14px;
  padding-right: 5px;
}
.shop-single .product-detail .product-detail-social ul li a:hover {
  color: #006b34;
}
.shop-single .product-detail .product-detail-meta {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.shop-single .product-detail .product-detail-meta span {
  display: block;
}
.shop-single .product-detail .product-detail-meta span a {
  padding-left: 5px;
  color: #006b34;
}

/*sidebar-widgets-wrap*/
.sidebar-widgets-wrap .recent-item {
  margin-bottom: 20px;
}
.sidebar-widgets-wrap .recent-item .recent-image {
  display: table-cell;
  padding-right: 10px;
  width: 50px;
}
.sidebar-widgets-wrap .recent-item .recent-info {
  display: table-cell;
  vertical-align: top;
}
.sidebar-widgets-wrap .recent-item .recent-title a {
  color: #353535;
  font-weight: bold;
}
.sidebar-widgets-wrap .recent-item .recent-title a:hover {
  color: #006b34;
}
.sidebar-widgets-wrap .recent-item .recent-meta li {
  display: inline-block;
  color: #353535;
}

html {
  font-size: 14px;
}

body {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #353535;
  line-height: 1.857rem;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, ol {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #353535;
  font-weight: 400;
  font-family: "Lora", serif;
  margin-bottom: 0;
  font-weight: 600;
  color: #DB8600;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.558rem;
  line-height: 2.558rem;
  font-weight: 700;
}

h2 {
  font-size: 2.288rem;
  line-height: 2.288rem;
  font-weight: 700;
}

h3 {
  font-size: 1.858rem;
  line-height: 1.858rem;
  font-weight: 700;
}

h4 {
  font-size: 1.571rem;
  line-height: 1.858rem;
}

h5 {
  font-size: 1.286rem;
  line-height: 1.858rem;
}

h6 {
  font-size: 1.143rem;
  line-height: 1.858rem;
}

a, a:hover, a:focus {
  color: #006b34;
  text-decoration: none;
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 0;
}

ol li {
  list-style: decimal inside;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

dl dt {
  font-weight: 500;
}

dl dd {
  font-weight: 300;
}

.list-none {
  list-style: none;
}

svg {
  width: 100% !important;
}

/*

Template: SEOhub - SEO, Marketing. Social Media, Multipurpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

Note: This is responsive CSS of the template. 

*/
/************************* 1200px *************************/
@media (max-width: 1299px) {
  /*education*/
  .education {
    background-size: 100% !important;
    background-position: center 70px !important;
  }
  /*our-service*/
  .our-service .services-info {
    padding: 50px 0;
  }
  /*Footer*/
  .footer .social ul li a i {
    width: 42px;
  }
  /*Pricing*/
  .pricing-packages .pricing {
    margin: 0;
  }
  /*Latest News From Blog*/
  .blog-left-main {
    padding: 30px;
  }
  .about-seo {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .our-blog .owl-carousel .blog-entry.blockquote {
    padding: 25px 30px;
  }
  .rev-left-button {
    left: -5% !important;
  }
  .rev-right-button {
    left: 15% !important;
  }
  .rev-right-slide-btn {
    right: 30% !important;
  }
  .rev-left-slide-btn {
    left: 30% !important;
  }
  #header .topbar {
    font-size: 13px;
  }
  .mega-menu .menu-links > li > a {
    font-size: 13px;
  }
}
/************************* 1024px *************************/
@media (max-width: 1099px) {
  /*our-blog*/
  .blog-entry.blockquote {
    padding: 65px 30px;
  }
  /*all-feature*/
  .all-feature .feature-box-02.mt-5 {
    margin-top: 30px !important;
  }
  .all-feature .feature-box-02.mb-8 {
    margin-bottom: 30px !important;
  }
  /*working-process*/
  .working-process {
    background-size: 100% !important;
  }
  /*About SEO hub*/
  .welcome-02 {
    margin-top: 35px;
  }
  .welcome-02 .welcome-02-top {
    margin-top: -110px;
  }
  .welcome-02 .welcome-02-content {
    padding: 30px 30px;
  }
  /*our team*/
  .team .team-social ul li a i {
    width: 40px;
  }
  /*support*/
  .super-service .super-img {
    left: -50px;
    top: -40px;
    width: 115%;
  }
  /*blog-masonry*/
  .masonry.columns-3 .masonry-item {
    width: 50%;
    padding: 0px 15px;
  }
  .masonry.columns-4 .masonry-item {
    width: 50%;
    padding: 0px 15px;
  }
}
/************************* 980px *************************/
@media (max-width: 1023px) {
  /*General*/
  h1 {
    font-size: 44px;
    font-style: normal;
    line-height: normal;
  }
  h2 {
    font-size: 32px;
    font-style: normal;
    line-height: normal;
  }
  h3 {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
  }
  h4 {
    font-size: 20px;
    font-style: normal;
    line-height: normal;
  }
  .page-section-ptb {
    padding: 50px 0;
  }
  .page-section-pt {
    padding: 50px 0 0;
  }
  .page-section-pb {
    padding: 0 0 50px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  /*header.topbar-dark*/
  #header.topbar-dark .mega-menu .menu-logo {
    padding: 42px 0px;
  }
  #header.topbar-dark .mega-menu .menu-logo img {
    height: 34px;
  }
  /*Footer*/
  .footer .social ul li a i {
    width: 40px;
  }
  .footer.footer-bg.footer-topbar .top {
    margin-bottom: 0;
  }
  .footer.light .footer-contact {
    margin-top: -200px;
  }
  /*education*/
  .education .feature-box-01.round {
    padding: 0px;
  }
  /*header.topbar-dark*/
  #header.topbar-dark .mega-menu .menu-logo {
    padding: 42px 0px;
  }
  #header.topbar-dark .mega-menu .menu-logo img {
    height: 34px;
  }
  /*our-service*/
  .feature-box-01.round .feature-box-img {
    height: 130px;
    line-height: 130px;
    width: 130px;
  }
  .feature-box-01.shadow .feature-box-img {
    height: 130px;
    line-height: 130px;
    width: 130px;
  }
  .our-service h3 {
    margin-bottom: 15px !important;
    line-height: normal;
  }
  .our-service .services-info p {
    margin-bottom: 10px !important;
  }
  .welcome-01 .feature-box-01 {
    min-height: 255px;
  }
  /*high quality services*/
  .service-quality-block .feature-01 {
    bottom: 3%;
    left: 0;
  }
  .service-quality-block .feature-02 {
    bottom: 40%;
    left: 6%;
  }
  .service-quality-block .feature-03 {
    bottom: 72%;
    left: 20%;
  }
  .service-quality-block .feature-05 {
    bottom: 40%;
    right: 6%;
  }
  .service-quality-block .feature-04 {
    bottom: 3%;
    right: 0;
  }
  .service-quality-block .feature-06 {
    bottom: 72%;
    right: 20%;
  }
  /*accordion*/
  .accordion-main .owl-carousel {
    margin-bottom: 20px;
  }
  .accordion-main .owl-carousel .owl-item img {
    display: inline-block;
  }
  /*Pricing*/
  .pricing .pricing-prize h2 {
    font-size: 26px;
  }
  /*all-feature*/
  .all-feature {
    background-size: 40% !important;
  }
  .feature-left .feature-box-02 .icon {
    margin: 0 0 20px;
  }
  .feature-left .feature-box-02 .info {
    display: inline-block;
    width: 100%;
  }
  .feature-box-03 {
    padding: 30px 25px;
  }
  /*counter*/
  .counter b {
    margin: 15px 0 !important;
  }
  .counter .col-md-6:nth-child(-n+2) .counter-block {
    margin-bottom: 40px;
  }
  .counter.light h6 {
    margin: 15px 0 !important;
  }
  /*our story*/
  .play-video {
    padding: 80px 0;
  }
  .our-story .valign {
    display: block;
  }
  .our-story .valign > [class*=col-] {
    display: block;
  }
  .our-story-content {
    padding: 30px;
  }
  /*About SEO hub*/
  .welcome-02 {
    margin-top: 0px;
  }
  .welcome-02 .welcome-02-top {
    margin-top: 0px;
  }
  .welcome-02 .welcome-02-content {
    padding: 40px 0;
  }
  .welcome-02 .welcome-02-content h3 {
    margin: 10px 0 10px !important;
  }
  .welcome-02-content .text-black {
    color: #ffffff;
  }
  /*testimonial*/
  .testimonial-02 .testimonial-title {
    padding: 75px 10px 0;
  }
  .service-contact h4 {
    margin-top: 30px;
  }
  /*our-process*/
  .our-process .our-process-info {
    margin-bottom: 20px;
  }
  /*our team*/
  .our-team .team {
    margin-bottom: 30px;
  }
  .our-team .team .team-images img {
    width: 100%;
  }
  .team.team-2 .team-social ul li a i {
    width: 35px;
  }
  /*blog*/
  .comments-1.comments-2 {
    padding-left: 40px;
  }
  .blog-single .blog-entry .entry-content blockquote {
    padding: 15px 20px 15px 40px;
  }
  .blog-single .blog-entry .entry-content blockquote::before {
    font-size: 50px;
    left: 3px;
    top: 30px;
  }
  /*BUTTEN PAGE*/
  .buttons .row > div {
    text-align: center;
  }
  .buttons .row > div:nth-child(-n+2) .button {
    margin-bottom: 15px;
  }
  /*case-studies*/
  .case-studies .isotope-filters button {
    padding: 10px 25px;
  }
  .case-studies.single .single-image {
    margin-bottom: 30px;
  }
  .case-studies.single hr.mb-8.mt-8 {
    margin: 40px 0 !important;
  }
  /*FAQ*/
  .nav.nav-tabs li a {
    padding: 10px 15px;
  }
  /*login*/
  .login-form .login-social {
    margin-top: 30px;
  }
  .login-form .gray-form .form-group select {
    padding: 15px 15px 15px 20px;
  }
  .login-form .gray-form .form-group .form-control {
    padding: 15px 15px 15px 20px;
  }
  /*Our Client*/
  .clients-dolor .clients-photo {
    display: inline-block;
    float: none;
    height: auto;
    margin-right: 0;
    width: 100%;
    margin: 10px 0;
  }
  .clients-dolor .clients-photo img {
    position: inherit;
  }
  .clients-dolor .clients-info {
    display: inline-block;
    width: 100%;
  }
  .clients-dolor .clients-info p.mb-3 {
    margin-bottom: 15px !important;
  }
  .clients-dolor .col-md-6:last-child {
    margin-top: 0px;
  }
  /*Support*/
  .super-service .super-img {
    left: 0;
    top: 60px;
    width: 100%;
  }
  /*Comming Soon*/
  .comming-soon-info .form-group {
    width: 45%;
  }
  .social.list-style-none.pull-right {
    float: right !important;
  }
  .our-story {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}
@media (max-width: 992px) {
  .topbar-left.text-left {
    text-align: center !important;
  }
  .topbar-right.text-right {
    text-align: center !important;
  }
  .mega-menu {
    min-height: 76px;
  }
  .mega-menu .menu-logo {
    padding: 5px 0px;
  }
  .mega-menu .menu-logo img {
    height: 36px;
  }
  .mega-menu .menu-mobile-collapse-trigger {
    top: 20px;
  }
  .mega-menu .menu-mobile-collapse-trigger:before {
    background: #353535;
  }
  .mega-menu .menu-mobile-collapse-trigger:after {
    background: #353535;
  }
  .mega-menu .menu-mobile-collapse-trigger span {
    background: #353535;
  }
  .mega-menu .menu-links > li > a {
    line-height: 26px;
  }
  .mega-menu .drop-down [class*=grid-col-] {
    padding: 0px 10px;
  }
  .mega-menu .drop-down ul {
    margin: 0px;
  }
  .mega-menu .drop-down ol {
    margin: 0px;
  }
  .mega-menu .drop-down dl {
    margin: 0px;
  }
  .mega-menu .drop-down-tab-bar [class*=grid-col-] {
    padding: 0px 10px;
  }
  .mega-menu .drop-down-tab-bar ul {
    margin: 0px;
  }
  .mega-menu .drop-down-tab-bar ol {
    margin: 0px;
  }
  .mega-menu .drop-down-tab-bar dl {
    margin: 0px;
  }
  .search-button {
    padding: 10px 0 6px;
  }
  .side-menu {
    display: none;
  }
  .search {
    top: 158px;
    height: 90px;
  }
  .search input {
    font-size: 24px;
    height: 86px;
  }
  /*header topbar-dark*/
  #header.topbar-dark .mega-menu {
    min-height: 76px;
  }
  #header.topbar-dark .mega-menu .menu-logo {
    padding: 5px 0px;
  }
  #header.topbar-dark .mega-menu .menu-links > li > a {
    line-height: 26px;
  }
  #header.topbar-dark .mega-menu .menu-links > li:first-child a {
    padding-left: 12px;
  }
  #header.topbar-dark .header-info {
    display: none;
  }
  #header.topbar-dark .nav-add {
    position: absolute;
    top: -71px;
    right: 50px;
  }
  .search.header.topbar-dark {
    top: 157px;
  }
  /*header transparent*/
  #header.transparent {
    position: relative;
    width: 100%;
    background: #353535;
  }
  #header.transparent .mega-menu .menu-links > li a {
    color: #353535;
  }
  #header.transparent .mega-menu .menu-links > li.active a {
    color: #006b34;
  }
  #header.transparent .mega-menu .menu-mobile-collapse-trigger:before {
    background: #ffffff;
  }
  #header.transparent .mega-menu .menu-mobile-collapse-trigger:after {
    background: #ffffff;
  }
  #header.transparent .mega-menu .menu-mobile-collapse-trigger span {
    background: #ffffff;
  }
  #header.transparent .search-trigger::before {
    border-color: #353535;
  }
  #header.transparent .search-trigger::after {
    background: #353535;
  }
  #header.transparent .search-trigger span::before {
    background: #353535;
  }
  #header.transparent .search-trigger span::after {
    background: #353535;
  }
  .search.header.transparent {
    top: 78px;
  }
  /*header fancy*/
  #header.fancy .menu {
    position: relative;
    top: 0px;
  }
  #header.fancy .topbar {
    padding: 10px 0px;
  }
  #header.fancy .mega-menu > section.menu-list-items {
    padding: 0px 10px;
  }
  #header.fancy .mega-menu .menu-logo {
    padding: 5px 0px;
  }
  #header.fancy .mega-menu .menu-links > li > a {
    line-height: 26px;
  }
  #header.fancy .search-button {
    padding: 10px 0 6px;
  }
  /* header transparent full width */
  #header.transparent .container-fluid {
    padding: 0 20px;
  }
  .newsletter.blue-bg:before {
    top: -50px;
  }
  .our-blog .owl-carousel .blog-entry.blockquote {
    min-height: 498px;
  }
  /* Page Title */
  .intro-title .intro-content .intro-name {
    padding: 90px 300px 90px 0px;
  }
  .intro-title.dark .intro-content .intro-name {
    padding: 90px 0px;
  }
  /* Home-1 Services */
  .our-service > .row.row-eq-height {
    display: block;
  }
  /* case-studies */
  .case-studies.bottom-padding {
    padding-bottom: 50px;
  }
  /* Under Constraction */
  .under-constraction .form-group {
    display: inline-block;
    width: 55%;
    margin-bottom: 0;
  }
  .under-constraction .form-inline a {
    vertical-align: top;
  }
  .rev-left-button {
    left: -20% !important;
  }
  .rev-right-button {
    left: 25% !important;
  }
  .rev-right-slide-btn {
    right: 50% !important;
  }
  .rev-left-slide-btn {
    left: 50% !important;
  }
  /* Shop Single */
  .product-detail {
    margin-top: 50px;
  }
  .nav.nav-tabs.simple {
    margin-top: 30px;
  }
  /*accordion*/
  .accordion .acd-heading {
    font-size: 10px;
  }
  .accordion.simple .acd-group .acd-heading {
    font-size: 16px;
  }
  .accordion.simple .acd-group.acd-active .acd-heading {
    font-size: 22px;
  }
  /*progress-bar-main*/
  .progress-bar-main .row-eq-height {
    display: block;
  }
  .progress-bar-main .col-md-6 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  /*Footer*/
  .feature-main .row-eq-height {
    display: block;
  }
  .footer.footer-topbar .top {
    margin-bottom: 40px;
  }
  .footer.footer-topbar hr {
    margin-bottom: 40px;
  }
  .footer.footer-topbar .row.mt-8 {
    margin-top: 40px !important;
  }
  .footer.footer-topbar img {
    margin-top: 10px;
  }
  .footer .footer-nav ul li a {
    font-size: 12px;
  }
  .footer .social ul li a i {
    width: 29px;
  }
  .contact-box .contact-icon {
    display: block;
    padding: 0 0 10px;
  }
}
/************************* 480px *************************/
@media (max-width: 767px) {
  /*General*/
  h1 {
    font-size: 38px;
    font-style: normal;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
    font-style: normal;
    line-height: normal;
  }
  h3 {
    font-size: 22px;
    font-style: normal;
    line-height: normal;
  }
  h4 {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
  }
  .row-eq-height {
    display: block;
  }
  .valign {
    display: block;
  }
  .valign > [class*=col-] {
    display: block;
  }
  .no-gutter > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .last {
    margin-bottom: 0 !important;
  }
  .top-m {
    margin-top: 20px !important;
  }
  .top-m3 {
    margin-top: 30px !important;
  }
  .bottom-m {
    margin-bottom: 20px !important;
  }
  .bottom-m3 {
    margin-bottom: 30px !important;
  }
  ul.list-mark li {
    padding-left: 18px;
  }
  /* Page Title */
  .intro-title .intro-content .intro-name {
    padding: 70px 0px 70px 0px;
  }
  .intro-title.dark .intro-content .intro-name {
    padding: 70px 0px;
  }
  /*education*/
  .education {
    background: none !important;
  }
  .education .feature-box-01.round {
    margin-bottom: 30px;
  }
  .feature-box-01.round .feature-box-img.mb-2 {
    margin-bottom: 10px !important;
  }
  /*our-service*/
  .welcome-01 .feature-box-01 {
    min-height: inherit;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .welcome-01 .feature-box-01 .feature-box-img {
    margin-bottom: 10px !important;
    display: inline-block;
    float: left;
    width: 100%;
  }
  .welcome-01 .feature-box-01 .feature-box-img img {
    display: inline-block;
  }
  .welcome-01 .feature-box-01 .feature-box-info {
    margin-top: 10px !important;
    display: inline-block;
    float: left;
    width: 100%;
  }
  .welcome-01 .feature-box-01 .feature-box-info h5 {
    margin: 0 !important;
  }
  .our-service .row-eq-height .blue-bg {
    margin-bottom: 0px;
  }
  .our-service .feature-box-01 {
    margin-top: 10px;
  }
  /*service-quality*/
  .service-quality-block {
    padding-top: 0 !important;
    position: inherit;
  }
  .service-quality-block .feature-box-04 {
    position: inherit;
    margin-bottom: 30px;
    left: 0;
  }
  /*Newsletter*/
  .newsletter .form-inline .text-left {
    text-align: center;
  }
  .newsletter .newsletter-info p.mb-4 {
    margin-bottom: 10px !important;
  }
  /*accordion*/
  .accordion .acd-group .acd-heading {
    font-size: 13px;
  }
  .acd-des {
    padding: 0 25px 20px;
  }
  .accordion.simple .acd-group .acd-heading {
    padding: 0px;
  }
  .accordion.simple .acd-group .acd-des {
    padding: 0 0 20px;
  }
  /*Pricing*/
  .pricing-packages .pricing {
    margin-bottom: 30px;
  }
  /*our story*/
  .our-story-content span {
    font-size: 18px;
    line-height: normal;
  }
  /*testimonial*/
  .testimonial-01 {
    padding: 15px 25px 90px;
  }
  .testimonial .testimonial-bg {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 39%;
  }
  .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 39%;
  }
  /*testimonial 02*/
  .testimonial.testimonial-02 {
    padding: 0px;
  }
  .testimonial-02 .testimonial-title {
    padding: 40px 10px;
  }
  .testimonial-02 .testimonial-title .mt-4 {
    margin-top: 0 !important;
  }
  .testimonial-02 .testimonial-title::before {
    font-size: 60px;
    left: 0;
    top: 30px;
  }
  .testimonial-02 .testimonial-title::after {
    font-size: 60px;
    right: 0;
    bottom: 30px;
  }
  .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 20%;
  }
  .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 20%;
  }
  .testimonial-02 .testimonial-block {
    padding: 30px 0 0;
  }
  /*all-feature*/
  .all-feature {
    background-size: 65% auto !important;
  }
  .all-feature .feature-box-02 {
    text-align: left;
  }
  .all-feature .feature-box-02.right .icon {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
  }
  .feature-box-01 {
    margin-bottom: 30px !important;
  }
  .feature-box-01.last {
    margin-bottom: 0 !important;
  }
  .feature-left .feature-box-02 {
    margin-bottom: 30px !important;
  }
  .feature-left .col-sm-4.last .feature-box-02 {
    margin-bottom: 0px !important;
  }
  /* Home-1 Services */
  .our-service .feature-box-01 {
    margin-bottom: 0px !important;
  }
  /*counter*/
  .counter .col-md-6:nth-child(-n+3) .counter-block {
    margin-bottom: 30px;
  }
  /*OUR Case Studies*/
  .case-studies .col-md-4 .studies-entry {
    margin-bottom: 30px;
  }
  .case-studies .col-md-4:last-child .studies-entry {
    margin-bottom: 0px;
  }
  /*customer support*/
  .customer-sport h3 {
    margin: 0 0 15px !important;
  }
  .progress-bar-block .progress .skill-bar .sr-only {
    right: -26px;
  }
  /*About SEO*/
  .about-section .no-gutter > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-section .about-seo .counter {
    margin-top: 0 !important;
  }
  .blog-left-main {
    padding: 40px 15px 15px;
  }
  .about-seo {
    padding: 40px 15px 15px;
  }
  /*our Client*/
  .clients-dolor .col-md-6:last-child {
    margin-top: 30px;
  }
  /*tab*/
  .nav.nav-tabs li {
    float: left;
    width: 16.66%;
  }
  .nav.nav-tabs.round li {
    width: 16.66%;
    margin-bottom: 0 !important;
  }
  .nav.nav-tabs.round li a {
    height: 75px;
    line-height: 44px;
    padding: 15px 20px;
    width: 100%;
    margin-right: 0px;
  }
  .tab-content .col-lg-6.col-sm-6 {
    margin: 10px 0;
  }
  /*our team*/
  .our-team .team.last {
    margin-bottom: 0px;
  }
  .team.team-2 {
    /*  border-bottom: 1px solid $theme-color;*/
    margin-bottom: 0px !important;
  }
  /*Counter*/
  .counter .counter-block {
    margin-bottom: 20px;
  }
  /*BLOG PAGE*/
  .comments-1.comments-2 {
    padding-left: 0;
  }
  .comments-1.comments-2 .comments-info {
    margin-bottom: 20px;
  }
  /*BUTTEN PAGE*/
  .buttons .row > div:nth-child(-n+3) .button {
    margin-bottom: 15px;
  }
  /*contact*/
  .touch-in {
    box-shadow: none;
    padding: 0;
  }
  /*error*/
  .error-info {
    padding: 0;
  }
  /*TAB*/
  .nav.nav-tabs li {
    width: 33%;
  }
  .nav.nav-tabs li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .accordion .acd-des {
    padding: 0 0 30px;
  }
  /*play-video*/
  .provide-services .play-video {
    padding: 0 0 30px;
  }
  /*blog-masonry*/
  .masonry.columns-2 .masonry-item {
    width: 100%;
    padding: 0px;
  }
  .masonry.columns-3 .masonry-item {
    width: 100%;
    padding: 0px;
  }
  .masonry.columns-4 .masonry-item {
    width: 100%;
    padding: 0px;
  }
  .case-studies .isotope.column-3 .grid-item {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 30px;
  }
  /*Comming Soon*/
  .comming-soon-info .form-group {
    width: 100%;
  }
  .newsletter.blue-bg:before {
    display: none;
  }
  /*Footer*/
  .footer.footer-topbar img {
    margin-top: 0px;
    height: 40px;
  }
  .footer.footer-topbar .social {
    float: left;
  }
  .footer .footer-nav {
    margin: 15px 0;
    text-align: left !important;
  }
  .footer .footer-nav ul li a {
    font-size: 14px;
  }
  .footer .social ul li a i {
    width: 40px;
  }
  .contact-box .contact-icon {
    display: table-cell;
    padding-right: 20px;
  }
  .copyright.mt-6 {
    margin-top: 30px !important;
  }
  .copyright .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  blockquote.default {
    padding-left: 20px;
    padding-top: 80px;
  }
  blockquote.default:before {
    left: 10px;
    top: 50px;
  }
  /* Rev Slider*/
  .rev-left-button {
    left: -15% !important;
  }
  .rev-right-button {
    left: 35% !important;
  }
  .button.rev-btn {
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    top: 15px;
  }
  .packages-text {
    font-size: 12px !important;
  }
  .back-to-top {
    right: 7%;
  }
  .sidebar-widgets-wrap {
    margin-top: 50px;
  }
  .super-service .super-img {
    display: none;
  }
}
/************************* 320px *************************/
@media (max-width: 479px) {
  /* Page Title */
  .intro-title .intro-content .intro-name {
    padding: 50px 0px 50px 0px;
  }
  .intro-title.dark .intro-content .intro-name {
    padding: 50px 0px;
  }
  /* New Claas */
  .col-xx-12 {
    width: 100%;
  }
  /*General*/
  .section-title span {
    font-size: 12px;
  }
  ul.list-style-right li i {
    padding-right: 5px;
  }
  /*our-service*/
  .welcome-01 .button:last-child {
    margin-top: 15px;
  }
  /*accordion*/
  .accordion .acd-group > .acd-heading > span {
    margin-right: 5px;
  }
  .accordion .acd-group .acd-heading {
    font-size: 12px;
    display: inline-block;
    width: 100%;
  }
  .acd-des {
    padding: 0 5px 20px;
  }
  /*Team-single*/
  .progress-title {
    color: #353535;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    margin-left: 0;
    margin-top: -20px;
  }
  .skill-bar .progress-number {
    margin-top: -24px;
    top: 0px;
    font-size: 12px;
    margin-right: 0px;
  }
  .skill-bar .progress-type {
    margin-top: -10px;
    top: -13px;
    margin-right: 0px;
    font-size: 12px;
  }
  /*accordion icon*/
  .accordion.icon .acd-des {
    padding: 0 0 20px;
  }
  .accordion.icon .acd-heading span {
    float: left;
    margin-right: 10px;
    background: none;
    box-shadow: none;
    height: auto;
    border-radius: 0px;
    line-height: normal;
    width: auto;
  }
  .accordion.icon .acd-group .acd-heading {
    font-size: 14px;
  }
  .accordion.icon .acd-group.acd-active .acd-heading span {
    background: none;
    color: #006b34;
  }
  /*all-feature*/
  .all-feature {
    background-size: 100% auto !important;
  }
  .feature-box-02.image .icon {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
  }
  .feature-box-02.image .info {
    display: inline-block;
    width: 100%;
  }
  /*tab*/
  .nav.nav-tabs li {
    width: 33%;
  }
  .nav.nav-tabs.round li a {
    height: 75px;
    line-height: 60px;
    padding: 10px 15px;
    width: 100%;
    margin-right: 0px;
  }
  /*About SEO*/
  .about-section .counter .counter-block h6 {
    font-size: 12px;
  }
  /*Blog*/
  .blog-entry.blog-left .entry-image {
    margin-bottom: 15px;
    display: block;
  }
  .blog-entry.blog-left .blog-detail {
    display: block;
    padding: 0;
  }
  /*Blog Page*/
  .blog-page .blog-entry .blog-detail {
    padding: 15px;
  }
  .blog-page .blog-entry .social strong {
    margin-right: 0;
  }
  .blog-page .blog-entry.blockquote {
    padding: 15px;
  }
  .blog-page .blog-entry.blockquote .blog-detail {
    padding: 0px;
    margin-top: 0 !important;
  }
  .port-arrow {
    display: none;
  }
  .comments-1 .comments-photo {
    margin-bottom: 15px;
  }
  .comments-1 .comments-info {
    display: inline-block;
    width: 100%;
  }
  /*testimonial*/
  .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 30%;
  }
  .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 30%;
  }
  .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 20%;
  }
  .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 20%;
  }
  .testimonial-03 {
    padding: 20px;
    text-align: center;
  }
  .testimonial-03 .testimonial-avatar {
    float: none;
    margin-right: 0px;
  }
  .testimonial-03 .testimonial-info {
    display: inline-block;
    width: 100%;
  }
  /*error*/
  .error-info .button:last-child {
    margin-top: 20px;
  }
  /*tab*/
  .nav.nav-tabs li {
    width: 50%;
  }
  .nav.nav-tabs li:nth-child(-n+4) {
    margin-bottom: 20px;
  }
  /* Under Constraction */
  .under-constraction .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .button.rev-btn {
    padding: 5px 10px !important;
    font-size: 9px !important;
  }
  .rev-right-slide-btn {
    right: 55% !important;
  }
  .rev-left-slide-btn {
    left: 55% !important;
  }
  /*new update*/
  .map-location {
    overflow: hidden;
  }
  .fancy-team {
    overflow: hidden;
  }
}
/***************************
         Home 1
********************************/
.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.topbar li {
  color: #ffffff;
}

.topbar li a {
  color: #ffffff;
}

.mega-menu .menu-logo {
  padding: 10px 0px;
}

.menu-list-items-top {
  background: #006b34;
}

.mega-menu .menu-logo img {
  height: auto;
}

/***************************
		section background
***************************/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f6f7f8;
}

.blue-bg {
  background: #006b34;
}

.black-bg {
  background: #353535;
}

/***************************
      Section title  
***************************/
.section-title {
  margin-bottom: 60px;
}
.section-title span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

/***************************
		  Secion Padding
***************************/
.page-section-ptb {
  padding: 100px 0;
}

.page-section-pt {
  padding: 100px 15px 0 0px;
}

.page-section-pb {
  padding: 0 0 100px;
}

/***************************
		  Features
***************************/
/*Feature 01 icon*/
.feature-box-01.round {
  padding: 0 20px;
}
.feature-box-01.round .feature-box-img {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  width: 160px;
  height: 160px;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  text-align: center;
  line-height: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-01.round .feature-box-img img {
  display: inline-block;
}
.feature-box-01.round .feature-box-img span {
  font-size: 5rem;
}

/*Feature round*/
.feature-box-01.round:hover .feature-box-img {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}

/*Feature shadow*/
.feature-box-01.box-shadow .feature-box-img {
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 120px;
  -ms-radius: 120px;
  -o-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  text-align: center;
  line-height: 160px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/*Feature 03*/
.feature-box-02 .icon {
  float: left;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  height: 60px;
  width: 60px;
  line-height: 68px;
  text-align: center;
  margin-right: 20px;
  background: #006b34;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-02 .icon i {
  font-size: 24px;
}
.feature-box-02 .icon span {
  font-size: 30px;
}
.feature-box-02 .info {
  display: table-cell;
}
.feature-box-02:hover .icon {
  background: #353535;
}

.feature-box-02.right .icon {
  float: right;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  margin-left: 20px;
  height: 60px;
  width: 60px;
  line-height: 68px;
  text-align: center;
  margin-right: 0px;
}

.feature-box-02.image .icon {
  background: transparent;
}

/*feature box 03*/
.feature-box-03 {
  padding: 80px 50px;
  position: relative;
  z-index: 9;
}
.feature-box-03 i {
  font-size: 50px;
}

.feature-box-03-bg-1 {
  background: rgba(0, 107, 52, 0.86);
}

.feature-box-03-bg-2 {
  background: #006b34;
}

.feature-box-03-bg-3 {
  background: rgba(0, 107, 52, 0.9);
}

.service-block .feature-box-02 {
  display: inline-block;
}
.service-block .feature-box-02 .info {
  display: table;
}
.service-block .feature-box-02 .icon span {
  font-size: 20px;
}

.service-block.media .feature-box-02 .icon {
  width: 20px;
}

/*feature-box-04*/
.feature-box-04 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.feature-box-04 .icon img {
  display: inline-block;
  width: 40%;
}

/* feature-main */
.feature-main .no-gutter > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}
.feature-main h4 {
  line-height: 36px;
  text-transform: inherit;
}

.sec-relative .side-content-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

/***************************
		Buttons
***************************/
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button {
  background: #006b34;
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #006b34;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-align: center;
}
.button:hover {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}

.button.black {
  background: #353535;
  color: #ffffff;
  border: 2px solid #353535;
}
.button.black:hover {
  background: #006b34;
  color: #ffffff;
  border-color: #006b34;
}

.button.black.active {
  background: #006b34;
  color: #ffffff;
  border-color: #006b34;
}

.button.white {
  background: #ffffff;
  color: #006b34;
  border: 2px solid #006b34;
}
.button.white:hover {
  background: #353535;
  color: #ffffff;
  border: 2px solid #353535;
}

.button.border {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #aaaaaa;
}
.button.border:hover {
  background: #006b34;
  color: #ffffff;
  border-color: #006b34;
}

.button.border-bule {
  background: transparent;
  border: 2px solid #006b34;
  color: #006b34;
}
.button.border-bule:hover {
  background: #006b34;
  color: #ffffff;
}

.button.border-white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button.border-white:hover {
  background: #ffffff;
  color: #006b34;
  border-color: #ffffff;
}

.button.border-black {
  background: transparent;
  border: 2px solid #353535;
  color: #353535;
}
.button.border-black:hover {
  background: #353535;
  color: #ffffff;
  border-color: #353535;
}

.button.icon i {
  margin-right: 10px;
}

.button.arrow {
  background: transparent;
  border: none;
  color: #006b34;
  padding: 0;
  font-weight: 600;
}
.button.arrow i {
  padding-left: 10px;
  font-size: 1.143rem;
}
.button.arrow:hover {
  color: #353535;
}

.button.arrow.white {
  color: #ffffff;
  border: none;
}
.button.arrow.white:hover {
  color: #aaaaaa;
  background: transparent;
}

.button.rev-btn {
  padding: 12px 35px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  display: inline-block !important;
  border-radius: 30px !important;
  -ms-radius: 30px !important;
  -o-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 24px !important;
  border: none !important;
}

.rev-btn.button.black:hover {
  background: #ffffff;
  color: #006b34;
}

/***************************
		Our-Service
***************************/
.blue-bg {
  background: #006b34;
}

.our-service .services-info {
  padding: 55px 15px 15px;
}

.our-service h3 {
  line-height: 2.586rem;
}

.our-service .feature-box-01 {
  padding: 50px 40px;
}
.our-service .feature-box-01 .feature-box-img span {
  font-size: 5rem;
}
.our-service .top-service .service-block {
  margin-top: 0px;
}
.our-service .bottom-service .service-block {
  margin-bottom: 0px;
}
.our-service .services-info {
  padding: 55px 15px 15px;
}
.our-service h3 {
  line-height: 44px;
}

.no-gutter > [class*=col-] {
  padding-right: 0px;
  padding-left: 10px;
}

.our-services .feature-box-01 span {
  font-size: 32px;
}

.feature-box-01 .feature-box-button {
  opacity: 0;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-box-01 .feature-box-button .button.arrow {
  color: #aaaaaa;
}
.feature-box-01 .feature-box-button .button.arrow:hover {
  color: #006b34;
}
.feature-box-01:hover .feature-box-button {
  opacity: 1;
}

/***************************
		Map-Location
***************************/
.map-location {
  position: relative;
}

.map-location-tooltip .tooltip {
  position: absolute;
  z-index: 9;
  width: 2.2em;
  height: 2.2em;
  opacity: 1;
  cursor: pointer;
}

/* Trigger item */
.map-location-tooltip span.tooltip-item {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #006b34;
  -webkit-animation: pulse 0.6s infinite alternate;
  animation: pulse 0.6s infinite alternate;
}
.map-location-tooltip span.tooltip-item:before {
  background: #006b34;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 5px;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes pulse {
  from {
    -ms-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -ms-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  from {
    -o-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -o-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.map-location-tooltip .tooltip:first-child {
  top: 39%;
  left: 20%;
}
.map-location-tooltip .tooltip:nth-child(2) {
  top: 7%;
  left: 35%;
}
.map-location-tooltip .tooltip:nth-child(3) {
  top: 17%;
  right: 19%;
}
.map-location-tooltip .tooltip:nth-child(4) {
  top: 37%;
  right: 24%;
}
.map-location-tooltip .tooltip:nth-child(5) {
  bottom: 24%;
  right: 12%;
}

/* Tooltip */
.map-location-tooltip .tooltip-content {
  position: absolute;
  background: #006b34;
  z-index: 9999;
  width: 200px;
  bottom: 50%;
  margin-bottom: -1em;
  padding: 20px;
  border-radius: 20px;
  -ms-radius: 20px;
  -o-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 1.1em;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map-location-tooltip .tooltip-west .tooltip-content {
  left: 4em;
  -webkit-transform-origin: -2em 50%;
  -o-transform-origin: -2em 50%;
  -ms-transform-origin: -2em 50%;
  -moz-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}

.map-location-tooltip .tooltip-east .tooltip-content {
  right: 4em;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -o-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -ms-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -moz-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.map-location-tooltip .tooltip:hover .tooltip-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  -ms-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  -moz-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  -o-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
}

/* arrow */
.map-location-tooltip .tooltip-content:before {
  height: 100%;
  width: 3em;
}

.map-location-tooltip .tooltip-content:after {
  bottom: 30px;
  left: -21px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #006b34;
  border-width: 20px;
  margin-left: -8px;
}

.map-location-tooltip .tooltip-east .tooltip-content:after {
  left: 99%;
}

.map-location-tooltip .tooltip-east .tooltip-content:after {
  -webkit-transform: scale3d(-1, 1, 1);
  -o-transform: scale3d(-1, 1, 1);
  -ms-transform: scale3d(-1, 1, 1);
  -moz-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

/***************************
		Newsletter
***************************/
.newsletter {
  background: #353535 url(../images/bg-element/02.png);
  position: relative;
}
.newsletter .form-group {
  width: 100%;
}
.newsletter .form-group .form-control {
  box-shadow: none;
  background: #ffffff;
  width: 100%;
}
.newsletter .form-group .form-control:focus {
  border: 1px solid transparent;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.newsletter .button {
  padding: 11px 30px;
}
.newsletter .button:hover {
  background: #ffffff;
  color: #006b34;
  border-color: #ffffff;
}

.newsletter.blue-bg {
  background: #006b34;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.newsletter.blue-bg:before {
  background: url(../images/bg-element/03.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -120px;
}

/***************************
		   form
***************************/
.form-control {
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 18px 15px 30px;
  background: transparent;
  color: #aaaaaa;
  border: 1px solid transparent;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #006b34;
}

.form-control.input-lg {
  resize: none;
  font-size: 0.9em;
}

.form-control.rounded {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.input-group-addon {
  border: 1px solid #e0e0e0;
}

.form-group label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.form-inline button {
  margin: 0px;
}

.form-group > label {
  display: block;
}

.form-control::-moz-placeholder {
  color: #aaaaaa;
}

.form-control::-ms-input-placeholder {
  color: #aaaaaa;
}

.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

.table-bordeblue > tbody > tr > td {
  border-color: #626262;
  padding: 12px 20px;
}
.table-bordeblue > tbody > tr > th {
  border-color: #626262;
  padding: 12px 20px;
}
.table-bordeblue > tfoot > tr > td {
  border-color: #626262;
  padding: 12px 20px;
}
.table-bordeblue > tfoot > tr > th {
  border-color: #626262;
  padding: 12px 20px;
}
.table-bordeblue > thead > tr > td {
  border-color: #626262;
  padding: 12px 20px;
}
.table-bordeblue > thead > tr > th {
  border-color: #626262;
  padding: 12px 20px;
}

/*************************
		 Welcome
*************************/
.welcome-01 h3 {
  line-height: 36px;
}
.welcome-01 .button {
  margin: 0 4px;
}

.welcome-02 .welcome-02-top {
  margin-top: -155px;
}
.welcome-02 .welcome-02-content {
  padding: 80px 50px;
}

/***************************
	     Our Pricing
***************************/
.pricing-packages .pricing {
  margin: 0 20px;
}

.pricing {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing .pricing-prize h2 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing .pricing-prize h2 span {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}
.pricing .pricing-title h5 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}
.pricing .pricing-title span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1rem;
  display: block;
  text-transform: none;
  font-weight: normal;
}
.pricing .pricing-title .section-title {
  margin-bottom: 0px;
}
.pricing .pricing-list ul {
  margin-top: 15px;
}
.pricing .pricing-list ul li {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}
.pricing:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

/* Our Pricing hover */
.pricing.active .pricing-title h5 {
  color: #006b34;
}
.pricing.active .pricing-prize h2 {
  color: #006b34;
}

/***************************
        Pricing 01
***************************/
.pricing.pricing-01 .pricing-title {
  position: relative;
}
.pricing.pricing-01 .pricing-title .section-title {
  position: relative;
}
.pricing.pricing-01 .pricing-title:before {
  position: absolute;
  top: -50px;
  left: 0px;
  content: "";
  width: 100%;
  height: 71%;
  background: #f6f7f8;
}
.pricing.pricing-01 .pricing-title .pricing-img {
  background: #ffffff;
  display: inline-block;
  margin-top: 10px;
  width: 106px;
  border-radius: 95px;
  -ms-radius: 95px;
  -o-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  position: relative;
  height: 106px;
  line-height: 106px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.pricing.pricing-01 .pricing-title .pricing-prize {
  margin-top: 20px;
}

/*Pricing 01 hover*/
.pricing.pricing-01:hover .pricing-title:before {
  background: #006b34;
}
.pricing.pricing-01:hover .pricing-title .section-title h5 {
  color: #ffffff;
}
.pricing.pricing-01:hover .pricing-title .section-title span {
  color: #ffffff;
}
.pricing.pricing-01:hover .pricing-prize h2 {
  color: #006b34;
}

/*Pricing 01 active*/
.pricing.pricing-01.active .pricing-title:before {
  background: #006b34;
}
.pricing.pricing-01.active .pricing-title .section-title h5 {
  color: #ffffff;
}
.pricing.pricing-01.active .pricing-title .section-title span {
  color: #ffffff;
}
.pricing.pricing-01.active .pricing-prize h2 {
  color: #006b34;
}

/********************************
       	  Fancy - Team  
********************************/
.team-block {
  position: relative;
}

.fancy-team-tooltip .tooltip {
  position: absolute;
  z-index: 9;
  width: 2.2em;
  height: 2.2em;
  opacity: 1;
  cursor: pointer;
}
.fancy-team-tooltip .tooltip-item {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #006b34;
  -webkit-animation: pulse 0.6s infinite alternate;
  animation: pulse 0.6s infinite alternate;
}
.fancy-team-tooltip span.tooltip-item:before {
  background: #ffffff;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 7px;
}

@-webkit-keyframes "pulse" {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes "pulse" {
  from {
    -o-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -o-transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes "pulse" {
  from {
    -ms-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -ms-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes "pulse" {
  from {
    -moz-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@keyframes "pulse" {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.fancy-team-tooltip .tooltip:hover .tooltip-item {
  border-color: #353535;
}
.fancy-team-tooltip .tooltip:first-child {
  top: 0;
  left: 15%;
}
.fancy-team-tooltip .tooltip:nth-child(2) {
  top: 2%;
  left: 29%;
}
.fancy-team-tooltip .tooltip:nth-child(3) {
  top: -5%;
  left: 41%;
}
.fancy-team-tooltip .tooltip:nth-child(4) {
  top: 3%;
  right: 42%;
}
.fancy-team-tooltip .tooltip:nth-child(5) {
  top: -4%;
  right: 29%;
}
.fancy-team-tooltip .tooltip:nth-child(6) {
  top: -3%;
  right: 16%;
}

/* Tooltip */
.fancy-team-tooltip .tooltip-content {
  position: absolute;
  background: #006b34;
  z-index: 9999;
  width: 200px;
  bottom: 50%;
  margin-bottom: -44px;
  padding: 20px;
  border-radius: 20px;
  -ms-radius: 20px;
  -o-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 1.1em;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -ms-transition: opacity 0.3s, -ms-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.fancy-team-tooltip .tooltip-west .tooltip-content {
  left: 0;
  -webkit-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -o-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -ms-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -moz-transform-origin: -2em 50%;
  transform-origin: -2em 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}
.fancy-team-tooltip .tooltip-east .tooltip-content {
  right: 0;
  -webkit-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -o-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -ms-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -moz-transform-origin: calc(100% + 2em) 50%;
  transform-origin: calc(100% + 2em) 50%;
  -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
  transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}
.fancy-team-tooltip .tooltip:hover .tooltip-content {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
  -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
  -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
  -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
  pointer-events: auto;
  padding-bottom: 20px;
}

/* Gap "bridge" and arrow */
.fancy-team-tooltip .tooltip-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3em;
}
.fancy-team-tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #006b34;
  border-width: 20px;
}
.fancy-team-tooltip .tooltip-content a {
  color: #ffffff;
  text-transform: uppercase;
}
.fancy-team-tooltip .tooltip-content a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.fancy-team-tooltip .tooltip-west .tooltip-content::before {
  right: 99%;
}
.fancy-team-tooltip .tooltip-west .tooltip-content::after {
  right: 99%;
}
.fancy-team-tooltip .tooltip-east .tooltip-content::before {
  left: 99%;
}
.fancy-team-tooltip .tooltip-east .tooltip-content::after {
  left: 99%;
  -webkit-transform: scale3d(-1, 1, 1);
  -o-transform: scale3d(-1, 1, 1);
  -moz-transform: scale3d(-1, 1, 1);
  -ms-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
  right: 20px;
  left: inherit;
}
.fancy-team-tooltip ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.fancy-team-tooltip ul.social li a {
  color: #ffffff;
}
.fancy-team-tooltip ul.social li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/***************************
	       Footer
***************************/
.footer {
  background: #006b34;
  color: #ffffff;
  padding: 70px 0 0;
}
.footer h5 {
  color: #ffffff;
}
.footer h6 {
  color: #ffffff;
}

/*footer topbar*/
.footer.footer-topbar img {
  height: 40px;
}
.footer.footer-topbar .top {
  margin-bottom: 60px;
}
.footer.footer-topbar hr {
  margin-bottom: 60px;
  border-color: rgba(0, 0, 0, 0.1);
}
.footer.footer-topbar .social {
  float: right;
}

.footer .footer-nav {
  margin-top: 8px;
}
.footer .footer-nav ul li {
  display: inline-block;
}
.footer .footer-nav ul li a {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin: 0 5px;
}
.footer .footer-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.footer .social ul {
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0px 10px;
}
.footer .social ul li {
  display: inline-block;
}
.footer .social ul li a {
  display: block;
  padding: 0px;
  text-align: center;
  display: inline-block;
  text-align: center;
}
.footer .social ul li a i {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: transparent;
  color: #006b34;
  display: inline-block;
  float: none;
}
.footer .social ul li a i:hover {
  color: #353535;
}
.footer .usefull-link ul li {
  display: block;
  border-bottom: 0px;
  line-height: 1.857rem;
  padding: 5px 0;
}
.footer .usefull-link ul li a {
  color: #ffffff;
}
.footer .usefull-link ul li a i {
  padding-right: 10px;
}
.footer .usefull-link ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.contact-box .contact-icon {
  display: table-cell;
  padding-right: 20px;
}
.contact-box .contact-icon i {
  background: transparent;
  line-height: normal;
  font-size: 34px;
}
.contact-box .contact-info {
  display: table-cell;
  vertical-align: top;
}

.footer-topbar hr.footer-btm-hr {
  margin-bottom: 0;
  margin-top: 60px;
}

/*footer bottom*/
.footer .copyright {
  /*background: $theme-color;*/
  background: rgba(0, 107, 52, 0.1);
  padding: 30px 0 20px;
}
.footer .copyright ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.footer .copyright ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* Footer light */
.footer.light {
  background: #ffffff;
  color: #353535;
  position: relative;
}
.footer.light h6 {
  color: #006b34;
}

/*footer light topbar*/
.footer.light .footer-nav ul li a {
  color: #353535;
}
.footer.light .footer-nav ul li a:hover {
  color: #006b34;
}
.footer.light .social ul {
  background: #f6f7f8;
}
.footer.light .social ul li a i {
  color: #353535;
}
.footer.light .social ul li a i:hover {
  color: #006b34;
}
.footer.light .usefull-link ul li a {
  color: #353535;
}
.footer.light .usefull-link ul li a:hover {
  color: #006b34;
}
.footer.light .footer-contact {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  margin-top: -220px;
  padding: 60px 0;
}
.footer.light .contact-box {
  text-align: center;
}
.footer.light .contact-box .contact-icon {
  display: block;
  padding-right: 0;
  color: #006b34;
}
.footer.light .contact-box .contact-info {
  display: block;
}
.footer.light .contact-box .contact-info .section-title {
  margin-bottom: 0px;
}
.footer.light .contact-box .contact-info h5 {
  color: #353535;
}

/*footer light bottom*/
.footer.light .copyright {
  background: #f6f7f8;
}
.footer.light .copyright ul li a {
  color: #353535;
}
.footer.light .copyright ul li a:hover {
  color: #006b34;
}

/*Footer dark topbar*/
div#main {
  z-index: 1;
  position: relative;
}

.footer-dark {
  padding: 70px 0px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.footer-dark .footer-logo img {
  height: 50px;
}
.footer-dark .addresss-icon {
  float: left;
  font-size: 24px;
  margin-right: 20px;
}
.footer-dark .addresss-info {
  display: table-cell;
  vertical-align: middle;
}
.footer-dark .addresss-info h6 {
  text-transform: inherit;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.footer-dark .footer-nav {
  margin-top: 8px;
}
.footer-dark .footer-nav ul li {
  display: block;
  margin-bottom: 10px;
}
.footer-dark .footer-nav ul li a {
  color: #aaaaaa;
}
.footer-dark .footer-nav ul li a:hover {
  color: #ffffff;
}
.footer-dark .footer-nav ul li a i {
  padding-right: 10px;
}

/*Footer form*/
.form.white .form-control {
  box-shadow: none;
  border: 1px solid transparent;
  background: #252525;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form.white .form-control:focus {
  background: transparent;
  border: 1px solid #252525;
}
.form.white .form-group {
  margin-bottom: 20px;
}
.form.white .button:hover {
  color: #006b34;
  background: #ffffff;
  border-color: #ffffff;
}

/*footer bottom*/
.footer-dark .copyright {
  background: #252525;
  padding: 30px 0 20px;
}
.footer-dark .copyright ul li a {
  color: #aaaaaa;
  text-transform: capitalize;
}
.footer-dark .copyright ul li a:hover {
  color: #ffffff;
}

/* Footer BG */
.footer.footer-bg h6 {
  color: #ffffff;
}
.footer.footer-bg .footer-nav ul li a:hover {
  color: #006b34;
}
.footer.footer-bg .usefull-link ul li a:hover {
  color: #006b34;
}
.footer.footer-bg .social ul li a i {
  color: #353535;
}
.footer.footer-bg .social ul li a i:hover {
  color: #006b34;
}

.contact-box.top .section-title {
  margin-bottom: 0px;
}

.footer.footer-bg.footer-topbar .top {
  margin-top: 60px;
}

/*footer BG bottom*/
.footer.footer-bg .copyright {
  background: transparent;
  border-top: 1px solid #252525;
}

.footer .copyright ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/********************************
         Home 2
********************************/
#header.topbar-dark {
  background: #ffffff;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
#header.topbar-dark .mega-menu {
  min-height: 189px;
}
#header.topbar-dark .mega-menu .menu-links {
  float: left;
}
#header.topbar-dark .mega-menu .menu-links > li > a {
  color: #353535;
  line-height: 70px;
}
#header.topbar-dark .mega-menu .menu-links > li:first-child a {
  padding-left: 0px;
}
#header.topbar-dark .mega-menu .menu-links > li:first-child .drop-down-multilevel a {
  padding-left: 20px;
}
#header.topbar-dark .mega-menu .menu-links > li .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links > li .drop-down li a {
  color: #353535;
}
#header.topbar-dark .mega-menu .menu-links > li .drop-down li:hover a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links > li .drop-down li.active a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links > li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
  color: #353535;
}
#header.topbar-dark .mega-menu .menu-links > li.active a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a {
  color: #353535;
}
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
  color: #353535;
}
#header.topbar-dark .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
  color: #006b34;
}
#header.topbar-dark .mega-menu .row {
  margin-right: -15px;
  margin-left: -15px;
}
#header.topbar-dark .topbar {
  border-bottom: 0;
  background: #353535;
  padding: 10px 0px;
}
#header.topbar-dark .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #353535;
}
#header.topbar-dark .mega-menu.desktopTopFixed .header-info {
  display: none;
}
#header.topbar-dark .mega-menu.desktopTopFixed hr {
  display: none;
}
#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo {
  display: none;
}
#header.topbar-dark .header-info {
  padding: 39px 0px;
}
#header.topbar-dark .header-info ul li {
  float: left;
  margin-left: 30px;
}
#header.topbar-dark .header-info .info-box .info-icon {
  display: table-cell;
  padding-right: 20px;
}
#header.topbar-dark .header-info .info-box .info-icon span {
  font-size: 30px;
  color: #ffffff;
}
#header.topbar-dark .header-info .info-box .info-content {
  display: table-cell;
  vertical-align: top;
}
#header.topbar-dark .header-info .info-box .info-content p {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 16px;
}
#header.topbar-dark .nav-add {
  padding: 0px;
}
#header.topbar-dark .nav-add ul li {
  display: inline-block;
  padding-left: 0px;
}
#header.topbar-dark .nav-add ul li a {
  color: #353535;
}
#header.topbar-dark .search-button {
  padding: 16px 0 8px;
}
#header.topbar-dark .side-menu .mobile-nav-button {
  margin: 27px 0 0 5px;
  height: 33px;
}

.search.header.topbar-dark {
  top: 239px;
}

/* topbar */
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
}
.topbar li {
  color: #ffffff;
}
.topbar li a {
  color: #ffffff;
}
.topbar .topbar-right li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.topbar-left li i {
  padding-right: 5px;
}

.topbar-right .list-inline li:last-child {
  padding-right: 0px;
}
.topbar-right li:last-child i {
  padding-right: 0px;
}
.topbar-right li i {
  padding-right: 5px;
}

/* our-story */
.our-story-content {
  padding: 80px;
}
.our-story-content span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 33px;
}

.our-story .play-video a {
  color: #ffffff;
  font-size: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
}
.our-story .play-video a:hover {
  border-color: #006b34;
  background: #006b34;
}

/***************************
        our clients
***************************/
.our-clients.blue-bg {
  padding: 60px 0 170px;
}

/***************************
		  Home 3
***************************/
/* service-quality-block */
.service-quality-block {
  position: relative;
  padding-top: 100px !important;
}
.service-quality-block .feature-box-04 {
  position: absolute;
}
.service-quality-block .feature-01 {
  bottom: 7%;
  left: 5%;
}
.service-quality-block .feature-02 {
  bottom: 48%;
  left: 12%;
}
.service-quality-block .feature-03 {
  bottom: 76%;
  left: 30%;
}
.service-quality-block .feature-04 {
  bottom: 7%;
  right: 5%;
}
.service-quality-block .feature-05 {
  bottom: 48%;
  right: 12%;
}
.service-quality-block .feature-06 {
  bottom: 76%;
  right: 30%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Case-Studies  */
.case-studies.bottom-padding {
  padding-bottom: 230px;
}

.studies-entry .entry-detail {
  background: #ffffff;
  padding: 25px 20px;
  border: 1px solid #eeeeee;
  border-top: 0px;
}
.studies-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #353535;
}
.studies-entry .entry-content a:hover {
  color: #006b34;
}
.studies-entry .entry-tag {
  display: inline-block;
}
.studies-entry .entry-tag li {
  line-height: 14px;
}
.studies-entry .entry-tag li a {
  font-size: 14px;
  font-weight: 600;
  color: #353535;
}
.studies-entry .entry-tag li a:hover {
  color: #006b34;
}
.studies-entry .entry-like span {
  font-weight: 600;
  color: #006b34;
}
.studies-entry .entry-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.studies-entry .entry-image .entry-overlay {
  background: rgba(0, 107, 52, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.studies-entry .entry-image .entry-overlay a, .studies-entry .entry-image .entry-overlay span.ti-zoom-in {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  left: 50%;
  top: 50%;
  padding-left: -25px;
  padding-top: -20px;
  position: absolute;
}
.studies-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* Isotope filters */
.isotope-filters {
  display: table;
  margin: 0 auto 40px;
  text-align: center;
}
.isotope-filters button {
  padding: 10px 35px;
  background: #f6f7f8;
  color: #282a39;
  border-radius: 30px;
  margin: 0 4px;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.isotope-filters button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}
.isotope-filters button:hover {
  color: #ffffff;
  background: #006b34;
}
.isotope-filters button.active {
  color: #ffffff;
  background: #006b34;
}

.case-studies .isotope.column-3 .grid-item {
  width: 33.333%;
  padding: 15px;
}

/*studies single */
.single .single-info a {
  padding: 10px 30px;
}

.single-navigation {
  margin: 50px 0px 0px;
  display: block;
}

.navigation-next img {
  display: inline-block;
  width: 120px;
  margin-bottom: 10px;
}
.navigation-next span {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation-next .port-arrow {
  float: left;
}
.navigation-next a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #353535;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.navigation-next:hover span {
  color: #006b34;
}

.port-arrow {
  width: 40px;
  text-align: center;
  background: #f6f7f8;
  display: inline-block;
}
.port-arrow i {
  text-align: center;
  font-size: 25px;
  line-height: 90px;
}

.navigation-previous img {
  display: inline-block;
  width: 120px;
  margin-bottom: 10px;
}
.navigation-previous span {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation-previous .port-arrow {
  float: right;
}
.navigation-previous a {
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  color: #353535;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.navigation-previous:hover span {
  color: #006b34;
}

/*customer-sport*/
.customer-sport {
  padding: 50px 0px;
}

/********************************
         Home 4
********************************/
.about-seo {
  padding: 60px 70px;
}

/********************************
         Home 5
********************************/
/*Team*/
.team {
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.team:before {
  background: rgba(0, 107, 52, 0.9);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team .team-description {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: -10%;
  width: 100%;
  color: #ffffff;
  opacity: 0;
  z-index: 9;
}
.team .team-description h6 {
  color: #ffffff;
}
.team .team-social {
  left: 0;
  position: absolute;
  bottom: -10%;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
.team .team-social ul {
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0px 10px;
}
.team .team-social ul li {
  display: inline-block;
}
.team .team-social ul li a {
  color: #ffffff;
}
.team .team-social ul li a:hover {
  color: #353535;
}
.team .team-social ul li a i {
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: transparent;
  display: inline-block;
  float: none;
}
.team .team-social ul li a i:hover {
  color: #000000;
}
.team:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team:hover .team-description {
  top: 38%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.team:hover .team-social {
  opacity: 1;
  bottom: 33%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team.team-2 .team-images {
  text-align: center;
}
.team.team-2 .team-images img {
  display: inline-block;
}
.team.team-2 .team-description {
  background: #006b34;
  top: inherit;
  padding: 30px 30px 0;
  bottom: -88px;
}
.team.team-2 .team-social {
  background: #006b34;
  text-align: center;
  padding: 0 30px 30px;
  bottom: -143px;
  display: inline-block;
}
.team.team-2 .team-social ul {
  border: none;
  display: inline-block;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
}
.team.team-2 .team-social ul li a i {
  height: auto;
  line-height: normal;
}
.team.team-2:before {
  display: none;
}
.team.team-2:hover .team-description {
  bottom: 55px;
}
.team.team-2:hover .team-social {
  bottom: 0;
}

/*Service*/
.super-service {
  position: relative;
}
.super-service .super-img {
  left: -80px;
  position: absolute;
  top: -68px;
  width: 115%;
}

.provide-services .feature-box-02 .icon {
  background: transparent;
}
.provide-services .feature-box-02 .icon i {
  font-size: 40px;
  color: #006b34;
  background: transparent;
}
.provide-services .play-video {
  position: relative;
}
.provide-services .play-video a {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 50%;
  margin-left: -35px;
  width: 100%;
  color: #ffffff;
  font-size: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
}
.provide-services .play-video a:hover {
  border-color: #006b34;
  background: #006b34;
}

/* Tab */
.nav.nav-tabs {
  border: none;
  text-align: center;
  margin-bottom: 30px;
}
.nav.nav-tabs li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}
.nav.nav-tabs li a {
  border: none;
  line-height: normal;
  margin-right: 10px;
  border-radius: 90px;
  -ms-radius: 90px;
  -o-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
}
.nav.nav-tabs > li.active > a {
  border: none;
  background: #006b34;
  color: #ffffff;
}
.nav.nav-tabs > li.active > a:focus {
  border: none;
  background: #006b34;
  color: #ffffff;
}
.nav.nav-tabs > li.active > a:hover {
  border: none;
  background: #006b34;
  color: #ffffff;
}
.nav.nav-tabs > li a.active {
  border: none;
  background: #006b34;
  color: #ffffff;
}

.nav.nav-tabs.round {
  margin-bottom: 50px;
}
.nav.nav-tabs.round li a {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 58px;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 26px;
  padding: 20px;
}

.nav.nav-tabs.simple {
  margin-top: 60px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}
.nav.nav-tabs.simple li a {
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-right: 0px;
}

/***************************
          Inner Pages
***************************/
.intro-title .intro-content {
  position: relative;
}
.intro-title .intro-content .intro-name {
  padding: 100px 0 100px 0px;
  position: relative;
  z-index: 9;
}
.intro-title .intro-content .intro-img {
  position: absolute;
  bottom: 0px;
  height: auto;
  right: 0px;
}
.intro-title .breadcrumb {
  background: transparent;
  border-radius: 0px;
  -ms-radius: 0px;
  -o-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 0;
  padding: 0;
}
.intro-title .breadcrumb li.active {
  color: #ffffff;
}
.intro-title .breadcrumb li a {
  color: #ffffff;
}
.intro-title .breadcrumb > li + li::before {
  font-family: fontawesome;
  content: "\f101";
  padding: 0 8px;
  color: #ffffff;
}

.intro-title.dark .intro-content .intro-name {
  padding: 100px 0px;
}

.intro-title.small .intro-content .intro-name {
  padding: 40px 0px 30px;
}
.intro-title.small .breadcrumb li a {
  color: #353535;
}
.intro-title.small .breadcrumb li.active {
  color: #353535;
}
.intro-title.small .breadcrumb > li + li::before {
  color: #353535;
}

/* Service inner pages */
.icon-rounded {
  height: 60px;
  line-height: 63px;
  border: 2px solid #000000;
  text-align: center;
  display: inline-block;
  min-width: 60px;
  font-size: 24px;
}

.list-unstyled .media .icon i {
  font-size: 40px;
  color: #006b34;
  background: transparent;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.under-constraction .form-group .form-control {
  font-size: 1rem;
}

.progress-bar .progress-number {
  margin-top: -24px;
  position: relative;
  top: -13px;
  font-size: 15px;
  margin-right: 11px;
  text-align: right;
}
.progress-bar .progress-type {
  margin-top: -18px;
  position: relative;
  top: -13px;
  margin-right: 0px;
  font-size: 15px;
  text-align: right;
}

.table-bordered td {
  padding: 6px 8px;
}
.table-bordered th {
  padding: 6px 8px;
}

.list-style-none li {
  list-style: none;
}

/*Contact Form*/
.gray-form .form-control {
  box-shadow: none;
  border: 1px solid #eeeeee;
  background: #f6f7f8;
  width: 100%;
  font-size: 14px;
}
.gray-form .form-control:focus {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gray-form .form-group {
  margin-bottom: 20px;
}
.gray-form .button {
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

textarea.form-control {
  resize: vertical;
}

/*login*/
.login-form .login-social ul {
  display: block;
  margin-top: 20px;
}
.login-form .login-social ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.login-form .login-social ul li a {
  padding: 13px 20px;
  border: 1px solid #eeeeee;
  color: #006b34;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.login-form .login-social ul li a i {
  padding-right: 15px;
}
.login-form .login-social ul li a:hover {
  background: #353535;
  border-color: #353535;
}
.login-form .login-social ul li a.fb {
  background: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.login-form .login-social ul li a.twitter {
  background: #00aced;
  color: #ffffff;
  border-color: #00aced;
}
.login-form .login-social ul li a.pinterest {
  background: #c92228;
  color: #ffffff;
  border-color: #c92228;
}

/* Register  */
.gray-form label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.gray-form > label {
  display: block;
}
.gray-form .field-widget {
  position: relative;
}
.gray-form .field-widget .form-control {
  padding-left: 130px;
}
.gray-form .field-widget .tag {
  background: #eeeeee;
  color: #aaaaaa;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: 0px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 120px;
  -moz-border-radius-topleft: 90px;
  -webkit-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
  -moz-border-radius-bottomleft: 90px;
  -webkit-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

input[type=checkbox] {
  margin: 4px 4px 0;
  line-height: 0px;
}

input[type=radio] {
  margin: 4px 4px 0;
  line-height: 0px;
}

select {
  width: 100%;
  background: #f6f7f8;
  border: 0px;
  padding: 15px 18px 15px 30px;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #eeeeee;
  width: 100%;
  height: 50px;
}

.select-styled {
  text-align: left;
  font-size: 14px;
  color: #aaaaaa;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background-color: #f6f7f8;
  padding: 13px 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
  -ms-radius: 30px;
  -o-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #bfbfbf transparent transparent transparent;
  position: absolute;
  top: 23px;
  right: 20px;
}
.select-styled:active:after {
  top: 15px;
  border-color: transparent transparent #bfbfbf transparent;
}

.select-styled.active:after {
  top: 15px;
  border-color: transparent transparent #bfbfbf transparent;
}

.select-options {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.select-options li {
  list-style: none;
  font-size: 14px;
  padding-left: 15px;
  color: #626262;
}

.selected-box.auto-hight .select-options {
  height: 300px;
  overflow: auto;
}

/*Our Client*/
.clients-box {
  background: #626262;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.clients-box:hover {
  background: #006b34;
}

.clients-photo {
  position: relative;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.clients-photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.clients-info {
  display: table;
}
.clients-info a.button {
  color: #ffffff;
}
.clients-info a.button:hover {
  color: #ffffff;
}

/*error-404*/
.error-info .button.black {
  margin-left: 15px;
}

/*Contact map*/
.contact-map {
  height: 400px;
}
.contact-map .container-fluid {
  padding: 0px;
}
.contact-map .container-fluid iframe {
  border: 0px;
  width: 100%;
  height: 400px;
}

/* Team single page */
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: block;
  padding: 0px;
  text-align: center;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #006b34;
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  float: none;
  margin-right: 2px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.social-icon li a:hover {
  background: #006b34;
  color: #ffffff;
}

/* Typography */
mark {
  background: #006b34;
  color: #ffffff;
}

ol {
  padding: 0px;
  margin: 0px;
}
ol li {
  list-style: decimal inside;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

ol.alpha li {
  list-style: decimal-leading-zero inside;
  padding: 0px;
  margin: 0px;
}

ol.roman li {
  list-style: lower-roman inside;
  padding: 0px;
  margin: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

ul.disc li {
  list-style: disc inside;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

ul.list-style-1 li {
  list-style: none;
}

/*Coming Soon*/
.under-constraction .form-group {
  width: 35%;
}
.under-constraction .form-group .form-control {
  width: 100%;
}
.under-constraction .form-inline a {
  margin-left: 16px;
  padding: 12px 30px;
}

/* Contact us */
.touch-in {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 60px 0;
  width: 100%;
}
.touch-in .contact-box {
  text-align: center;
}
.touch-in .contact-box .contact-info {
  display: block;
}
.touch-in .contact-box .contact-info .section-title {
  margin-bottom: 0px;
}
.touch-in .contact-box .contact-icon {
  display: block;
  margin-bottom: 10px;
  padding-right: 0;
}

/* Sidebar */
.sidebar {
  gap: 30px;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 100px; /* The space for your header */
}
.sidebar h3 {
  margin-bottom: 20px;
}
.sidebar .sidebar-detail ul {
  list-style: none;
}
.sidebar .sidebar-detail ul li {
  margin-bottom: 10px;
}
.sidebar .sidebar-detail ul li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.2;
}

.table tr td ul {
  list-style: none;
}

.table tr.row1 td {
  background: #00a48d;
  color: #fff;
  vertical-align: middle;
}

.table tr.row2 td {
  background: #246678;
  color: #fff;
  vertical-align: middle;
}

.table tr.row3 td {
  background: #8c0e8a;
  color: #ffffff;
  vertical-align: middle;
}

.table tr.row4 td {
  background: rgb(180, 31, 61);
  color: #fff;
  vertical-align: middle;
}

.table tr.row5 td {
  background: #110133;
  color: #fff;
  vertical-align: middle;
}

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