@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);



@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/*--------------------------------------------



 



---------------------------------------------*/

/*--------------------------------------------

===================   

CSS INDEX

===================



1. Theme Default CSS

  1.1 Title styles

  1.2 Button styles 

  1.3 Helper Classes styles

2. Header Area Start Here

  2.1 Header Area Common styles

  2.2 Header 1 Area styles 

  2.3 Header 2 Area styles

  2.4 Header 3 Area styles

  2.5 Header 4 Area styles

  2.6 Mobile Menu Area styles 

3. Slider Area Start Here

  3.1 Slider Area Common styles

  3.2 Slider 1 Area styles 

  3.3 Slider 2 Area styles 

  3.4 Slider 3 Area styles 

  3.5 Slider 4 Area styles 

4. Inner Page Bannar Area styles

5. About Us Area Start Here

  5.1 About Us 1 Area Styles

  5.2 About Us 2 Area Styles

  5.3 About Us Page 1 Area Styles

  5.4 About Us Page 2 Area Styles

6. Services Area Start Here

  6.1 Service 1 Area Styles

  6.2 Service 2 Area Styles

  6.3 Service 3 Area Styles

  6.4 Service 4 Area Styles

  6.5 Service Page 1 Area Styles 

  6.6 Service Page 2 Area Styles 

  6.7 Service Page 3 Area Styles 

  6.8 Service Details Page Area Styles

7. Our Project Gallery Area Start Here

  7.1 Our Projects 1 Area Styles

  7.2 Our Projects 2 Area Styles

  7.3 Project Gallery 1 Area Styles

  7.4 Project Gallery 2 Area Styles

  7.5 Project Gallery 3 Area Styles

  7.6 Project Gallery 4 Area Styles

  7.7 Project Gallery My Isotop 1 Area Styles

  7.8 Project Gallery My Isotop 2 Area Styles

8. Blog Area Start Here

  8.1 Blog Area Common Styles

  8.2 Our Blog Area Styles 

  8.3 Blog Page 1 Area Styles

  8.4 Blog Page 2 Area Styles 

  8.5 Single Blog Page Area Styles

9. Team Area Start Here

  9.1 Team Area Common Styles

  9.2 Team 1 Area Styles 

  9.3 Team 2 Area Styles

  9.4 Team 3 Area Styles

  9.5 Team Details Area Styles

10. Shop Area Start Here  

  10.1 Shop Common Area Styles 

  10.2 Shop Product Box 1 Styles

  10.3 Shop Product Box 2 Styles

  10.4 Shop Details Page Styles

11. Contact Page Area Styles 

12. 404 Error Page Area Styles

13. Other Section Area Styles

  13.1 Client Area Styles

  13.2 Pagination Area Styles

  13.3 Counter Area Styles

  13.4 Why Choose Us Area Styles

  13.5 Help Contact Banner Area Styles

  13.6 Help Contact Banner 2 Area Styles

  13.7 Contact Banner Area Styles

  13.8 Contact Banner 2 Area Styles

  13.9 Emergrncy Number Area Styles

  13.10 Ask Question Area Styles

  13.11 Ask Question 2 Area Styles

  13.12 Estimate Area Styles

14. Sidebar Area Start Here

  14.1 Sidebar Search Area Styles

  14.2 Categories Box Area Styles

  14.3 Sidebar Product Tags Area Styles

  14.4 Sidebar Categories Area Styles

  14.5 Sidebar Archives Area Styles

  14.6 Sidebar Popular News Area Styles

  14.7 Sidebar Filter By Price Area Styles

  14.8 Sidebar Best Seller Area Styles

15. Footer Area Styles

16. ScrollUp Area Styles

17. Preloader Area Styles  

18. Owl-controls Area Styles



===================   

End CSS INDEX

===================

--------------------------------------------*/

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

1. Theme Default CSS  

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

html,

body {

  height: 100%;

  font-family: 'Lato', sans-serif;

  font-size: 15px;

  line-height: 24px;

  font-weight: 400;

  vertical-align: baseline;

  background: #ffffff;

  color: #646464;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  line-height: 1.5;

  font-weight: 600;

  font-family: 'Raleway', sans-serif;

  margin: 0 0 20px 0;

}

h1 {

  font-size: 72px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  h1 {

    font-size: 55px;

  }

}

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

  h1 {

    font-size: 50px;

  }

}

@media (min-width: 480px) and (max-width: 767px) {

  h1 {

    font-size: 35px;

  }

}

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

  h1 {

    font-size: 24px;

  }

}

h2 {

  font-size: 25px;

}

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

  h2 {

    font-size: 30px;

  }

}

h3 {

  font-size: 22px;

}

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

  h3 {

    font-size: 22px;

  }

}

p {

  line-height: 24px;

  margin: 0 0 20px 0;

}

a {

  text-decoration: none;

}

a:active,

a:hover,

a:focus {

  text-decoration: none;

}

a:active,

a:hover,

a:focus {

  outline: 0 none;

}

img {

  max-width: 100%;

  height: auto;

}

ul {

  list-style: outside none none;

  margin: 0;

  padding: 0;

}

/*----------------------------------------

1.1 Title styles

/*----------------------------------------*/

.title {

  text-transform: uppercase;

  color: #111111;

  position: relative;

  margin-bottom: 3px;

  font-size: 32px;

}

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

  .title {

    font-size: 30px;

  }

}

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

  .title {

    text-align: center;

  }

}

.title:before {

  content: "";

  height: 1px;

  width: 55%;

  background: #d6d6d6;

  margin-right: 150px;

  position: absolute;

  right: 0;

  top: 28px;

}

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

  .title:before {

    display: none;

  }

}

.solid-title {

  text-transform: uppercase;

  color: #111111;

  position: relative;

  margin-bottom: 3px;

  font-size: 32px;

}

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

  .solid-title {

    text-align: center;

  }

}

.solid-title:before {

  content: "";

  height: 1px;

  width: 60%;

  background: #d6d6d6;

  position: absolute;

  right: 0;

  top: 28px;

}

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

  .solid-title:before {

    display: none;

  }

}

.sub-title {

  text-transform: capitalize;

  color: #66bc50;

  margin-bottom: 55px;

  letter-spacing: 2px;

}

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

  .sub-title {

    margin-bottom: 40px;

  }

}

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

  .sub-title {

    text-align: center;

  }

}

.section-title-area {

  margin-bottom: 37px;

  display: inline-block;

  text-align: center;

}

.section-title-area h2.section-title {

  margin-bottom: 10px;

  color: #111111;

}

.section-title-area h2.section-title span {

  color: #66bc50;

}

.section-title-area h3.section-title {

  font-size: 16px;

  letter-spacing: 8px;

}

.section-title-area .title-bottom-icon {

  width: 235px;

  position: relative;

  margin: 0 auto;

  margin-bottom: 20px;

}

.section-title-area .title-bottom-icon i {

  color: #66bc50;

  font-size: 16px;

}

.section-title-area .title-bottom-icon:before {

  content: "";

  height: 1px;

  width: 80px;

  background: #b0b0b0;

  bottom: 10px;

  left: 10px;

  position: absolute;

}

.section-title-area .title-bottom-icon:after {

  content: "";

  height: 1px;

  width: 80px;

  background: #b0b0b0;

  bottom: 10px;

  right: 10px;

  position: absolute;

}

.title-sidebar {

  position: relative;

  text-transform: capitalize;

  font-size: 24px;

  color: #111111;

  margin-bottom: 30px;

}

.title-sidebar:after {

  position: absolute;

  content: "";

  background: #66bc50;

  height: 3px;

  width: 50px;

  bottom: -13px;

  left: 0;

  z-index: 1;

}

.title-bar35 {

  color: #111111;

  margin-bottom: 16px;

  padding-bottom: 12px;

  position: relative;

}

.title-bar35:after {

  position: absolute;

  content: "";

  background: #66bc50;

  height: 3px;

  width: 35px;

  bottom: 0;

  left: 0;

  z-index: 1;

}

.title-bar35small {

  color: #111111;

  margin-bottom: 12px;

  padding-bottom: 10px;

  position: relative;

}

.title-bar35small:after {

  position: absolute;

  content: "";

  background: #66bc50;

  height: 3px;

  width: 35px;

  bottom: 0;

  left: 0;

  z-index: 1;

}

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

  .title-bar35small:after {

    right: 0;

    margin: 0 auto;

  }

}

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

  .title-bar35small:after {

    right: inherit;

  }

}

.title-bar50 {

  margin-bottom: 40px;

  position: relative;

  color: #111111;

}

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

  .title-bar50 {

    text-align: center;

  }

}

.title-bar50:after {

  position: absolute;

  content: "";

  background: #66bc50;

  height: 3px;

  width: 50px;

  bottom: -15px;

  left: 0;

  z-index: 1;

}

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

  .title-bar50:after {

    right: 0;

    margin: 0 auto;

  }

}

/*----------------------------------------

1.2 Button styles

/*----------------------------------------*/

.btn-send-message {

  background: #66bc50;

  padding: 10px 0;

  border: 2px solid #66bc50;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  width: 190px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .btn-send-message {

    padding: 11px 0;

  }

}

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

  .btn-send-message {

    padding: 9px 0;

  }

}

