/*------------------------------------------------------------------
  * Name: Interior HTML5 Template
  * Version: 1.0
  * Author: Kayapati
  * Author URI: https://themeforest.net/user/kayapati

[Table of contents]
  1. Headings
  2. Imgage alignment
  3. Bg overlay
  4. Button
  5. Title
  6. VSpace
  7. Header
  8. Slider
  9. Service Box
  10. Parallax
  11. Tabs
  12. Team
  13. Portfolio Image Hover
  14. Latest News
  15. Testimonial
  16. Footer
  17. Bottom Footer
  18. Scroll Top
  19. Loader
  20. Page Title Bar
  21. Counter
  22. Details
  23. Isotope
  24. Pricing
  25. Services
  26. Content info
  27. Pricing Table
  28. Shop Add
  29. Shop Product
  30. Ser Box
  31. Widget
  32. Callout
  33. Shop Details
  34. Tabs Details
  35. Blog
  36. Sidebar
  37. Blog Details
  38. Search
  39. Contact
-------------------------------------------------------------------*/

body {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {}
/*------------------------------------------------------------------
[1. Headings]*/

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
    color: #867C7C;
}
h1,
h2,
h3 {
    line-height: 40px;
}
h4,
h5,
h6 {
    line-height: 30px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 11px;
}
hr {
    background: #2b2b2b;
    width: 100%;
    height: 1px;
    border: none;
}
p {
    color: #0C0B0B;
    padding-bottom: 10px;
    clear: both;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}
a {
    font-family: 'Open Sans', sans-serif;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
iframe {
    width: 100%;
    border: none;
    margin-bottom: -5px;
    height: 500px;
    border-top: 1px solid #d0d0d0;
}
blockquote {
    background: #fff;
    padding: 30px;
    margin: 20px 0;
    border: 1px solid #eaeaea;
    border-bottom: 5px solid #8bc34a;
}
.thumb-img {
    float: left;
    margin-right: 20px;
}
.description {
    display: table;
    overflow: hidden;
}
hr {
    background: #eaeaea;
    margin: 30px 0;
}
/*------------------------------------------------------------------
[2. Imgage alignment]*/

.alignright {
    float: right;
    margin: 3px 0 0px 10px;
    width: auto;
}
.alignleft {
    float: left;
    margin: 0px 20px 0px 0px;
    width: auto;
}
.align {
    float: left;
    margin: 0 10px 0px 0;
    width: auto;
}
a img {
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}
*|*:focus {
    outline: none;
}
a:link,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
    overflow: hidden;
}
/*------------------------------------------------------------------
[3. Bg overlay]*/

.bg-overlay {
    position: fixed;
    background-image: url(images/pattern.png);
    background-repeat: repeat;
    width: 100%;
    z-index: -1;
    height: 100%;
}
/*------------------------------------------------------------------
[4. Button]*/

.button a {
    background: #8BC34A;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    margin-top: 20px !important;
    display: table;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border-radius: 100px;
}
.button a:hover {
    background: #689533;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    display: table;
}
.button a i {
    padding-left: 12px;
}
/*------------------------------------------------------------------
[5. Title]*/

.title {
    position: relative;
    margin-bottom: 30px;
}
.title h2 {
    padding-bottom: 10px;
}
.title:after {
    position: absolute;
    content: '';
    background: #8bc34a;
    width: 100px;
    height: 3px;
}
h1.info-title {
    line-height: 120%;
}
h1.info-title span {
    color: #8bc34a;
}
/*------------------------------------------------------------------
[6. VSpace]*/

.vspace {
    height: 60px;
    clear: both;
}
/*------------------------------------------------------------------
[7. Header]*/

