/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR GARDENING      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Button style
4. Sec title style
5. Header-style
6. Rev Slider style
7. page title style
8. latest-news style
9. feature style
10. google map Section style
11. contact Section style
12. Team Member styles
13. latest-gallery styles 
14. Checkout Area style
15. page_pagination style
16. footer style
17. about style
18. our-services style
19. recent-project style
20. call-to-action styles 
21. Parallax Style One
22. team Section style
23. two-column style
24. service-single Section style
25. gallery Section
26. Side Bar Style
27. Blog Page Style
28. blog grid page style
29. feature-style-three
30. contact_us style
31. error page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 
==========================================
  1. Imported styles
==========================================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(flaticon.css);

@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);

@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);

@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(magnific-popup.css);
@import url(hover.css);

/* 
============================================
  2. Global styles
============================================
*/

body {
  color:#222222;
  font-size: 16px;
}

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

h1,h2,h3,h4,h5 {
  font-family: 'Roboto', sans-serif;
} 

ul {list-style-type: none;}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height: 24px;
}
a {
  text-decoration: none; 
  display: inline-block; 
  outline: none;
}
a:hover,a:focus,a:visited {
  text-decoration: none; 
  outline: none;
}

img {
  width: 100%;
  display: inline-block;
}

button {
  border:none; 
  outline:none; 
  box-shadow: none; 
  display: block; 
  padding: 0; 
  background: transparent;
}
input,textarea {
  display: block; 
  font-size: 16px; 
  line-height: 28px; 
  outline: none; 
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*boxed_wrapper*/
.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}

/*thm-color*/
.thm-color {
  color: #48c7ec;
}

.bg-one{
  background: #f7f7f7;
}

.text{
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  font-family: 'Open Sans', sans-serif;
}
.text.light{
  color: #fff;
}

/*float*/
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.center{
  text-align: center;
}


@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/*section padding*/
.padd-1{
  padding: 100px 0px 60px;
}
.padd-2{
  padding: 100px 0px 100px;
}
.padd-3{
  padding: 100px 0px 70px;
}
.padd-4{
  padding: 100px 0px 0px;
}
.padd-5{
  padding: 0px 0px 70px;
}
.padd-6{
  padding: 0px 0px 100px;
}
/*margin*/
.mar-1{
  margin-top: 30px;
}
.mar-2{
  margin-top: 20px;
}

/* social icon one */

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  margin: 0 7px;
  display: inline-block;
}

.social-icon-one li a {
  position: relative;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #7aba1e;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  margin: 0 7px;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  color: #7aba1e;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #7aba1e;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
}

.social-icon-three li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.social-icon-three li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #848484;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: #ffffff;
  background-color: #7aba1e;
}

/*Social Icon Four*/

.social-icon-four {
  position: relative;
}

.social-icon-four li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.social-icon-four li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #7aba1e;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover {
  color: #ffffff;
  background-color: #7aba1e;
}


/*
---------------------------
  button style
---------------------------
*/
.link-btn-one{
  margin-top: 20px;
}
.link-btn-two{
  margin-top: 10px;
}
.link-btn-three{
  margin-top: 30px;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #7aba1e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #7aba1e;
  font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*Btn Style One*/

.btn-style-two {
  position: relative;
  padding: 11px 40px;
  border-radius: 25px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #7aba1e;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #7aba1e;
  font-family: 'Roboto', sans-serif;
}

.btn-style-two:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/*Btn Style three*/

.btn-style-three {
  position: relative;
  padding: 10px 30px;
  color: #222;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #7aba1e;
  font-family: 'Roboto', sans-serif;
}

.btn-style-three:hover {
  color: #ffffff;
  border:2px solid #222;
  background-color: #222222;
}

/*Btn Style four*/

.btn-style-four {
  position: relative;
  padding: 10px 30px;
  line-height: 24px;
  border-radius: 25px;
  color: #7aba1e;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #7aba1e;
  font-family: 'Roboto', sans-serif;
}

.btn-style-four:hover {
  color: #ffffff;
  border-color: #7aba1e;
  background-color: #7aba1e;
}

/*Btn Style five*/

.btn-style-five {
  position: relative;
  line-height: 24px;
  color: #7aba1e;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #7aba1e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.btn-style-five:hover {
  color: #ffffff;

}

/*Btn Style six*/

.btn-style-six {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #222;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  font-family: 'Roboto', sans-serif;
}

.btn-style-six:hover {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}


/* owl nav */

.owl-nav-none .owl-nav {
  display: none;
}

.owl-nav-style-one .owl-nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 24px;
  color: #949494;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
  color: #7aba1e;
  border-color: #7aba1e;
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
  padding: 0px;
  text-align: center;
  bottom: 100%;
  top: inherit;
  position: absolute;
  left: inherit;
  right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px 30px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #7aba1e;
  background: #7aba1e;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 0px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
  color: #7aba1e;
  border-color: #7aba1e;
  background: #fff;
}

/*post-filter*/
.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}

.post-filter li{
  margin-right: 5px;
  margin-bottom: 10px;
}
.post-filter li span {
  padding: 10px 30px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#7aba1e;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

/*
---------------------------
  4. sec title style
---------------------------
*/

.sec-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: -5px;
}
.sec-title.style-2{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sec-title h2 {
  font-size: 35px;
  padding-bottom: 20px;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.1em;
}
.sec-title.light h2{
  color: #fff;
}
.sec-title span{
  color:#7aba1e;
}

.sec-title .text {
  position: relative;
  max-width: 650px;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  font-family: 'Open Sans', sans-serif;
}
.sec-title.center .text{
  margin: 0 auto;
}

/* inner page title */

.inner-page-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.inner-page-title h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
}

.inner-page-title:before {
  position: absolute;
  content: '';
  background: #ddd;
  height: 1px;
  width: 100%;
  bottom: 0;
}

.inner-page-title:after {
  position: absolute;
  content: '';
  background: #7aba1e;
  height: 2px;
  width: 40px;
  bottom: 0;
}

/* sidebar title */

.sidebar-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sidebar-title h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
}

.sidebar-title:before {
  position: absolute;
  content: '';
  background: #ddd;
  height: 1px;
  width: 100%;
  bottom: 0;
}

.sidebar-title:after {
  position: absolute;
  content: '';
  background: #7aba1e;
  height: 2px;
  width: 40px;
  bottom: 0;
}


/*scroll-top*/
.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #7aba1e;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*preloader*/
.preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%;
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center;
  background-repeat:no-repeat; 
  background-image:url(../images/icons/preloader.gif);
}