.btn-send-message:hover {

  color: #66bc50;

  background: #ffffff;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-contact {

  background: transparent;

  padding: 10px 44px;

  border: 2px solid #ffffff;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  border-radius: 45px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-contact:hover {

  color: #66bc50;

  background: #ffffff;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-contact2 {

  background: #ffffff;

  padding: 10px 0;

  width: 180px;

  border: 2px solid #ffffff;

  text-transform: capitalize;

  color: #111111;

  font-weight: 600;

  display: block;

  text-align: center;

  margin: 0 auto;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-contact2:hover {

  border: 2px solid #66bc50;

  color: #66bc50;

  background: transparent;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-error {

  background: #646464;

  padding: 12px 33px;

  color: #ffffff;

  border-radius: 0;

  text-transform: uppercase;

  font-weight: 600;

  margin-top: 30px;

  border: 1px solid #646464;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-error:hover {

  background: #5c9d01;

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-read-more {

  background: #ffffff;

  padding: 10px 44px;

  border: 1px solid #66bc50;

  text-transform: capitalize;

  color: #111111;

  font-weight: 600;

  display: inline-block;

  border-radius: 45px;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-read-more:hover {

  color: #ffffff;

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-read-more-h-b {

  background: #ffffff;

  padding: 10px 44px;

  border: 1px solid #66bc50;

  text-transform: capitalize;

  color: #111111;

  font-weight: 600;

  display: inline-block;

  border-radius: 45px;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-read-more-h-b:hover {

  color: #ffffff;

  background: #111111;

  border: 1px solid #111111;

  box-shadow: none;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-square-transparent {

  background: transparent;

  padding: 10px 30px 12px;

  border: 2px solid #66bc50;

  text-transform: capitalize;

  color: #ffffff;

  display: inline-block;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-square-transparent:hover {

  color: #ffffff;

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-slider-fill {

  background: #66bc50;

  padding: 10px 35px;

  border: 2px solid #66bc50 !important;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  border-radius: 45px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-slider-fill:hover {

  color: #ffffff;

  background: transparent;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-slider {

  background: transparent;

  padding: 10px 35px;

  border: 2px solid #66bc50 !important;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  border-radius: 45px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-slider:hover {

  color: #ffffff;

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-submit {

  background: #66bc50;

  padding: 10px 44px 12px;

  border: none;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  border-radius: 45px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-submit:hover {

  color: #ffffff;

  background: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-quote {

  background: #66bc50;

  padding: 10px 44px;

  border: 2px solid #ffffff;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-quote:hover {

  background: #111111;

  color: #ffffff!important;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-quote2 {

  background: #66bc50;

  padding: 12px 44px;

  text-transform: capitalize;

  color: #ffffff;

  font-weight: 600;

  display: inline-block;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-quote2:hover {

  background: #111111;

  color: #ffffff!important;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-submit2 {

  background: #ffffff;

  padding: 10px 44px;

  border: 2px solid #ffffff;

  text-transform: capitalize;

  color: #111111;

  font-weight: 600;

  display: inline-block;

  border-radius: 45px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.btn-submit2:hover {

  color: #ffffff;

  background: #111111;

  box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-box-shadow: 0px 0px 19px -14px #66bc50;

  -moz-box-shadow: 0px 0px 19px -14px #66bc50;

  -o-box-shadow: 0px 0px 19px -14px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*----------------------------------------

1.3 Helper Classes styles

/*----------------------------------------*/

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

  .margin-b-a-tab {

    margin-bottom: 90px;

  }

}

.margin-b-40 {

  margin-bottom: 40px;

}

.section-space-100-64 {

  padding: 100px 0 64px;

}

.radius-none {

  border-radius: 0!important;

}

.wrapper-area {

  overflow: hidden;

  position: relative;

}

.solid-underline {

  position: relative;

  padding-bottom: 30px;

  margin-bottom: 30px;

}

.solid-underline:after {

  position: absolute;

  content: "";

  height: 1px;

  width: 100%;

  background: #e3e3e3;

  left: 0;

  bottom: 0;

}

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

2. Header Area Start Here

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

/*-------------------------------------

2.1 Header Area Common styles 

---------------------------------------*/

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

  header {

    display: none;

  }

}

.header-top-area {

  background: #272727;

  padding: 8px 0;

}

.header-top-area .header-top-left p {

  font-size: 13px;

  margin-bottom: 0;

  color: #c5c5c5;

}

.header-top-area .header-top-right {

  text-align: right;

}

.header-top-area .header-top-right ul li {

  display: inline-block;

  text-transform: lowercase;

  font-weight: 500;

  font-size: 13px;

}

.header-top-area .header-top-right ul li i {

  padding-right: 5px;

  color: #66bc50;

  font-size: 14px;

}

.header-top-area .header-top-right ul li a {

  padding-right: 10px;

  margin-right: 10px;

  color: #c5c5c5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-top-area .header-top-right ul li:last-child a {

  border-right: 0;

  padding-right: 0;

  margin-right: 0;

}

.header-top-area .header-top-right ul li:hover a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area {

  position: relative;

  height: 92px;

}

.header-bottom-area > div {

  background: #ffffff;

  position: relative;

  z-index: 9;

  height: 100%;

}

.header-bottom-area:before {

  content: "";

  position: absolute;

  top: 0;

  width: 50%;

  left: 0;

  height: 100%;

  z-index: 1;

}

.header-bottom-area:after {

  content: "";

  position: absolute;

  top: 0;

  width: 50%;

  right: 0;

  height: 100%;

  z-index: 1;

}

.header-bottom-area .logo-area {

  display: table;

  background: transparent;

  height: 92px;

}

.header-bottom-area .logo-area a {

  vertical-align: middle;

  display: table-cell;

}

.header-bottom-area .logo-area:before {

  border-color: transparent #fff;

  border-style: solid;

  border-width: 91px 0 0 63px;

  content: "";

  height: 100%;

  right: -48px;

  position: absolute;

  top: 0;

  width: 0;

  z-index: 4;

}

.header-bottom-area .logo-area:after {

  content: "";

  position: absolute;

  background: #fff;

  top: 0;

  width: 15px;

  left: 0;

  height: 100%;

  z-index: 2;

}

.header-bottom-area .main-menu-area {

  float: right;

  height: 92px;

  display: table;

}

.header-bottom-area .main-menu-area nav {

  vertical-align: bottom;

  display: table-cell;

}

.header-bottom-area .main-menu-area nav ul {

  text-align: center;

}

.header-bottom-area .main-menu-area nav ul .active > a {

  color: #66bc50;

}

.header-bottom-area .main-menu-area nav ul li {

  display: inline-block;

  position: relative;

}

.header-bottom-area .main-menu-area nav ul li a {

  padding: 0 16px 34px;

  display: block;

  transition: all .3s;

  text-transform: uppercase;

  text-decoration: none;

  font-weight: 600;

  font-size: 14px;

  color: #111111;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .header-bottom-area .main-menu-area nav ul li a {

    padding: 0 15px 32px;

  }

}

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

  .header-bottom-area .main-menu-area nav ul li a {

    padding: 0 5px 32px;

  }

}

.header-bottom-area .main-menu-area nav ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .main-menu-area nav ul li ul {

  text-align: left;

  opacity: 0;

  position: absolute;

  top: 100%;

  transform: scaleY(0);

  transform-origin: 0 0 0;

  transition: all 0.5s ease 0s;

  width: 180px;

  z-index: 99999;

  background: #66bc50;

  padding: 0;

}

.header-bottom-area .main-menu-area nav ul li ul > li {

  padding: 0;

  display: block;

  border-bottom: 1px solid #5c9d01;

}

.header-bottom-area .main-menu-area nav ul li ul > li > a {

  padding: 10px;

  display: block;

  color: #ffffff;

}

.header-bottom-area .main-menu-area nav ul li ul > li:last-child {

  border-bottom: none;

}

.header-bottom-area .main-menu-area nav ul li ul > li:hover,

.header-bottom-area .main-menu-area nav ul li ul > li .active {

  background: #7F614A;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .main-menu-area nav ul li ul > li:hover a,

.header-bottom-area .main-menu-area nav ul li ul > li .active a {

  color: #ffffff;

}

.header-bottom-area .main-menu-area nav ul li:hover ul {

  opacity: 1;

  transform: scaleY(1);

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area {

  padding: 18px 35px;

  width: 1012px;

  right: -295px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .header-bottom-area .main-menu-area nav ul li .mega-menu-area {

    right: -260px;

  }

}

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

  .header-bottom-area .main-menu-area nav ul li .mega-menu-area {

    width: 544px;

    right: 0;

    right: -136px;

  }

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li {

  width: 141px;

  border-bottom: none;

  display: inline-block;

  margin-right: 15px;

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li:hover {

  background: transparent!important;

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li:hover > a {

  color: #ffffff;

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li a {

  padding: 8px 0;

  display: block;

  border-bottom: 1px solid #5c9d01;

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li a:last-child {

  border-bottom: none;

}

.header-bottom-area .main-menu-area nav ul li .mega-menu-area > li:last-child {

  margin-right: 0;

}

.header-bottom-area .header-cart-area {

  margin-top: 20px;

  text-align: right;

}

.header-bottom-area .header-cart-area > li {

  cursor: pointer;

  position: relative;

  display: inline-block;

  width: 30px;

  margin-right: 10px;

  top: 10px;

  border-right: 1px solid #d6d6d6;

  padding-right: 15px;

}

.header-bottom-area .header-cart-area > li:last-child {

  border-right: 0;

  padding-right: 0;

}

.header-bottom-area .header-search .search-form {

  display: none;

  position: absolute;

  top: -7px;

  right: 30px;

  z-index: 10;

  color: #66bc50;

  font-weight: 600;

  font-size: 14px;

  height: 40px;

  width: 230px;

  background: #ffffff;

  border: 1px solid #d6d6d6;

  padding: 5px 18px 5px 10px;

  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);

  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);

  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);

}

.header-bottom-area .header-search a > i {

  color: #d6d6d6;

  font-size: 18px;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.header-bottom-area .header-search a > i:hover {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.header-bottom-area .cart-area {

  padding-bottom: 35px;

  position: relative;

}

.header-bottom-area .cart-area > a {

  color: #d6d6d6;

  font-size: 24px;

}

.header-bottom-area .cart-area > a > span {

  background: #66bc50;

  border-radius: 45px;

  color: #ffffff;

  height: 20px;

  padding: 0 6px;

  position: absolute;

  top: -10px;

  width: 20px;

  font-size: 12px;

  right: -10px;

  line-height: 20px;

}

.header-bottom-area .cart-area > ul {

  padding: 15px 15px 0 15px;

  text-align: left;

  background-color: rgba(255, 255, 255, 0.96);

  visibility: hidden;

  position: absolute;

  right: 0;

  opacity: 0;

  top: 62px;

  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);

  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);

  width: 418px;

  z-index: 99999;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .cart-area > ul > li {

  border-bottom: 1px solid #dddddd;

  margin-bottom: 5px;

}

.header-bottom-area .cart-area > ul > li .media {

  position: relative;

}

.header-bottom-area .cart-area > ul > li .media .cart-product-img {

  padding-right: 15px;

}

.header-bottom-area .cart-area > ul > li .media .cart-product-img a {

  display: inline-block;

}

.header-bottom-area .cart-area > ul > li .media .cart-product-img a img {

  border: 1px solid #dddddd;

  width: 80px;

  min-height: 80px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .cart-area > ul > li .media .cart-product-img a img:hover {

  opacity: 0.5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li {

  margin-right: 30px;

  display: inline-block;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li h1 {

  text-transform: capitalize;

  font-size: 14px;

  margin-bottom: 5px;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li h1 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li h1 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li p {

  font-size: 12px;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li p span {

  color: #000000;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li .trash {

  font-size: 16px;

  color: #000000;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li .trash:hover {

  color: #fb0303;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li:first-child {

  width: 140px;

}

.header-bottom-area .cart-area > ul > li .media .cart-content ul li:last-child {

  margin-right: 0;

}

.header-bottom-area .cart-area > ul > li:last-child {

  border-bottom: none;

}

.header-bottom-area .cart-area > ul > li .checkout {

  text-align: center;

}

.header-bottom-area .cart-area > ul > li .checkout li {

  display: inline;

}

.header-bottom-area .cart-area > ul > li > span {

  display: inline-block;

  border-top: 1px solid #dddddd;

  border-right: 1px solid #dddddd;

  font-size: 12px;

  padding-right: 20px;

  text-align: right;

  width: 194px;

}

.header-bottom-area .cart-area > ul > li > span span {

  font-weight: 600;

  border-left: 1px solid #dddddd;

  width: 194px;

  display: inline-block;

  padding-right: 20px;

}

.header-bottom-area .cart-area:hover > ul {

  opacity: 1;

  visibility: visible;

}

.stick {

  height: 85px;

  position: fixed;

  left: 0;

  right: 0;

  top: 0px;

  z-index: 20;

  width: 100%;

  margin: 0;

  border-bottom: 2px solid #66bc50;

}

.stick .logo-area {

  height: 70px;

}

.stick .logo-area:before {

  border-width: 69px 0 0 63px;

}

.stick .main-menu-area nav {

  vertical-align: middle;

}

.stick .main-menu-area nav ul li ul {

  top: 90%;

}

.stick .header-cart-area {

  margin-top: 12px;

}

.stick .header-cart-area .cart-area {

  padding-bottom: 20px;

}

.stick .header-cart-area .cart-area ul {

  top: 47px;

}

/*-------------------------------------

2.2 Header 1 Area styles 

---------------------------------------*/

.header-style1-area .header-bottom-area:before {

  background: #ffffff;

}

.header-style1-area .header-bottom-area:after {

  background: #ffffff;

}

.header-style1-area .header-bottom-area .logo-area:before {

  display: none;

}

.header-style1-area .header-bottom-area .logo-area:after {

  display: none;

}

/*-------------------------------------

2.3 Header 2 Area styles 

---------------------------------------*/

.header-style2-area .header-bottom-area:before {

  background: #fff;

}

.header-style2-area .header-bottom-area:after {

  background: #ffffff;

}

.header-style2-area .header-bottom-area .logo-area {

  background: #fff;

}

/*-------------------------------------

2.4 Header 3 Area styles 

---------------------------------------*/

.header-style3-area {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  z-index: 10;

}

.header-style3-area .header-top-area {

  background: transparent;

}

.header-style3-area .header-bottom-area:before {

  background: transparent;

}

.header-style3-area .header-bottom-area:after {

  background: transparent;

}

.header-style3-area .header-bottom-area .logo-area {

  background: #66bc50;

  padding-right: 3px;

}

.header-style3-area .header-bottom-area .logo-area:before {

  right: -47px;

}

.header-style3-area .header-bottom-area .header-cart-area {

  padding-right: 30px;

}

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

  .header-style3-area .header-bottom-area .header-cart-area {

    padding-right: 0;

  }

}

.header-style3-area .stick:before {

  content: "";

  background: #66bc50;

  width: 50%;

  position: absolute;

  z-index: 2;

  height: 100%;

  left: 0;

}

.header-style3-area .stick:after {

  content: "";

  background: #ffffff;

  width: 50%;

  position: absolute;

  z-index: 2;

  height: 100%;

  right: 0;

}

/*-------------------------------------

2.5 Header 4 Area styles 

---------------------------------------*/

.header-style4-area {

  padding: 0 30px;

  position: absolute;

  z-index: 10;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

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

  .header-style4-area {

    padding: 0;

  }

}

.header-style4-area .header-bottom-area > div {

  background: transparent;

}

.header-style4-area .header-bottom-area .logo-area:before {

  display: none;

}

.header-style4-area .header-bottom-area .logo-area:after {

  display: none;

}

.header-style4-area .header-bottom-area .main-menu-area {

  width: 100%;

  float: none;

}

.header-style4-area .header-bottom-area .main-menu-area nav > ul {

  text-align: right;

  padding-right: 10px;

}

.header-style4-area .header-bottom-area .main-menu-area nav > ul li a {

  color: #ffffff;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .header-style4-area .header-bottom-area .main-menu-area nav > ul li a {

    padding: 0 13px 32px;

  }

}

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

  .header-style4-area .header-bottom-area .main-menu-area nav > ul li a {

    padding: 0 2px 32px;

  }

}

.header-style4-area .header-bottom-area .main-menu-area nav > ul li ul li a {

  padding: 10px;

}

.header-style4-area .header-bottom-area .main-menu-area .mega-menu-area {

  left: inherit;

}

.header-style4-area .header-bottom-area .header-cart-area .header-search a i {

  color: #66bc50;

}

.header-style4-area .header-bottom-area .header-cart-area .header-search:hover a i {

  color: #d6d6d6;

}

.header-style4-area .stick {

  background: #111111;

  padding: 0 30px;

}

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

  .header-style4-area .stick {

    padding: 0;

  }

}

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

  .header-style4-area .stick .main-menu-area nav ul li a {

    padding: 0 2px 32px;

  }

}

/*-------------------------------------

2.6 Mobile Menu Area styles 

---------------------------------------*/

.mobile-menu-area {

  display: none;

}

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

  .mobile-menu-area {

    display: block;

  }

}

.mean-container .mean-bar {

  padding: 5px 0 0 0;

  float: none;

}

.mean-container .mean-bar a img {

  padding: 0 0 0 10px;

}

.mean-container .mean-nav {

  background: transparent;

}

.mean-container .mean-nav ul:after {

  clear: both;

  content: "";

  display: block;

}

.mean-container .mean-nav ul li a {

  color: #646464;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.mean-container .mean-nav ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.mean-container .mean-nav {

  float: none !important;

}

.mean-container a.meanmenu-reveal {

  position: absolute;

  right: 10px;

  top: 8px;

}

.mean-container .mean-nav > ul {

  overflow-y: scroll;

}

.mean-container .mean-nav ul li a,

.mean-container .mean-nav ul li {

  float: none;

}

.mobile-site-logo {

  display: block;

  background: #ffffff;

}

.mean-container .mean-bar {

  padding: 0;

  float: none;

  background: transparent;

  position: fixed;

}

a.mobile-site-logo {

  display: block;

  background: #fff;

  padding: 4px 0 10px;

}

body.mean-container .wrapper-area {

  padding-top: 68px;

}

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

3. Slider Area Start Here

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

/*--------------------------------------

3.1 Slider Area Common styles 

---------------------------------------*/

.slider-1 h1 {

  text-transform: capitalize;

  font-weight: 400;

}

.slider-1 h1 span {

  color: #66bc50;

  font-weight: 600;

}

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

  .slider-1 p {

    display: none;

  }

}

.slider-1 a {

  border-bottom: 0;

}

.slider-2 h1 {

  font-weight: 400;

  text-transform: capitalize;

}

.slider-2 h1 span {

  color: #66bc50;

  font-weight: 600;

}

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

  .slider-2 p {

    display: none;

  }

}

.slider-2 a {

  border-bottom: 0;

}

.slider-3 h1 {

  font-weight: 400;

  text-transform: capitalize;

}

.slider-3 h1 span {

  color: #66bc50;

  font-weight: 600;

}

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

  .slider-3 p {

    display: none;

  }

}

.slider-3 a {

  border-bottom: 0;

}

.slider-4 h1 {

  font-weight: 400;

  text-transform: capitalize;

}

.slider-4 h1 span {

  color: #66bc50;

  font-weight: 600;

}

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

  .slider-4 p {

    display: none;

  }

}

.slider-4 a {

  border-bottom: 0;

}

.nivo-directionNav a {

  opacity: 0.7!important;

}

.nivo-directionNav a:hover {

  opacity: 1!important;

}

/*--------------------------------------

3.2 Slider 1 Area styles 

---------------------------------------*/

.slider1-area {

  position: relative;

}

.slider1-area:before {

  content: "";

  background-color: rgba(0, 0, 0, 0.6);

  height: 100%;

  width: 100%;

  position: absolute;

  z-index: 6;

}

.slider1-area .nivo-controlNav {

  display: none;

}

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

  .slider1-area .nivo-directionNav {

    opacity: 0;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }

  .slider1-area .nivo-directionNav a.nivo-prevNav {

    left: 10px;

  }

  .slider1-area .nivo-directionNav a.nivo-nextNav {

    right: 10px;

  }

}

.slider1-area .nivo-caption {

  top: -80px;

}

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

  .slider1-area .nivo-caption {

    top: 0;

  }

}

.slider1-area .slider-btn-area {

  margin-top: 50px;

}

.slider1-area .slider-btn-area a {

  display: inline-block;

  margin: 0 10px;

}

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

  .slider1-area .slider-btn-area a {

    display: none!important;

  }

}

.slider1-area:hover .nivo-directionNav {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*--------------------------------------

3.3 Slider 2 Area styles

---------------------------------------*/

.slider2-area {

  position: relative;

}

.slider2-area:before {

  content: "";

  background-color: rgba(0, 0, 0, 0.6);

  height: 100%;

  width: 100%;

  position: absolute;

  z-index: 6;

}

.slider2-area .nivo-controlNav {

  display: none;

}

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

  .slider2-area .nivo-directionNav {

    opacity: 0;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }

  .slider2-area .nivo-directionNav a.nivo-prevNav {

    left: 10px;

  }

  .slider2-area .nivo-directionNav a.nivo-nextNav {

    right: 10px;

  }

}

.slider2-area .nivo-caption {

  top: 20px;

}

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

  .slider2-area .nivo-caption {

    top: 0;

  }

}

.slider2-area .slider-btn-area {

  margin-top: 50px;

}

.slider2-area .slider-btn-area a {

  display: inline-block;

  margin: 0 10px;

}

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

  .slider2-area .slider-btn-area a {

    display: none!important;

  }

}

.slider2-area:hover .nivo-directionNav {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*--------------------------------------

3.4 Slider 3 Area styles

---------------------------------------*/

.slider3-area {

  position: relative;

}

.slider3-area:before {

  content: "";

  background-color: rgba(0, 0, 0, 0.6);

  height: 100%;

  width: 100%;

  position: absolute;

  z-index: 6;

}

.slider3-area .nivo-controlNav {

  display: none;

}

.slider3-area .nivo-directionNav a.nivo-prevNav {

  left: 5%;

}

.slider3-area .nivo-directionNav a.nivo-nextNav {

  right: 5%;

}

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

  .slider3-area .nivo-directionNav {

    opacity: 0;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }

  .slider3-area .nivo-directionNav a.nivo-prevNav {

    left: 10px;

  }

  .slider3-area .nivo-directionNav a.nivo-nextNav {

    right: 10px;

  }

}

.slider3-area .nivo-caption {

  top: 60px;

}

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

  .slider3-area .nivo-caption {

    top: 0;

  }

}

.slider3-area .slider-btn-area {

  margin-top: 50px;

}

.slider3-area .slider-btn-area a {

  display: inline-block;

  margin: 0 10px;

}

.slider3-area:hover .nivo-directionNav {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .slider3-area .slider-1 .slider-btn-area,

  .slider3-area .slider-2 .slider-btn-area,

  .slider3-area .slider-3 .slider-btn-area {

    display: none;

  }

}

@media (min-width: 479px) and (max-width: 767px) {

  .slider3-area .slider-1 .slider-btn-area,

  .slider3-area .slider-2 .slider-btn-area,

  .slider3-area .slider-3 .slider-btn-area {

    display: block;

  }

}

/*--------------------------------------

3.5 Slider 4 Area styles 

---------------------------------------*/

.slider4-area {

  position: relative;

}

.slider4-area:before {

  content: "";

  background-color: rgba(0, 0, 0, 0.6);

  height: 100%;

  width: 100%;

  position: absolute;

  z-index: 6;

}

.slider4-area .nivo-controlNav {

  display: none;

}

.slider4-area .nivo-directionNav a.nivo-prevNav {

  left: 5%;

}

.slider4-area .nivo-directionNav a.nivo-nextNav {

  right: 5%;

}

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

  .slider4-area .nivo-directionNav {

    opacity: 0;

    -webkit-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    transition: all 0.5s ease-out;

  }

  .slider4-area .nivo-directionNav a.nivo-prevNav {

    left: 10px;

  }

  .slider4-area .nivo-directionNav a.nivo-nextNav {

    right: 10px;

  }

}

.slider4-area:hover .nivo-directionNav {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.slider4-area .nivo-caption {

  top: 10px;

}

.slider4-area .slider-1 span {

  letter-spacing: 20px;

  text-transform: uppercase;

  margin-bottom: 15px;

  display: block;

}

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

  .slider4-area .slider-1 span {

    display: none;

  }

}

.slider4-area .slider-1 h1 {

  text-transform: uppercase;

  margin-bottom: 60px;

  font-size: 48px;

}

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

  .slider4-area .slider-1 h1 {

    font-size: 32px;

  }

}

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

  .slider4-area .slider-1 h1 {

    font-size: 24px;

  }

}

.slider4-area .slider-1 a {

  border-radius: 0;

}

.slider4-area .slider-2 span {

  letter-spacing: 20px;

  text-transform: uppercase;

  margin-bottom: 15px;

  display: block;

}

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

  .slider4-area .slider-2 span {

    display: none;

  }

}

.slider4-area .slider-2 h1 {

  text-transform: uppercase;

  margin-bottom: 60px;

  font-size: 48px;

}

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

  .slider4-area .slider-2 h1 {

    font-size: 32px;

  }

}

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

  .slider4-area .slider-2 h1 {

    font-size: 24px;

  }

}

.slider4-area .slider-2 a {

  border-radius: 0;

}

.slider4-area .slider-3 span {

  letter-spacing: 20px;

  text-transform: uppercase;

  margin-bottom: 15px;

  display: block;

}

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

  .slider4-area .slider-3 span {

    display: none;

  }

}

.slider4-area .slider-3 h1 {

  text-transform: uppercase;

  margin-bottom: 60px;

  font-size: 48px;

}

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

  .slider4-area .slider-3 h1 {

    font-size: 32px;

  }

}

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

  .slider4-area .slider-3 h1 {

    font-size: 24px;

  }

}

.slider4-area .slider-3 a {

  border-radius: 0;

}

.slider4-area .slider-4 span {

  letter-spacing: 20px;

  text-transform: uppercase;

  margin-bottom: 15px;

  display: block;

}

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

  .slider4-area .slider-4 span {

    display: none;

  }

}

.slider4-area .slider-4 h1 {

  text-transform: uppercase;

  margin-bottom: 60px;

  font-size: 48px;

}

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

  .slider4-area .slider-4 h1 {

    font-size: 32px;

  }

}

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

  .slider4-area .slider-4 h1 {

    font-size: 24px;

  }

}

.slider4-area .slider-4 a {

  border-radius: 0;

}

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

  .slider4-area .slider-1 .slider-btn-area,

  .slider4-area .slider-2 .slider-btn-area,

  .slider4-area .slider-3 .slider-btn-area {

    display: none;

  }

}

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

4. Inner Page Bannar Area styles

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