.owl-carousel {
    position: relative;
}
.top-header {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: 10px;
    width: 1200px;
}
.header {
    padding: 30px;
    background-color: #000C;
    display: table;
    float: left;
    width: 1140px;
    border-top: 5px solid #8bc34a;
}
.top-info .one-half,
.top-info .one-half-last {
    margin-bottom: 5px;
    margin-top: 5px;
}
.top-info .one-half {
    margin-top: 3px;
}
.top-info .one-half span {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}
.top-info .one-half span i {
    color: #8BC34A;
    padding-right: 2px;
}
.top-info .one-half-last ul {
    float: right;
}
.top-info .one-half-last li {
    display: inline-block;
}
.top-info .one-half-last a {
    margin-left: 3px;
    background: #fff;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    color: #8BC34A;
    display: table;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.top-info .one-half-last a:hover {
    background-color: #8BC34A;
    color: #fff;
}
.logo {
    float: left;
    margin-top: 8px;
}
.header-right-sec {
    float: right;
}
.header-right-sec nav {
    float: left;
}
header {
    margin-bottom: -10px;
}
/*------------------------------------------------------------------
[8. Slider]*/

.slide-desc {
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}
.slide-desc h1 {
    font-size: 110px;
    line-height: 120%;
    color: #fff;
}
.slide-desc h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.slide-desc h4 {
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
.slider-button a {
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.slider-button a:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #8BC34A;
}
.slider-button {
    margin-top: 60px;
}
.slide-desc span {
    color: #8BC34A;
}
.slider-button a i {
    padding-left: 12px;
}
/*------------------------------------------------------------------
[9. Service Box]*/

.service-box {
    border-top: 5px solid #8bc34a;
    position: relative;
}
.service-box:before {
    position: absolute;
    content: '';
    top: 0;
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8bc34a;
}
.service-box .service-details {
    border-left: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
}
/*------------------------------------------------------------------
[10. Parallax]*/

.parallax-container-1 {
    background: #fff;
    padding: 60px 0 0;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}
.parallax-container-2,
.parallax-container-5 {
    background: url(images/parallax-img-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    overflow: hidden;
}
.parallax-container-2 .title h2 {
    color: #fff;
}
.parallax-container-3 {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    overflow: hidden;
}
.parallax-container-3 .one-third,
.parallax-container-3 .one-third-last {
    margin-bottom: 0px;
}
.parallax-container-4 {
    background: #8bc34a;
    padding: 60px 0;
}
.parallax-container-5 {
    background-image: url(images/parallax-img-3.jpg);
}
.parallax-container-5 h2 {
    color: #fff;
}
.parallax-container-6 {
    background-image: url(images/parallax-img-4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}
.parallax-container-7 {
    background-image: url(images/parallax-img-5.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 0px solid #eae9e9;
}
.parallax-container-8 {
    background-image: url(images/parallax-img-6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #eae9e9;
    border-top: 1px solid #eae9e9;
}
.parallax-container-9 {
    background-image: url(images/parallax-img-7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 160px 0;
    overflow: hidden;
}
.parallax-container-10 {
    background-image: url(images/parallax-img-8.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0 0;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}
.parallax-container-11 {
    background-image: url(images/parallax-img-9.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}
/*------------------------------------------------------------------
[11. Tabs]*/

ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
ul#tabs li {
    display: inline-block;
    padding: 9px 50px;
    margin-bottom: 4px;
    color: #333;
    cursor: pointer;
    float: left;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    font-size: 15px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background: #fff;
}
ul#tabs li:hover,
ul#tabs li.active {
    background-color: #8bc34a;
    color: #fff;
    border: 1px solid #8bc34a;
    position: relative;
}
ul#tabs li:hover:before,
ul#tabs li.active:before {
    position: absolute;
    content: '';
    bottom: -1px;
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f2f2;
}
ul#tab {
    list-style-type: none;
    padding-top: 80px;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}
/*------------------------------------------------------------------
[12. Team]*/

.team-desc {
    background: #ffffff;
    margin-top: -4px;
    padding: 30px;
    position: relative;
    z-index: 99999;
    border-top: 1px solid #eaeaea;
}
.team-desc h3 {
    padding-bottom: 5px;
}
.team-desc p {
    padding-bottom: 0px;
}
/*------------------------------------------------------------------
[13. Portfolio Image Hover]*/

.image-wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: 0px solid #eaeaea;
	z-index:1;
}
.image-wrapper:hover .image-overlay {
    right: 200px;
}
.image-wrapper:hover .image-description {
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=100);
    /* Netscape */
    
    -moz-opacity: 1;
    /* Safari 1.x */
    
    -khtml-opacity: 1;
    /* Modern browsers */
    
    opacity: 1;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}
.image-wrapper .image-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
}
.image-wrapper .image-overlay .rectangle,
.image-wrapper .image-overlay .arrow-left {
    position: absolute;
    top: 0;
}
.image-wrapper .image-overlay .rectangle {
    display: block;
    margin-left: 200px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.image-wrapper .image-overlay .arrow-left {
    position: relative;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
}
.image-wrapper .image-description {
    text-align: center;
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    color: #cc6812;
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=0);
    /* Netscape */
    
    -moz-opacity: 0;
    /* Safari 1.x */
    
    -khtml-opacity: 0;
    /* Modern browsers */
    
    opacity: 0;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    z-index: 99;
}
.image-wrapper .image-description h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}
.image-wrapper .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
}
.image-wrapper img {
    vertical-align: bottom;
}
span.zoom-icon a {
    float: left;
}
span.link-icon a {
    float: right;
    margin-left: 28%!important;
}
span.zoom-icon a,
span.link-icon a {
    background: #020202;
    color: #fff;
    padding: 25px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    line-height: 30px;
}
.image-description ul li {
    display: inline-block !important;
    text-align: center;
    margin: 0px auto;
}
.image-description ul li a {
    color: #fff;
    background: #8bc34a;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    display: block;
    margin: 0 5px;
}
.image-description ul {
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    right: 0;
    left: 0;
}
.team .image-description ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 0 3px;
}
.team .image-description ul,
.interior-services .image-description ul,
.shop .image-description ul {
    transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    top: 10%;
}
/*------------------------------------------------------------------
[14. Latest News]*/