/*
=================================================
  5. header-style
=================================================
*/

.header-top{
  position:relative;
  font-size:13px;
  padding: 7px 0px;
  background: #313230;
  color:#ffffff;
  font-family: 'Roboto', sans-serif;
  border-bottom:5px solid #7aba1e;
}

.header-top a{
  color:#ffffff;
  -webkit-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.header-top .links-nav li{
  position:relative;
  float:left;
  margin-right:25px;
}

.header-top .top-right .links-nav li{
  margin-right:0px;
  margin-left:25px;
}

.header-top .links-nav li a{
  position:relative;
  line-height:26px;
  font-size:13px;
  color:#d1d1d1;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition:.5s;
  transition:.5s;
}
.header-top .links-nav li a:hover{
  color:#7aba1e;
  -webkit-transition:.5s;
  transition:.5s;
}
.header-top .links-nav li .fa{
  padding-right:8px;
  font-size:16px;
  color: #7aba1e;
}

.header-top .social-links a{
  position:relative;
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  color: #d1d1d1;
  padding: 0px 15px;
  line-height:26px;
  border-left: 1px solid #4a4b4a;
}
.header-top .social-links a:last-child{
  border-right:1px solid #4a4b4a;
}
.header-top a:hover{
  color:#7aba1e;  
}

/*logo*/

.main-logo {
  margin: 20px 0px 20px;
}


/*
==============================================
  Mainmenu Area Css
==============================================
*/
.mainmenu-area {
  background: #fff;
  theme_menu {box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;}
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-menu {
  position: relative;
  margin-top: 45px;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
}
.navigation li {
  display: inline-block;
}

.navigation li a {
  padding: 8px 13px 28px;
  text-transform: uppercase;
  color: #222;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.navigation > li:hover > a {
  color: #7aba1e;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 220px;
  border-top: 2px solid #7aba1e;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px dashed #222;
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover > a {
  color: #7aba1e;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #7aba1e;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #7aba1e;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  background: #fff;
  padding:10px 20px;
  line-height:22px;
  color: #222;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #7aba1e;
} 

.mainmenu-area .right-area .link_btn{
  margin-top: 37px;
}

.mainmenu-area .navigation > li.current > a {
  position: relative;
  color: #7aba1e;
}

.mainmenu-area .navigation > li.current > a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #7aba1e;
}
.mainmenu-area .navigation > li.current > a:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #7aba1e;
}


/*menu*/

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.theme_menu .menu-column {
  padding: 0;
}

.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}

.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*** 
=============================================
    6. Rev Slider style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #7aba1e;
  font-size: 45px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 400;
  background:#fff;
  padding:0px 25px;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
}
.rev_slider_wrapper .slide-content-box h2{
  font-size: 45px;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
  font-weight:700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}


.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}



.rev_slider_wrapper .slotholder {
  position: relative;
}
.slotholder:after {
  background: rgba(0, 0, 0, 0.20);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.tp-bannertimer {
  display: none;
}
.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
}
.rev_slider_wrapper .tparrows:hover{
  border:2px solid #7aba1e;
}
.rev_slider_wrapper .tparrows:before{
  line-height: 70px;
}


/*** 

====================================================================
  Page Title Style
====================================================================

 ***/

.page-title {
  position: relative;
  padding: 130px 0px 130px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}

.page-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
}

.page-title .auto-container {
  position: relative;
  z-index: 5;
}

.page-title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1em;
  margin-top: 8px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.page-title .bread-crumb {
  position: relative;
  padding-top: 15px;
  text-align: center;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin: 0px 10px;
  color: #999;
  font-size: 18px;
  text-transform: capitalize;
}

.page-title .bread-crumb li:before {
  content: '/';
  font-family: 'FontAwesome';
  position: absolute;
  right: -23px;
  width: 20px;
  text-align: center;
  line-height: 33px;
}

.page-title .bread-crumb li:first-child {
  margin-left: 0px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #fff;
  font-size: 18px;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.active {
  color: #7aba1e;
}

/*
=========================================
    8. latest-news style
=========================================
*/


/*
==================================================
  9. feature style
==================================================
*/

.feature{
  margin-top: -80px;
}

.single-feature-item{
  margin-bottom: 70px;
  position: relative;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.single-feature-item:hover .overlay{
  bottom:0;
}

.single-feature-item .overlay{
  background-color: #7aba1e;
  display: inline-block;
  left: 0;
  padding: 50px 30px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: -100%;
  height: 100%;
  transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  z-index: 0;
}
.single-feature-item .overlay:before{
  background-color: rgb(122, 186, 30);
  top: -55px;
  content: "";
  height: 56px;
  left: -27px;
  position: absolute;
  transform: skewX(-40deg);
  -webkit-transform: skewX(-138deg);
  width: 52px;
}
.single-feature-item .overlay:after{
  background-color: rgb(122, 186, 30);
  top: -55px;
  content: "";
  height: 56px;
  right: -27px;
  position: absolute;
  transform: skewX(40deg);
  -webkit-transform: skewX(138deg);
  width: 52px;
}


.single-feature-item .content-box{
  top: 50%;
  margin-top: -50px;
  display: inline-block;
  padding: 0px 24px;
  position: absolute;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.single-feature-item .content-box h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:700;
}
.single-feature-item .content-box .text{
  margin-top: 10px;
  color: #fff;
}

.single-feature-item .image-box{
  position:relative;
  overflow: hidden;
}

.single-feature-item .icon-box{
  position: absolute;
  top: -45px;
  right: 50%;
  margin-right: -45px;
  width: 90px;
  height: 90px;
  border: 4px solid #7aba1e;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.single-feature-item .icon-box i{
  position: relative;
  top: 15px;
  color:#222222;
}
.single-feature-item .icon-box i:before{
  font-size: 38px;
  margin: 0px;
}

.single-feature-item .link-btn{
  margin-top: -24px;
  text-align:  center;
}

/* 
==============================================
  10. google map Section style
==============================================
*/
.home-google-map .google-map {
  width: 100%;
  height: 400px;
}
.home-google-map .gmnoprint {
    display: none;
}


/*** 
====================================================================
  11. contact Section style
====================================================================
***/

.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo li + li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #48c7ec;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}

/*form*/

.default-form {
  position: relative;
}

.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}

.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;

}
.form-group.style-two{
  margin-bottom:30px;
}
.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:55px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 120px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #7aba1e;
  padding: 10px 0;
  font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #48c7ec;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #7aba1e;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
  color: #48c7ec;
  background: none;
  border: none;
  font-size: 18px;
}