.inner-page-banner-area {

  background: url(../img/inner-page-banner.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-area:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-area .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-area .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  font-size: 48px;

  color: #ffffff;

}

.inner-page-banner-area .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-area .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-area .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-about {

  background: url(../img/inner-page-about.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-about:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-about .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-about .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  /*font-size: 48px;*/

  color: #ffffff;

}

.inner-page-banner-about .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-about .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-about .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-contact {

  background: url(../img/inner-page-contact.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-contact:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-contact .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-contact .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  /*font-size: 48px;*/

  color: #ffffff;

}

.inner-page-banner-contact .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-contact .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-contact .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-pulses {

  /*background: url(../img/inner-page-pulses.jpg);*/

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-pulses:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;



}

.inner-page-banner-pulses .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-pulses .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  /*font-size: 48px;*/

  color: #ffffff;

}

.inner-page-banner-pulses .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-pulses .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-pulses .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-dry {

  background: url(../img/inner-page-dry.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-dry:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-dry .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-dry .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  font-size: 48px;

  color: #ffffff;

}

.inner-page-banner-dry .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-dry .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-dry .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-spices {

  background: url(../img/inner-page-spices.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-spices:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-spices .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-spices .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  font-size: 48px;

  color: #ffffff;

}

.inner-page-banner-spices .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-spices .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-spices .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-oil {

  background: url(../img/inner-page-oil.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-oil:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-oil .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-oil .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  font-size: 48px;

  color: #ffffff;

}

.inner-page-banner-oil .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-oil .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-oil .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-grains {

  background: url(../img/inner-page-grains.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-grains:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-grains .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-grains .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  font-size: 48px;

  color: #ffffff;

}

.inner-page-banner-grains .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-grains .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-grains .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

.inner-page-banner-news {

  background: url(../img/inner-page-news.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  position: relative;

  display: block;

  padding: 90px 0 105px;

}

.inner-page-banner-news:after {

  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.inner-page-banner-news .pagination-area {

  position: relative;

  z-index: 1;

}

.inner-page-banner-news .pagination-area h2 {

  font-size: 30px;

  margin-bottom: 10px;

  /*font-size: 48px;*/

  color: #ffffff;

}

.inner-page-banner-news .pagination-area ul li {

  display: inline-block;

  color: #ffffff;

}

.inner-page-banner-news .pagination-area ul li a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.inner-page-banner-news .pagination-area ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*as*/

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

5. About Us Area Start Here

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

/*--------------------------------------

5.1 About Us 1 Area Styles  

---------------------------------------*/

.about-us1-area {

  padding: 86px 0 116px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .about-us1-area {

    padding: 76px 0 96px;

  }

}

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

  .about-us1-area {

    padding: 66px 0 86px;

  }

}

.about-us1-area .awards {

  margin-top: 60px;

}

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

  .about-us1-area .awards {

    text-align: center;

  }

}

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

  .about-us1-area .awards {

    margin-bottom: 30px;

  }

}

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

  .about-us1-area .awards {

    text-align: inherit;

  }

  .about-us1-area .awards .col-xs-4 {

    width: 100%;

  }

}

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

  .about-us1-area .awards-box {

    margin-bottom: 10px;

  }

}

.about-us1-area .awards-box a {

  border-radius: 50%;

  border: 1px dashed #66bc50;

  padding: 5px;

  margin-right: 15px;

}

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

  .about-us1-area .awards-box a {

    display: inline-block;

    margin-right: 0;

    float: none!important;

  }

}

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

  .about-us1-area .awards-box a {

    float: left!important;

    margin-right: 15px;

  }

}

.about-us1-area .awards-box a i {

  background: #66bc50;

  border-radius: 50%;

  font-size: 24px;

  color: #ffffff;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

}

.about-us1-area .awards-box .media-body h3 {

  font-size: 30px;

}

.about-us1-area .awards-box .media-body p {

  font-size: 16px;

  font-weight: 600;

}

.about-us1-area .about-us-img-holder-wrap {

  text-align: center;

}

.about-us1-area .about-us-img-holder {

  border: 18px solid #66bc50;

  position: relative;

}

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

  .about-us1-area .about-us-img-holder {

    display: inline-block;

  }

}

.about-us1-area .about-us-img-holder:before {

  top: 2%;

  left: 0;

  right: 0;

  margin: 0 auto;

  content: "";

  position: absolute;

  z-index: 1;

  height: 96%;

  width: 95%;

  background: transparent;

  border: 1px #ffffff;

  border-style: dashed;

}

.about-us1-area .about-us-img-holder:after {

  top: 34px;

  left: 34px;

  content: "";

  position: absolute;

  z-index: -1;

  height: 100%;

  width: 100%;

  background: #eaeaea;

}

.about-us1-area .about-us-img-holder img {

  width: 100%;

}

/*--------------------------------------

5.2 About Us 2 Area Styles  

---------------------------------------*/

.about-us2-area {

  padding: 87px 0 75px;

  position: relative;

  background: url(../img/about/about-back.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

@media (min-width: 480px) and (max-width: 991px) {

  .about-us2-area {

    padding: 67px 0 55px;

  }

}

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

  .about-us2-area {

    padding: 57px 0 45px;

  }

}

.about-us2-area:before {

  height: 100%;

  width: 50%;

  left: 0;

  top: 0;

  position: absolute;

  content: "";

  background-color: rgba(0, 0, 0, 0.7);

}

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

  .about-us2-area:before {

    width: 100%;

  }

}

.about-us2-area .about-us2-box {

  padding-right: 50px;

}

.about-us2-area .about-us2-box h2 {

  text-transform: uppercase;

  color: #f6f6f6;

}

.about-us2-area .about-us2-box h2 span {

  color: #66bc50;

}

.about-us2-area .about-us2-box p {

  color: #d2d2d2;

}

/*-------------------------------------

5.3 About Us Page 1 Area Styles  

---------------------------------------*/

.about-us-page1-area {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .about-us-page1-area {

    padding: 73px 0 55px;

  }

}

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

  .about-us-page1-area {

    padding: 63px 0 45px;

  }

}

.about-us-page1-area .about-us-expert {

  padding-bottom: 30px;

  display: inline-block;

}

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

  .about-us-page1-area .about-us-expert {

    padding-bottom: 30px;

  }

}

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

  .about-us-page1-area .about-us-expert {

    text-align: center;

  }

}

.about-us-page1-area .about-us-expert span {

  margin-bottom: 10px;

  display: block;

}

.about-us-page1-area .about-us-expert p {

  margin-bottom: 50px;

}

.about-us-page1-area .about-us-expert .about-us-details-img-holder {

  position: relative;

}

.about-us-page1-area .about-us-expert .about-us-details-img-holder:before {

  content: "Vision";

  padding: 5px 15px 7px 15px;

  color: #646464;

  background: #ffffff;

  border-radius: 50px 0 0 50px;

  position: absolute;

  z-index: 1;

  top: 150px;

  right: 50%;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:before {

    top: 110px;

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:before {

    top: 80px;

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:before {

    top: 5px;

    background: rgba(255, 255, 255, 0.9);

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:before {

    background: rgba(255, 255, 255, 0.7);

  }

}

.about-us-page1-area .about-us-expert .about-us-details-img-holder:After {

  content: "Mission";

  padding: 5px 15px 7px 15px;

  color: #ffffff;

  background: #66bc50;

  border-radius: 0 50px 50px 0;

  position: absolute;

  z-index: 1;

  top: 150px;

  left: 50%;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:After {

    top: 110px;

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:After {

    top: 80px;

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:After {

    top: 5px;

    background: rgba(106, 175, 8, 0.9);

  }

}

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

  .about-us-page1-area .about-us-expert .about-us-details-img-holder:After {

    background: rgba(106, 175, 8, 0.7);

  }

}

.about-us-page1-area .about-us-expert .about-us-details-img-holder span {

  width: 50%;

  float: left;

}

.about-us-page1-area .skill1-area {

  position: relative;

  overflow: hidden;

}

.about-us-page1-area .skill1-area .progress {

  background-color: #f0f0f0;

  border-radius: 0;

  box-shadow: none;

  height: 7px;

  margin-bottom: 56px;

  overflow: visible;

  position: relative;

  margin-top: 25px;

}

.about-us-page1-area .skill1-area .progress .lead {

  color: #444444;

  font-size: 13px;

  font-weight: 700;

  left: 0;

  position: absolute;

  top: -13px;

  z-index: 9;

  background: #ffffff;

  border: 2px solid #66bc50;

  padding: 5px 20px;

}

.about-us-page1-area .skill1-area .progress-bar > span {

  background: #646464;

  float: right;

  font-size: 11px;

  margin-right: 10px;

  margin-top: -25px;

  position: relative;

  padding: 0 5px;

}

.about-us-page1-area .skill1-area .progress-bar > span:before,

.about-us-page1-area .skill1-area .progress-bar > span:after {

  border: medium solid transparent;

  content: "";

  height: 0;

  position: absolute;

  top: 100%;

  width: 0;

}

.about-us-page1-area .skill1-area .progress-bar > span:before {

  border-top-color: #333;

  border-width: 5px;

  left: 50%;

  margin-left: -5px;

}

.about-us-page1-area .skill1-area .progress:nth-child(1) .progress-bar {

  background: #66bc50;

}

.about-us-page1-area .skill1-area .progress:nth-child(2) .progress-bar {

  background: #66bc50;

}

.about-us-page1-area .skill1-area .progress:nth-child(3) .progress-bar {

  background: #66bc50;

}

.about-us-page1-area .skill1-area .progress:nth-child(4) .progress-bar {

  background: #66bc50;

}

.about-us-page1-area .skill1-area .progress:nth-child(5) .progress-bar {

  background: #66bc50;

}

/*-------------------------------------

5.4 About Us Page 2 Area Styles  

---------------------------------------*/

.about-us-page2-area {

  padding: 50px 0px;

}

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

  .about-us-page2-area {

    padding: 66px 0 60px;

  }

}

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

  .about-us-page2-area {

    padding: 56px 0 0;

  }

}

.about-us-page2-area .history-box {

  padding-right: 100px;

 /* margin-bottom: 50px;*/

}

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

  .about-us-page2-area .history-box {

    padding-right: 0;

  }

}

.about-us-page2-area .history-box .history-list {

  margin-top: 30px;

}

.about-us-page2-area .history-box .history-list li {

  border-left: 1px dashed #646464;

  padding-left: 30px;

  position: relative;

  margin-left: 10px;

  padding-bottom: 40px;

}

.about-us-page2-area .history-box .history-list li:before {

  position: absolute;

  content: url(../img/about/bullet.png);

  background-repeat: no-repeat;

  top: 0;

  left: -15px;

  z-index: 1;

}

.about-us-page2-area .history-box .history-list li h3 {

  line-height: 1;

  color: #111111;

}

.about-us-page2-area .history-box .history-list li p {

  margin-bottom: 0;

}

.about-us-page2-area .history-box .history-list li:last-child {

  border-left: 0;

}

.about-us-page2-area .history-img-wraper {

  text-align: center;

}

.about-us-page2-area .history-img-wraper .history-img-holder {

  margin-top: 45px;

  text-align: center;

  display: inline-block;

  position: relative;

}

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

  .about-us-page2-area .history-img-wraper .history-img-holder {

    margin-bottom: 45px;

    margin-top: 0;

  }

}

.about-us-page2-area .history-img-wraper .history-img-holder:before {

  position: absolute;

  content: "";

  border: 2px dashed #e1e1e1;

  width: 100%;

  height: 100%;

  background: transparent;

  bottom: 30px;

  right: 30px;

}

.about-us-page2-area .history-img-wraper .history-img-holder img {

  width: 100%;

}

.about-us-page2-area .history-img-wraper .history-img-holder span {

  position: absolute;

  left: -50px;

  z-index: 1;

  top: 60px;

  width: 1px;

  word-wrap: break-word;

}

.about-us-page2-area .ask-question-left .panel-group {

  padding-top: 10px;

}

.about-us-page2-area .skill1-area {

  position: relative;

  overflow: hidden;

}

.about-us-page2-area .skill1-area .progress {

  background-color: #f0f0f0;

  border-radius: 0;

  box-shadow: none;

  height: 7px;

  margin-bottom: 60px;

  overflow: visible;

  position: relative;

  margin-top: 30px;

}

.about-us-page2-area .skill1-area .progress .lead {

  color: #444444;

  font-size: 13px;

  font-weight: 700;

  left: 0;

  position: absolute;

  top: -13px;

  z-index: 9;

  background: #ffffff;

  border: 2px solid #66bc50;

  padding: 5px 20px;

}

.about-us-page2-area .skill1-area .progress-bar > span {

  background: #646464;

  float: right;

  font-size: 11px;

  margin-right: 10px;

  margin-top: -25px;

  position: relative;

  padding: 0 5px;

}

.about-us-page2-area .skill1-area .progress-bar > span:before,

.about-us-page2-area .skill1-area .progress-bar > span:after {

  border: medium solid transparent;

  content: "";

  height: 0;

  position: absolute;

  top: 100%;

  width: 0;

}

.about-us-page2-area .skill1-area .progress-bar > span:before {

  border-top-color: #333;

  border-width: 5px;

  left: 50%;

  margin-left: -5px;

}

.about-us-page2-area .skill1-area .progress:nth-child(1) .progress-bar {

  background: #66bc50;

}

.about-us-page2-area .skill1-area .progress:nth-child(2) .progress-bar {

  background: #66bc50;

}

.about-us-page2-area .skill1-area .progress:nth-child(3) .progress-bar {

  background: #66bc50;

}

.about-us-page2-area .skill1-area .progress:nth-child(4) .progress-bar {

  background: #66bc50;

}

.about-us-page2-area .skill1-area .progress:nth-child(5) .progress-bar {

  background: #66bc50;

}

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

6. Services Area Start Here  

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

/*-------------------------------------

6.1 Service 1 Area Styles  

---------------------------------------*/

.service1-area {

  position: relative;

  top: -208px;

  z-index: 10;

  left: 0;

  right: 0;

  margin: 0 auto;

  clear: both;

  content: "";

  display: block;

}

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

  .service1-area {

    top: 0;

  }

}

.service1-area .service-box {

  position: absolute;

  padding: 30px;

  color: #ffffff;

  text-align: center;

  background-color: rgba(106, 175, 8, 0.8);

}

.service1-area .service-box h2 {

  font-size: 24px;

  margin: 8px 0 12px;

}

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

  .service1-area .service-box {

    position: inherit;

  }

}

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

  .service1-area .service-box {

    height: 275px;

  }

}

.service1-area .service-box span {

  position: absolute;

  top: -50px;

  left: 0;

  right: 0;

  z-index: 1;

  margin: 0 auto;

  background: #ffffff;

  border-radius: 50%;

  height: 80px;

  width: 80px;

  display: inline-block;

  border: 8px solid #66bc50;

}

.service1-area .service-box span i {

  color: #66bc50;

  line-height: 65px;

  font-size: 20px;

}

.service1-area .service-box a {

  position: absolute;

  bottom: -22px;

  z-index: 11;

  left: 0;

  right: 0;

  margin: 0 auto;

  width: 170px;

}

/*-------------------------------------

6.2 Service 2 Area Styles  

---------------------------------------*/

.service2-area {

  padding: 100px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .service2-area {

    padding: 80px 0 50px;

  }

}

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

  .service2-area {

    padding: 70px 0 40px;

  }

  .service2-area .col-xs-6 {

    width: 100%;

  }

}

.service2-area .service-box {

  margin-bottom: 30px;

  text-align: center;

  position: relative;

}

.service2-area .service-box a img {

  border-radius: 13px;

  width: 100%;

}

.service2-area .service-box .service-title {

  background-color: rgba(0, 0, 0, 0.8);

  color: #ffffff;

  position: absolute;

  height: 60px;

  padding: 15px 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: 0;

  border-radius: 0 0 13px 13px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service2-area .service-box .service-title h2 {

  font-size: 20px;

  text-transform: capitalize;

}

.service2-area .service-box:hover .service-title {

  background-color: rgba(106, 175, 8, 0.8);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service2-area .estimate-holder {

  bottom: 0;

  z-index: 1;

  text-align: center;

  background: #66bc50;

  padding: 35px 30px;

}

.service2-area .estimate-holder h2 {

  text-align: left;

  font-size: 28px;

  color: #ffffff;

}

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

  .service2-area .estimate-holder h2 {

    font-size: 26px;

  }

}

.service2-area .estimate-holder .form-control {

  border-radius: 5px;

  background: transparent;

  border: 1px dashed #d3d3d3!important;

  box-shadow: none;

  border: none;

  color: #ffffff;

}

.service2-area .estimate-holder .form-control::-moz-placeholder {

  color: #ffffff;

}

.service2-area .estimate-holder input {

  height: 47px;

}

.service2-area .estimate-holder input.form-control::-webkit-input-placeholder,

.service2-area .estimate-holder textarea.form-control::-webkit-input-placeholder {

  color: #ffffff;

}

.service2-area .estimate-holder input.form-control::-moz-placeholder,

.service2-area .estimate-holder textarea.form-control::-moz-placeholder {

  color: #ffffff;

}

.service2-area .estimate-holder input.form-control:-moz-placeholder,

.service2-area .estimate-holder textarea.form-control:-moz-placeholder {

  color: #ffffff;

}

.service2-area .estimate-holder input.form-control:-ms-input-placeholder,

.service2-area .estimate-holder textarea.form-control:-ms-input-placeholder {

  color: #ffffff;

}

/*-------------------------------------

6.3 Service 3 Area Styles  

---------------------------------------*/

.service3-area {

  padding: 86px 0 75px;

  background: url(../img/service/service3-back.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  position: relative;

}

@media (min-width: 480px) and (max-width: 991px) {

  .service3-area {

    padding: 66px 0 55px;

  }

}

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

  .service3-area {

    padding: 56px 0 45px;

  }

}

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

  .service3-area {

    background: none;

  }

}

.service3-area .service3-area-title h2 {

  text-align: center;

  color: #111111;

  margin-bottom: 115px;

}

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

  .service3-area .service3-area-title h2 {

    margin-bottom: 60px;

  }

}

.service3-area .service3-area-title h2 span {

  color: #66bc50;

}

.service3-area .service3-box-left .service3-content-holder {

  margin-bottom: 30px;

  float: left;

  width: 75%;

  text-align: right;

  margin-right: 15px;

}

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

  .service3-area .service3-box-left .service3-content-holder {

    width: 65%;

  }

}

.service3-area .service3-box-left .service3-content-holder h3 {

  font-size: 22px;

}

.service3-area .service3-box-left .service3-content-holder h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service3-area .service3-box-left .service3-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .service3-area .service3-box-left .service3-content-holder p {

    color: #111111;

  }

}

.service3-area .service3-box-left .service3-content-holder .title-bar35:after {

  right: 0;

  left: inherit;

}