.latest-news {
    background: #201f1f;
    padding: 30px;
    border-bottom: 0px solid #e6e5e5;
    border-right: 0px solid #eaeaea;
    border-left: 0px solid #eaeaea;
}
.latest-news h5 {
    padding-bottom: 10px;
    color: #8bc34a;
}
/*------------------------------------------------------------------
[15. Testimonial]*/

.testimonial {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    background: #fafafa;
    background-image: url(images/testimonial-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 5px solid #8bc34a;
}
.testimonial h5 {
    padding-bottom: 0;
    color: #8bc34a;
}
.testimonial-img {
    width: auto!important;
    border-radius: 100%;
    position: relative;
    bottom: 35px;
    float: right;
    right: 25px;
    border: 5px solid #8bc34a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.testimonial-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
    behavior: url(css/PIE.htc);
}
.testimonial-slider .owl-dots {
    bottom: 0;
}
.testimonial-slider .owl-theme,
.testimonial-slider .owl-dots .owl-dot span {
    width: 50px;
    height: 3px;
    margin: 5px 7px;
    background: #333;
}
/*------------------------------------------------------------------
[16. Footer]*/

.footer {
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    clear: both;
    background-size: cover;
    background-attachment: fixed;
}
.footer .container {
    display: table;
}
.footer .one-fourth,
.footer .one-fourth-last {
    margin-bottom: 0px;
}
.footer-content {
    border-right: 1px solid #242325;
    padding: 60px 35px 60px 0;
    position: relative;
    min-height: 340px;
}
.footer-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    top: 0;
    right: -5px;
}
.home .footer-content:before {
    border-top: 5px solid #8bc34a;
}
.footer-logo {
    padding-bottom: 30px;
}
.contact-info {
    clear: both;
    padding-bottom: 30px;
}
.contact-info i {
    float: left;
    padding-right: 15px;
    font-size: 15px;
    color: #8bc34a;
    padding-top: 5px;
}
.contact-info span {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.footer-social-icons li {
    display: inline-block;
}
.footer-social-icons a {
    margin-left: 3px;
    background: #8bc34a;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    color: #fff!important;
    display: table;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.footer-social-icons a:hover {
    background-color: #fff;
    color: #8BC34A!important;
}
.footer-content h3 {
    color: #fff;
    padding-bottom: 10px;
}
.footer-content .title:after {
    width: 50px;
}
ul.services li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #242325;
}
ul.services li a {
    color: #787878;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
ul.services li a i {
    margin-right: 10px;
}
ul.services li a:hover {
    color: #8bc34a;
}
ul.flickr li {
    display: inline-block;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 32%;
}
ul.tag-cloud li a {
    color: #787878;
    float: left;
    border: 1px solid #242325;
    padding: 7px 15px;
    margin: 0 5px 6px 0;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
ul.tag-cloud li a:hover {
    color: #fff;
    border: 1px solid #8bc34a!important;
    background-color: #8bc34a;
}
/*------------------------------------------------------------------
[17. Bottom Footer]*/

.bottom-footer {
    background: #0f0e13;
}
.bottom-footer {
    background: #020305;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #101010;
}
.bottom-footer p {
    padding-bottom: 0;
}
/*------------------------------------------------------------------
[18. Scroll Top]*/

#back-top {
    position: fixed;
    bottom: 30px;
    right: -35px;
	    z-index: 99999;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* transition */
    
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: #8bc34a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    line-height: 50px;
    font-size: 15px;
}
#back-top a:hover span {
    background-color: #689533;
}
/*------------------------------------------------------------------
[19. Loader]*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should be a color other than white */
    
    z-index: 99;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally on the screen */
    
    top: 50%;
    /* centers the loading animation vertically on the screen */
    
    background-image: url(images/loader.gif);
    /* path to your loading animation */
    
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/*------------------------------------------------------------------
[20. Page Title Bar]*/

.page-title-bar {
    position: relative;
}
.page-title-bar h2 {
    top: 80%;
    position: absolute;
    transform: translate(0, -80%);
    -o-transform: translate(0, -80%);
    -webkit-transform: translate(0, -80%);
    text-align: center;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/*------------------------------------------------------------------
[21. Counter]*/

.counter {
    background-image: url(images/parallax-img-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
}
.counter .one-fourth,
.counter .one-fourth-last {
    margin-bottom: 0px!important;
}
.count {
    margin: 0px auto;
    display: table;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter h3 {
    color: #fff;
    padding-bottom: 0;
}
.counter i {
    font-size: 50px;
    color: #fff;
}
.counter span {
    width: 50px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
}
/*------------------------------------------------------------------
[22. Details]*/

.details {
    margin-bottom: 30px;
}
.details h5 {
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 0;
    border: 1px solid #dcdcdc;
}
.details div {
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
    display: block;
    margin-top: -1px;
}
.country p {
    padding-bottom: 0;
}
.details-contact .button {
    float: left;
}
.details-contact .button a {
    margin-top: 0px;
}
.details-contact ul {
    float: right;
    margin-top: 10px;
}
.detail-nav {
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    display: table;
}
.nav-prev {
    float: left;
    margin-right: 10px;
}
.nav-next {
    float: right;
    margin-left: 10px;
}
.nav-prev .button a i {
    padding-right: 12px;
    padding-left: 0px;
}
/*------------------------------------------------------------------
[23. Isotope]*/

.fullwidth-portfolio {
    padding: 0 30px;
}
.portfolio {
    width: 100%;
    overflow: hidden;
}
ul#filter {
    margin-bottom: 20px;
    text-align: center;
}
ul#filter li {
    display: inline-block;
    margin: 0 5px;
}
ul#filter li a {
    padding: 10px 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #787878;
    background-color: #fff;
    border: 1px solid #eaeaea;
    font-size: 14px;
    position: relative;
    display: table;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
ul#filter li a:hover {
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
    color: #fff;
}
ul#filter li .selected {
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
    color: #fff;
    position: relative;
}
ul#filter li .selected:after,
ul#filter li a:hover:after {
    position: absolute;
    content: '';
    bottom: -1px;
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}
ul#isotope-container {
    width: 101%;
    overflow: hidden;
}
ul#isotope-container li {
    width: 17%;
    margin-right:40px;
    margin-bottom:40px;
}
.portfolo-boxed ul#isotope-container {
    width: 102.1%;
    overflow: hidden;
}
.pf-desc {
    background: #1a1a1a;
    margin-top: -4px;
    padding: 30px;
    position: relative;
    z-index:99;
    border-top: 0px solid #eaeaea;
}
.pf-desc h3 {
    padding-bottom: 0px;
}
.portfolio .image-wrapper .image-description {
    transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
    top: 20%;
}
.image-wrapper {
    border-bottom: 5px solid #e6e5e5;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.image-wrapper p {
    padding-bottom: 0px;
}
.image-wrapper:hover {
    border-bottom: 5px solid #8bc34a!important;
    border: 1px solid #8bc34a;
}
.boxed-portfolio ul#isotope-container li {
    width: 30%;
}
.boxed-portfolio ul#isotope-container {
    width: 103%;
}
.latest-works .image-wrapper,
.latest-works .image-wrapper:hover {
    border: none;
    border-bottom: none!important;
}
/*------------------------------------------------------------------
[24. Pricing]*/