/***
==================================================
   12. Team Member styles
==================================================
***/


.testimonials {
  position: relative;
  padding-bottom: 30px;
}



.single-testimonial h3,
.single-testimonial p {
  margin: 0;
}
.single-testimonial h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}


.single-testimonial .img-box {
  position: relative;
}
.single-testimonial .img-box img {
  -webkit-transition:all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}


.testimonials .single-testimonial {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 30px 10px 26px;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}

.testimonials .single-testimonial:hover {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}



.single-testimonial .author-info {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
  margin-top: 5px;
}

.single-testimonial p a {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.single-testimonial .text {
  margin-top: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.single-testimonial .text p {
  font-size: 16px;
}

/*** 
=============================================
    15. page_pagination style
=============================================
***/
.page_pagination {
  text-align: center;
  padding-top: 20px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #848484;
  font-size: 18px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #7aba1e;
}


/*
===================================================
  16. footer style
===================================================
*/

.footer-upper {
  padding: 100px 0px 50px;
}

.footer-widget .title {
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}


/*about-widget*/
.footer-widget.about-widget{

}
.footer-widget.about-widget .text{
  margin-top: 27px;
  color: #bfbfbf;
  line-height: 27px;
}

/*quick-links*/
.footer-widget.quick-links ul li {
  margin-bottom: 15px;
}
.footer-widget.quick-links ul li a {
  display: block;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 22px;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.footer-widget.quick-links ul li a:before {
  color: #ffffff;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 12px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 2px;
}
.footer-widget.quick-links ul li a:hover {
  color: #7aba1e;
}
.footer-widget.quick-links ul li a:hover:before{
  color:#7aba1e;
}

/*opening-hour*/
.footer-widget.opening-hour{
}
.footer-widget.opening-hour .text{
  color: #bfbfbf;
  line-height: 27px;
}
.footer-widget.opening-hour span{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #adadad;
  line-height: 34px;
}
.footer-widget.opening-hour .day-time{
  margin-top: 16px;
}

/*contact-widget*/
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.footer-widget.contact-widget textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.footer-widget.contact-widget button {
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
  background: #7aba1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition:all .3s ease;
  transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
  background: #fff;
  color: #7aba1e;
}
.footer-widget.contact-widget .column{
  padding:0 10px;
}

.footer-widget.contact-widget input {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  background: rgba(119, 119, 119, 0.35);
}

.footer-widget.contact-widget textarea {
  height: 90px;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  margin: 5px 0px 20px;
  font-family: 'Open Sans', sans-serif;
  background: rgba(119, 119, 119, 0.35);
}
.footer-widget.contact-widget .row-10{
  margin:0px -10px;
}

/*footer-bottom*/
.footer-bottom{
  color:#d1d1d1;
  border-top: 1px solid #505050;
  padding: 20px 0px 54px;
}
.footer-bottom .social-links a{
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  color: #d1d1d1;
  padding: 0px 15px;
  line-height:26px;
}

.footer-bottom .social-links a:hover{
  color:#7aba1e;  
}
.footer-bottom .copyright-text{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#adadad;
}

/*
================================================
  17. about style
================================================
*/
.about-content{
  margin-top: 50px;
}
.about-content h4{
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#222222;
  line-height: 27px;
}

.about-content .text{
  max-width: 720px;
  margin-top: 26px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ededed;
}

.about-image img{
  width:auto;
  max-width:100%;
}

/*about-us-two*/
.about-column {
  position: relative;
}

.about-column h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.about-column h3 {
  margin-bottom: 30px;
  font-size:  26px;
}

.about-column .text {
  margin-bottom: 26px;
}

 
/*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/
.fact-counter {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.fact-counter:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0.80;
  z-index: 0;
}

.fact-counter .auto-container {
  position: relative;
  z-index: 1;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 30px;
  z-index: 5;
}

.fact-counter .item {
  color: #222;
  width: 100%;
}

.fact-counter .column .icon span {
  position: relative;
  top: 0px;
  font-size: 50px;
  position: absolute;
  line-height: 70px;
  top: -5px;
  left: 0;
  margin-bottom: 20px;
  color: #ab7442;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fact-counter .count-outer {
  margin-top: 10px;
  color: #222;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.fact-counter .count-outer .count-text {
  margin-bottom: 5px;
  display: block;
}

.fact-counter .item .inner-box {
  position: relative;
  padding-left: 80px;
}

.fact-counter .item .inner-box .icon-box {
  border: 2px solid #7aba1e;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align:  center;
  position: absolute;
  left: 0;
  top: 0;
}

.fact-counter .item .inner-box .icon-box i {
  color: #7aba1e;
}

.fact-counter .item .inner-box .icon-box i:before {
  margin: 0;
  font-size: 30px;
}

.fact-counter .item .inner-box p {
  font-weight: 500;
  font-size: 16px;
}


/*
===========================================================
  18. our-services style
===========================================================
*/

.single-service-item {
  margin-bottom: 26px;
  position: relative;
  padding-left: 80px;
  background: #fff;
  -webkit-transition:.5s;
  transition:.5s;
  border-left: 2px solid #7aba1e;
}

.single-service-item:hover{
  -webkit-transition:.5s;
  transition:.5s;
}
.single-service-item.border:after {
  position: absolute;
  content: "";
  border-right: 10px solid #eeeeee;
  border-bottom: 10px solid #eeeeee;
  top: 39px;
  right: -34px;
  bottom: 8px;
  left: 118px;
  z-index: 5;
  transition: .5s ease;
}

.single-service-item .top-border{
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 0px;
  transform: rotate(180deg);
}
.single-service-item .right-border{
  width: 2px;
  height: 100%;
  background: #eee;
  position: absolute;
  transform: rotate(180deg);
  top: 0px;
  right: 0px;
}
.single-service-item .bottom-border{
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.single-service-item .top-border:before,
.single-service-item .right-border:before,
.single-service-item .bottom-border:before {
  background: #7aba1e;
  content: '';
  position: absolute;
  top:0;left:0;    
}
.single-service-item .top-border:before {
  width: 0%;
  height: 100%;
  transition: all .3s ease .0s;
}
.single-service-item .right-border:before {
  width: 100%;
  height: 0%;
  transition: all .3s ease .3s;
}
.single-service-item .bottom-border:before {
  width: 0%;
  height: 100%;
  transition: all .3s ease .6s;
}
.single-service-item:hover .top-border:before {
  transition: all .3s ease .6s;
}
.single-service-item:hover .right-border:before {
  transition: all .3s ease .3s;
}
.single-service-item:hover .bottom-border:before {
  transition: all .3s ease .0s;
}

.single-service-item:hover .top-border:before,
.single-service-item:hover .bottom-border:before {
  width: 100%;
}
.single-service-item:hover .right-border:before {
  height: 100%;
}

.single-service-item .icon-box {
  position: absolute;
  margin-top: -27px;
  top: 50%;
  left: 14px;
  width: 55px;
  height: 54px;
  overflow: hidden;
  text-align: center;
}

.single-service-item .icon-box i,
.single-service-item .icon-box i:before {
  font-size: 36px;
  color: #7aba1e;
  top: 0px;
  margin: 0;
}

.single-service-item .service-text {
  overflow: hidden;
  padding: 38px 10px 38px;
}
.single-service-item .service-text h4 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0; 
}
.single-service-item .service-text h4 a{
  color: #222222;
  transition:.5s;
}
.single-service-item .service-text h4 a:hover{
  color:#7aba1e;
  transition:.5s;
}
.single-service-item .service-text .text{
  margin-top: 13px;
}


/*
====================================================================
   19. project-single-item
====================================================================
*/

.project-single-item .img-holder {
    position: relative;
    overflow: hidden;
}

.project-single-item .img-holder img {
    width: 100%;
}

.project-single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67);
    text-align: center;
    opacity: 0;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.project-single-item:hover .img-holder .overlay {
    opacity: 1;
}
.project-single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}


.project-single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.project-single-item .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.project-single-item .img-holder .overlay .social li a {
    display: inline-block; 
    text-align: center; 
    line-height: 30px;
    color: #fff;
    -webkit-transition:.5s ease-in;
    transition: .5s ease-in;
}
.project-single-item .img-holder .overlay .social a i:before{
  font-size: 40px;
  color:#fff;
  margin: 0px;
}

.project-single-item .content-holder {
    text-align: left;
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 20px 11px 20px 24px;
}

.project-single-item .content-holder:before {
    background: #7aba1e;
}
.project-single-item:hover .content-holder {
    border-top-color: #282F39;
    -webkit-transition:.5s ease;
    transition: .5s ease;
}


.project-single-item:hover .content-holder:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.project-single-item:hover .content-holder h4 a{
    color: #fff;
}
.project-single-item:hover .content-holder .text {
    color: #fff;
}
.project-single-item .content-holder h4 {
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.project-single-item .content-holder h4 a {
  color: #222222;
}
.project-single-item .content-holder h4 a:hover {
  color: #fff;
}
.project-single-item .content-holder .text{
  margin-top: 5px;
}





/* 
==========================================================
  21. Parallax Style One
==========================================================
*/


/* parallax-two */

.parallax-two {
  position: relative;
  padding: 80px 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-two:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*call-to-action-one*/

.call-to-action-one {
  position: relative;
  padding: 50px 0px 50px;
  background: #7aba1e;
}

.call-to-action-one h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  margin-top: 10px;
}

.call-to-action-one .text {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 20px;
}

.call-to-action-one .link-btn {
  float: right;
  margin: 35px 0;
}

/*call to action two*/

.call-to-action-two {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.call-to-action-two h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call-to-action-two .text {
  color: #fff;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.call-to-action-two span {
  color: #7aba1e;
  margin-bottom: 39px;
}


/*** 

====================================================================
  staff-section
====================================================================

***/

.staff-member {
  position: relative;
  margin-bottom: 40px;
}

.staff-member .inner-box {
  position: relative;
}

.staff-member .inner-box .image-box {
  position: relative;
}

.staff-member .inner-box .image-box img {
  width: 100%;
  display: block;
}

.staff-member .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(20, 20, 20, 0.66);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.staff-member .inner-box:hover .overlay-box {
  opacity: 1;
}

.staff-member .inner-box .image-box .overlay-box .social-icon-three {
  position: absolute;
  left: 0px;
  bottom: 15px;
  margin-top: -25px;
  width: 100%;
}

.staff-member .inner-box .lower-content {
  position: relative;
  padding: 20px 0px 0px;
}

.staff-member .inner-box .lower-content h3 a {
  position: relative;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.staff-member .inner-box .lower-content h3 a:hover {
  color: #7aba1e;
}

.staff-member .inner-box .lower-content .designation {
  position: relative;
  color: #7aba1e;
  margin-bottom: 10px;
  margin-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}


/*
==================================================
  23. two-column style
==================================================
*/

.default-two-column .sec-title{
    margin-bottom: 30px;
}

.two-column-content{
  padding: 130px 0px 38px;
  position:relative;
}
.two-column-content .clearfix{
  margin-top: 30px;
}

.two-column-image{
  position:relative;
  text-align: center;
}
.two-column-image img{
  width:auto;
  max-width: 100%;
  display:inline-block;
}

.single-choose-item {
  margin-bottom: 26px;
  position: relative;
  background: #fff;
  border: 1px solid #ededed;
  -webkit-transition:.5s;
  transition:.5s;
}

.single-choose-item .icon-box {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-top: 20px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
}
.single-choose-item .icon-box i, .icon-box i:before {
    font-size: 36px;
    color: #7aba1e;
    position: relative;
    top: 1px;
    margin: 0;
}


.single-choose-item .choose-text {
    overflow: hidden;
    padding: 26px 0px 38px;
}
.single-choose-item .choose-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: capitalize;
}
.single-choose-item .choose-text h4 a{
  color: #222222;
  transition:.5s;
}
.single-choose-item .choose-text h4 a:hover{
  color:#7aba1e;
  transition:.5s;
}


/*** 

====================================================================
    24. service-single Section style
====================================================================

***/

.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f8f8f8;
  padding: 30px 30px;
}
.service-sidebar{
  margin-right: 20px;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
.service-catergory li:last-child {
  margin-bottom:0px;
}
.service-catergory li .view-all-icon {
}
.service-catergory li.active {
  background: #7aba1e;
}
.service-catergory li.active a {
  color: #fff;
}

.service-catergory li a {
  display: block;
  font-size: 14px;
  color: #848484;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  padding-left: 20px;
  transition: all 0.5s ease;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.service-catergory span{
  margin-right: 8px;
  font-size: 12px;
}
.service-catergory li a:hover {
  color: #7aba1e;
}
.service-catergory li.active a:hover {
  color: #fff;
}

.single-service-content{
  margin-top: 48px;
}
.single-service-content .sec-title{
    margin-bottom: 20px;
}
.single-service-content .sec-title h4{
  font-weight:500;
  font-size:20px;
  color:#222222;
}

.single-service-content .clearfix{
  margin-top: 25px;
}
.single-service-content .clearfix h4{
  font-weight:500;
  font-size:20px;
  color:#222222;
  margin: 15px 0px 20px;
}



/*
===================================================
  29. feature-style-three
===================================================
*/

.three-colunm-item{
  margin-bottom: 40px;
}
.three-colunm-item .inner-box{
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.three-colunm-item .inner-box h3{
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}
.three-colunm-item .inner-box .icon-box{
  position: absolute;
  left: 22px;
  top: -5px;
}
.three-colunm-item .inner-box .icon-box .icon{
  color: #7aba1e;
  line-height: 47px;
  margin-left: -11px;
}
.three-colunm-item .inner-box .icon-box .icon:before{
  font-size: 36px;
}
.three-colunm-item .inner-box .text{
  margin-top: 5px;
  position: relative;
  line-height: 27px;
  color: #848484;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/*
=================================================
  31. error-section
=================================================
*/
.error-section {
  position: relative;
  padding: 130px 0px 130px;
  background-color: #f4f4f4;
}

.error-section .inner-section {
  position: relative;
  text-align: center;
}

.error-section .inner-section h1 {
  position: relative;
  color: #222;
  font-size: 150px;
  font-weight: 700;
  line-height: 1em;
}

.error-section .inner-section h2 {
  position: relative;
  font-size: 20px;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
}

.error-section .inner-section .text {
  position: relative;
  color: #7aba1e;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 40px;
}

/*Search Box Widget*/

.error-search-form .form-group {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"] {
  position: relative;
  line-height: 22px;
  background: none;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 54px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.error-search-form .form-group input:focus {
  border-color: #7aba1e;
}

.error-search-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 54px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  background: #7aba1e;
  font-weight: normal;
}



/*
========================================
  single shop item 
========================================
*/

.single-shop-item {
  margin-bottom: 40px;
}

.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #f7f7f7;
  transition: .5s ease;
  text-align: center;
}

.single-shop-item:hover .img-box {
  transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
  position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}

.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}

.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}

.single-shop-item .text-box p i {
  font-size: 18px;
}

.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}

.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}

.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #222;
  border-color: #fff;
  background: #fff;
}