.service3-area .service3-box-left .service3-icon-holder {

  float: left;

}

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

  .service3-area .service3-box-left .service3-icon-holder {

    float: right;

  }

}

.service3-area .service3-box-left .service3-icon-holder a i {

  background: #ffffff;

  border-radius: 50%;

  height: 70px;

  width: 70px;

  font-size: 30px;

  color: #66bc50;

  text-align: center;

  line-height: 70px;

  box-shadow: 0px 0px 20px -14px #111111;

  -webkit-box-shadow: 0px 0px 20px -14px #111111;

  -moz-box-shadow: 0px 0px 20px -14px #111111;

  -o-box-shadow: 0px 0px 20px -14px #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service3-area .service3-box-left .service3-icon-holder a:hover i {

  box-shadow: 0px 0px 25px -5px #66bc50;

  -webkit-box-shadow: 0px 0px 25px -5px #66bc50;

  -moz-box-shadow: 0px 0px 25px -5px #66bc50;

  -o-box-shadow: 0px 0px 25px -5px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service3-area .service3-box-right .service3-content-holder {

  margin-bottom: 30px;

  float: left;

  width: 75%;

  text-align: left;

  margin-left: 15px;

}

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

  .service3-area .service3-box-right .service3-content-holder {

    padding-left: 64px;

    float: inherit;

  }

}

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

  .service3-area .service3-box-right .service3-content-holder {

    text-align: right;

    padding-left: 0;

    margin-left: 0;

    margin-right: 5px;

    width: 65%;

    display: inline-block;

  }

}

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

  .service3-area .service3-box-right .service3-content-holder .title-bar35:after {

    right: 0!important;

    left: inherit;

  }

}

.service3-area .service3-box-right .service3-content-holder h3 {

  font-size: 20px;

}

.service3-area .service3-box-right .service3-content-holder h3 a {

  color: #111111;

}

.service3-area .service3-box-right .service3-content-holder h3 a:hover {

  color: #66bc50;

}

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

  .service3-area .service3-box-right .service3-content-holder p {

    color: #111111;

  }

}

.service3-area .service3-box-right .service3-icon-holder {

  float: left;

}

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

  .service3-area .service3-box-right .service3-icon-holder {

    float: right;

  }

}

.service3-area .service3-box-right .service3-icon-holder a i {

  background: #ffffff;

  border-radius: 50%;

  height: 70px;

  width: 70px;

  font-size: 30px;

  color: #66bc50;

  text-align: center;

  line-height: 70px;

  box-shadow: 0px 0px 20px -14px #111111;

  -webkit-box-shadow: 0px 0px 20px -14px #111111;

  -moz-box-shadow: 0px 0px 20px -14px #111111;

  -o-box-shadow: 0px 0px 20px -14px #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service3-area .service3-box-right .service3-icon-holder a:hover i {

  box-shadow: 0px 0px 25px -5px #66bc50;

  -webkit-box-shadow: 0px 0px 25px -5px #66bc50;

  -moz-box-shadow: 0px 0px 25px -5px #66bc50;

  -o-box-shadow: 0px 0px 25px -5px #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

6.4 Service 4 Area Styles  

---------------------------------------*/

.service4-area {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .service4-area {

    padding: 66px 0 50px;

  }

}

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

  .service4-area {

    padding: 56px 0 40px;

  }

}

.service4-area .service-box {

  position: relative;

  text-align: center;

  margin-bottom: 30px;

}