.highlight-price {
    background: rgba(0, 0, 0, 0.1);
    padding: 60px 30px;
}
.price {
    padding: 60px 30px;
}
.parallax-container-6 .one-fourth,
.parallax-container-6 .one-fourth-last {
    margin-bottom: 0px;
}
.highlight-price h1,
.price h1 {
    font-size: 50px;
}
/*------------------------------------------------------------------
[25. Services]*/

.service-details {
    background: #201f1f;
    padding: 30px;
    position: relative;
    z-index: 999;
}
.service-details h4 {
    padding-bottom: 10px;
}
.service-details p {
    padding-bottom: 0px;
}
.interior-services .view {
    margin-bottom: 30px;
}
/*------------------------------------------------------------------
[26. Content info]*/

.parallax-container-7 .content-info {
    float: right;
    width: 40%;
}
/*------------------------------------------------------------------
[27. Pricing Table]*/

.price-header {
    padding: 30px;
    border-bottom: none;
}
.price-header h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 40px;
}
.price-header p {
    color: #fff;
}
.price-body {
    background: #fff;
    padding: 30px;
    border-bottom: 5px solid #dcdcdc;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.price-body ul {
    margin-bottom: 30px;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 30px;
}
.price-body li {
    padding: 10px 0px;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    font-weight: 400;
}
.price-table:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.price-body h2 strong {
    font-size: 15px;
    color: #afafaf;
}
.price-table .button a {
    margin-top: 0px;
    font-size: 15px;
}
.price-body li i {
    margin-right: 10px;
    color: #fff;
    background: #4e4e4e;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
}
.classic .price-header {
    background: #fcc02e;
    border: 1px solid #e4a50e;
    background-image: url(images/classic.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.classic .button a {
    background: #fcc02e;
}
.classic .button a:hover {
    background: #ecb429;
}
.classic .price-body:hover {
    border-bottom: 5px solid #fcc02e;
    border-left: 1px solid #fcc02e;
    border-right: 1px solid #fcc02e;
}
.premium .price-header {
    background: #7db343;
    border: 1px solid #6e9e3a;
    background-image: url(images/premium.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.premium .button a {
    background: #7db343;
}
.premium .button a:hover {
    background: #64982c;
}
.premium .price-body:hover {
    border-bottom: 5px solid #7db343;
    border-left: 1px solid #7db343;
    border-right: 1px solid #7db343;
}
.signature .price-header {
    background: #00acc2;
    border: 1px solid #23a8b9;
    background-image: url(images/signature.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.signature .button a {
    background: #00acc2;
}
.signature .button a:hover {
    background: #247e8a;
}
.signature .price-body:hover {
    border-bottom: 5px solid #00acc2;
    border-left: 1px solid #00acc2;
    border-right: 1px solid #00acc2;
}
/*------------------------------------------------------------------
[28. Shop Add]*/

.shop-ad {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    background: rgba(139, 195, 74, 0.7);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.shop-ad h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.hvr-sweep-to-top:hover h2,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: #fff;
}
.shop-ad .slider-button {
    margin-top: 20px;
}
/*------------------------------------------------------------------
[29. Shop Product]*/

.pro-title {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid #eaeaea;
}
.pro-title h5 {
    padding-bottom: 7px;
}
.pro-title h3 {
    padding-bottom: 0;
    color: #8bc34a;
}
.pro-title h5 a {
    color: #000;
}
.pro-title h5 a:hover {
    color: #8bc34a;
}
.pro-title a {
    color: #8bc34a;
}
span.ico-pro {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-size: 11px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
span.ico-sale {
    background: #5398d7;
}
span.ico-new {
    background: #8bc34a;
}
.add-info {
    text-align: center;
}
.add-info h1,
.add-info h5 {
    color: #fff;
}
.add-info h1 {
    font-size: 60px;
    padding-bottom: 30px;
}
.add-info h5 {
    font-size: 30px;
    padding-bottom: 0px;
}
.add-info .button {
    text-align: center;
    margin: 0px auto;
    display: table;
    margin-top: 30px;
}
.shop .view {
    border: 1px solid #eaeaea;
}
/*------------------------------------------------------------------
[30. Ser Box]*/

.ser-box {
    padding: 30px;
    overflow: hidden;
}
.ser-box i {
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 54px;
}
.ser-content {
    display: block;
    overflow: hidden;
}
.ser-content h4,
.ser-content p {
    color: #fff;
    padding-bottom: 0;
}
.shipping {
    background: #70baee;
}
.return {
    background: #f04e46;
}
.online {
    background: #39c983;
}
/*------------------------------------------------------------------
[31. Widget]*/

.widget li {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.widget .description h3,
.widget .description h5 {
    padding-bottom: 0;
}
.widget .description h3 {
    color: #8bc34a;
    font-size: 18px;
}
.widget .description h5 a {
    color: #000;
}
.widget .description h5 a:hover {
    color: #8bc34a;
}
.widget .description span {
    margin-top: 10px;
    display: block;
}
.widget .description span a {
    color: #8bc34a;
}
.widget .thumb-img {
    border: 1px solid #e2e2e2;
}
/*------------------------------------------------------------------
[32. Callout]*/

.callout-box {
    background: #8bc34a;
    clear: both;
    text-align: center;
    padding: 60px 0;
}
.callout-box h1 {
    padding-bottom: 0px;
    color: #fff;
}
.callout-box i {
    background: #fff;
    color: #8bc34a;
    width: 30px;
    height: 30px;
    padding: 15px;
    line-height: 30px;
    border-radius: 100px;
}
/*------------------------------------------------------------------
[33. Shop Details]*/

.reviews {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.reviews a {
    color: #8bc34a;
}
.reviews a:last-child {
    color: #333;
    padding-left: 30px;
}
.quantity,
.pro-color,
.sizes {
    margin-bottom: 40px;
}
.quantity li,
.pro-color li,
.sizes li {
    display: inline-block;
}
.quantity li:first-child {
    margin-right: 15px;
}
.quantity li a {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    color: #333;
    margin: -3px;
    font-size: 17px;
    font-weight: bold;
    display: table;
}
.pro-color li:first-child {
    margin-right: 30px;
    display: table;
    float: left;
    padding-top: 12px;
}
.black,
.red,
.green,
.blue {
    background: #000;
    width: 40px;
    height: 40px;
    display: block;
}
.black {
    background: #000;
}
.red {
    background: #dc0000;
}
.green {
    background: #179434;
}
.blue {
    background: #327ac3;
}
.sizes li:first-child {
    margin-right: 36px;
}
.sizes li a {
    background: #ffffff;
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eaeaea;
}
.sizes li:nth-child(2) a,
.sizes li a:hover {
    background: #8bc34a;
    color: #fff;
    border: 1px solid #8bc34a;
}
.sizes h2 {
    padding-top: 34px;
    color: #000;
}
.shop-details .slider-button a {
    border: 2px solid #8bc34a;
    color: #8bc34a;
}
.shop-details .slider-button a:hover {
    border: 2px solid #8bc34a;
    background-color: #8bc34a;
    color: #fff;
}
.shop-details .slider-button {
    margin-top: 0px;
}
.shop-ft {
    border-right: 1px solid #eaeaea;
    min-height: 420px;
}
ul.detail-right-content i {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
}
ul.detail-right-content h4 {
    padding-bottom: 0;
    font-size: 15px;
}
ul.detail-right-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
ul.share-icons {
    margin-top: 30px;
}
ul.share-icons li {
    display: inline-block;
}
ul.share-icons li a {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    display: table;
}
ul.share-icons li a:hover {
    background: #8bc34a;
    color: #fff;
}
/*------------------------------------------------------------------
[34. Tabs Details]*/

table {
    border-collapse: collapse;
    width: 100%;
}
tr th {
    background: #e91e63;
    color: #fff;
    font-family: 'Crete Round', serif;
    font-size: 16px;
    border: 1px solid #ab2855;
}
td,
th {
    border: 1px solid #e4e4e4;
    text-align: left;
    padding: 8px 25px;
    font-size: 14px;
    color: #787878;
}
td a {
    color: #E91E63;
}
td a:hover {
    color: #E91E63;
    text-decoration: underline;
}
tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.comment-form input[type="text"],
.comment-form input[type="date"],
.comment-form input[type="datetime"],
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="search"],
.comment-form input[type="time"],
.comment-form input[type="url"],
.comment-form textarea,
.comment-form select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 2%;
    border: 2px solid #dadada;
    padding: 10px 30px 10px 15px;
    color: #787878;
}
.shop-inner-page a {
    color: #000;
}
.shop-inner-page {
    margin-bottom: 30px;
}
.btn {
    background-color: #8bc34a;
    color: #fff;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
	border-radius:100px;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.btn:hover {
	background-color:#689533;
}
textarea {
    min-height: 200px;
}
/*------------------------------------------------------------------
[35. Blog]*/

.blog-post img {
    display: table;
}
.blog-content {
    background: #fff;
    border-left: 1px solid #eaeaea;
    padding: 30px;
    position: relative;
    border-top: 5px solid #8bc34a;
    border-bottom: 5px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-top: -2px;
}
.blog-content h3 {
    padding-bottom: 15px;
    s
}
.date {
    position: absolute;
    top: -50px;
    right: 48px;
    background: #fff;
    width: 80px;
    height: 80px;
    border: 5px solid #8bc34a;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    z-index: 9;
}
.date h3 {
    padding-bottom: 12px;
    padding-top: 19px;
    font-size: 27px;
    color: #8bc34a;
}
.date h5 {
    font-size: 20px;
    padding-top: 2px;
}
span.meta-tag {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 7px 0;
    margin-bottom: 20px;
}
span.meta-tag a {
    color: #787878;
    padding: 0 20px;
    border-right: 1px solid #eaeaea;
}
span.meta-tag a:hover,
.blog-content h2 a:hover {
    color: #8bc34a;
}
span.meta-tag i {
    padding-right: 5px;
}
.blog-content .slider-button a {
    background-color: #8bc34a;
}
.blog-content .slider-button {
    margin-top: 30px;
}
.blog-content h2 a {
    color: #000;
}
.blog-post iframe {
    height: 350px;
}
.pagination {
    clear: both;
}
.pagination a {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    color: #000;
    font-size: 14px;
}
.pagination a:hover {
    background: #8bc34a;
    border: 1px solid #8bc34a;
    color: #fff;
}
/*------------------------------------------------------------------
[36. Sidebar]*/

.sidebar-widget {
    background: #fff;
    padding: 30px;
    border: 1px solid #eaeaea;
    border-bottom: 5px solid #eaeaea;
    overflow: hidden;
}
.sidebar-widget li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.sidebar-widget h5 {
    padding-bottom: 7px;
    line-height: 14px;
}
.sidebar-widget h6 {
    font-size: 14px;
    padding-bottom: 7px;
    color: #3e3e3e;
}
.sidebar-widget .title h3 {
    padding-bottom: 6px;
}
.sidebar-widget ul.services li {
    border-bottom: 1px solid #eaeaea;
}
.sidebar-widget ul.tag-cloud li {
    border: none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-widget ul.tag-cloud li a {
    border: 1px solid #eaeaea;
}
.sidebar-widget p {
    padding-bottom: 0px;
}
.sidebar-widget li:last-child {
    margin-bottom: 0;
}
/*------------------------------------------------------------------
[37. Blog Details]*/

.blog-nav {
    margin-top: 40px;
}
a.blog-prev {
    float: left;
    color: #000;
    font-size: 17px;
}
a.blog-next {
    float: right;
    color: #000;
    font-size: 17px;
}
a.blog-prev i,
a.blog-next i {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
}
a.blog-prev i {
    margin-right: 10px;
}
a.blog-next i {
    margin-left: 10px;
}
a.blog-next:hover,
a.blog-prev:hover {
    color: #8bc34a;
}
a.blog-prev:hover i,
a.blog-next:hover i {
    background-color: #8bc34a;
    color: #fff;
}
.author img.thumb-img {
    border-radius: 100px;
    border: 5px solid #efefef;
}
.author {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0;
}
.author h5 {
    padding-bottom: 5px;
}
.author ul.share-icons {
    margin-top: 10px;
}
.detail-time {
    color: #000;
}
.detail-time a {
    color: #000;
    margin-left: 20px;
}
.detail-time a:hover {
    color: #8bc34a;
}
.comment-reply {
    padding-left: 100px;
}
/*------------------------------------------------------------------
[38. Search]*/

.searchlink {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #8bc34a;
    color: #fff;
    width: 66px;
    height: 109px;
    text-align: center;
    line-height: 110px;
    font-size: 15px;
    top: 44px;
}
.searchlink:hover,
.searchlink.open {
    background: #8bc34a;
    color: #fff;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
}
.searchlink.open > .searchform {
    display: block;
}
.searchform {
    display: none;
    position: absolute;
    width: 300px;
    height: 50px;
    line-height: 40px;
    top: 109px;
    right: 0;
    cursor: default;
    z-index: 100;
    color: #fff;
}
.searchlink.open .searchform {
    display: block;
}
#search {
    display: block;
    position: relative;
}
#s {
    width: 254px;
    background: #8bc34a;
    padding: 15px 23px;
    border: 0;
    color: #fff;
}
.sbtn {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
#s::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #fff;
}
#s:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #fff;
    opacity: 1;
}
#s::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #fff;
    opacity: 1;
}
#s:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #fff;
}
/*------------------------------------------------------------------
[39. Contact]*/

.contact-col .contact-info {
    padding-bottom: 20px;
}
.contact-col .contact-info i {
    color: #fff;
    background: #000;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    padding: 3px;
    margin-right: 15px;
}
.contact-col ul.share-icons {
    margin-top: 10px;
}
.contact-info strong {
    color: #FEFEFE;
}
.maps iframe {
    pointer-events: none;
}