.single-shop-item .thm-btn:hover {
  color: #7aba1e;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.default-overlay-outer .inner .content-layer {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

.single-shop-item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.70);
}

.single-shop-item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

.single-shop-item .content-box {
  position: relative;
  padding: 20px 15px 15px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}

.single-shop-item .content-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #252525;
  margin-bottom: 12px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
  color: #b89b5e;
}

.single-shop-item .content-box h4 a {
  color: #252525;
  text-transform: capitalize;
}

.single-shop-item .bottom {
  position: relative;
  padding: 15px 0 0;
  border-top: 1px solid #f4f4f4;
  margin-top: 20px;
}

.single-shop-item .content-box .rating {
  font-size: 13px;
  color: #7aba1e;
  position: absolute;
  right: 5px;
  margin-bottom: 0;
  top: 17px;
}

.single-shop-item .content-box .item-price {
  font-size: 16px;
  font-weight: 400;
  color: #7aba1e;
  line-height: 24px;
}

.single-shop-item .content-box .item-price del {
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
}


/*** 
=============================================
    14. Checkout Area style
=============================================
***/

.checkout-area {
  position: relative;
}

.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #7aba1e;
  content: "";
}

.checkout-area .exisitng-customer h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
  color: #7aba1e;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 60px;
}

.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #7aba1e;
  content: "";
}