.service4-area .service-box span {

  background: #ffffff;

  border-radius: 50%;

  height: 80px;

  width: 80px;

  display: inline-block;

  border: 4px solid #66bc50;

  background: #66bc50;

  margin-bottom: 20px;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box span i {

  color: #ffffff;

  line-height: 75px;

  font-size: 24px;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box h3 {

  margin-bottom: 15px;

}

.service4-area .service-box h3 a {

  color: #222222;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service4-area .service-box p {

  margin-bottom: 60px;

}

.service4-area .service-box > a {

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service4-area .service-box:hover {

  background: url(../img/service/service-box-back.png);

  background-repeat: no-repeat;

  background-position: center;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box span {

  background: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box span i {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box h3 a {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service4-area .service-box a {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



/*.service4-area .service-box:hover {

  background: url(../img/service/service-box-back.png);

  background-repeat: no-repeat;

  background-position: center;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box:hover span {

  background: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box:hover span i {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.service4-area .service-box:hover h3 a {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service4-area .service-box:hover a {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}*/

/*-------------------------------------

6.5 Service Page 1 Area Styles  

---------------------------------------*/

.service-page1-area {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .service-page1-area {

    padding: 80px 0 30px;

  }

}

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

  .service-page1-area {

    padding: 70px 0 20px;

  }

  .service-page1-area .col-xs-6 {

    width: 100%;

  }

}

.service-page1-area .service-box {

  margin-bottom: 50px;

  position: relative;

  width: 100%;

}

.service-page1-area .service-box .service-box-social {

  position: absolute;

  left: 0;

  right: 30px;

  text-align: center;

  top: 26%;

  z-index: 2;

  margin: 0 auto;

  opacity: 0;

  -moz-transform: scale(1) translateX(80px);

  -webkit-transform: scale(1) translateX(80px);

  -o-transform: scale(1) translateX(80px);

  -ms-transform: scale(1) translateX(80px);

  transform: scale(1) translateX(80px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page1-area .service-box .service-box-social li {

  background: #ffffff;

  height: 50px;

  width: 50px;

  border-radius: 50px;

  line-height: 50px;

}

.service-page1-area .service-box .service-box-social li a {

  padding: 19px;

  border-radius: 50%;

}

.service-page1-area .service-box .service-box-social li a i {

  color: #363636;

}

.service-page1-area .service-box .service-img-holder {

  margin-bottom: 20px;

  position: relative;

}

.service-page1-area .service-box .service-img-holder:before {

  position: absolute;

  content: "";

  background-color: rgba(106, 175, 8, 0.8);

  height: 100%;

  width: 100%;

  z-index: 1;

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page1-area .service-box .service-img-holder img {

  width: 100%;

}

.service-page1-area .service-box .service-content-holder h3 {

  font-size: 20px;

  margin-bottom: 32px;

}

.service-page1-area .service-box .service-content-holder h3 a {

  color: #222222;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page1-area .service-box .service-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page1-area .service-box .service-content-holder p {

  margin-bottom: 27px;

}

.service-page1-area .service-box:hover .service-img-holder:before {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page1-area .service-box:hover .service-box-social {

  opacity: 1;

  -moz-transform: scale(1) translateX(45%);

  -webkit-transform: scale(1) translateX(45%);

  -o-transform: scale(1) translateX(45%);

  -ms-transform: scale(1) translateX(45%);

  transform: scale(1) translateX(45%);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

6.6 Service Page 2 Area Styles  

---------------------------------------*/

.service-page2-area {

  padding: 100px 0;

}

@media (min-width: 480px) and (max-width: 991px) {

  .service-page2-area {

    padding: 80px 0;

  }

}

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

  .service-page2-area {

    padding: 70px 0;

  }

  .service-page2-area .col-xs-6 {

    width: 100%;

  }

}

.service-page2-area .service-box {

  margin-bottom: 30px;

  position: relative;

  overflow: hidden;

}

.service-page2-area .service-box .service-img-holder a img {

  width: 100%;

}

.service-page2-area .service-box .service-img-holder:before {

  content: url(../img/service/mask.png);

  width: 100%;

  height: 100%;

  position: absolute;

  bottom: 0;

  z-index: 1;

  background-repeat: no-repeat;

  background-position: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page2-area .service-box .service-img-holder .service-content-holder {

  left: 0;

  right: 0;

  text-align: center;

  position: absolute;

  bottom: 0;

  z-index: 2;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page2-area .service-box .service-hover-content-holder {

  opacity: 0;

  padding: 30px;

  position: absolute;

  top: 0;

  background-color: rgba(106, 175, 8, 0.8);

  z-index: 3;

  height: 100%;

  width: 100%;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .service-page2-area .service-box .service-hover-content-holder {

    padding: 10px;

  }

}

.service-page2-area .service-box .service-hover-content-holder .title-bar35:after {

  background: #ffffff;

}

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

  .service-page2-area .service-box .service-hover-content-holder h3 {

    display: none;

  }

}

.service-page2-area .service-box .service-hover-content-holder h3 a {

  color: #ffffff;

}

.service-page2-area .service-box .service-hover-content-holder p {

  color: #ffffff;

}

.service-page2-area .service-box:hover .service-img-holder:before {

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page2-area .service-box:hover .service-img-holder .service-content-holder {

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page2-area .service-box:hover .service-hover-content-holder {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

6.7 Service Page 3 Area Styles  

---------------------------------------*/

.service-page3-area {

  padding: 100px 0;

}

.service-page3-area .service-box {

  position: relative;

  margin-bottom: 30px;

}

.service-page3-area .service-box:before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  z-index: 1;

  background-color: rgba(17, 17, 17, 0.5);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page3-area .service-box .service-box-title {

  height: 100%;

  position: absolute;

  z-index: 3;

  left: 0;

  right: 0;

  text-align: center;

  top: 44%;

  -webkit-transition: all 2s ease-out;

  -moz-transition: all 2s ease-out;

  -ms-transition: all 2s ease-out;

  -o-transition: all 2s ease-out;

  transition: all 2s ease-out;

}

.service-page3-area .service-box .service-box-title h3 {

  color: #ffffff;

}

.service-page3-area .service-box .service-box-details {

  padding: 0 30px;

  text-align: center;

  color: #ffffff;

  position: absolute;

  z-index: 2;

  background-color: rgba(106, 175, 8, 0.8);

  height: 90%;

  width: 94%;

  margin: 0 auto;

  top: 5%;

  left: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page3-area .service-box .service-box-details .service-box-details-content {

  position: relative;

  z-index: 3;

  top: 28%;

}

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

  .service-page3-area .service-box .service-box-details .service-box-details-content {

    top: 20%;

  }

}

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

  .service-page3-area .service-box .service-box-details .service-box-details-content {

    top: 18%;

  }

}

.service-page3-area .service-box .service-box-details .service-box-details-content h3 {

  margin-bottom: 10px;

}

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

  .service-page3-area .service-box .service-box-details .service-box-details-content h3 {

    display: none;

  }

}

.service-page3-area .service-box img {

  width: 100%;

}

.service-page3-area .service-box:hover:before {

  opacity: .5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page3-area .service-box:hover .service-box-details {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page3-area .service-box:hover .service-box-title {

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

6.8 Service Details Page Area Styles  

---------------------------------------*/

.service-page-details-area {

  padding: 50px 0px;

}

.service-page-details-area .service-details-top {

  padding-bottom: 20px;

}

.service-page-details-area .service-details-top h3 {

  font-size: 26px;

}

.service-page-details-area .service-details-top img {

  margin-bottom: 30px;

}

.service-page-details-area .service-details-bottom h3 {

  font-size: 26px;

}

.service-page-details-area .service-details-bottom h3 span {

  color: #66bc50;

}

.service-page-details-area .service-details-bottom > p {

  color: #111111;

  font-size: 20px;

  margin-bottom: 55px;

}

.service-page-details-area .service-details-bottom .benefit-box {

  padding-left: 30px;

  position: relative;

  margin-left: 10px;

  margin-bottom: 30px;

}

.service-page-details-area .service-details-bottom .benefit-box:before {

  position: absolute;

  content: url(../img/about/bullet.png);

  background-repeat: no-repeat;

  top: 0;

  left: -15px;

  z-index: 1;

}

.service-page-details-area .service-details-bottom .benefit-box h3 {

  line-height: 1;

  font-size: 22px;

  text-transform: capitalize;

}

.service-page-details-area .service-details-bottom .benefit-box h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page-details-area .service-details-bottom .benefit-box h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.service-page-details-area .service-details-bottom .benefit-box p {

  margin-bottom: 0;

}

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

7. Our Project Gallery Area Start Here

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

/*-------------------------------------

7.1 Our Projects 1 Area Styles  

---------------------------------------*/

.our-projects1-area {

  padding: 86px 0 100px;

  background: url(../img/project/back.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

@media (min-width: 480px) and (max-width: 991px) {

  .our-projects1-area {

    padding: 66px 0 80px;

  }

}

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

  .our-projects1-area {

    padding: 56px 0 70px;

  }

}

.our-projects1-area .title {

  color: #ffffff;

}

.our-projects1-area .our-projects-box .our-projects-img-holder {

  position: relative;

}

.our-projects1-area .our-projects-box .our-projects-img-holder img {

  width: 100%;

}

.our-projects1-area .our-projects-box .our-projects-img-holder:before {

  position: absolute;

  content: "";

  background-color: rgba(106, 175, 8, 0.8);

  height: 100%;

  width: 100%;

  opacity: 0;

  z-index: 2;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .our-projects-box .our-projects-content-holder {

  position: relative;

  padding: 20px 30px 0 30px;

  width: 100%;

  display: inline-block;

  background: #ffffff;

}

.our-projects1-area .our-projects-box .our-projects-content-holder h3 {

  font-size: 20px;

  margin-bottom: 8px;

}

.our-projects1-area .our-projects-box .our-projects-content-holder h3 a {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .our-projects-box .our-projects-content-holder h3 a:hover {

  color: #272727;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .our-projects-box .our-projects-content-holder p {

  font-size: 14px;

}

.our-projects1-area .our-projects-box .our-projects-content-holder span {

  position: absolute;

  top: -25px;

  right: 30px;

  z-index: 3;

  background: #66bc50;

  border-radius: 50%;

  height: 50px;

  width: 50px;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .our-projects-box .our-projects-content-holder span a {

  display: block;

  color: #ffffff;

}

.our-projects1-area .our-projects-box .our-projects-content-holder span a i {

  line-height: 50px;

}

.our-projects1-area .our-projects-box:hover .our-projects-img-holder:before {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .our-projects-box:hover .our-projects-content-holder span {

  background: #272727;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects1-area .owl-controls {

  margin-top: 0;

}

/*-------------------------------------

7.2 Our Projects 2 Area Styles  

---------------------------------------*/

.our-projects2-area {

  padding: 86px 0 70px;

}

.our-projects2-area .title:before {

  display: none;

}

.our-projects2-area .our-projects-box2 {

  position: relative;

  display: inline-block;

}

.our-projects2-area .our-projects-box2 .our-projects-box2-social {

  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

  top: 20%;

  z-index: 2;

  background: #ffffff;

  height: 50px;

  width: 50px;

  border-radius: 50px;

  line-height: 50px;

  margin: 0 auto;

  opacity: 0;

  -moz-transform: scale(1);

  -webkit-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .our-projects-box2 .our-projects-box2-social a {

  padding: 15px 20px;

}

.our-projects2-area .our-projects-box2 .our-projects-box2-social i {

  color: #363636;

}

.our-projects2-area .our-projects-box2 .project-img-holder {

  margin-bottom: 20px;

  position: relative;

}

.our-projects2-area .our-projects-box2 .project-img-holder:before {

  position: absolute;

  content: "";

  background-color: rgba(106, 175, 8, 0.8);

  height: 100%;

  width: 100%;

  z-index: 1;

  opacity: 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .our-projects-box2 .project-img-holder img {

  width: 100%;

}

.our-projects2-area .our-projects-box2 .project-content-holder h3 {

  font-size: 22px;

  margin-bottom: 10px;

}

.our-projects2-area .our-projects-box2 .project-content-holder h3 a {

  color: #222222;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .our-projects-box2 .project-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .our-projects-box2:hover .project-img-holder:before {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .our-projects-box2:hover .our-projects-box2-social {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.our-projects2-area .owl-controls .owl-dots {

  height: 15px;

  margin: 0 auto;

  overflow: hidden;

  width: 132px;

}

.our-projects2-area .owl-controls .owl-dots > div span {

  width: 30px;

  border: 1px solid #869791;

  background: transparent;

  height: 10px;

}

.our-projects2-area .owl-controls .owl-dots > .active span {

  background: #66bc50;

}

/*----------------------------------------

7.3 Project Gallery 1 Area Styles

----------------------------------------*/

.project-gallery1-area {

  padding: 100px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .project-gallery1-area {

    padding: 80px 0 50px;

  }

}

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

  .project-gallery1-area {

    padding: 70px 0 40px;

  }

}

.project-gallery1-area .myisotop1 a {

  margin-bottom: 5px;

}

.project1-box {

  margin-bottom: 30px;

  overflow: hidden;

  float: left;

}

.project1-box .project1-box-inner {

  position: relative;

  overflow: hidden;

}

.project1-box .project1-box-inner .project1-box-content {

  opacity: 0;

  background-color: rgba(106, 175, 8, 0.8);

  height: 80px;

  width: 100%;

  position: absolute;

  bottom: 0;

  display: table;

  -moz-transform: scale(1) translateY(500px);

  -webkit-transform: scale(1) translateY(500px);

  -o-transform: scale(1) translateY(500px);

  -ms-transform: scale(1) translateY(500px);

  transform: scale(1) translateY(500px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project1-box .project1-box-inner .project1-box-content ul li {

  margin: 0 12px;

  display: inline-block;

}

.project1-box .project1-box-inner .project1-box-content ul li h3 {

  padding-top: 20px;

}

.project1-box .project1-box-inner .project1-box-content ul li h3 a {

  color: #ffffff;

}

.project1-box .project1-box-inner .project1-box-content ul li a i {

  margin-top: 25px;

  background: #ffffff;

  text-align: center;

  border-radius: 15%;

  width: 50px;

  height: 30px;

  line-height: 30px;

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project1-box .project1-box-inner .project1-box-content ul li a:hover i {

  background: #ffffff;

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project1-box .project1-box-inner .project1-box-content ul li:last-child {

  float: right;

}

.project1-box:hover .project1-box-content {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project1-box img {

  width: 100%;

}

.project1-box.small img {

  height: 173px;

}

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

  .project1-box.small img {

    height: auto;

  }

}

/*----------------------------------------

7.4 Project Gallery 2 Area Styles

----------------------------------------*/

.project-gallery2-area {

  padding: 100px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .project-gallery2-area {

    padding: 80px 0 50px;

  }

}

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

  .project-gallery2-area {

    padding: 70px 0 40px;

  }

}

.project-gallery2-area .myisotop2 a {

  margin-bottom: 5px;

}

.project2-box {

  margin-bottom: 30px;

}

.project2-box .project2-box-inner {

  text-align: center;

  overflow: hidden;

  position: relative;

}

.project2-box .project2-box-inner:before {

  content: "";

  background: transparent;

  position: absolute;

  border-left: 1px dashed #ffffff;

  border-right: 1px dashed #ffffff;

  opacity: 0;

  height: 90%;

  width: 90%;

  top: 5%;

  left: 0;

  right: 0;

  margin: 0 auto;

  z-index: 2;

  -moz-transform: scale(1) translateY(-700px);

  -webkit-transform: scale(1) translateY(-700px);

  -o-transform: scale(1) translateY(-700px);

  -ms-transform: scale(1) translateY(-700px);

  transform: scale(1) translateY(-700px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner:after {

  content: "";

  background: transparent;

  position: absolute;

  border-top: 1px dashed #ffffff;

  border-bottom: 1px dashed #ffffff;

  opacity: 0;

  height: 90%;

  width: 90%;

  top: 5%;

  left: 0;

  right: 0;

  margin: 0 auto;

  z-index: 2;

  -moz-transform: scale(1) translateX(-700px);

  -webkit-transform: scale(1) translateX(-700px);

  -o-transform: scale(1) translateX(-700px);

  -ms-transform: scale(1) translateX(-700px);

  transform: scale(1) translateX(-700px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner .project2-social {

  opacity: 0;

  position: absolute;

  text-align: center;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 40%;

  z-index: 2;

  -moz-transform: scale(1);

  -webkit-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.project2-box .project2-box-inner .project2-social li {

  border-right: 1px solid #d6d6d6;

  display: inline;

  margin-right: 15px;

  padding-right: 15px;

  height: 40px;

  width: 40px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project2-box .project2-box-inner .project2-social li a i {

  font-size: 30px;

  line-height: 40px;

  color: #66bc50;

  background: #ffffff;

  height: 50px;

  width: 50px;

  line-height: 50px;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project2-box .project2-box-inner .project2-social li:hover i {

  color: #727272;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project2-box .project2-box-inner .project2-social li:last-child {

  border-right: 0;

  margin-right: 0;

  padding-right: 0;

}

.project2-box .project2-box-inner .project2-img-holder {

  position: relative;

}

.project2-box .project2-box-inner .project2-img-holder:after {

  opacity: 0;

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  -moz-transform: scale(1);

  -webkit-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner .project2-img-holder a img {

  width: 100%;

  height: 355px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .project2-box .project2-box-inner .project2-img-holder a img {

    height: 270px;

  }

}

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

  .project2-box .project2-box-inner .project2-img-holder a img {

    height: auto;

  }

}

.project2-box .project2-box-inner .project2-content-holder h3 {

  font-size: 16px;

  text-transform: uppercase;

  letter-spacing: 3px;

  font-weight: 600;

  margin-bottom: 10px;

}

.project2-box .project2-box-inner .project2-content-holder h3 a {

  color: #66bc50;

}

.project2-box .project2-box-inner .project2-content-holder h3 a:hover {

  color: #727272;

}

.project2-box .project2-box-inner .project2-content-holder ul li {

  display: inline;

  font-size: 13px;

  font-weight: 500;

  color: #727272;

  text-transform: uppercase;

  letter-spacing: 3px;

  border-right: 1px solid #d6d6d6;

  padding-right: 10px;

  margin-right: 10px;

}

.project2-box .project2-box-inner .project2-content-holder ul li:last-child {

  border-right: 0;

  padding-right: 0;

  margin-right: 0;

}

.project2-box .project2-box-inner:hover:before {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner:hover:after {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner:hover .project2-social {

  opacity: 1;

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project2-box .project2-box-inner:hover .project2-img-holder:after {

  opacity: 1;

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

/*----------------------------------------

7.5 Project Gallery 3 Area Styles

----------------------------------------*/

.project-gallery3-area {

  padding: 100px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .project-gallery3-area {

    padding: 80px 0 50px;

  }

}

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

  .project-gallery3-area {

    padding: 70px 0 40px;

  }

}

.project-gallery3-area .myisotop2 a {

  margin-bottom: 5px;

}

.project3-box {

  margin-bottom: 30px;

}

.project3-box .project3-box-inner {

  position: relative;

  overflow: hidden;

}

.project3-box .project3-box-inner .project3-box-content {

  opacity: 0;

  background-color: rgba(106, 175, 8, 0.8);

  height: 80px;

  display: table;

  width: 100%;

  position: absolute;

  bottom: 0;

  -moz-transform: scale(1) translateX(1500px);

  -webkit-transform: scale(1) translateX(1500px);

  -o-transform: scale(1) translateX(1500px);

  -ms-transform: scale(1) translateX(1500px);

  transform: scale(1) translateX(1500px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.project3-box .project3-box-inner .project3-box-content ul {

  display: table-cell;

  vertical-align: middle;

  position: relative;

  text-align: center;

}

.project3-box .project3-box-inner .project3-box-content ul li {

  margin: 0 15px;

}

.project3-box .project3-box-inner .project3-box-content ul li h3 {

  margin-bottom: 0;

}

.project3-box .project3-box-inner .project3-box-content ul li h3 a {

  color: #ffffff;

}

.project3-box .project3-box-inner .project3-box-content ul li a i {

  margin-top: 15px;

  border: 1px solid #ffffff;

  text-align: center;

  border-radius: 50%;

  width: 50px;

  height: 50px;

  line-height: 50px;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project3-box .project3-box-inner .project3-box-content ul li a:hover i {

  background: #ffffff;

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project3-box .project3-box-inner .project3-img-holder a img {

  width: 100%;

  height: 502px;

}

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

  .project3-box .project3-box-inner .project3-img-holder a img {

    height: auto;

  }

}

.project3-box:hover .project3-box-content {

  opacity: 1;

  -moz-transform: scale(1) translateX(0px);

  -webkit-transform: scale(1) translateX(0px);

  -o-transform: scale(1) translateX(0px);

  -ms-transform: scale(1) translateX(0px);

  transform: scale(1) translateX(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*----------------------------------------

7.6 Project Gallery 4 Area Styles

----------------------------------------*/

.project-gallery4-area {

  padding: 100px 0;

}

@media (min-width: 480px) and (max-width: 991px) {

  .project-gallery4-area {

    padding: 80px 0;

  }

}

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

  .project-gallery4-area {

    padding: 70px 0;

  }

}

.project4-box {

  position: relative;

  margin-bottom: 30px;

}

.project4-box .project4-content-holder {

  transform: scale(0);

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

  opacity: 0;

  background-color: rgba(106, 175, 8, 0.8);

  position: absolute;

  top: 0;

  height: 100%;

  width: 100%;

}

.project4-box .project4-content-holder .project4-content {

  left: 0;

  right: 0;

  text-align: center;

  padding: 0 30px;

  top: 50%;

  position: absolute;

  transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

}

.project4-box .project4-content-holder .project4-content .gallery-details {

  background: transparent;

  color: #ffffff;

  border: 1px dashed #ffffff;

  padding: 12px 40px;

  font-size: 30px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project4-box .project4-content-holder .project4-content .gallery-details:hover {

  background-color: rgba(17, 17, 17, 0.7);

  border: 1px dashed rgba(17, 17, 17, 0.7);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.project4-box .project4-content-holder > a {

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: 10;

}

.project4-box .project4-content-holder > a i {

  color: #646464;

  padding: 0 15px 15px;

}

.project4-box .project4-content-holder > a:after {

  border-color: transparent #ffffff;

  border-style: solid;

  border-width: 60px 60px 0 0;

  bottom: 4px;

  content: "";

  position: absolute;

  right: 4px;

  z-index: -1;

}

.project4-box .project4-img-holder img {

  width: 100%;

}

.project4-box:hover .project4-content-holder {

  transform: scale(1);

  opacity: 1;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

/*----------------------------------------

7.7 Project Gallery My Isotop 1 Area Styles

----------------------------------------*/

.myisotop1 {

  text-align: center;

  margin-bottom: 40px;

}

.myisotop1:after {

  display: none;

}

.myisotop1 a {

  background: transparent;

  border: 1px solid #66bc50;

  color: #111111;

  font-weight: 600;

  padding: 10px 40px;

  font-size: 14px;

  margin: 0 5px;

  letter-spacing: 1px;

  display: inline-block;

  border-radius: 5px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.myisotop1 a:hover {

  background: #66bc50;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .myisotop1 a {

    padding: 10px 18px;

  }

}

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

  .myisotop1 a {

    padding: 7px 34px;

  }

}

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

  .myisotop1 a {

    margin-bottom: 5px!important;

  }

}

.myisotop1 .current {

  background: #66bc50;

  color: #ffffff;

}

/*----------------------------------------

7.8 Project Gallery My Isotop 2 Area Styles

----------------------------------------*/

.myisotop2 {

  text-align: center;

  margin-bottom: 40px;

}

.myisotop2:after {

  display: none;

}

.myisotop2 a {

  background: transparent;

  border: 1px solid #a9a9a9;

  color: #66bc50;

  font-weight: 600;

  padding: 8px 30px;

  font-size: 14px;

  margin: 0 1px;

  letter-spacing: 1px;

  display: inline-block;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.myisotop2 a:hover {

  background: #66bc50;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .myisotop2 a {

    padding: 7px 18px;

  }

}

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

  .myisotop2 a {

    margin-bottom: 5px!important;

  }

}

.myisotop2 .current {

  background: #66bc50;

  color: #ffffff;

}

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

8. Blog Area Start Here

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

/*-------------------------------------

8.1 Blog Area Common Styles  

---------------------------------------*/

.blog-box {

  overflow: hidden;

  position: relative;

}

.blog-box .blog-social {

  opacity: 0;

  left: 0;

  margin: 0 auto;

  opacity: 1;

  position: absolute;

  right: 10px;

  text-align: center;

  top: 10%;

  z-index: 2;

  -moz-transform: scale(1) translateY(-150px);

  -webkit-transform: scale(1) translateY(-150px);

  -o-transform: scale(1) translateY(-150px);

  -ms-transform: scale(1) translateY(-150px);

  transform: scale(1) translateY(-150px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

@media (min-width: 479px) and (max-width: 991px) {

  .blog-box .blog-social {

    top: 8%;

  }

}

.blog-box .blog-social li {

  background: #ffffff;

  border-radius: 50%;

  height: 50px;

  width: 50px;

  display: inline-block;

}

.blog-box .blog-social li a:hover i {

  color: #66bc50;

}

.blog-box .blog-social li a i {

  line-height: 50px;

  color: #111111;

}

.blog-box .blog-img-holder {

  margin-bottom: 20px;

  overflow: hidden;

  position: relative;

}

.blog-box .blog-img-holder img {

  width: 100%;

}

.blog-box .blog-img-holder:after {

  height: 100%;

  width: 100%;

  top: 0;

  background-color: rgba(0, 0, 0, 0.8);

  position: absolute;

  z-index: 1;

  content: "";

  left: 0;

  right: 0;

  display: block;

  opacity: 0;

  -moz-transform: scale(1) translateY(250px);

  -webkit-transform: scale(1) translateY(250px);

  -o-transform: scale(1) translateY(250px);

  -ms-transform: scale(1) translateY(250px);

  transform: scale(1) translateY(250px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.blog-box .blog-img-holder .blog-content-holder {

  left: 0;

  margin: 0 auto;

  opacity: 1;

  position: absolute;

  right: 0;

  text-align: center;

  bottom: 5px;

  z-index: 2;

  background: #66bc50;

  padding: 10px;

  width: 170px;

  border-radius: 5px;

  height: 50px;

}

@media (min-width: 479px) and (max-width: 991px) {

  .blog-box .blog-img-holder .blog-content-holder {

    height: 40px;

    width: 160px;

    padding: 6px;

  }

}

.blog-box .blog-img-holder .blog-content-holder span {

  color: #ffffff;

  line-height: 28px;

}

.blog-box .blog-bottom-content-holder h3 {

  margin-bottom: 10px;

  font-size: 22px;

}

.blog-box .blog-bottom-content-holder h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.blog-box .blog-bottom-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.blog-box .blog-bottom-content-holder ul {

  border-bottom: 1px solid #eee;

  margin-bottom: 15px;

  padding-bottom: 12px;

}

.blog-box .blog-bottom-content-holder ul li {

  display: inline-block;

  margin-right: 20px;

}

.blog-box .blog-bottom-content-holder ul li a {

  font-size: 14px;

  font-style: italic;

  color: #646464;

}

.blog-box .blog-bottom-content-holder ul li a:hover {

  color: #66bc50;

}

.blog-box .blog-bottom-content-holder ul li a i {

  color: #66bc50;

  margin-right: 8px;

}

.blog-box:hover .blog-social {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.blog-box:hover .blog-img-holder:after {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

8.2 Our Blog Area Styles  

---------------------------------------*/

.our-blog {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .our-blog {

    padding: 66px 0 55px;

  }

}

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

  .our-blog {

    padding: 56px 0 45px;

  }

}

.our-blog .owl-controls {

  margin-top: 0;

}

/*-------------------------------------

8.3 Blog Page 1 Area Styles  

---------------------------------------*/

.blog-page1-area {

  padding: 86px 0 45px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .blog-page1-area {

    padding: 66px 0 25px;

  }

}

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

  .blog-page1-area {

    padding: 56px 0 15px;

  }

  .blog-page1-area .col-xs-6 {

    width: 100%;

  }

}

.blog-page1-area .blog-box {

  margin-bottom: 30px;

}

/*-------------------------------------

8.4 Blog Page 2 Area Styles  

---------------------------------------*/

.blog-page2-area {

  padding: 50px 0;

}

@media (min-width: 480px) and (max-width: 991px) {

  .blog-page2-area {

    padding: 80px 0;

  }

}

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

  .blog-page2-area {

    padding: 70px 0;

  }

}

.blog-page2-area .blog-box {

  margin-bottom: 30px;

}

/*----------------------------------------

8.5 Single Blog Page Area Styles

----------------------------------------*/

.single-blog-page-area {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .single-blog-page-area {

    padding: 80px 0 60px;

  }

}

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

  .single-blog-page-area {

    padding: 70px 0 50px;

  }

}

.single-blog-page-area .single-blog-details-content {

  padding-bottom: 30px;

}

.single-blog-page-area .single-blog-details-content a img {

  width: 100%;

  margin-bottom: 25px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-content a img:hover {

  opacity: 0.5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-content h2 {

  text-transform: capitalize;

  font-size: 30px;

  margin-bottom: 5px;

}

.single-blog-page-area .single-blog-details-content h2 a {

  color: #111111;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-content h2 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-content .comments-info {

  padding-bottom: 20px;

  border-bottom: 1px solid #d6d6d6;

  margin-bottom: 26px;

}

.single-blog-page-area .single-blog-details-content .comments-info li {

  display: inline-block;

  font-size: 13px;

  text-transform: capitalize;

  font-weight: 500;

  border-right: 1px solid #646464;

  margin-right: 15px;

  padding-right: 15px;

  line-height: 1;

  letter-spacing: 1px;

}

.single-blog-page-area .single-blog-details-content .comments-info li:last-child {

  border-right: 0;

}

.single-blog-page-area .single-blog-details-content .comments-info li span {

  color: #646464;

  text-transform: initial;

  font-weight: 600;

}

.single-blog-page-area .single-blog-details-content p span {

  position: relative;

  padding-left: 20px;

  margin: 5px 0 8px 45px;

  display: inline-block;

  font-size: 18px;

}

.single-blog-page-area .single-blog-details-content p span:after {

  content: "";

  background: #66bc50;

  height: 76px;

  width: 2px;

  position: absolute;

  left: 0;

  top: 0;

}

.single-blog-page-area .single-blog-details-tags {

  margin-bottom: 50px;

}

.single-blog-page-area .single-blog-details-tags h3 {

  font-size: 18px;

  text-transform: capitalize;

  letter-spacing: 1px;

  color: #222222;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li {

  display: inline-block;

  margin-right: 5px;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li a {

  width: 29px;

  height: 27px;

  border: 1px solid #66bc50;

  display: block;

  text-align: center;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li a i {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li:hover {

  background: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li:hover a {

  border: 1px solid #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-tags .single-blog-social li:hover a i {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.single-blog-page-area .single-blog-details-comments {

  margin-bottom: 50px;

}

.single-blog-page-area .single-blog-details-comments h3 {

  font-size: 30px;

  letter-spacing: 2px;

  text-transform: capitalize;

  color: #111111;

  margin-bottom: 30px;

}

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

  .single-blog-page-area .single-blog-details-comments .media a {

    float: none!important;

  }

}

.single-blog-page-area .single-blog-details-comments .media a img {

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media a img:hover {

  opacity: 0.5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media .media-body {

  position: relative;

  padding-left: 30px;

}

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

  .single-blog-page-area .single-blog-details-comments .media .media-body {

    padding-left: 0;

    padding-right: 5px;

  }

}

.single-blog-page-area .single-blog-details-comments .media .media-body > h3 {

  font-size: 16px;

  margin-bottom: 8px;

}

.single-blog-page-area .single-blog-details-comments .media .media-body > h3 a {

  color: #646464;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media .media-body > h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media .media-body p {

  color: #979797;

  margin-bottom: 15px;

}

.single-blog-page-area .single-blog-details-comments .media .media-body p span {

  color: #727272;

  font-size: 15px;

  font-weight: 500;

}

.single-blog-page-area .single-blog-details-comments .media .media-body .replay-area {

  position: absolute;

  right: 0;

  top: 0;

  z-index: 3;

}

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

  .single-blog-page-area .single-blog-details-comments .media .media-body .replay-area {

    right: 10px;

  }

}

.single-blog-page-area .single-blog-details-comments .media .media-body .replay-area a {

  color: #7a7a7a;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media .media-body .replay-area a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.single-blog-page-area .single-blog-details-comments .media .media-body .replay-area a i:before {

  font-size: 16px;

  color: #66bc50;

  margin-right: 5px;

}

.single-blog-page-area .single-blog-details-leave-comments h3 {

  font-size: 30px;

  letter-spacing: 2px;

  text-transform: capitalize;

  color: #111111;

  margin-bottom: 30px;

}

.single-blog-page-area .single-blog-details-leave-comments .form-group {

  margin-bottom: 20px;

}

.single-blog-page-area .single-blog-details-leave-comments .form-group .form-control {

  border-radius: 0;

  background: #ddd;

  box-shadow: none;

  border: none;

}

.single-blog-page-area .single-blog-details-leave-comments .form-group input {

  height: 45px;

  color: #646464;

  font-weight: 500;

}

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

9. Team Area Start Here

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

/*-------------------------------------

9.1 Team Area Common Styles  

---------------------------------------*/

.team-box {

  position: relative;

  text-align: center;

}

.team-box .team-social {

  opacity: 0;

  position: absolute;

  text-align: center;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 30%;

  z-index: 2;

  -moz-transform: scale(1) translateY(-150px);

  -webkit-transform: scale(1) translateY(-150px);

  -o-transform: scale(1) translateY(-150px);

  -ms-transform: scale(1) translateY(-150px);

  transform: scale(1) translateY(-150px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-social li {

  margin: 0 5px;

  display: inline-block;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  background: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-social li:hover {

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-social li:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-social li a {

  border-radius: 50%;

  display: inline-block;

  padding: 0 20px;

}

.team-box .team-social li a i {

  line-height: 50px;

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-img-holder {

  display: inline-block;

  position: relative;

}

.team-box .team-img-holder:after {

  opacity: 0;

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.team-box .team-content-holder {

  position: absolute;

  z-index: 10;

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: 60px;

  background: rgba(255, 255, 255, 0.9);

  padding: 15px 0;

  border-radius: 30px;

  color: #000000;

  width: 276px;

  height: 74px;

  text-align: center;

}

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

  .team-box .team-content-holder {

    bottom: 5px;

    width: 250px;

    height: 60px;

    padding: 10px 0;

  }

}

@media (min-width: 480px) and (max-width: 991px) {

  .team-box .team-content-holder {

    width: 100%;

  }

}

.team-box .team-content-holder h3 {

  margin-bottom: 3px;

  text-transform: capitalize;

  line-height: 1;

}

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

  .team-box .team-content-holder h3 {

    font-size: 22px;

  }

}

.team-box .team-content-holder h3 a {

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box .team-content-holder p {

  font-size: 14px;

  color: #66bc50;

}

.team-box:hover .team-social {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-box:hover .team-img-holder:after {

  opacity: 1;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

/*-------------------------------------

9.2 Team 1 Area Styles  

---------------------------------------*/

.team1-area {

  padding: 86px 0 100px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .team1-area {

    padding: 66px 0 80px;

  }

}

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

  .team1-area {

    padding: 56px 0 70px;

  }

}

.team1-area .owl-controls {

  margin-top: 0;

}

/*-------------------------------------

9.3 Team 2 Area Styles  

---------------------------------------*/

.team2-area {

  padding: 86px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .team2-area {

    padding: 66px 0 50px;

  }

}

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

  .team2-area {

    padding: 56px 0 40px;

  }

}

.team2-area .carousel-margin .team-box {

  margin: 0 15px 30px 15px;

}

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

  .team2-area .col-xs-6 {

    width: 100%;

  }

}

.team2-area .team-box {

  position: relative;

  margin-bottom: 30px;

  text-align: center;

}

.team2-area .team-box .team-box-top {

  position: relative;

  overflow: hidden;

}

.team2-area .team-box .team-social {

  opacity: 0;

  position: absolute;

  text-align: center;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 30%;

  z-index: 2;

  -moz-transform: scale(1) translateY(150px);

  -webkit-transform: scale(1) translateY(150px);

  -o-transform: scale(1) translateY(150px);

  -ms-transform: scale(1) translateY(150px);

  transform: scale(1) translateY(150px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box .team-social li {

  margin: 0 5px;

  display: inline-block;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  background: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box .team-social li:hover {

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box .team-social li:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box .team-social li a {

  border-radius: 50%;

  display: inline-block;

  padding: 0 20px;

}

.team2-area .team-box .team-social li a i {

  line-height: 50px;

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box .team-img-holder {

  display: inherit;

  position: relative;

}

.team2-area .team-box .team-img-holder:after {

  opacity: 0;

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: rgba(106, 175, 8, 0.8);

  z-index: 1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.team2-area .team-box .team-img-holder img {

  width: 100%;

}

.team2-area .team-box .team-content-holder {

  position: inherit;

  background: #66bc50;

  padding: 23px 0;

  width: 100%;

  text-align: center;

  border-radius: 0;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

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

  .team2-area .team-box .team-content-holder {

    padding: 17px 0;

  }

}

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

  .team2-area .team-box .team-content-holder {

    padding: 18px 0;

  }

}

.team2-area .team-box .team-content-holder h3 {

  margin-bottom: 0;

  text-transform: capitalize;

  font-size: 24px;

}

.team2-area .team-box .team-content-holder h3 a {

  color: #ffffff;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.team2-area .team-box .team-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.team2-area .team-box:hover .team-social {

  opacity: 1;

  -moz-transform: scale(1) translateY(0px);

  -webkit-transform: scale(1) translateY(0px);

  -o-transform: scale(1) translateY(0px);

  -ms-transform: scale(1) translateY(0px);

  transform: scale(1) translateY(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team2-area .team-box:hover .team-img-holder:after {

  opacity: 1;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

.team2-area .team-box:hover .team-content-holder {

  background: #222222;

  -webkit-transition: all 0.8s ease-out;

  -moz-transition: all 0.8s ease-out;

  -ms-transition: all 0.8s ease-out;

  -o-transition: all 0.8s ease-out;

  transition: all 0.8s ease-out;

}

/*-------------------------------------

9.4 Team 3 Area Styles  

---------------------------------------*/

.team3-area {

  padding: 100px 0 70px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .team3-area {

    padding: 80px 0 50px;

  }

}

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

  .team3-area {

    padding: 70px 0 40px;

  }

  .team3-area .col-xs-6 {

    width: 100%;

  }

}

.team3-area .team-box {

  margin-bottom: 30px;

}

/*-------------------------------------

9.5 Team Details Area Styles  

---------------------------------------*/

.team-details-inner-area {

  padding-top: 100px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .team-details-inner-area {

    padding-top: 80px;

  }

}

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

  .team-details-inner-area {

    padding-top: 70px;

  }

}

.team-details-inner-area .team-details-img-wraper {

  text-align: center;

}

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

  .team-details-inner-area .team-details-img-wraper {

    margin-bottom: 30px;

  }

}

.team-details-inner-area .team-details-img-wraper .team-details-img-holder {

  display: inline-block;

  background: #66bc50;

}

.team-details-inner-area .team-details-img-wraper .team-details-img-holder a:hover img {

  opacity: 0.6;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-details-inner-area .team-details-img-wraper .team-details-img-holder a img {

  width: 100%;

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-details-inner-area .team-details-content-holder h2 {

  color: #222222;

  text-transform: uppercase;

  line-height: 1;

  margin-bottom: 15px;

}

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

  .team-details-inner-area .team-details-content-holder h2 {

    text-align: center;

  }

}

.team-details-inner-area .team-details-content-holder .team-details-social {

  margin-top: 37px;

}

.team-details-inner-area .team-details-content-holder .team-details-social li {

  display: inline;

  margin-right: 15px;

}

.team-details-inner-area .team-details-content-holder .team-details-social li a {

  background: #eaeaea;

  height: 30px;

  width: 30px;

  line-height: 30px;

  display: inline-block;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-details-inner-area .team-details-content-holder .team-details-social li a i {

  color: #7a7a7a;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-details-inner-area .team-details-content-holder .team-details-social li:hover a {

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.team-details-inner-area .team-details-content-holder .team-details-social li:hover a i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

10. Shop Area Start Here

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

/*---------------------------------------

10.1 Shop Common Area Styles 

---------------------------------------*/

.shop-page-area {

  padding: 100px 0;

}

@media (min-width: 480px) and (max-width: 991px) {

  .shop-page-area {

    padding: 80px 0;

  }

}

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

  .shop-page-area {

    padding: 70px 0;

  }

  .shop-page-area .col-xs-6 {

    width: 100%;

  }

}

.shop-page-area .tab-content {

  margin-top: 30px;

}

.shop-page-area .inner-shop-top-left {

  padding-top: 5px;

  text-align: left;

}

.shop-page-area .inner-shop-top-left p {

  font-size: 18px;

  color: #222222;

}

.shop-page-area .inner-shop-top-right {

  float: right;

}

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

  .shop-page-area .inner-shop-top-right {

    float: none;

  }

}

.shop-page-area .inner-shop-top-right ul > li {

  border: 1px solid #e1e1e1;

  display: inline-block;

  padding: 8px 17px;

}

.shop-page-area .inner-shop-top-right ul > li:hover a i {

  color: #66bc50;

}

.shop-page-area .inner-shop-top-right ul > li > a > i {

  color: #646464;

}

.shop-page-area .inner-shop-top-right ul > li .dropdown button {

  padding: 0;

  background: transparent;

}

.shop-page-area .inner-shop-top-right ul > li .dropdown button span {

  margin-left: 15px;

}

.shop-page-area .inner-shop-top-right ul > li .dropdown .dropdown-menu {

  border-radius: 0;

  left: -18px;

  margin: 10px 0 0 0;

}

.shop-page-area .inner-shop-top-right ul > li .dropdown .dropdown-menu > li {

  border: none;

  padding: 0;

  display: inherit;

}

.shop-page-area .inner-shop-top-right ul > .active i {

  color: #66bc50;

}

/*---------------------------------------

10.2 Shop Product Box 1 Styles 

---------------------------------------*/

.product-box1 {

  position: relative;

  overflow: hidden;

  background: #f8f8f8;

  text-align: center;

  margin-bottom: 30px;

}

.product-box1 .product-social {

  opacity: 0;

  position: absolute;

  text-align: center;

  left: 0;

  right: 0;

  margin: 0 auto;

  top: 25%;

  z-index: 2;

  -moz-transform: scale(1) translateX(-250px);

  -webkit-transform: scale(1) translateX(-250px);

  -o-transform: scale(1) translateX(-250px);

  -ms-transform: scale(1) translateX(-250px);

  transform: scale(1) translateX(-250px);

  -webkit-transition: all 1s ease-out;

  -moz-transition: all 1s ease-out;

  -ms-transition: all 1s ease-out;

  -o-transition: all 1s ease-out;

  transition: all 1s ease-out;

}

.product-box1 .product-social li {

  display: inline-block;

  height: 40px;

  width: 42px;

  border: 1px solid #ffffff;

  background: #ffffff;

  margin: 0 1px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-social li a {

  display: block;

}

.product-box1 .product-social li a i {

  line-height: 40px;

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-social li:hover {

  background: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-social li:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-img-holder {

  position: relative;

}

.product-box1 .product-img-holder:after {

  opacity: 0;

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: rgba(106, 175, 8, 0.8);

  z-index: 1;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-img-holder img {

  display: inherit;

}

.product-box1 .product-content-holder {

  padding: 15px 0 30px;

}

.product-box1 .product-content-holder h3 {

  font-size: 22px;

  text-transform: capitalize;

  font-weight: 600;

  margin-bottom: 10px;

}

.product-box1 .product-content-holder h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-content-holder h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1 .product-content-holder ul {

  padding-bottom: 5px;

}

.product-box1 .product-content-holder ul li {

  display: inline-block;

}

.product-box1 .product-content-holder ul li i {

  color: #f7c51d;

}

.product-box1 .product-content-holder span {

  color: #66bc50;

  font-size: 20px;

  font-weight: 600;

}

.product-box1 .product-content-holder span span {

  margin-right: 15px;

  color: #5c9d01;

  text-decoration: line-through;

}

.product-box1:hover .product-social {

  opacity: 1;

  -moz-transform: scale(1) translateX(0px);

  -webkit-transform: scale(1) translateX(0px);

  -o-transform: scale(1) translateX(0px);

  -ms-transform: scale(1) translateX(0px);

  transform: scale(1) translateX(0px);

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box1:hover .product-img-holder:after {

  opacity: 1;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*---------------------------------------

10.3 Shop Product Box 2 Styles 

---------------------------------------*/

.product-box2 {

  margin-bottom: 30px;

}

.product-box2 a img {

  width: 100%;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box2 a img:hover {

  opacity: 0.5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box2 .media-body {

  text-align: left;

  padding: 7px 30px 0 20px;

}

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

  .product-box2 .media-body {

    padding: 0 30px 0 20px;

  }

}

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

  .product-box2 .media-body {

    padding: 8px 30px 0 0;

  }

}

.product-box2 .media-body .product-box2-content h3 {

  font-size: 22px;

  text-transform: capitalize;

  margin-bottom: 10px;

}

.product-box2 .media-body .product-box2-content h3 a {

  color: #000000;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box2 .media-body .product-box2-content h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box2 .media-body .product-box2-content ul {

  margin-bottom: 15px;

}

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

  .product-box2 .media-body .product-box2-content ul {

    margin-bottom: 10px;

  }

}

.product-box2 .media-body .product-box2-content ul li {

  display: inline-block;

}

.product-box2 .media-body .product-box2-content ul li i {

  color: #f7c51d;

}

.product-box2 .media-body .product-box2-content span {

  font-size: 20px;

  display: block;

  margin-bottom: 20px;

  color: #66bc50;

  font-weight: 600;

}

.product-box2 .media-body .product-box2-content p {

  margin-bottom: 30px;

  color: #727272;

}

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

  .product-box2 .media-body .product-box2-content p {

    margin-bottom: 19px;

  }

}

.product-box2 .media-body .product-box2-cart li {

  margin: 0 2px 0 0;

  display: inline-block;

  border: 1px solid #d6d6d6;

}

.product-box2 .media-body .product-box2-cart li a {

  line-height: 42px;

  text-align: center;

  height: 42px;

  padding: 0 20px;

  background: #111111;

  display: block;

  color: #ffffff;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 600;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-box2 .media-body .product-box2-cart li a i {

  line-height: 42px;

  font-size: 14px;

}

.product-box2 .media-body .product-box2-cart li a:hover {

  background: #66bc50;

}

/*---------------------------------------

10.4 Shop Details Page Styles 

---------------------------------------*/

.shop-page-area .inner-shop-details .inner-product-details-left {

  text-align: center;

}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content {

  display: inline-block;

  margin-top: 0;

  border: 1px solid #e1e1e1;

}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content a {

  display: block;

}

.shop-page-area .inner-shop-details .inner-product-details-left .tab-content a img {

  width: 100%;

}

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

  .shop-page-area .inner-shop-details .inner-product-details-left ul {

    margin-bottom: 30px;

  }

}

.shop-page-area .inner-shop-details .inner-product-details-left ul li {

  border: 1px solid #e1e1e1;

  width: 29%;

  display: inline-block;

  margin: 16px 17px 0 0;

}

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

  .shop-page-area .inner-shop-details .inner-product-details-left ul li {

    margin: 16px 14px 0 0;

  }

}

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

  .shop-page-area .inner-shop-details .inner-product-details-left ul li {

    width: auto;

  }

}

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

  .shop-page-area .inner-shop-details .inner-product-details-left ul li {

    width: 29%;

  }

}

.shop-page-area .inner-shop-details .inner-product-details-left ul li a img {

  width: 100%;

}

.shop-page-area .inner-shop-details .inner-product-details-left ul li a img:hover {

  opacity: 0.5;

}

.shop-page-area .inner-shop-details .inner-product-details-left ul li:last-child {

  margin: 16px 0 0 0;

}

.shop-page-area .inner-shop-details .inner-product-details-left ul .active a img {

  opacity: 0.5;

}

.shop-page-area .inner-shop-details .inner-product-details-right h3 {

  color: #111111;

}

.shop-page-area .inner-shop-details .inner-product-details-right .rating {

  margin: 15px 0;

}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li {

  display: inline-block;

}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li i {

  color: #f7c51d;

}

.shop-page-area .inner-shop-details .inner-product-details-right .rating li:last-child i {

  color: #a7a7a7;

  margin-right: 15px;

}

.shop-page-area .inner-shop-details .inner-product-details-right .price {

  font-size: 24px;

  font-weight: 600;

  color: #000000;

  margin-bottom: 22px;

}

.shop-page-area .inner-shop-details .inner-product-details-right > span {

  font-size: 16px;

  font-weight: 600;

  color: #646464;

  text-transform: uppercase;

  display: block;

}

.shop-page-area .inner-shop-details .inner-product-details-right .solid-underline {

  padding-bottom: 20px;

  margin-bottom: 10px;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart {

  margin-bottom: 20px;

}

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

  .shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart {

    text-align: center;

  }

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li {

  vertical-align: top;

  margin: 0 2px 0 0;

  display: inline-block;

  border: 1px solid #d6d6d6;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a {

  line-height: 52px;

  text-align: center;

  height: 52px;

  padding: 0 20px;

  background: #000000;

  display: block;

  color: #ffffff;

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-weight: 600;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a i {

  line-height: 54px;

  font-size: 14px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a:hover {

  background: #66bc50;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li a:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group {

  position: relative;

  box-shadow: none!important;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .form-control {

  box-shadow: none;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group input {

  border: none;

  height: 52px;

  width: 100px;

  padding-right: 47px;

  font-size: 20px;

  text-align: center;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {

  position: absolute;

  z-index: 3;

  top: 0;

  right: 0;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {

  border: 0;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {

  display: block;

  border-left: 1px solid #d6d6d6 !important;

  border-radius: 0!important;

  background: transparent;

  padding: 4px 12px;

  line-height: 1.3;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {

  border-top: 1px solid #d6d6d6;

}

.shop-page-area .inner-shop-details .inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {

  line-height: 1;

}

.shop-page-area .inner-shop-details .inner-product-details-right .ctg-name-tag p {

  margin-bottom: 0;

}

.shop-page-area .inner-shop-details .inner-product-details-right .ctg-name-tag p span {

  color: #222222;

}

.shop-page-area .inner-shop-details .product-details-tab-area {

  margin: 60px 0 50px;

  border: 1px solid #e6e6e6;

  overflow: hidden;

}

.shop-page-area .inner-shop-details .product-details-tab-area ul li {

  margin: -2px;

  display: inline-block;

  padding: 10px 0;

  background: #f4f4f4;

  border-right: 1px solid #e6e6e6;

  border-bottom: 1px solid #e6e6e6;

}

.shop-page-area .inner-shop-details .product-details-tab-area ul li a {

  color: #646464;

  padding: 12px 30px;

  text-transform: capitalize;

}

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

  .shop-page-area .inner-shop-details .product-details-tab-area ul li a {

    padding: 12px;

  }

}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active {

  background: transparent;

  border-bottom: none;

}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active a {

  color: #66bc50;

  text-decoration: none;

}

.shop-page-area .inner-shop-details .product-details-tab-area ul .active:last-child {

  border-right: none;

}

.shop-page-area .inner-shop-details .product-details-tab-area .tab-content {

  margin-top: 0;

  padding: 35px 35px 15px 35px;

}

.shop-page-area .inner-shop-details .featured-products-area2 h3.sub-title {

  color: #111111;

  margin-bottom: 35px;

}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls {

  margin-top: 0;

}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav {

  position: absolute;

  top: -75px;

  z-index: 2;

  right: 15px;

}

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

  .shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav {

    position: inherit;

  }

}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div {

  background: #66bc50 !important;

  opacity: 1!important;

  font-size: 18px!important;

  margin: 0 4px!important;

  width: 34px!important;

  height: 32px!important;

  border-radius: 0!important;

  border: 1px solid #66bc50;

  padding: 0!important;

  line-height: 30px;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div i {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.shop-page-area .inner-shop-details .featured-products-area2 .owl-controls .owl-nav div:hover {

  border: 1px solid #111111;

  background: #111111!important;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

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

11. Contact Page Area Styles 

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

.contact-us-page-area {

  padding: 50px 0px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .contact-us-page-area {

    padding: 64px 0 80px;

  }

}

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

  .contact-us-page-area {

    padding: 54px 0 70px;

  }

}

.contact-us-page-area .title-bar50 {

  margin-bottom: 50px;

}

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

  .contact-us-page-area .contact-us-left {

    margin-bottom: 30px;

  }

}

.contact-us-page-area .contact-us-left h2 {

  font-size: 24px;

  color: #646464;

  text-transform: uppercase;

  letter-spacing: 2px;

}

.contact-us-page-area .contact-us-left ul {

  margin-top: 15px;

  border: 1px solid #d6d6d6;

}

.contact-us-page-area .contact-us-left ul > li {

  padding: 15px 0 7px 30px;

  position: relative;

  border-bottom: 1px solid #d6d6d6;

}

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

  .contact-us-page-area .contact-us-left ul > li {

    padding: 13px 0 4px 30px;

  }

}

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

  .contact-us-page-area .contact-us-left ul > li {

    padding: 15px 0 4px 12px;

  }

}

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

  .contact-us-page-area .contact-us-left ul > li {

    padding: 13px 0 4px 30px;

  }

}

.contact-us-page-area .contact-us-left ul > li:last-child {

  border-bottom: 0;

}

.contact-us-page-area .contact-us-left ul > li i {

  color: #66bc50;

  position: absolute;

  z-index: 1;

  right: 30px;

 /* top: 40px;*/

  font-size: 24px;

}

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

  .contact-us-page-area .contact-us-left ul > li i {

    top: 20px;

  }

}

.contact-us-page-area .contact-us-left ul > li h3 {

  text-transform: capitalize;

  color: #111111;

  font-size: 20px;

  margin-bottom: 5px;

}

.contact-us-page-area .contact-us-left ul > li .contact-social {

  margin-bottom: 10px;

  border: none;

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social {

    margin-bottom: 20px;

  }

}

.contact-us-page-area .contact-us-left ul > li .contact-social li {

  display: inline;

  margin-right: 15px;

  padding: 0;

  border: none;

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social li {

    margin-right: 7px;

  }

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social li {

    margin-right: 0;

  }

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social li {

    margin-right: 2px;

  }

}

.contact-us-page-area .contact-us-left ul > li .contact-social li a {

  background: transparent;

  border: 1px solid #66bc50;

  height: 35px;

  width: 35px;

  line-height: 35px;

  display: inline-block;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social li a {

    height: 28px;

    width: 28px;

    line-height: 28px;

  }

}

.contact-us-page-area .contact-us-left ul > li .contact-social li a i {

  font-size: 20px;

  position: inherit;

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

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

  .contact-us-page-area .contact-us-left ul > li .contact-social li a i {

    font-size: 16px;

  }

}

.contact-us-page-area .contact-us-left ul > li .contact-social li:hover a {

  border: 1px solid #66bc50;

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.contact-us-page-area .contact-us-left ul > li .contact-social li:hover a i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.contact-us-page-area .contact-form .form-group {

  margin-bottom: 25px;

}

.contact-us-page-area .contact-form .form-group .form-control {

  border-radius: 0;

  background: transparent;

  box-shadow: none;

  border: 1px solid #d6d6d6;

}

.contact-us-page-area .contact-form .form-group input {

  height: 45px;

}

.contact-us-page-area .contact-form .form-response .alert-info {

  background: transparent!important;

  border: none!important;

  color: #a8a7a7;

  letter-spacing: 5px;

}

.contact-us-page-area .contact-form .form-response .alert-success {

  background-color: transparent;

  color: #5c9d01;

  letter-spacing: 4px;

  border-color: transparent;

  font-weight: 500;

}

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

  .contact-us-page-area .contact-form .form-response .alert-success {

    letter-spacing: 1px;

  }

}

.contact-us-page-area .contact-form .form-response .alert {

  border-radius: 0!important;

  padding: 15px 0;

}

.contact-us-page-area .google-map-area {

  margin-top: 50px;

}

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

  .contact-us-page-area .google-map-area {

    margin-top: 30px;

  }

}

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

12. 404 Error Page Area Styles

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

.page-error-area {

  padding: 100px 0;

  text-align: center;

}

.page-error-area .page-error-top {

  background: #66bc50;

  padding: 60px 0 120px 0;

}

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

  .page-error-area .page-error-top {

    padding: 60px 0;

  }

}

.page-error-area .page-error-top span {

  font-size: 300px;

  color: #ffffff;

  margin-bottom: 35px;

  line-height: 300px;

  font-weight: 600;

  display: inline-block;

}

@media (min-width: 480px) and (max-width: 767px) {

  .page-error-area .page-error-top span {

    font-size: 220px;

  }

}

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

  .page-error-area .page-error-top span {

    font-size: 150px;

    line-height: 150px;

  }

}

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

  .page-error-area .page-error-top span {

    font-size: 100px;

  }

}

.page-error-area .page-error-top p {

  letter-spacing: 3px;

  font-weight: 600;

  color: #ffffff;

  font-size: 30px;

  line-height: 1.5;

}

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

  .page-error-area .page-error-top p {

    font-size: 24px;

  }

}

.page-error-area .page-error-bottom {

  margin-top: 45px;

}

.page-error-area .page-error-bottom p {

  margin-bottom: 0;

  font-weight: 600;

  font-size: 18px;

  color: #7a7a7a;

  line-height: 1.6;

}

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

13. Other Section Area Styles

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

/*-------------------------------------

13.1 Client Area Styles  

---------------------------------------*/

.client-area .row > div {

  padding: 0;

}

.client-area .client-inner-area-left {

  position: relative;

  background: url(../img/client/1.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  height: 566px;

}

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

  .client-area .client-inner-area-left {

    height: 420px;

  }

}

@media (min-width: 480px) and (max-width: 767px) {

  .client-area .client-inner-area-left {

    height: 400px;

  }

}

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

  .client-area .client-inner-area-left {

    height: 350px;

  }

}

.client-area .client-inner-area-left:before {

  content: "";

  background: rgba(106, 175, 8, 0.3);

  position: absolute;

  height: 100%;

  width: 100%;

  z-index: 1;

}

.client-area .client-inner-area-right {

  padding: 100px 50px;

  background: url(../img/client/2.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  height: 566px;

}

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

  .client-area .client-inner-area-right {

    height: auto;

    padding: 50px;

  }

}

.client-area .client-inner-area-right h2 {

  color: #ffffff;

}

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

  .client-area .client-inner-area-right h2 {

    text-align: center;

  }

}

.client-area .client-inner-area-right .client-box {

  padding: 40px 40px 0 40px;

}

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

  .client-area .client-inner-area-right .client-box {

    padding: 40px 15px 0 15px;

  }

}

.client-area .client-inner-area-right .client-box .media a {

  padding-right: 20px;

}

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

  .client-area .client-inner-area-right .client-box .media a {

    float: inherit!important;

  }

}

.client-area .client-inner-area-right .client-box .media a img {

  border: 1px dashed #66bc50;

  border-radius: 50%;

  padding: 5px;

}

.client-area .client-inner-area-right .client-box .media .media-body {

  padding-left: 15px;

}

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

  .client-area .client-inner-area-right .client-box .media .media-body {

    padding-left: 0;

  }

}

.client-area .client-inner-area-right .client-box .media .media-body h3 {

  font-size: 22px;

  margin-bottom: 10px;

}

.client-area .client-inner-area-right .client-box .media .media-body h3 a {

  color: #66bc50;

}

.client-area .client-inner-area-right .client-box .media .media-body span {

  color: #b8b8b8;

  margin-bottom: 20px;

  display: block;

}

.client-area .client-inner-area-right .client-box .media .media-body p {

  color: #dcdcdc;

}

.client-area .client-inner-area-right .client-box .media .media-body .client-quote {

  position: absolute;

  left: 15px;

  top: 0;

  z-index: 1;

}

.client-area .client-inner-area-right .owl-controls {

  text-align: left;

  margin-left: 182px;

}

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

  .client-area .client-inner-area-right .owl-controls {

    margin-left: 180px;

  }

}

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

  .client-area .client-inner-area-right .owl-controls {

    margin-left: 180px;

  }

}

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

  .client-area .client-inner-area-right .owl-controls {

    margin-left: 10px;

  }

}

.client-area .client-inner-area-right .owl-controls .owl-dots {

  text-align: left;

}

.client-area .client-inner-area-right .owl-controls .owl-dots > div span {

  width: 30px;

  border: 2px solid #869791;

  background: transparent;

  height: 10px;

}

.client-area .client-inner-area-right .owl-controls .owl-dots > .active span {

  background: #66bc50;

  border: 2px solid #66bc50;

}

/*---------------------------------------

13.2 Pagination Area Styles 

---------------------------------------*/

.mypagination {

  text-align: center;

  margin-top: 25px;

}

.mypagination li {

  display: inline-block;

  margin: 0 1px;

}

.mypagination li a {

  width: 42px;

  font-size: 16px;

  color: #ffffff;

  height: 40px;

  background: #111111;

  display: block;

  line-height: 40px;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.mypagination li a:hover {

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

 13.3 Counter Area Styles

---------------------------------------*/

.counter-area {

  padding: 100px 0 60px;

  background: url(../img/counter-back.jpg);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

@media (min-width: 480px) and (max-width: 991px) {

  .counter-area {

    padding: 80px 0 40px;

  }

}

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

  .counter-area {

    padding: 70px 0 30px;

  }

  .counter-area .col-xs-6 {

    width: 100%;

  }

}

.counter-area .about-counter-list {

  margin-bottom: 30px;

  text-align: center;

}

.counter-area .about-counter-list a i {

  font-size: 60px;

  color: #ffffff;

}

.counter-area .about-counter-list h2 {

  position: relative;

  /*color: #66bc50;*/

  color: #fff;

  margin-bottom: 0;

  text-shadow:1px 1px 5px  #272727;

}

.counter-area .about-counter-list span {

  color: #ffffff;

  font-size: 18px;

  font-weight: 600;

  text-shadow:1px 1px 5px  #272727;

}

/*-------------------------------------

13.4 Why Choose Us Area Styles  

---------------------------------------*/

.why-choose-us-area {

  padding: 86px 0 45px;

}

.why-choose-us-area .why-choose-us-box {

  margin-bottom: 30px;

}

.why-choose-us-area .why-choose-us-box .media a {

  padding-right: 0;

}

.why-choose-us-area .why-choose-us-box .media a i {

  border: 1px dotted #66bc50;

  color: #66bc50;

  height: 80px;

  width: 80px;

  border-radius: 50%;

  line-height: 80px;

  text-align: center;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  font-size: 30px;

}

.why-choose-us-area .why-choose-us-box .media .media-body {

  padding-left: 30px;

}

.why-choose-us-area .why-choose-us-box .media .media-body h3 {

  font-size: 20px;

  margin-bottom: 10px;

  text-transform: capitalize;

}

.why-choose-us-area .why-choose-us-box .media .media-body h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.why-choose-us-area .why-choose-us-box .media .media-body h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.why-choose-us-area .why-choose-us-box:hover .media a i {

  background: #66bc50;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

13.5 Help Contact Banner Area Styles  

---------------------------------------*/

.help-contact-banner-area {

  padding: 95px 0 100px;

  background: url(../img/help-contact-banner.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .help-contact-banner-area {

    padding: 85px 0 90px;

  }

}

@media (min-width: 480px) and (max-width: 991px) {

  .help-contact-banner-area {

    padding: 75px 0 80px;

  }

}

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

  .help-contact-banner-area {

    text-align: center;

  }

}

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

  .help-contact-banner-area {

    padding: 65px 0 70px;

  }

}

.help-contact-banner-area h2 {

  color: #ffffff;

  display: inline;

  font-size: 38px;

}

.help-contact-banner-area h2 span {

  font-weight: 400;

}

.help-contact-banner-area a {

  margin-top: 5px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .help-contact-banner-area a {

    margin-top: 30px;

  }

}

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

  .help-contact-banner-area a {

    padding: 10px 35px;

    margin-top: 33px;

  }

}

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

  .help-contact-banner-area a {

    padding: 10px 0;

    width: 180px;

    display: block;

    margin: 0 auto;

    text-align: center;

    margin-top: 15px;

  }

}

/*-------------------------------------

13.6 Help Contact Banner 2 Area Styles  

---------------------------------------*/

.help-contact-banner2-area {

  padding: 95px 0 100px;

  background: url(../img/help-contact-banner2.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}

@media (min-width: 480px) and (max-width: 991px) {

  .help-contact-banner2-area {

    padding: 75px 0 80px;

  }

}

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

  .help-contact-banner2-area {

    text-align: center;

  }

}

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

  .help-contact-banner2-area {

    padding: 65px 0 70px;

  }

}

.help-contact-banner2-area h2 {

  color: #ffffff;

  display: inline;

  font-size: 38px;

}

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

  .help-contact-banner2-area h2 {

    display: inherit;

  }

}

.help-contact-banner2-area h2 span {

  font-weight: 400;

}

.help-contact-banner2-area a {

  margin-top: 5px;

}

/*-------------------------------------

13.7 Contact Banner Area Styles  

---------------------------------------*/

.contact-banner-area {

  padding: 85px 0 100px;

  background: url(../img/contact-banner.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  text-align: center;

  position: relative;

}

@media (min-width: 480px) and (max-width: 991px) {

  .contact-banner-area {

    padding: 65px 0 80px;

  }

}

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

  .contact-banner-area {

    padding: 55px 0 70px;

  }

}

.contact-banner-area h2 {

  color: #ffffff;

  font-size: 38px;

}

.contact-banner-area h2 span {

  color: #66bc50;

}

.contact-banner-area p {

  color: #e5e5e5;

  margin-bottom: 42px;

}

.contact-banner-area a i:before {

  color: #ffffff;

  font-size: 60px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.contact-banner-area a:hover i:before {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*-------------------------------------

13.8 Contact Banner 2 Area Styles  

---------------------------------------*/

.contact-banner2-area {

  padding: 96px 0 110px;

  background: url(../img/contact-banner2.jpg) no-repeat;

  background-size: cover;

  background-position: center;

}

@media (min-width: 480px) and (max-width: 991px) {

  .contact-banner2-area {

    padding: 76px 0 90px;

  }

}

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

  .contact-banner2-area {

    padding: 66px 0 80px;

    text-align: center;

  }

}

.contact-banner2-area h2 {

  color: #ffffff;

}

.contact-banner2-area h2 span {

  color: #66bc50;

}

.contact-banner2-area p {

  color: #e5e5e5;

  margin-bottom: 42px;

  width: 60%;

}

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

  .contact-banner2-area p {

    width: 100%;

    padding: 0 5px;

  }

}

/*-------------------------------------

13.9 Emergrncy Number Area Styles  

---------------------------------------*/

.emergrncy-number-area {

  background: #66bc50;

}

.emergrncy-number-area .row > div {

  padding: 0;

}

.emergrncy-number-area .emergrncy-img-holder {

  background: url(../img/imergency-banner.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  height: 175px;

}

.emergrncy-number-area .emergrncy-content-holder {

  display: table;

  background: #66bc50;

  padding: 0 30px;

  color: #ffffff;

  height: 175px;

}

.emergrncy-number-area .emergrncy-content-holder:before {

  border-color: transparent #66bc50;

  border-style: solid;

  border-width: 0 90px 175px 0;

  content: "";

  height: 0;

  left: -90px;

  position: absolute;

  top: 0;

  width: 0;

  z-index: 4;

}

.emergrncy-number-area .emergrncy-content-holder .emergrncy-content-holder-inner {

  display: table-cell;

  vertical-align: middle;

}

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

  .emergrncy-number-area .emergrncy-content-holder .emergrncy-content-holder-inner {

    padding: 20px 0;

  }

}

.emergrncy-number-area .emergrncy-content-holder .emergrncy-content-holder-inner h3 {

  font-size: 36px;

  margin-bottom: 0;

}

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

  .emergrncy-number-area .emergrncy-content-holder .emergrncy-content-holder-inner h3 {

    font-size: 29px;

  }

}

/*-------------------------------------

13.10 Ask Question Area Styles  

---------------------------------------*/

.ask-question-area {

  padding: 86px 0 100px;

}

@media (min-width: 480px) and (max-width: 991px) {

  .ask-question-area {

    padding: 66px 0 80px;

  }

}

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

  .ask-question-area h2 {

    font-size: 26px;

  }

}

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

  .ask-question-area {

    padding: 56px 0 70px;

  }

}

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

  .ask-question-left {

    margin-bottom: 50px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .ask-question-left h2 {

    font-size: 34px;

  }

}

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

  .ask-question-left h2 {

    font-size: 30px;

  }

}

.ask-question-left .panel-default {

  border: none;

  box-shadow: none;

}

.ask-question-left .panel-default .panel-heading {

  padding: 0;

  background-color: #66bc50;

  border-radius: 25px;

  color: #ffffff;

  transition: all 0.5s ease 0s;

}

.ask-question-left .panel-default .panel-heading .panel-title {

  font-weight: 600;

  font-size: 16px;

}

.ask-question-left .panel-default .panel-heading .panel-title a {

  padding: 13px 15px 12px 15px;

  color: #ffffff;

  display: block;

}

.ask-question-left .panel-default .panel-heading .panel-title a span {

  color: #ffffff;

}

.ask-question-left .panel-default .panel-heading .accordion-toggle:after {

  font-family: FontAwesome;

  content: "\f068";

  float: right;

  color: #ffffff;

  font-size: 18px;

}

.ask-question-left .panel-default .panel-heading .accordion-toggle.collapsed:after {

  content: "\f067";

  font-family: FontAwesome;

}

.ask-question-left .panel-default .panel-body {

  padding: 9px 25px;

  border-top: 0!important;

}

.ask-question-left .panel-default .active {

  /*background: #646464;*/

}

.ask-question-left .panel-default .active .panel-title a {

  color: #ffffff;

}

.ask-question-right .form-group {

  margin-bottom: 25px;

}

.ask-question-right .form-group .form-control {

  border-radius: 5px;

  background: transparent;

  border: 1px dashed #d3d3d3!important;

  box-shadow: none;

  border: none;

}

.ask-question-right .form-group input {

  height: 50px;

}

/*-------------------------------------

13.11 Ask Question 2 Area Styles  

---------------------------------------*/

.ask-question2-area {

  padding: 50px 0px;

}

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

  .ask-question2-area h2 {

    font-size: 26px;

  }

}

@media (min-width: 480px) and (max-width: 991px) {

  .ask-question2-area {

    padding: 66px 0 68px;

  }

}

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

  .ask-question2-area {

    padding: 56px 0 58px;

  }

}

.ask-question2-area .ask-question-right .client-box {

  margin-bottom: 30px;

}

.ask-question2-area .ask-question-right .client-box .media a img {

  border: 1px dashed #66bc50;

  padding: 5px;

  border-radius: 50%;

}

.ask-question2-area .ask-question-right .client-box .media .media-body {

  padding-left: 15px;

  position: relative;

}

.ask-question2-area .ask-question-right .client-box .media .media-body h3 {

  margin-bottom: 0;

}

.ask-question2-area .ask-question-right .client-box .media .media-body h3 a {

  color: #66bc50;

}

.ask-question2-area .ask-question-right .client-box .media .media-body span {

  display: block;

  padding-bottom: 15px;

}

.ask-question2-area .ask-question-right .client-box .media .media-body p {

  margin-bottom: 13px;

}

.ask-question2-area .ask-question-right .client-box .media .media-body .client-quote {

  position: absolute;

  right: 0;

  top: 0;

  z-index: 1;

}

.ask-question2-area .ask-question-right .client-box .media .media-body .client-quote i {

  color: #e1e1e1;

}

.ask-question2-area .ask-question-right .owl-controls {

  text-align: left;

  margin-left: 22%;

}

.ask-question2-area .ask-question-right .owl-controls .owl-dots {

  margin-left: 10px;

  text-align: center;

}

.ask-question2-area .ask-question-right .owl-controls .owl-dots > div span {

  width: 30px;

  border: 1px solid #869791;

  background: transparent;

  height: 10px;

}

.ask-question2-area .ask-question-right .owl-controls .owl-dots > .active span {

  background: #66bc50;

}

/*-------------------------------------

13.12 Estimate Area Styles  

---------------------------------------*/

.estimate-area {

  position: relative;

  height: 110px;

}

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

  .estimate-area {

    display: none;

  }

}

.estimate-area > div {

  background: #66bc50;

  position: absolute;

  z-index: 2;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  height: 110px;

}

.estimate-area:before {

  content: "";

  background: #5d9f00;

  position: absolute;

  z-index: 1;

  width: 50%;

  top: 0;

  height: 100%;

  left: 0;

}

.estimate-area:after {

  content: "";

  background: #66bc50;

  position: absolute;

  z-index: 1;

  width: 50%;

  top: 0;

  height: 100%;

  right: 0;

}

.estimate-area .estimate-holder-left {

  background: #5d9f00;

  height: 110px;

  position: absolute;

  top: 0;

  z-index: 3;

  display: table;

}

.estimate-area .estimate-holder-left:before {

  content: "";

  background: #5d9f00;

  position: absolute;

  width: 15px;

  top: 0;

  height: 100%;

  left: -15px;

  z-index: 4;

}

.estimate-area .estimate-holder-left:after {

  content: "";

  border-color: transparent #5d9f00;

  border-style: solid;

  border-width: 110px 0 0 75px;

  position: absolute;

  width: 50%;

  top: 0;

  height: 100%;

  right: -108px;

  z-index: 4;

}

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

  .estimate-area .estimate-holder-left:after {

    display: none;

  }

}

.estimate-area .estimate-holder-left h2 {

  color: #ffffff;

  vertical-align: middle;

  display: table-cell;

  padding-right: 3px;

  font-size: 22px;

}

.estimate-area .estimate-holder-right ul {

  display: table;

  height: 110px;

  text-align: right;

  position: relative;

}

.estimate-area .estimate-holder-right ul li {

  display: table-cell;

  vertical-align: middle;

  margin-left: 10px;

}

.estimate-area .estimate-holder-right ul li .form-group {

  margin: 10px;

}

.estimate-area .estimate-holder-right ul li .form-group input {

  background: transparent;

  border: 1px dotted #ffffff;

  color: #ffffff;

}

.estimate-area .estimate-holder-right ul li:last-child {

  text-align: center;

  position: absolute;

  width: 220px;

  top: 90px;

  left: 0;

  right: 0;

  margin: 0 auto;

}

.estimate-area .estimate-holder-right input.form-control::-webkit-input-placeholder {

  color: #ffffff;

}

.estimate-area .estimate-holder-right input.form-control::-moz-placeholder {

  color: #ffffff;

}

.estimate-area .estimate-holder-right input.form-control:-moz-placeholder {

  color: #ffffff;

}

.estimate-area .estimate-holder-right input.form-control:-ms-input-placeholder {

  color: #ffffff;

}

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

14. Sidebar Area Start Here

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

/*----------------------------------------

14.1 Sidebar Search Area Styles

----------------------------------------*/

.stylish-input-group {

  background: #f8f8f8;

  padding: 10px;

}

.stylish-input-group .form-control {

  border: none;

  box-shadow: 0 0 0;

  border-radius: 0;

  background: transparent;

  text-transform: capitalize;

  color: #111111;

}

.stylish-input-group .input-group-addon {

  background: transparent!important;

  border: none;

  border-radius: 0;

}

.stylish-input-group .input-group-addon button {

  border: 0;

  background: transparent;

}

.stylish-input-group .input-group-addon button span {

  color: #66bc50;

}

.form-control::-moz-placeholder {

  color: #646464;

  font-size: 14px;

}

.sidebar-search-area h2 {

  margin-top: -8px;

}

.sidebar-search-area .stylish-input-group {

  padding: 5px 10px;

}

/*----------------------------------------

14.2 Categories Box Area Styles

----------------------------------------*/

.categories-box ul li {

  font-weight: 600;

  margin-bottom: 3px;

  text-transform: capitalize;

}

.categories-box ul li:last-child {

  margin-bottom: 0;

}

.categories-box ul li a {

  background: #f8f8f8;

  padding: 15px 0 15px 10px;

  color: #222222;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a:hover {

  background: #66bc50;

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a:hover i {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories-box ul li a i {

  margin-right: 10px;

  font-size: 16px;

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*----------------------------------------

14.3 Sidebar Product Tags Area Styles

----------------------------------------*/

.product-tags li {

  display: inline-block;

  margin-bottom: 3px;

  border: 1px solid #d6d6d6;

  background: transparent;

  font-size: 12px;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-tags li a {

  color: #66bc50;

  letter-spacing: 3px;

  text-transform: uppercase;

  display: block;

  padding: 5px 16px;

  font-weight: 600;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-tags li:hover {

  border: 1px solid #66bc50;

  background: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.product-tags li:hover a {

  color: #ffffff;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

/*----------------------------------------

14.4 Sidebar Categories Area Styles

----------------------------------------*/

.categories ul li {

  font-weight: 500;

  margin-bottom: 8px;

  padding-bottom: 8px;

  text-transform: capitalize;

  border-bottom: 1px solid #d6d6d6;

}

.categories ul li:last-child {

  margin-bottom: 0;

}

.categories ul li a {

  color: #222222;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.categories ul li a i {

  margin-right: 10px;

  font-size: 16px;

  color: #66bc50;

}

.categories ul li:last-child {

  border-bottom: none;

}

/*----------------------------------------

14.5 Sidebar Archives Area Styles

----------------------------------------*/

.archives ul li {

  font-weight: 500;

  margin-bottom: 8px;

  padding-bottom: 8px;

  text-transform: capitalize;

  border-bottom: 1px solid #d6d6d6;

}

.archives ul li:last-child {

  margin-bottom: 0;

}

.archives ul li a {

  color: #222222;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.archives ul li a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.archives ul li a i {

  margin-right: 10px;

  font-size: 16px;

  color: #66bc50;

}

.archives ul li span {

  float: right;

  color: #222222;

}

/*----------------------------------------

14.6 Sidebar Popular News Area Styles

----------------------------------------*/

.popular-news .media a {

  padding-right: 0;

  margin-right: 10px;

}

.popular-news .media a img {

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.popular-news .media a img:hover {

  opacity: 0.7;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.popular-news .media-body h3 {

  text-transform: capitalize;

  font-weight: 500;

  margin-bottom: 12px;

  line-height: 1.3;

  font-size: 16px;

}

.popular-news .media-body h3 a {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.popular-news .media-body h3 a:hover {

  color: #111111;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.popular-news .media-body p {

  color: #222222;

  margin-bottom: 0;

}

/*----------------------------------------

14.7 Sidebar Filter By Price Area Styles

----------------------------------------*/

.filter-by-price .filter-circle {

  width: 100%;

  height: 7px;

  background: #f2f2f2;

  display: inline-flex;

  position: relative;

  z-index: -1;

}

.filter-by-price .filter-circle .filter-bar {

  background: #66bc50;

  width: 84%;

  margin: 0 auto;

}

.filter-by-price .filter-circle:before {

  content: "";

  background: #66bc50;

  height: 22px;

  width: 22px;

  position: absolute;

  top: -8px;

  left: 20px;

  z-index: 1;

  border-radius: 50%;

}

.filter-by-price .filter-circle:after {

  content: "";

  background: #66bc50;

  height: 22px;

  width: 22px;

  position: absolute;

  top: -8px;

  right: 20px;

  z-index: 1;

  border-radius: 50%;

}

.filter-by-price ul {

  margin-top: 30px;

  text-align: center;

  padding: 8px;

}

.filter-by-price ul li {

  display: inline-block;

  margin-right: 5px;

  font-size: 18px;

  color: #000000;

  line-height: 1;

}

.filter-by-price ul li span {

  color: #646464;

}

.filter-by-price ul li:first-child {

  background: #eeeeee;

  border: 1px solid #d6d6d6;

  padding: 10px 20px;

}

.filter-by-price ul li:last-child {

  margin-right: 0;

}

/*----------------------------------------

14.8 Sidebar Best Seller Area Styles

----------------------------------------*/

.best-seller-box {

  padding-bottom: 30px;

}

.best-seller-box li {

  border-bottom: 1px solid #d6d6d6;

  margin-bottom: 15px;

}

.best-seller-box li:last-child {

  border-bottom: none;

  margin-bottom: 0;

}

.best-seller-box li .media a {

  padding-right: 0;

  margin: 5px 20px 0 0;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.best-seller-box li .media a:hover img {

  opacity: 0.5;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.best-seller-box li .media .media-body h3 {

  font-size: 16px;

}

.best-seller-box li .media .media-body h3 a {

  color: #111111;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.best-seller-box li .media .media-body h3 a:hover {

  color: #66bc50;

  -webkit-transition: all 0.5s ease-out;

  -moz-transition: all 0.5s ease-out;

  -ms-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.best-seller-box li .media .media-body ul {

  margin: 7px 0;

}

.best-seller-box li .media .media-body ul li {

  border-bottom: none;

  display: inline-block;

  margin-bottom: 0;

}

.best-seller-box li .media .media-body ul li i {

  color: #f7c51d;

}

.best-seller-box li .media .media-body ul li:last-child i {

  color: #a7a7a7;

}

.best-seller-box li .media .media-body p {

  color: #66bc50;

}

.best-seller-box li .media .media-body p span {

  text-decoration: line-through;

  margin-right: 10px;

  color: #000000;

}

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

15. Footer Area Styles 

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

.footer-area-top {

  padding: 93px 0 70px;

  background: #111111;

}

@media (min-width: 480px) and (max-width: 991px) {

  .footer-area-top {

    padding: 73px 0 50px;

  }

}

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

  .footer-area-top {

    padding: 63px 0 40px;

  }

}

.footer-area-top .footer-box {

  margin-bottom: 30px;

}

.footer-area-top p {

  color: #b0b0b0;

}

.footer-area-top h3 {

  font-size: 22px;

  margin-bottom: 30px;

  color: #ffffff;

}

.footer-area-top .footer-social {

  margin-top: 40px;

}

.footer-area-top .footer-social li {

  display: inline-block;

  margin-right: 5px;

}

.footer-area-top .footer-social li a {

  width: 29px;

  height: 26px;

  border: 1px solid #292f33;

  display: block;

  text-align: center;

}

.footer-area-top .footer-social li a i {

  color: #66bc50;

}

.footer-area-top .footer-social li a:hover i {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-top .twitter-feed li {

  margin-bottom: 10px;

}

.footer-area-top .twitter-feed li i {

  float: left;

  margin: 5px 10px 0 0;

  color: #2aacff;

}

.footer-area-top .twitter-feed li a {

  font-size: 13px;

  color: #b0b0b0;

}

.footer-area-top .twitter-feed li a:hover {

  color: #66bc50;

}

.footer-area-top .twitter-feed li p {

  font-size: 13px;

  margin-bottom: 0;

}

.footer-area-top .twitter-feed li p span {

  color: #5b5b5b;

}

.footer-area-top .twitter-feed li:last-child {

  margin-bottom: 0;

}

.footer-area-top .flickr-photos li {

  display: inline-block;

  width: 32%;

  margin-bottom: -2px;

}

.footer-area-top .flickr-photos li img:hover {

  opacity: 0.5;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-top .corporate-address {

  margin-bottom: 30px;

}

.footer-area-top .corporate-address li {

  margin-bottom: 20px;

  color: #b0b0b0;

}

.footer-area-top .corporate-address li i {

  color: #66bc50;

  padding-right: 15px;

}

.footer-area-top .corporate-address li:last-child {

  margin-bottom: 0;

}

.footer-area-top .newsletter-area .stylish-input-group {

  border: none;

  padding: 0!important;

}

.footer-area-top .newsletter-area .stylish-input-group .form-control {

  border: none;

  box-shadow: 0 0 0;

  border-radius: 0;

  background: #262626;

  text-transform: uppercase;

  color: #ffffff;

  height: 42px;

  font-size: 13px;

}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {

  background: transparent!important;

  border: none;

  border-radius: 0;

  padding: 0;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {

  border: 0;

  background: #262626;

  padding: 13px 17px 14px 17px;

}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {

  background: #5c9d01 !important;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-bottom {

  background: #333333;

  padding: 17px 0 0;

  text-transform: capitalize;

  font-size: 14px;

}

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

  .footer-area-bottom {

    text-align: center;

    padding: 17px 0;

  }

}

.footer-area-bottom p {

  color: #9c9c9c;

}

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

  .footer-area-bottom p {

    margin-bottom: 10px;

  }

}

.footer-area-bottom p a {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-bottom p a:hover {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.footer-area-bottom .payment-method {

  text-align: right;

}

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

  .footer-area-bottom .payment-method {

    text-align: center;

  }

}

.footer-area-bottom .payment-method li {

  display: inline-block;

}

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

16. ScrollUp Area Styles 

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

#scrollUp {

  background-color: rgba(127, 97, 74, 0.8);

  bottom: 100px;

  color: #ffffff !important;

  display: block;

  font-size: 25px;

  height: 40px;

  line-height: 0;

  position: fixed;

  right: 20px;

  text-align: center;

  text-decoration: none !important;

  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;

  width: 50px;

  z-index: 99999;

}

#scrollUp i {

  display: block;

  padding-top: 7px;

}

#scrollUp:hover,

#scrollUp:focus {

  background-color: rgba(92, 157, 1, 0.8);

}

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

17. Preloader Area Styles 

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

#preloader {

  background: #ffffff url('../img/preloader.gif') no-repeat scroll center center;

  height: 100%;

  left: 0;

  overflow: visible;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 9999999;

}

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

18. Owl-controls Area Styles 

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

.owl-controls .owl-nav {

  position: absolute;

  top: -130px;

  z-index: 2;

  right: 15px;

}

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

  .owl-controls .owl-nav {

    top: -107px;

  }

}

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

  .owl-controls .owl-nav {

    top: -100px;

    position: inherit;

  }

}

.owl-controls .owl-nav div {

  background: #ffffff !important;

  opacity: 1!important;

  font-size: 18px!important;

  margin: 0 4px!important;

  padding: 5px 25px!important;

  border-radius: 50px!important;

  border: 1px solid #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

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

  .owl-controls .owl-nav div {

    padding: 2px 20px!important;

  }

}

.owl-controls .owl-nav div i {

  color: #66bc50;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.owl-controls .owl-nav div:hover {

  background: #66bc50 !important;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.owl-controls .owl-nav div:hover i {

  color: #ffffff;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  -o-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

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

  .owl-controls .owl-prev {

    left: 0;

    position: absolute;

    transform: translateY(-50%);

    top: 50%;

  }

}

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

  .owl-controls .owl-next {

    right: 0;

    position: absolute;

    transform: translateY(-50%);

    top: 50%;

  }

}

.blog-box-border{ border-bottom: 1px dashed #ccc; margin-bottom: 20px;}

.ser-hei{ height:220px;}

.fon-co{ color:rgb(102,188,80); font-weight:bolder;}

.blog-to{ top:20%; }