.checkout-area .coupon h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .coupon h5 a {
  color: #7aba1e;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .form form .field-label {
  color: #222;
  font-family: "Roboto", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}

.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
  border: 2px solid #7aba1e;
}

.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
  color: #7aba1e;
  font-weight: 300;
  font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}

.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
  border-color: #7aba1e;
}

.checkout-area .bottom {
  padding-top: 70px
}

.checkout-area .table .sec-title-two {
  padding-bottom: 32px;
}

.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
  margin-top: 50px;
}

.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
  border-color: #f7f7f7;
}

.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
  vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  display: table-cell;
  vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
  flex-wrap: inherit;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #7aba1e;
  border-color: #7aba1e;
  color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 12px;
  top: 2px;
  font-style: normal;
}

.checkout-area .table .cart-table tbody tr td.price {
  color: #7aba1e;
  font-size: 16px;
  font-weight: 300;
}

.cart-total .sec-title-two {
  padding-bottom: 32px;
}

.cart-total-table {
  border: 1px solid #f0f0f0;
  margin-top: 50px;
}

.cart-total-table li {
  border-bottom: 1px solid #ebebeb
}

.cart-total-table li:last-child {
  border-bottom: none
}

.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col b {
  color: #7aba1e;
  font-weight: 300;
  text-decoration: underline;
}

.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
  margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
  font-weight: 300;
  min-height: 20px;
  padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}

.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
  color: #7aba1e;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
  padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}


/*
=================================== 
  Cart Page styles
=================================== 
*/

.cart-section {
  position: relative;
}

.cart-section ul {
  margin: 0;
  padding: 0;
}

.cart-section ul li {
  list-style: none;
}

.cart-section .thm-btn {
  line-height: 40px;
}

.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .cart-outer .dropdown-toggle::after {
  display: none;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
  width: 60px;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #7aba1e;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #7aba1e;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}

.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #7aba1e;
  border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10.3px 13px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #7aba1e;
  left: 7px;
  font-size: 12px;
  top: 4px;
  font-style: normal;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 50px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section .estimate-form .inner-page-title {
  margin-bottom: 50px;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f0f0f0;
  margin-top: 50px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f0f0f0;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu>li>a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: #7aba1e;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #7aba1e;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-top: 75px;
}

.cart-section .cart-total h3 {
  /* font-size: 24px; */
  margin: 0;
  /* margin-bottom: 15px; */
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 50px;
  padding-left: 15px;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
  flex-wrap: inherit;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #f0f0f0;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {
  border-color: #f0f0f0;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 10px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #7aba1e;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}

.cart-outer select {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #848484;
  line-height: 26px;
  padding: 12px 15px;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cart-outer select:focus {
  border-color: #fdb821;
}


/*** 
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
  position: relative;
}

.product-content-box {
  margin-bottom: 106px;
}

.product-content-box .img-box {
  text-align: center;
}

.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}

.single-products-details .theme-btn {
  display: inline-block;
  margin-left: 20px;
}

.product-content-box .flexslider {
  border: 1px solid #f4f4f4;
  padding: 70px 0;
  border-radius: 0;
  margin: 0 0px 10px 0;
  position: relative;
  text-align: center;
}

.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}

.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
  outline: none;
}

.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0px 0 5px;
  text-transform: capitalize;
}

.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}

.product-content-box .content-box .review-box {
  margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
  color: #7aba1e;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #7aba1e;
  font-size: 22px;
}

.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 14px 0 0;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}

.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
  border-color: #7aba1e;
}

.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
  background: #7aba1e;
  color: #fff;
}

.product-content-box .content-box .location-box form span {
  color: #7aba1e;
  margin-top: 20px;
  display: block;
}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
  margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #7aba1e;
  font-weight: normal;
  left: 4.5px;
  position: absolute;
  top: 5px;
  font-size: 14px;
  font-style: normal;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}

.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}

.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: #f7f7f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
  background: #7aba1e;
  color: #fff;
  border-color: #7aba1e;
}

.product-tab-box .tab-content {}

.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #7aba1e;
  font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.product-tab-box .tab-content .review-form {
  padding-top: 16px;
}

.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
  margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
  color: #7aba1e;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
  opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
  border-color: #7aba1e;
}

.product-tab-box .tab-content .review-form form textarea:focus {
  border-color: #7aba1e;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}

.related-product .single-product-item {
  margin-bottom: 0;
}

.related-product .owl-controls {
  position: absolute;
  right: 0px;
  top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #cccbcb;
  font-size: 20px;
  height: 45px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
  width: 45px;
  font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
  font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
  margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #ab7442;
  border: 2px solid #ab7442;
}

.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}


/*
================================== 
11.sidebar widget
==================================
*/

.sidebar {
  position: relative;
}

.sidebar .sidebar-widget {
  margin-bottom: 40px;
  background: #f7f8f9;
  padding: 30px 40px;
}

/* search widget */

.sidebar .search-widget .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
  position: relative;
  line-height: 26px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #f7f8f9;
  background: none;
  font-style: italic;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-widget .form-group input:focus {
  border-color: #7aba1e;
}

.sidebar .search-widget .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  background: #7aba1e;
  font-weight: normal;
}

/* category widget */

.sidebar .category-widget li {
  position: relative;
  margin-bottom: 15px;
}

.sidebar .category-widget li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #888;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .category-widget li a span {
  float: right;
}

.sidebar .category-widget li a:hover {
  color: #7aba1e;
}

/* link widget */

.sidebar .category-widget-two {
  position: relative;
}

.sidebar .category-widget-two li {
  position: relative;
  line-height: 24px;
}

.sidebar .category-widget-two li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0px 5px 20px;
}

.sidebar .category-widget-two li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  left: 0;
  width: 20px;
  line-height: 24px;
  position: absolute;
  color: #777777;
}

.sidebar .category-widget-two li a:hover {
  color: #7aba1e;
}

/* news widget */

.sidebar .news-widget .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 100px;
  min-height: 75px;
  margin-bottom: 22px;
}

.sidebar .news-widget .post:last-child {
  margin-bottom: 15px;
}

.sidebar .news-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
}

.sidebar .news-widget .post:hover .post-thumb img {
  opacity: 0.70;
}

.sidebar .news-widget .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .news-widget .post .text {
  position: relative;
  top: -4px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4em;
  text-transform: capitalize;
}

.sidebar .news-widget .post .text a {
  color: #333;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.sidebar .news-widget .post a,
.sidebar .news-widget .post a:hover {
  color: #7aba1e;
}

.sidebar .news-widget .post-info {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.60);
}

/* tag widget */

.sidebar .tag-widget a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 18px 6px;
  margin: 0px 6px 10px 0px;
  color: #888;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  border: 1px solid #ececec;
  background: #e7eaee;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: 'Roboto', sans-serif;
}

.sidebar .tag-widget a:hover {
  border-color: #7aba1e;
  background-color: #7aba1e;
  color: #ffffff;
}

/* gallery widget */

.sidebar .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 10px 10px 0px;
}

.sidebar .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
}

/* pricefilter widget */

.sidebar .pricefilter-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 7px 5px 7px 0px;
  line-height: 24px;
  font-size: 14px;
  padding: 7px 10px;
  width: 70px;
  color: #222;
  text-align: center;
}

.sidebar .pricefilter-widget button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #7aba1e;
  padding: 9px 25px;
  background: #7aba1e;
  color: #ffffff;
  font-weight: 700;
  margin-top: 5px;
  float: right;
}

.sidebar .pricefilter-widget .noUi-connect {
  background: #7aba1e !important;
}

.sidebar .pricefilter-widget .noUi-background {
  background: #d9dfe6 !important;
  border: 0px;
}

.sidebar .pricefilter-widget .noUi-handle {
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: none;
  border: 4px solid #7aba1e;
  cursor: pointer;
}

.sidebar .rangeslider-widget .form-group {
  margin-bottom: 0px;
}

/* product widget */

.sidebar .product-widget .single-product {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 88px;
  padding: 7px 0px 12px 100px;
  color: #cccccc;
}

.sidebar .product-widget .single-product .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88px;
  height: 88px;
  border: 1px solid #7aba1e;
}

.sidebar .product-widget .single-product .post-thumb img {
  width: 100%;
  display: block;
}

.sidebar .product-widget .single-product h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 4px;
  line-height: 1.4em;
  color: #1c1c1c;
}

.sidebar .product-widget .single-product h4 a {
  color: #272727;
}

.sidebar .product-widget .single-product a:hover,
.sidebar .product-widget .single-product a:hover {
  color: #7aba1e;
}

.sidebar .product-widget .single-product .rating {
  font-size: 12px;
  color: #7aba1e;
  letter-spacing: 0px;
}

.sidebar .product-widget .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #777777;
}

.sidebar .product-widget .strike-through {
  color: #9e9e9e;
  padding-left: 10px;
}

/* Quote Widget */

.sidebar .quote-widget {
  position: relative;
}

.sidebar .quote-widget .inner-box {
  position: relative;
  text-align: center;
  padding: 10px 0 20px;
  background: #f7f8f9;
}

.sidebar .quote-widget .inner-box h2 {
  position: relative;
  color: #181818;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.sidebar .quote-widget .inner-box h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  margin-left: -25px;
  background-color: #7aba1e;
}

.sidebar .quote-widget .inner-box .text {
  position: relative;
  color: #848484;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

/*Brouchers Widget*/

.sidebar .brouchers {
  position: relative;
}

.sidebar .brouchers li {
  position: relative;
  margin-bottom: 6px;
}

.sidebar .brouchers li a {
  position: relative;
  padding: 8px 0px 12px 0px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 1px dashed #e3e3e3;
}

.sidebar .brouchers li a span {
  margin-right: 5px;
  color: #666666;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .brouchers li a .download-icon {
  position: absolute;
  right: 0px;
  top: 8px;
  color: #666666;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .brouchers li a:hover {
  color: #7aba1e;
}

.sidebar .brouchers li a:hover .icon,
.sidebar .brouchers li a:hover .download-icon {
  color: #7aba1e;
}


/*
==============================================

==============================================
*/

/*News Block Two*/

.news-block-two {
  position: relative;
  margin-bottom: 50px;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image {
  position: relative;
}

.news-block-two .inner-box .image .post-date {
  position: absolute;
  left: -15px;
  top: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 30px 14px 50px;
  background-color: #7aba1e;
}

.news-block-two .inner-box .image .post-date:before {
  position: absolute;
  content: '\f073';
  left: 30px;
  top: 13px;
  font-family: 'FontAwesome';
}

.news-block-two .inner-box .image img {
  position: relative;
  max-width: 100%;
}

.news-block-two .inner-box .lower-box {
  position: relative;
  padding-top: 18px;
}

.news-block-two .inner-box .lower-box .post-meta {
  position: relative;
}

.news-block-two .inner-box .lower-box .post-meta li {
  position: relative;
  margin-right: 15px;
  padding-left: 18px;
  color: #999;
  font-size: 14px;
  display: inline-block;
}

.news-block-two .inner-box .lower-box .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #7aba1e;
}

.news-block-two .inner-box .lower-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3em;
  margin: 10px 0px 10px;
}

.news-block-two .inner-box .lower-box h3 a {
  position: relative;
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-box h3 a:hover {
  color: #ff214f;
}

.news-block-two .inner-box .lower-box .text {
  position: relative;
  color: #666666;
  font-size: 17px;
  margin-bottom: 10px;
}

.news-block-two .inner-box .lower-box .text p {
  position: relative;
  color: #666666;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight: 300;
}

.news-block-two .inner-box .lower-box .read-more {
  color: #222;
  font-weight: 500;
}

/*share-option*/
.share-option {
  position: relative;
  padding: 10px 0px;
  margin-top: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.share-option strong {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #1c1c1c;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.comments-area {
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.comments-area .group-title {
  position: relative;
  margin-bottom: 15px;
}

.group-title h2 {
  position: relative;
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
  padding-bottom: 0px;
  text-transform: capitalize;
}

.comments-area .comment-box {
  position: relative;
  padding: 0px 0px 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.comments-area .comment-box:hover {
  border-color: #222222;
}

.comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 30px 0px 0px 110px;
  border-top: 1px solid #eeeeee;
}

.comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-reply {
  position: absolute;
  right: 0px;
  top: 4px;
  color: #686868;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 2px 12px;
  background-color: #f4f4f4;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 30px;
  margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
  width: 80px;
  display: block;
}

.comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.comments-area .comment-box strong {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  text-transform: capitalize;
}

.comments-area .comment-box .text {
  color: rgba(0, 0, 0, 0.70);
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.8em;
}

.comments-area .comment-info .comment-time {
  position: relative;
  font-size: 16px;
  color: #999999;
}

.comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*blockquote*/
blockquote{
  position:relative;
  margin-left: 54px;
  margin-bottom: 36px;
  padding: 0px 20px 0px 26px;
  line-height:2em;
  font-size: 16px;
  color: #848484;
  font-style: italic;
  border-left: 2px solid #e7e7e7;
  font-family: 'Open Sans', sans-serif;
}
blockquote .quate{
  position:absolute;
  top: 24px;
  left: -50px;
  font-size: 30px;
  color: #7aba1e;
}


/*** 
===============================================
  Contact Form Style
===============================================
***/

/*Contact Form*/

.contact-form h2 {
  position: relative;
}

.contact-form .form-group:last-child {
  margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 12px 25px;
  font-weight: 300;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ececec;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #7aba1e;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 12px 25px;
}

.contact-form button {
  font-size: 14px;
  padding: 10px 25px 10px;
  cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #7aba1e !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #7aba1e;
  font-weight: 500;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
  background: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: none;
}

.contact-form.style-two textarea {
  height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
  background: #f7f8f9;
  border-color: #f7f8f9;
  box-shadow: none;
  padding-left: 50px;
}

.contact-form.style-three span {
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 24px;
  color: #7aba1e;
}

/*** 

====================================================================
  Blog Style
====================================================================

***/

.blog-section {
  position: relative;
}

/* news block one */
.news-block-one {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}

.news-block-one .lower-content{
  position:relative;
  padding: 30px 0px 20px;
}

.news-block-one .post-time{
  position:absolute;
  left:0;
  top:-20px;
  color:#ffffff;
  font-size:15px;
  z-index:1;
  padding:6px 18px 4px;
  display:inline-block;
  background-color: #7aba1e;
}

.news-block-one .lower-content .text p{
  margin-bottom: 10px;
}

.news-block-one .lower-content h4 {
  color:#222;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-one .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.news-block-one .lower-content h4 a:hover{
  color: #7aba1e;
  transition: all 300ms ease;
}

.news-block-one .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 7px;
}

.news-block-one .lower-content .default_link {
  text-transform: capitalize;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s ease;
}

.news-block-one .lower-content .default_link:hover {
  transition: .5s ease;
  color: #7aba1e;
}

.news-block-one .image {
    display: block;
    overflow: hidden;
    position: relative;
}

.news-block-one .image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.news-block-one:hover .image img {
    transform: scale(1.1);
}

.news-block-one .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.news-block-one:hover .image .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}

.news-block-one .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.news-block-one .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.news-block-one .image .overlay .box .content a i {
    background: #7aba1e;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.news-block-one .image .overlay .box .content a:hover i {
    background: #fff;
    color: #7aba1e;
}

.news-block-one .border-bottom {
    border-bottom: 1px solid #f4f4f4;
}

.blog-section.grey-bg .news-block-one .border-bottom {
  border-color: #c7c7c7;
}


/*** 

====================================================================
  Projects Style
====================================================================

***/

.projects-block-one {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
}

.projects-block-one .inner-box {
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.projects-block-one .inner-box .read-more {
    position:  absolute;
    left:  0;
    top: 0;
    width:  100%;
    height:  100%;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    opacity:  0;
    visibility:  inherit;
    transition:  .5s ease;
}

.projects-block-one .inner-box .read-more-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.projects-block-one .inner-box:hover .read-more {
  opacity: 1;
  visibility: visible;
  transition: .5s ease;
}

.projects-block-one .inner-box img {
  width: 100%;
  height: auto;
}

.projects-block-one .inner-box .box-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}

.projects-block-one .inner-box:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}

.projects-block-one .inner-box .title {
  display: inline-block;
  padding: 5px 7px;
  background: #26bdef;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 900ms ease 0s;
}

.projects-block-one .inner-box:hover .title {
  bottom: -40px;
}

.projects-block-one .inner-box .icon {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
}

.projects-block-one .inner-box .icon li {
  display: inline-block;
}

.projects-block-one .inner-box .icon li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #7aba1e;
  margin-right: 7px;
  transition: all 0.35s ease 0s;
}

.projects-block-one .inner-box .icon li a:hover {
  background: #fff;
  color: #000;
}

@media only screen and (max-width:990px) {
  .projects-block-one .inner-box {
    margin-bottom: 20px;
  }
}

.projects-block-one .lower-content {
  position: relative;
  margin: 15px 0 0;
  margin-bottom: -10px;
}

.projects-block-one .lower-content h4 {
  font-size: 20px;
  font-weight: 600;
}

/*** 

====================================================================
  Default Section one
====================================================================

***/

.default-section-one {
  position:relative;
  padding-top:90px;
  padding-bottom: 45px;
}
.default-section-one .video-column {
  padding-bottom: 90px;
}

.default-section-one .content-column {
  position:relative;
  margin-bottom:40px;
}

.default-section-one .content-column .inner-box {
  position:relative;
    padding-right: 65px;
}

.default-section-one .content-column .inner-box .text {
  position:relative;
  color:#777777;
  font-size:15px;
  margin-bottom:50px;
}

.default-section-one .image-column {
  position:relative;
  text-align:right;
}

.default-section-one .image-column .image img {
  max-width:100%;
  display:inline-block;
}

.default-section-one .services-block-four {
  position:relative;
  margin-bottom:45px;
}

.default-section-one .services-block-four .inner {
  position:relative;
  padding-left:80px;
  min-height:60px;
}

.default-section-one .services-block-four .inner .icon-box span{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:60px;
  color:#ffffff;
  line-height:60px;
  text-align:center;
  border-radius:50%;
  background-color: #7aba1e;
}

.default-section-one .services-block-four .inner .icon-box span:before{
  margin: 0;
  font-size:28px;
}

.default-section-one .services-block-four .inner h3 {
  position:relative;
  font-size:20px;
  font-weight:600;
  line-height:1em;
  margin-bottom:10px;
}

.default-section-one .services-block-four .inner h3 a {
  color: #222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.default-section-one .services-block-four .inner h3 a:hover {
  color:#7aba1e;
}

.default-section-one .services-block-four .inner .service-text {
  font-size:15px;
  color: #888;
}


/*** 

====================================================================
  Fullwidth Section Two
====================================================================

***/

.fluid-section-two {
  position: relative;
  background-color: #f7f7f7;
}

.fluid-section-two .background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fluid-section-two .background-image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(240, 240, 240);
}

.fluid-section-two .testimonial-column {
  position: relative;
}

.fluid-section-two .testimonial-column .inner {
  position: relative;
  padding: 147px 0px 147px;
}

.fluid-section-two .testimonial-column .testimonial-style-two {
  position: relative;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .owl-dots,
.fluid-section-two .testimonial-column .inner .testimonial-inner .owl-nav {
  display: none;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner {
  position: relative;
  padding: 45px 48px;
  border-radius: 4px;
  max-width: 450px;
  width: 100%;
  margin-right: 20px;
  background-color: #7aba1e;
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .quote-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 55px;
  height: 55px;
  color: #7aba1e;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin-top: -28px;
  z-index: 10;
  overflow: hidden;
  margin-left: -28px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.fluid-section-two .testimonial-column .inner .testimonial-inner .quote-icon .icon {
  position: relative;
  display: block;
  background-color: #ffffff;
  line-height: 47px;
}

.fluid-section-two .testimonial-box {
  position: relative;
  /*padding-left:28px;*/
}

.fluid-section-two .testimonial-box .inner-box {
  position: relative;
}

.fluid-section-two .testimonial-box .inner-box .text {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #ffffff;
}

.fluid-section-two .testimonial-box .inner-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 40px;
  display: inline-block;
}

.fluid-section-two .testimonial-box .inner-box h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 15px;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}

.fluid-section-two .content-column {
  position: relative;
  margin-bottom: 30px;
}

.fluid-section-two .content-column .inner {
  position: relative;
  padding: 80px 20px 0px 50px;
}

.fluid-section-two .testimonial-column .inner h2,
.fluid-section-two .content-column .inner h2 {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.fluid-section-two .testimonial-column .inner h2 span,
.fluid-section-two .content-column .inner h2 span {
  color: #7aba1e;
}

.fluid-section-two .featured-info-block {
  position: relative;
  margin-bottom: 50px;
}

.fluid-section-two .featured-info-block .inner-box {
  position: relative;
  padding-left: 100px;
  min-height: 86px;
}

.fluid-section-two .featured-info-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: -16px;
  width: 75px;
  line-height: 86px;
  height: 86px;
  text-align: center;
}
.fluid-section-two .featured-info-block .inner-box .icon-box span:before{
  margin: 0;
  font-size: 50px;
}
.fluid-section-two .featured-info-block .inner-box .icon-box .icon {
  position: relative;
  color: #7aba1e;
}

.fluid-section-two .featured-info-block .inner-box .icon-box:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 100%;
  width: 2px;
  height: 100px;
  margin-left: -1px;
}

.fluid-section-two .featured-info-block:last-child .inner-box .icon-box:after {
  display: none;
}

.fluid-section-two .featured-info-block .inner-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 10px;
}

.fluid-section-two .featured-info-block .inner-box h3 a {
  position: relative;
  color: #222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fluid-section-two .featured-info-block .inner-box h3 a:hover {
  color: #7aba1e;
}

.fluid-section-two .featured-info-block .inner-box .text {
  position: relative;
  color: #aaa;
  font-size: 14px;
}

