.multi-columns-row .first-in-row {
    clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    /* reset previous grid */
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}

@font-face {
    font-family: 'RobotoLight';
    src: url(../fonts/Roboto-Light.ttf);
}

.container-fluid {
    width: 97%;
}

@media (max-width: 768px) {
    .container-fluid {
        width: 92%;
    }
}

.top-menu {
    background: #3a4b56;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default.top-menu .navbar-nav>li>a {
    background-color: transparent;
    border: 0px;
    color: #fff;
    float: left;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
}

.navbar-default.top-menu .navbar-nav>li>a i {
    margin-right: 15px;
}

.navbar-default.top-menu .navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-right: 25px;
    color: #fff;
}

.navbar-default.top-menu .navbar-text i {
    color: #82b839;
    font-size: 11px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.navbar-default.top-menu .dropdown-menu {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.sidebar-index {
    margin-top: 30px;
}

.sidebar-index .logo {
    margin-bottom: 55px;
}

.sidebar-index .logo img {
    margin: 0 auto;
}

.categorylistindex .categories a.list-group-item {
    color: #222222;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #f2f2f2;
    border-right: 0px;
    border-left: 0px;
    text-align: center;
}

.categorylistindex .categories .submenu a.list-group-item {
    background-color: #f2f2f2;
    text-align: left;
    font-size: 14px;
}

.categorylistindex .categories .submenu.active a.list-group-item, .categorylistindex .categories .active a.list-group-item {
    background-color: #81b839;
    color: #fff;
}

.categorylistindex .categories a.list-group-item:first-child {
    border-top: 0px;
}

.content-index {
    padding-left: 45px;
    border-left: 1px solid #f2f2f2;
    padding-top: 30px;
}

@media (max-width: 768px) {
    .content-index {
        padding-left: 15px;
        border-left: 0;
        padding-top: 30px;
    }
}

.main-menu .navbar-default {
    background-color: #82b839;
    border-color: transparent;
    border-radius: 0px;
}

.main-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 30px 10px;
    transition: none;
}

.main-menu .navbar-default.affix .navbar-nav>li>a {
    padding: 15px 12px;
}

.main-menu .navbar-default .navbar-form {
    position: relative;
    padding-right: 0px;
    border: 0px;
}

.main-menu .navbar-form .form-control {
    background: transparent;
    color: #fff;
    height: 80px;
    width: 268px;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-left: 1px solid #9bc661;
    border-bottom: 4px solid #72a32f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu .affix .navbar-form .form-control {
    height: 50px;
}

.main-menu .navbar-form {
    margin: 0px;
}

.main-menu .navbar-form .btn {
    padding: 20px 30px;
    position: absolute;
    top: 5px;
    right: 0px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.main-menu .affix .navbar-form .btn {
    padding: 5px 30px;
}

.main-menu .navbar-form .form-control::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.main-menu .navbar-form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.main-menu .navbar-form .form-control::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.main-menu .navbar-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.main-menu .navbar-form .form-control:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.content-index .home-slider .carousel-control.left, .content-index .home-slider .carousel-control.right {
    background-image: none;
    filter: none;
    width: 4%;
}

.content-index .home-slider .carousel-control.left span, .content-index .home-slider .carousel-control.right span {
    color: #82b839;
    text-shadow: 0 1px 2px rgb(242, 242, 242);
}

.content-index .home-slider .carousel-indicators li {
    border: 1px solid #82b839;
}

.content-index .home-slider .carousel-indicators li.active {
    background-color: #82b839;
}

.content-index .home-slider h2 {
    position: absolute;
    top: 47px;
    left: 65px;
    color: #222222;
    font-size: 55px;
    font-family: 'Roboto', sans-serif;
    width: 50%;
}

.content-index .home-slider .sliderbutton1 {
    background: #82b839;
    border: 2px solid #82b839;
    position: absolute;
    top: 230px;
    left: 67px;
    padding: 13px 40px;
    letter-spacing: 2px;
}

.content-index .home-slider .sliderbutton1:hover {
    background: transparent;
    border: 2px solid #82b839;
}

.content-index .home-slider .sliderbutton2.nobutton1 {
    top: 230px;
    left: 67px;
}

.content-index .home-slider .sliderbutton1 a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.content-index .home-slider .sliderbutton1:hover a {
    color: #222222;
    text-decoration: none;
}

.content-index .home-slider .sliderbutton2 {
    background: transparent;
    border: 2px solid #82b839;
    position: absolute;
    top: 230px;
    left: 279px;
    padding: 13px 40px;
    letter-spacing: 2px;
}

.content-index .home-slider .sliderbutton2:hover {
    background: #82b839;
    border: 2px solid #82b839;
}

.content-index .home-slider .sliderbutton2 a {
    color: #222222;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.content-index .home-slider .sliderbutton2:hover a {
    text-decoration: none;
    color: #fff;
}

.content-index .home-slider .slidertext {
    color: #222222;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    position: absolute;
    top: 48px;
    right: 39px;
    padding: 7px 30px;
}

.home-small-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-small-text h2 {
    margin-top: 0px;
    color: #72a32f;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
}

.home-small-text h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.home-small-text p {
    font-size: 18px;
    font-weight: 300;
}

.home-small-box1 {
    padding-right: 0px;
}

.home-citation {
    border-left: 4px solid #f2f2f2;
    padding-top: 4px;
    padding-left: 20px;
    font-size: 16px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}

.home-small-box2 p {
    color: #222222;
    font-family: 'RobotoLight', sans-serif;
    font-size: 20px;
}

.videoboximg {
    width: 100%;
    text-align: center;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    position: relative;
    padding-top: 90px;
}

.home-small-imgbox {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: -1;
    width: 250px;
}

.home-small-box2 {
    padding-right: 50px;
}

/*.videoboximg::after{
    content: " ";
    width: 55px;
    height: 6px;
    background: #82b839;
    position: absolute;
    z-index: 5;
    bottom: -6px;
    left: 0px;
}*/

.home-small-imgbox:after {
    content: " ";
    width: 55px;
    height: 6px;
    background: #82b839;
    position: absolute;
    z-index: 5;
    top: -6px;
    right: 0px;
}

.homebutton1 {
    padding-top: 35px;
}

.homebutton1 a {
    background: #82b839;
    border: 2px solid #82b839;
    padding: 12px 25px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.homebutton1 a:hover {
    background: transparent;
    border: 2px solid #82b839;
    color: #222222;
    text-decoration: none;
}

.home-small-box3 .bs-example-modal-lg .modal-content::after {
    content: " ";
    width: 139px;
    height: 6px;
    background: #82b839;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 0px 10px;
}

.home-service h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222222;
}

.home-service h2, .home-product-boxes h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #222222;
}

.home-service.home-product h2, .home-product-boxes h2 {
    font-weight: 300;
}

.home-service p {
    font-family: 'RobotoLight';
    font-size: 16px;
    color: #555;
}

.home-service-border img {
    margin: auto;
}

.home-service a {
    color: #222222;
    font-size: 18px;
}

.home-service-border {
    border: 0px solid #ededed;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
    min-height: 240px;
}

.home-service-border img {
    height: 75px;
}

.product-home-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 40px;
}

.home-product-box {
    margin-bottom: 50px;
}

.home-product-box p {
    font-size: 22px;
    font-weight: 300;
}

.home-catalog-left {
    z-index: 10;
}

.home-catalog-download {
    position: relative;
}

.home-catalog-download img {
    margin: 0 auto;
    margin-top: 60px;
}

.home-catalog-download::after {
    content: '';
    z-index: 1;
    width: 110%;
    height: 2px;
    background: #f2f2f2;
    display: block;
    position: absolute;
    top: 33px;
    margin-left: -10%;
}

.home-catalog-right {
    position: relative;
}

.home-catalog-right::after {
    content: '';
    z-index: 1;
    width: 18px;
    height: 2px;
    background: #f2f2f2;
    display: block;
    position: absolute;
    top: 38px;
    right: 0;
}

.home-catalog-boxes h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 20px;
}

.catalog-download-btn {
    background: #81b839;
    width: 175px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
}

.home-reasons-boxes {
    margin-top: 40px;
}

.home-reasons-boxes h2 {
    font-size: 40px;
    font-weight: bold;
}

.home-reasons-boxes h3 {
    margin-top: 40px;
    font-size: 28px;
}

.home-reasons-boxes p {
    font-size: 22px;
    font-weight: 300;
}

.home-reasons-right {
    background: #81b839;
    padding: 20px 40px;
}

.home-reasons-left {
    padding: 20px 15px;
}

.home-reasons-right h2, .home-reasons-right h3, .home-reasons-right p {
    color: #fff;
}

.home-hr hr {
    border-top: 2px solid #f2f2f2;
}

.home-vip {
    margin-bottom: 40px;
}

.home-vip h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #222222;
    margin-bottom: 25px;
}

.home-vip h2 {
    font-family: 'RobotoLight', sans-serif;
    font-size: 24px;
    color: #222222;
    margin: 0 auto;
    margin-bottom: 50px;
}

.home-vip h2 span {
    font-family: 'RobotoLight', sans-serif;
    font-size: 24px;
    color: #72a32f;
}

.home-vip h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
}

.home-vip p {
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #222222;
    margin: 0px 19px;
}

.home-vip .single-working-item .icon-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto;
    transition: all 500ms ease;
}

.home-vip .single-working-item .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #d5ac63;
    font-size: 50px;
    transition: all 500ms ease;
}

.home-vip .single-working-item .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 45px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    transition: all 500ms ease;
}

.home-vip .single-working-item .icon-box .count h3 {
    color: #252525;
    font-size: 18px;
    line-height: 6px;
    font-weight: 700;
    transition: all 500ms ease;
}

.home-numbers {
    margin-bottom: 40px;
    margin-top: 40px;
}

.home-numbers h2 {
    color: #acab09;
    font-size: 48px;
    font-family: 'RobotoLight', sans-serif;
    margin-top: 0px;
}

.home-numbers p {
    color: #1b1b1b;
    font-size: 24px;
    font-family: 'RobotoLight', sans-serif;
}

.home-numbers-box {
    border-right: 1px dashed #555;
    min-height: 215px;
}

.home-numbers-box:last-child {
    border: 0px;
}

.blog-box {
    margin-bottom: 60px;
}

.blog-box .title {
    padding-top: 10px;
}

.blog-box .title a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
}

.blog-box .name {
    font-size: 14px;
    font-family: 'RobotoLight', sans-serif;
    color: #555;
}

.blog-box .name i {
    margin-right: 7px;
}

.blog-box .name .date {
    margin-right: 30px;
}

.blog-box .intro {
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
    color: #555;
    margin-bottom: 25px;
}

.home-blog-a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #222222;
    font-weight: bold;
    border: 2px solid #82b839;
    text-decoration: none;
    border-radius: 0px;
    padding: 10px 25px;
}

.home-blog-a:hover {
    color: #fff;
    background: #82b839;
    border: 2px solid #82b839;
    text-decoration: none;
}

.blog-box h2 {
    font-size: 30px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
}

.opinion-box {
    background: #eaefe8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -45px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
}

.opinion-text p {
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
    color: #555;
}

.opinion-text h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #72a32f;
}

.opinion-text h3 span {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #72a32f;
}

.opinion-text {
    width: 100%;
    float: left;
}

.opinion-text-box {
    background: #fff;
    margin: 0px 40px;
    padding: 25px;
    position: relative;
}

.opinion-text-box:before {
    content: " ";
    border-style: solid;
    border-width: 15px 15px 26px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 45%;
    width: 30px;
}

.opinion-text-box .op-box {
    border: 1px solid #72a32f;
    padding: 20px;
}

.opinion-img {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.opinion-img img {
    border-radius: 100%;
}

.opinion-box .owl-item {
    background: transparent;
    padding-top: 55px;
    padding-bottom: 10px;
}

.opinion-box .owl-carousel .owl-item img {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.opinion-icon {
    font-size: 60px;
    color: #72a32f;
    font-family: "Times New Roman", Times, serif;
    position: absolute;
    top: -3px;
    font-weight: bold;
    left: 20px;
}

.opinion-box .owl-carousel {
    padding-top: 90px;
}

.opinion-box .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px solid #72a32f;
    padding-bottom: 11px;
}

.opinion-box .owl-dots .owl-dot {
    border: 0;
    background: transparent;
}

.opinion-box .owl-dots .owl-dot.active span {
    background: #72a32f;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.opinion-box .owl-dots .owl-dot span {
    background: #72a32f;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.home-guarantee-boxes {
    margin-top: 50px;
    margin-bottom: 70px;
}

.home-guarantee-left img {
    width: 100%;
}

.home-guarantee-right img {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-guarantee-right .catalog-download-btn {
    width: 225px;
}

.home-guarantee-right h2, .home-img-boxes h2 {
    font-size: 30px;
    font-weight: bold;
}

.home-img-boxes h2 {
    margin-bottom: 45px;
}

.home-guarantee-right p, .home-img-boxes p {
    font-size: 22px;
    font-weight: 300;
}

.home-img-boxes {
    border: 1px solid #81b839;
    padding: 10px 10px 30px 30px;
    position: relative;
    margin-bottom: 110px;
}

.home-img-img {
    position: relative;
    top: 0px;
    width: 100%;
}

.home-img-img img {
    margin: auto;
}

.home-img-boxes .catalog-download-btn {
    width: 350px;
}

#main-section.accordion-box .k-panelbar {
    border: none;
    background: none;
}

#main-section.accordion-box .k-item {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}

#main-section.accordion-box .k-state-active .k-link {
    background: #3a4b56 none repeat scroll 0 0;
    color: #fff;
}

#main-section.accordion-box .k-link {
    background: #f2f2f2 none repeat scroll 0 0;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    padding: 0px 20px 0px;
    position: relative;
    transition: all 300ms ease;
    box-shadow: none;
    color: #222222;
    font-size: 20px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

#main-section.accordion-box .k-item .k-content {
    border-top: medium none;
    position: relative;
    border: none;
}

#main-section.accordion-box .k-item .k-content p {
    color: #9a9a9a;
    line-height: 28px;
    padding: 10px 20px 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#main-section.accordion-box .categoryselect .k-dropdown-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

#main-section.accordion-box .categoryselect .k-select span {
    margin-top: 15px;
}

#main-section.accordion-box .categoryselect .k-input {
    font-size: 20px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

/* #panelbar .k-i-arrow-60-down:before {
    content: "\e145" !important;
    font-size: 20px;
}

#panelbar .k-i-arrow-60-up:before {
    content: "\e139" !important;
    font-size: 20px;
} */

.accordion-box .accordion {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}

.accordion-box .accordion .accord-btn.active {
    background: #3a4b56 none repeat scroll 0 0;
}

.accordion-box .accordion .accord-btn {
    background: #f2f2f2 none repeat scroll 0 0;
    cursor: pointer;
    height: 55px;
    line-height: 18px;
    padding: 11px 20px 12px;
    position: relative;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #fff;
}

.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 20px;
    line-height: 32px;
    transition: all 500ms ease;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
}

.accordion-box .accordion .accord-btn.active:after {
    /*content: '\f068';*/
    content: '-';
    font-size: 40px;
    color: #3a4b56;
    background: #82b839;
}

.accordion-box .accordion .accord-btn::after {
    background: #3a4b56 none repeat scroll 0 0;
    border-radius: 2px;
    color: #f2f2f2;
    content: '+';
    /*content: '\f067';*/
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 20px;
    font-weight: 100;
    height: 20px;
    line-height: 20px;
    margin-top: -15px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 32.5px;
    width: 20px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-content {
    border-top: medium none;
    display: none;
    padding: 22px 20px 1px;
    position: relative;
}

.accordion-box .accordion .accord-content p {
    color: #9a9a9a;
    line-height: 28px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 40px 30px 100px 30px;
}

.faq-content-area .question-form h1 {
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 35px;
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form form input[type="text"], .faq-content-area .question-form form textarea, .faq-content-area .question-form form select {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
    border: 1px solid transparent;
    font-size: 18px;
    color: #7a7a7a;
}

.faq-content-area .question-form form textarea {
    height: 150px;
    padding-top: 10px;
}

.faq-content-area .question-form form input, .faq-content-area .question-form form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form form input, .faq-content-area .question-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form form input, .faq-content-area .question-form form textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form form input, .faq-content-area .question-form form textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
}

.faq-content-area .question-form form button {
    background: #82b839;
    border: 2px solid #82b839;
    padding: 12px 25px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion-box {
    padding-top: 40px;
}

.breadcrumb-area h1 {
    color: #f9f9f9;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 120px;
    padding-top: 120px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.widget-search input {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    border: 0px;
    width: 88%;
}

.widget-search input::placeholder {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.widget-search input::-webkit-input-placeholder {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.widget-search input::-moz-placeholder {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.widget-search input:-ms-input-placeholder {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.widget-search input:-moz-placeholder {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.widget-search button {
    color: #222222;
    font-size: 24px;
    background: transparent;
    border: 0px;
}

.widget-search {
    margin-top: 20px;
}

.sidebar-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #e8e8e8;
}

.sidebar-category h2 {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.sidebar-category li a {
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
    color: #222222;
}

.sidebar-category ul {
    padding: 0;
    list-style: none;
}

.sidebar-category li {
    padding: 10px 0px;
}

.siderbar-blog-box {
    margin-bottom: 25px;
}

.siderbar-blog-box h2 {
    color: #222222;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.siderbar-blog-box .body .title a {
    color: #222222;
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
}

.siderbar-blog-box .body .name {
    color: #555;
    font-size: 14px;
    font-family: 'RobotoLight', sans-serif;
}

.siderbar-blog {
    margin-top: 15px;
}

.blog-section {
    margin-top: 30px;
}

.blog-section p {
    color: #022222;
    font-size: 18px;
    font-family: 'RobotoLight', sans-serif;
}

.blog-section blockquote {
    color: #222222;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border-left: 2px solid #e8e8e8;
    margin-left: 52%;
    padding-top: 40px;
    position: relative;
}

.blog-section blockquote::before {
    content: '“';
    font-family: "Times New Roman", Times, serif;
    color: #e8e8e8;
    font-size: 48px;
    position: absolute;
    top: -7px;
}

.about-area .text-holder h3 {
    color: #252525;
    font-size: 20px;
    font-weight: 500;
    margin: -5px 0 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

.about-area .text-holder h3 span {
    color: #82b839;
}

.about-area {
    margin-top: 40px;
}

.abouthr {
    border-top: 2px solid #82b839;
    width: 60px;
    margin-left: 0;
    margin-top: 0px;
}

.about-area h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-area p {
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #595959;
    line-height: 28px;
    font-weight: 300;
}

.signature-and-name {
    margin-top: 40px;
}

.signature-and-name .name {
    font-family: 'RobotoLight', sans-serif;
    font-size: 17px;
    color: #595959;
    line-height: 28px;
    font-weight: 300;
    border-left: 2px solid #f2f2f2;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-left: 33px;
    padding-right: 60px;
}

.choose-area {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

.choose-area .sec-title .border {
    background: #82b839 none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin: 15px 0 0;
    width: 70px;
}

.choose-area .single-item {
    margin-bottom: 50px;
    padding-left: 100px;
    position: relative;
}

.choose-area .single-item .icon-holder {
    background: #82b839 none repeat scroll 0 0;
    height: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    transition: all 500ms ease;
    padding-top: 15px;
}

.choose-area .sec-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
}

.choose-area .single-item .text-holder h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
}

.choose-area .single-item .text-holder p {
    font-family: 'RobotoLight', sans-serif;
    font-size: 17px;
    color: #595959;
    line-height: 28px;
    font-weight: 300;
}

.choose-area .single-item .icon-holder span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
}

/***
=============================================
    Footer area style
=============================================
***/

.footer-area {
    background: #1b1b1b none repeat scroll 0 0;
    padding-bottom: 75px;
    padding-top: 80px;
    margin-left: -45px;
    padding-left: 15px;
}

.footer-bottom-area ul, .footer-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-footer-widget a {
    text-decoration: none;
}

.single-footer-widget .footer-logo {
    padding: 0 0 27px;
}

.single-footer-widget .footer-logo a {
    color: #f8f9fb;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.single-footer-widget .interrio-info {
    overflow: hidden;
    margin: 0 0 30px;
}

.single-footer-widget .interrio-info p {
    margin: 0;
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.single-footer-widget .interrio-info p span {
    color: #72a32f;
    font-weight: 700;
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
}

.single-footer-widget .footer-contact-info li {
    border-bottom: 1px solid #272727;
    margin-bottom: 7px;
    padding-bottom: 9px;
    padding-left: 30px;
    position: relative;
}

.single-footer-widget .footer-contact-info li:last-child {
    border-bottom: 0px solid #272727;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder i {
    color: #618530;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #72a32f;
    font-size: 20px;
}

.single-footer-widget .footer-contact-info li .icon-holder.time span::before {
    top: 3px;
    position: relative;
}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder p {
    margin: 0;
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.single-footer-widget .title {
    padding-bottom: 40px;
    padding-top: 6px;
}

.single-footer-widget .title h3 {
    color: #f8f9fb;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
}

.single-footer-widget .popular-news {}

.single-footer-widget .popular-news .single-popular-news-item {
    padding-left: 105px;
    position: relative;
    margin-bottom: 40px;
}

.single-footer-widget .popular-news .single-popular-news-item:last-child {
    margin-bottom: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder {
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder .overlay .box .content a i {
    font-size: 16px;
    transition: all 500ms ease 0s;
    color: #fff;
}

.single-footer-widget .popular-news .single-popular-news-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-footer-widget .popular-news .single-popular-news-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder .overlay .box .content a:hover i {
    color: #72a32f;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder {
    position: relative;
    top: -8px;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder p {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 10px;
    transition: all 500ms ease;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info {
    overflow: hidden;
    padding-left: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info li {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin-right: 10px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    transition: all 500ms ease;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder a:hover p {
    color: #636363;
}

.single-footer-widget .subscribe-form {
    overflow: hidden;
    position: relative;
    top: -10px;
}

.single-footer-widget .subscribe-form p {
    color: #c1c1c1;
    margin: 0 0 11px;
}

.single-footer-widget .subscribe-form form {
    position: relative;
}

.single-footer-widget .subscribe-form form input[type=text] {
    background: #1e1e1e;
    border: 1px solid #242424;
    color: #c1c1c1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    height: 50px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.single-footer-widget .subscribe-form form button {
    background: #1e1e1e none repeat scroll 0 0;
    border-left: 2px solid #242424;
    color: #72a32f;
    display: block;
    height: 50px;
    padding: 10.5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    border-bottom: 1px solid #242424;
}

.single-footer-widget .subscribe-form form input[type=text]:focus {
    border: 1px solid #72a32f;
    background: #c1c1c1;
    color: #1b1b1b;
}

.single-footer-widget .subscribe-form form input[type=text]:focus+button, .single-footer-widget .subscribe-form form button:hover {
    background: #72a32f none repeat scroll 0 0;
    color: #1b1b1b;
    border-color: #72a32f;
}

.single-footer-widget .subscribe-form h4 {
    color: #c1c1c1;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0 10px;
}

.single-footer-widget .latest-project {}

.single-footer-widget .latest-project .latest-project-items {
    overflow: hidden;
    margin-top: -5px;
}

.single-footer-widget .latest-project ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.single-footer-widget .latest-project ul li .img-holder {
    overflow: hidden;
    position: relative;
}

.single-footer-widget .latest-project ul li .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-footer-widget .latest-project ul li .img-holder .overlay .box .content a i {
    font-size: 16px;
    transition: all 500ms ease 0s;
    color: #fff;
}

.single-footer-widget .latest-project ul li:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-footer-widget .latest-project ul li:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-footer-widget .latest-project ul li .img-holder .overlay .box .content a:hover i {
    color: #72a32f;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-60 {
    padding: 60px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: none !important;
}

.btn-green {
    color: #fff;
    background-color: #82b839;
    border-radius: 0;
    min-width: 230px;
    border: 2px solid #82b839
}

.btn-green.active, .btn-green.focus, .btn-green:active, .btn-green:focus, .btn-green:hover, .open>.dropdown-toggle.btn-green {
    background: transparent;
    border: 2px solid #82b839
}

/***
=============================================
    Footer area style
=============================================
***/

.footer-area {
    background: #1b1b1b none repeat scroll 0 0;
    padding-bottom: 75px;
    padding-top: 80px;
    margin-left: -45px;
    padding-left: 15px;
}

.footer-bottom-area ul, .footer-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-footer-widget a {
    text-decoration: none;
}

.single-footer-widget .footer-logo {
    padding: 0 0 27px;
}

.single-footer-widget .footer-logo a {
    color: #f8f9fb;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.single-footer-widget .interrio-info {
    overflow: hidden;
    margin: 0 0 30px;
}

.single-footer-widget .interrio-info p {
    margin: 0;
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.single-footer-widget .interrio-info p span {
    color: #72a32f;
    font-weight: 700;
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
}

.single-footer-widget .footer-contact-info li {
    border-bottom: 1px solid #272727;
    margin-bottom: 7px;
    padding-bottom: 9px;
    padding-left: 30px;
    position: relative;
}

.single-footer-widget .footer-contact-info li:last-child {
    border-bottom: 0px solid #272727;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder i {
    color: #618530;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #72a32f;
    font-size: 20px;
}

.single-footer-widget .footer-contact-info li .icon-holder.time span::before {
    top: 3px;
    position: relative;
}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder p {
    margin: 0;
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.single-footer-widget .title {
    padding-bottom: 40px;
    padding-top: 6px;
}

.single-footer-widget .title h3 {
    color: #f8f9fb;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
}

.single-footer-widget .popular-news {}

.single-footer-widget .popular-news .single-popular-news-item {
    padding-left: 105px;
    position: relative;
    margin-bottom: 40px;
}

.single-footer-widget .popular-news .single-popular-news-item:last-child {
    margin-bottom: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder {
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder .overlay .box .content a i {
    font-size: 16px;
    transition: all 500ms ease 0s;
    color: #fff;
}

.single-footer-widget .popular-news .single-popular-news-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-footer-widget .popular-news .single-popular-news-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-footer-widget .popular-news .single-popular-news-item .img-holder .overlay .box .content a:hover i {
    color: #72a32f;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder {
    position: relative;
    top: -8px;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder p {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 10px;
    transition: all 500ms ease;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info {
    overflow: hidden;
    padding-left: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info li {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin-right: 10px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    transition: all 500ms ease;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder .info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.single-footer-widget .popular-news .single-popular-news-item .text-holder a:hover p {
    color: #636363;
}

.single-footer-widget .subscribe-form {
    overflow: hidden;
    position: relative;
    top: -10px;
}

.single-footer-widget .subscribe-form p {
    color: #c1c1c1;
    margin: 0 0 11px;
}

.single-footer-widget .subscribe-form form {
    position: relative;
}

.single-footer-widget .subscribe-form .help-block {
    color: #ff0000;
}

.single-footer-widget .subscribe-form form input[type=text], .single-footer-widget .subscribe-form form input[type=email] {
    background: #1e1e1e;
    border: 1px solid #242424;
    color: #c1c1c1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    height: 50px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.single-footer-widget .subscribe-form form button {
    background: #1e1e1e none repeat scroll 0 0;
    border-left: 2px solid #242424;
    color: #72a32f;
    display: block;
    height: 50px;
    padding: 10.5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    border-bottom: 1px solid #242424;
}

.single-footer-widget .subscribe-form form input[type=email]:focus {
    border: 1px solid #72a32f;
    background: #c1c1c1;
    color: #1b1b1b;
}

.single-footer-widget .subscribe-form form input[type=email]:focus+button, .single-footer-widget .subscribe-form form button:hover {
    background: #72a32f none repeat scroll 0 0;
    color: #1b1b1b;
    border-color: #72a32f;
}

.single-footer-widget .subscribe-form h4 {
    color: #c1c1c1;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0 10px;
}

.single-footer-widget .latest-project {}

.single-footer-widget .latest-project .latest-project-items {
    overflow: hidden;
    margin-top: -5px;
}

.single-footer-widget .latest-project ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.single-footer-widget .latest-project ul li .img-holder {
    overflow: hidden;
    position: relative;
}

.single-footer-widget .latest-project ul li .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-footer-widget .latest-project ul li .img-holder .overlay .box .content a i {
    font-size: 16px;
    transition: all 500ms ease 0s;
    color: #fff;
}

.single-footer-widget .latest-project ul li:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-footer-widget .latest-project ul li:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-footer-widget .latest-project ul li .img-holder .overlay .box .content a:hover i {
    color: #72a32f;
}

.overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-footer-widget .popular-news .single-popular-news-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

/***
=============================================
    Footer bottom area style
=============================================
***/

.footer-bottom-area {
    background: #141414 none repeat scroll 0 0;
    padding-bottom: 23px;
    padding-top: 18px;
    margin-left: -45px;
    padding-left: 15px;
}

.footer-bottom-area .copyright-text p {
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.footer-bottom-area .copyright-text p a {
    color: #72a32f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.footer-bottom-area .copyright-text p a:hover {
    color: #fff;
}

.footer-bottom-area .footer-menu {
    float: right;
    position: relative;
    top: 3px;
}

.footer-bottom-area .footer-menu ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1b1b1b;
    overflow: hidden;
}

.footer-bottom-area .footer-menu ul li a i {
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease;
    padding: 18px;
}

.footer-bottom-area .footer-menu ul li a:hover i {
    color: #72a32f;
}

/* ------------------ breadcrumbs ------------------*/

.breadcrumbs-area {}

.breadcrumbs {
    background: #f2f2f2;
}

.breadcrumbs.with-img {
    min-height: 275px;
    background: none;
}

.overlay-bg {
    position: relative;
}

.breadcrumbs-inner {
    position: relative;
    z-index: 10;
}

.breadcrumbs-title {
    color: #222222;
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 60px 0 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
}

.with-img .breadcrumbs-title {
    padding: 120px 0 95px;
    color: #fff;
}

.breadcrumb-list {
    line-height: 1;
    padding-bottom: 20px;
    padding-left: 15px;
}

.breadcrumb-list>li {
    color: #222222;
    display: inline-block;
    font-size: 13px;
    margin-right: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    user-select: none;
    cursor: default;
}

.breadcrumb-list>li::before {
    content: ">";
    margin-right: 2px;
    left: 0;
    color: #666666;
    transition: all 0.3s ease 0s;
}

.breadcrumb-list>li:first-child::before {
    content: "";
}

.breadcrumbs .breadcrumb-list>li:hover::before {
    color: #666666;
}

.breadcrumb-list>li>a {
    color: #666666;
}

.breadcrumb-list>li:hover>a {
    color: #ff7f00;
}

.with-img .breadcrumb-list>li {
    color: #fff;
}

.with-img .breadcrumb-list>li>a {
    color: #fff;
}

.with-img .breadcrumb-list>li:hover>a {
    color: #82b839;
}

.with-img .breadcrumb-list>li::before {
    color: #fff;
}

.breadcrumbs.with-img .breadcrumb-list>li:hover::before {
    color: #82b839;
}

/* ------------------ login ------------------*/

.login-boxes {
    min-height: 335px;
    background-color: #f2f2f2;
}

.login-boxes .login-inner {
    padding: 25px;
}

.widget-title {
    background-color: #82b839;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    padding: 25px
}

.widget-title.widget-title-gray {
    background-color: #3a4b56;
}

.login-boxes p {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.login-boxes hr {
    border-color: #222222;
}

.login-account input {
    border-radius: 0;
    height: 55px;
}

.login-account a {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

/***
=============================================
    Contact v2 Area style
=============================================
***/

.contact-v2-area {
    padding-bottom: 100px;
    padding-top: 80px;
}

.contact-v2-area .contact-info {}

.contact-v2-area .contact-info .title {
    margin-top: -2px;
    padding-bottom: 30px;
}

.contact-v2-area .contact-info .title h3 {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #222;
}

.contact-v2-area .contact-info .contact-address {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-v2-area .contact-info .contact-address li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 25px;
}

.contact-v2-area .contact-info .contact-address li .icon-holder {
    position: absolute;
    top: -2px;
    left: 0;
}

.contact-v2-area .contact-info .contact-address li .icon-holder i {
    color: #82b839;
    font-size: 20px;
}

.contact-v2-area .contact-info .contact-address li .text-holder {}

.contact-v2-area .contact-info .contact-address li .text-holder p {
    line-height: 22px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #555;
}

.contact-v2-area .contact-info .view-on-map a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #222;
    transition: all 500ms ease;
}

.contact-v2-area .contact-info .view-on-map a i {
    display: inline-block;
    padding-left: 7px;
}

.contact-v2-area .contact-info .view-on-map a:hover {
    color: #82b839;
}

#contact-v2-google-map {
    height: 300px;
    width: 100%;
}

/***
=============================================
    Contact v2 Form Area style
=============================================
***/

.contact-v2-form-area {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-top: 60px;
    margin-left: -30px;
}

.contact-v2-form-area .sec-title {
    padding: 0 160px 20px;
}

@media (max-width: 1024px) {
    .contact-v2-form-area .sec-title {
        padding: 0 0 20px;
    }
}

.contact-v2-form-area .sec-title h2 {
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #222;
}

.contact-v2-form-area .sec-title p {
    color: #9a9a9a;
    font-size: 18px;
    margin: 0;
    line-height: 32px;
}

.contact-v2-form-area .contact-v2-form form {}

.contact-v2-form-area .contact-v2-form form input[type="text"], .contact-v2-form-area .contact-v2-form form input[type="email"], .contact-v2-form-area .contact-v2-form form textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #eaeaea;
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.contact-v2-form-area .contact-v2-form form textarea {
    height: 200px;
    padding: 12px 15px;
}

.contact-v2-form-area .contact-v2-form form input[type="text"]:focus {
    border-color: #d5ac63;
}

.contact-v2-form-area .contact-v2-form form input[type="email"]:focus {
    border-color: #d5ac63;
}

.contact-v2-form-area .contact-v2-form form textarea:focus {
    border-color: #d5ac63;
}

.vip-box-about {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.vip-box-about img {
    float: left;
    margin-right: 30px;
}

.vip-box-about h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #222222;
}

.vip-box-about p {
    font-family: 'RobotoLight';
    font-size: 25px;
}

.vip-box-about .vip-text {
    margin-top: 25px;
}

.vip-box-about a {
    text-decoration: none;
    border-bottom: 1px dashed #222222;
}

.vip-box-about a:hover {
    border-bottom: 1px dashed #82b839;
}

.make-box-about h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222222;
}

.make-box-about hr {
    width: 70px;
    margin: 20px auto 50px;
    border-top: 2px solid #82b839;
}

.make-box-about .make-text {
    font-family: 'RobotoLight';
    font-size: 18px;
    color: #222222;
    border-right: 4px solid #f2f2f2;
    min-height: 125px;
    padding-left: 25px;
    padding-right: 25px;
}

.make-box-about .make-text p {
    font-size: 24px;
    min-height: 70px;
}

@media (max-width: 1899px) {
    .make-box-about .make-text p {
        font-size: 20px;
    }
}

.make-box-about .make-text:last-child {
    border-right: 0px;
}

.make-box-about .make-text i {
    font-size: 24px;
    color: #82b839;
}

.make-box-about {
    margin-bottom: 70px;
}

.opinion-box-about .opinion-h3-box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222222;
}

.opinion-box-about .opinion-h3-box hr {
    width: 70px;
    margin: 20px auto 50px;
    border-top: 2px solid #82b839;
}

.opinion-box-about .opinion-box {
    padding-top: 30px;
    padding-bottom: 85px;
}

.opinion-box-about .owl-controls .owl-nav [class*="owl-"] {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #222222;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}

.opinion-box-about .owl-controls {
    position: absolute;
    right: 0;
    top: -130px;
}

.opinion-box-about .owl-controls .owl-nav .owl-prev {
    margin-right: 15px;
}

.new-product-area .new-product-action a {
    background: #82b839 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    margin: -5px;
    padding: 8px 11px;
    width: 100%;
    height: 43px;
    border-left: 1px solid #fff;
}

h1.home-h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222222;
    margin-bottom: 35px;
    margin-top: 5px;
}

.product-content a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    margin-top: 20px;
}

.product-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    font-weight: normal;
}

.product-content a h3:hover {
    color: #222222;
    text-decoration: underline;
}

.homebutton1.hbtn {
    padding-top: 15px;
}

.caregory-products-area .new-product-action a {
    background: #82b839 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    margin: -5px;
    padding: 8px 11px;
    width: 100%;
    height: 43px;
    border-left: 1px solid #fff;
}

.caregory-products-area .product-price-star i {
    color: #82b839;
    font-size: 14px;
}

.caregory-products-area .product-content h4 span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #c5c5c5;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: normal;
}

.category-breadcrumbs-area {
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.category-breadcrumbs-area .breadcrumbs.with-img {
    min-height: 90px;
}

.category-breadcrumbs-area .with-img .breadcrumbs-title {
    padding: 25px 0 5px;
    color: #222;
}

.category-breadcrumbs-area .with-img .breadcrumb-list>li>a, .category-breadcrumbs-area .with-img .breadcrumb-list>li {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.category-breadcrumbs-area .breadcrumb-list>li::before {
    color: #222222;
    /* font: normal normal normal 15px/1 FontAwesome; */
    content: "\003E";
    margin-left: 4px;
    margin-right: 4px;
}

.category-breadcrumbs-area .breadcrumb-list>li:first-child::before {
    content: "";
    margin: 0px;
}

.categoryh2 {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    margin-top: 10px;
}

.porduct-option-center {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.hr3 {
    border-top: 3px solid #f2f2f2;
}

.caregory-products-area .product-option {
    margin-bottom: 0px;
}

.caregory-products-area .sort-by label {
    text-transform: normal;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.caregory-products-area .bedroom-pagination {
    float: none;
}

.pagination li {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding: 0 7px;
}

.pagination li a {
    border-bottom: 3px solid transparent
}

.pagination>.active>a {
    background-color: #81b839;
    border-color: #72a32f;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #222222;
    border-bottom: 3px solid #82b839;
}

.tab-content .tab-pane {
    margin-top: 15px;
}

.previous-view-box h3 {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}

.previous-view-img {
    min-height: 160px;
    padding-top: 20px;
}

.previous-view-img img {
    border-top: 2px solid transparent;
}

.previous-view-img:hover img {
    border-top: 2px solid #82b839;
}

.previous-view-tooltip {
    display: none;
    background: #fff;
    position: absolute;
    min-width: 135px;
    font-size: 12px;
    margin: 0;
    top: 53px;
    left: 48px;
    z-index: 2;
    -moz-box-shadow: 0px 0px 21px 3px #555a1;
    -webkit-box-shadow: 0px 0px 21px 3px #555a1;
    box-shadow: 0px 0px 21px 3px #555a1;
    padding: 15px 15px;
}

.previous-view-img:hover .previous-view-tooltip, .previous-view-img:hover .previous-view-close {
    display: block;
}

.previous-view-tooltip h5 {
    margin: 0px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.previous-view-tooltip p {
    margin: 0;
    font-size: 14px;
    font-family: 'RobotoLight';
}

.previous-view-close {
    display: none;
    position: absolute;
    font-size: 12px;
    color: #222222;
    top: 0px;
    right: 16%;
    height: 22px;
    width: 20px;
    text-align: center;
}

.previous-view-a a {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.product-option-right .sort-by {
    float: right;
}

.caregory-products-area .owl-controls {
    position: absolute;
    right: 10px;
    top: -40px;
}

.caregory-products-area .owl-theme .owl-nav [class*=owl-] {
    color: #222;
    font-size: 25px;
    background: transparent;
    position: relative;
}

.caregory-products-area .fa-angle-left:after {
    content: "/";
    color: #222;
    font-size: 25px;
    position: absolute;
    right: -8px;
}

.signup-h2 {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}

.signup-input-box input, .signup-input-box select {
    background-color: #f2f2f2;
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
    height: 44px;
    margin-bottom: 25px;
}

.signup-input-box input::placeholder, .signup-input-box select::placeholder {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.signup-input-box input::-webkit-input-placeholder, .signup-input-box select::-webkit-input-placeholder {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.signup-input-box input::-moz-placeholder, .signup-input-box select::-moz-placeholder {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.signup-input-box input:-ms-input-placeholder, .signup-input-box select:-ms-input-placeholder {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.signup-input-box input:-moz-placeholder, .signup-input-box select:-moz-placeholder {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.signup-alert-warning.alert-warning {
    background: #fcf1d0;
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.signup-alert-warning.alert-warning i {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 4px;
    float: left;
}

.signup-login-btn button {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 40px;
}

.product-slide .active img {
    width: 100%;
}

.product-area .product-simple-content .sinple-c-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222;
    font-weight: normal;
}

.product-in-stock {
    color: #73a62f;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.product-in-stock span {
    color: #222;
    font-family: 'RobotoLight';
    margin-left: 10px;
    padding-left: 15px;
    border-left: 2px solid #f2f2f2;
}

.product-in-stock i {
    margin-right: 15px;
}

.hr-product {
    border-top: 2px solid #f2f2f2;
}

.product-small-text {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.product-color-h3 {
    float: left;
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
    margin-top: -3px;
    margin-right: 20px;
}

.sideber-color.product-color {
    margin-top: 10px;
}

h4.product-h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #222;
    font-weight: normal;
    line-height: 30px;
}

h4.product-h4 span {
    font-size: 18px;
    color: #c6c6c6;
    text-decoration: line-through;
}

.number-text-product {
    position: absolute;
    left: 45px;
    top: 12px;
    z-index: -1;
}

.product-simple-content .numbers-row>input {
    width: 70px;
    background: transparent;
    height: 45px;
    padding-right: 25px;
}

.quick-add-to-cart {
    position: relative;
}

.quick-add-to-cart .single_add_to_cart_button.hyper-page {
    background: #73a62f;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.single_add_to_cart_button i {
    margin-right: 10px;
}

.quick-add-to-cart {
    margin-top: 16px;
}

.product-price-star i {
    color: #73a62f;
    font-size: 14px;
}

.product-star {
    border-right: 2px solid #f2f2f2;
}

.product-simple-content .product-price-star.star-2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-simple-content .product-price-star.star-2 p {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 8px;
}

.product-small-text2 {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.product-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-info .nav-tabs>li.active>a, .product-info .nav-tabs>li.active>a:hover, .product-info .nav-tabs>li.active>a:focus {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222;
    border-left: 0px;
    text-decoration: underline;
    border-top: 2px solid #f2f2f2;
    border-right: 0px;
    border-radius: 0;
    border-bottom: 0px;
    padding: 20px;
}

.product-info .nav-tabs>li.active>a i, .product-info .nav-tabs>li.active>a:hover i, .product-info .nav-tabs>li.active>a:focus i {
    font-size: 20px;
    margin-left: 5px;
}

.product-info .nav-tabs {
    border: 0px;
    background: #f2f2f2;
}

.nav-tabs>li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222;
    border-top: 2px solid #f2f2f2;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 20px;
}

#privacyTab.nav-tabs>li>a {
    font-size: 16px;
}

body.category .colors-box.nav-tabs>li>a {
    padding: 10px;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: #fff;
    border-bottom: 0px;
}

.nav-tabs>li>a i {
    font-size: 20px;
    margin-left: 5px;
}

.tab-content {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

tab-content p {
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
}

.products-area-owl .owl-controls {
    position: absolute;
    right: 10px;
    top: -40px;
}

.products-area-owl .owl-theme .owl-nav [class*=owl-] {
    color: #222;
    font-size: 25px;
    background: transparent;
    position: relative;
}

.products-area-owl .fa-angle-left:after {
    content: "/";
    color: #222;
    font-size: 25px;
    position: absolute;
    right: -8px;
}

.products-area-owl .previous-view-box h3 {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: -10px;
}

.products-area-owl .product-content a h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 0px;
}

.products-area-owl .product-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    font-weight: normal;
    margin-top: 3px;
}

.products-area-owl .product-content h4 span {
    color: #c5c5c5;
    text-decoration: line-through;
    margin-left: 8px;
}

span.new {
    background: #ee5655 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 15px;
    position: absolute;
    top: 22px;
    font-family: 'RobotoLight';
    z-index: 111;
}

.product-area {
    margin-top: 30px;
}

.vip-box-about.catalog-vip {
    margin-left: auto;
}

.porduct-option-center .az {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 2;
}

.porduct-option-center .az a {
    padding: 1px 5px;
    border-bottom: 2px solid transparent;
}

.porduct-option-center .az a.active {
    padding: 1px 5px;
    color: #fff;
    background-color: #81b839;
    border-color: #72a32f;
}

.porduct-option-center .az:hover a, .porduct-option-center .az:focus a {
    color: #fff;
    background-color: #81b839;
    border-color: #72a32f;
}

.caregory-products-area .product-option.product-option-az {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.swatchinput {
    display: inline-block;
    padding-right: 7px;
    padding-bottom: 3px;
}

span.belowtext {
    display: table-cell;
    vertical-align: bottom;
    font-family: sans-serif;
    width: auto;
    left: 50%;
    font-size: 12px !important;
}

label.selectedswatch {
    opacity: .9;
}

label.selectedswatch.wcvasquare {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: solid 2px white !important;
    outline: solid 2px black !important;
    line-height: 1.0000;
}

label.selectedswatch.wcvaround {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    box-shadow: 0px 0px 0px 2px white inset;
    border: solid 2px black !important;
    line-height: 1.0000;
}

label.wcvaswatchlabel {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: solid 2px white !important;
    outline: solid 1px #9C9999 !important;
    line-height: 1.0000;
}

label.wcva_single_textblock {
    text-align: center;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    color: black;
    border: solid 0px white !important;
    outline: solid 0px #9C9999 !important;
    background: #eee;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 20%;
}

label.selectedswatch.wcva_single_textblock {
    background: #333;
    color: #fff;
    border: solid 0px white !important;
    outline: solid 0px #9C9999 !important;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 20%;
}

label.wcvaround {
    /*    border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;*/
    outline: solid 1px #555 !important;
}

.swatchtitlelabel {
    font-weight: 700;
    color: black;
}

label.wcvadisabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

.product-color-h3 {
    padding-top: 10px;
}

.design-desc-area .tab-manu {
    padding-bottom: 60px;
}

.design-desc-area .tab-manu .tab-manu-items .single-item {
    display: inline-block;
    margin: 0 2px;
}

.design-desc-area .tab-manu .tab-manu-items .single-item a {
    border: 1px solid #f7f7f7;
    color: #252525;
    display: block;
    font-family: 'RobotoLight';
    font-size: 18px;
    padding: 16px 35px 14px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.design-desc-area .tab-manu .tab-manu-items .single-item.active a, .design-desc-area .tab-manu .tab-manu-items .single-item:hover a {
    background: #82b839;
    border-color: #82b839;
    color: #fff;
}

.design-desc-area .tab-content .inner-content .text-holder .sec-title-two {
    margin-top: -7px;
    padding-bottom: 25px;
}

.design-desc-area .carousel-inner .img-holder img {
    width: 100%;
}

.sec-title-two h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cart-total .sec-title-two h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.design-desc-area .text p {
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #595959;
    line-height: 28px;
    font-weight: 300;
}

.service-v2-area {
    padding-top: 130px;
    padding-bottom: 60px;
}

.service-v2-area .single-item .img-holder img {
    width: 100%
}

.service-v2-area .title-holder h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-v2-area .text p {
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #595959;
    line-height: 28px;
    font-weight: 300;
}

.latest-project-area .sec-title {
    padding-bottom: 44px;
}

.sec-title {
    margin-top: -5px;
    padding-bottom: 40px;
    position: relative;
}

.sec-title h2 {
    color: #252525;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
}

.latest-project-area .project-filter {
    margin-bottom: 73px;
    margin-left: -20px;
    margin-right: -20px;
}

.latest-project-area .project-filter li {
    display: inline-block;
    float: left;
    margin: 0;
}

.latest-project-area .project-filter li.active span, .latest-project-area .project-filter li:hover span {
    color: #d5ac63;
}

.latest-project-area .project-filter li span {
    color: #9a9a9a;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: 'Roboto', sans-serif;
}

.latest-project-area .project-filter li span::after {
    color: #eaeaea;
    content: "/";
    display: inline-block;
    margin: 0 20px 0 20px;
}

#commercial-design-area .project-content {
    margin-left: -5px;
    margin-right: -5px;
}

#commercial-design-area .project-content .single-project {
    padding-left: 5px;
    padding-right: 5px;
}

#commercial-design-area .project-content .single-project .single-project-item {
    padding-bottom: 10px;
}

.single-project-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-project-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

/***
=============================================
    Shopping Cart area  style
=============================================
***/

#shopping-cart-area .table .cart-table {
    min-width: 750px;
    width: 100%;
}

.shopping-cart-table .table .cart-table tbody tr td.single-price h5 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.shopping-cart-table .table .cart-table tbody tr .remove {}

.shopping-cart-table .table .cart-table tbody tr .remove span::before {
    color: #ececec;
    cursor: pointer;
    display: block;
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    width: 35px;
    transition: all 500ms ease;
}

.shopping-cart-table .table .cart-table tbody tr .remove span:hover::before {
    color: #82b839;
}

#shopping-cart-area .sidebar-wrapper {
    border-left: 1px solid #f7f7f7;
    margin-bottom: -100px;
    margin-left: -5px;
    margin-top: -80px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-top: 80px;
}

#shopping-cart-area .cart-middle {
    overflow: hidden;
    padding: 20px 15px;
}

#shopping-cart-area .cart-middle.coupon-box {
    padding: 0px 15px;
}

#shopping-cart-area .coupontexttitle {
    font-size: 18px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    float: left;
    padding-right: 15px;
}

#shopping-cart-area .cart-middle .apply-coupon {}

#shopping-cart-area .cart-middle .apply-coupon input {
    border: 2px solid #f7f7f7;
    display: block;
    height: 40px;
    width: 120px;
    padding: 0 10px;
    float: left;
}

#shopping-cart-area .cart-middle .apply-coupon input:focus {
    border-color: #82b839;
}

#shopping-cart-area .cart-middle .apply-coupon .apply-coupon-button button {
    background: #82b839 none repeat scroll 0 0;
    height: 40px;
    line-height: 0;
    padding: 0;
    width: 170px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-left: 15px;
    min-width: auto;
}

#shopping-cart-area .cart-middle .apply-coupon .apply-coupon-button button:hover {
    background: transparent;
    border: 2px solid #82b839;
    color: #222222;
}

#shopping-cart-area .cart-middle .update-cart button {
    background: #ffffff none repeat scroll 0 0;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border: 2px solid #f7f7f7;
    width: 170px;
    color: #252525;
}

#shopping-cart-area .cart-middle .update-cart button:hover {
    background: #82b839 none repeat scroll 0 0;
    border-color: #82b839;
}

#shopping-cart-area .bottom {
    padding-top: 80px;
}

.cart-total .sec-title-two {
    padding-bottom: 15px;
}

.cart-total-table {
    border-top: 2px solid #82b839;
    border-bottom: 1px solid #ebebeb;
}

.cart-total-table li {
    border-bottom: 1px solid #ebebeb
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    border-right: 1px solid #ebebeb;
    color: #010101;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding: 10px 0px;
    position: relative;
    width: 80%;
    text-align: left;
    font-family: 'RobotoLight', sans-serif;
}

.cart-total-table li span.col {
    color: #000000;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding: 10px 0px;
    position: relative;
    width: 20%;
    text-align: right;
    font-family: 'RobotoLight', sans-serif;
}

.cart-total-table li span.col.col-total {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.cart-total-table li span.col b {
    color: #82b839;
    font-weight: 300;
    text-decoration: underline;
}

.update-cart .btn-green.btn-red {
    min-width: 320px;
    border: 2px solid #ee5655;
    background-color: #ee5655;
}

.update-cart .btn-green.btn-red:hover {
    color: #000000;
    border: 2px solid #ee5655;
    background-color: transparent;
}

.top-margin-20 {
    margin-top: 20px;
}

/***
=============================================
    Checkout Area style
=============================================
***/

.checkout-area {
    padding-bottom: 100px;
    padding-top: 40px;
}

.checkout-area .exisitng-customer {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #252525;
    content: "";
}

.checkout-area .exisitng-customer h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
    color: #82b839;
    display: inline-block;
    padding-left: 15px;
}

.checkout-area .coupon {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 60px;
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #252525;
    content: "";
}

.checkout-area .coupon h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
}

.checkout-area .coupon h5 a {
    color: #82b839;
    display: inline-block;
    padding-left: 15px;
}

.checkout-area .form form .field-label {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
    margin: -3px 0 3px;
    text-transform: capitalize;
}

.checkout-area .form form .field-input input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #9a9a9a;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
    border: 2px solid #82b839;
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
    color: #82b839;
    font-weight: 300;
    font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
    margin-top: 7px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 40px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 16px;
    height: 124px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
    border-color: #82b839;
}

.checkout-area .bottom {
    padding-top: 70px
}

.checkout-area .table .sec-title-two {
    padding-bottom: 32px;
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}

.checkout-area .table .cart-table .cart-header {
    background: #fff;
    color: #252525;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.checkout-area .table .cart-table tbody tr:last-child {
    border-bottom: 0;
    border-top: 1px solid #f2f2f2;
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 0px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, .checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
    width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: auto;
    margin: auto;
    width: 70px;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    padding: 6px 0;
    text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
    background-color: #82b839;
    border-color: #82b839;
    color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .btn-default:hover {
    background: transparent;
    border: 1px solid #82b839;
    color: #222222;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr td.price {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-area .table .cart-table thead tr th.price {
    padding-right: 0px;
}

.cart-total .payment-options {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
    font-weight: 300;
    min-height: 20px;
    padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #252525;
    padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #82b839;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-left: 25px;
    text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.placeorder-button button {
    background: #82b839 none repeat scroll 0 0;
    border: 2px solid #82b839;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 34px 0 0;
    padding: 9px 28px 7px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.placeorder-button button:hover {
    background: #1b1b1b;
}

.checkout-area .table .cart-table thead tr th.padding-left-0 {
    padding-left: 0px;
}

.checkout-area .table .cart-table tbody tr td h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #222222;
    margin-top: 0px;
}

.checkout-area .table .cart-table tbody tr td .text-muted {
    font-size: 18px;
    color: #222222;
    font-family: 'RobotoLight';
}

.coupontext {
    font-size: 18px;
    color: #222222;
    font-family: 'RobotoLight';
    padding-top: 10px;
}

.coupontext span {
    font-size: 18px;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}

.shop-cart-hover .checkout-bg {
    background: transparent;
}

.shop-cart-hover .checkout-bg a {
    background: #82b839 none repeat scroll 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    border: 2px solid #82b839;
}

ul.shop-cart-hover li.total-price {
    border-top: 2px solid #82b839;
}

.shop-cart-hover .checkout-bg a:hover {
    background: transparent;
    border: 2px solid #82b839;
    color: #222222;
}

.single-new-product .product-img img {
    margin: 0 auto;
}

@media (max-width: 1599px) {
    .content-index .home-slider h2 {
        font-size: 40px;
    }
    .content-index .home-slider .sliderbutton1 {
        top: 200px;
    }
    .content-index .home-slider .sliderbutton2 {
        top: 200px;
    }
}

@media (max-width: 1199px) {
    .content-index .home-slider h2 {
        font-size: 33px;
        top: 15px;
        left: 26px;
    }
    .content-index .home-slider .sliderbutton1 {
        top: 145px;
        left: 30px;
    }
    .content-index .home-slider .sliderbutton2 {
        top: 145px;
        left: 225px;
    }
    .main-menu .navbar-default.affix .navbar-form .form-control {
        width: 150px;
    }
    .main-menu .affix .navbar-form .btn {
        padding: 5px 10px;
    }
}

@media (max-width: 991px) {
    .home-numbers-box:last-child {
        border-right: 1px dashed #555;
    }
    .sec-title-two h3 {
        margin-top: 10px;
    }
    .content-index .home-slider h2 {
        font-size: 14px;
        top: 0px;
        left: 26px;
    }
    .content-index .home-slider .sliderbutton1 {
        top: 55px;
        left: 30px;
    }
    .content-index .home-slider .sliderbutton1 {
        padding: 5px 10px;
    }
    .content-index .home-slider .sliderbutton1 a {
        font-size: 10px;
    }
    .content-index .home-slider .sliderbutton2 {
        top: 50px;
        left: 190px;
    }
    .content-index .home-slider .sliderbutton2 {
        padding: 5px 10px;
    }
    .content-index .home-slider .sliderbutton2 a {
        font-size: 10px;
    }
    .content-index .home-slider .slidertext {
        color: #222222;
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
        background: #fff;
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px 5px;
    }
    .carousel-indicators {
        bottom: -5px;
    }
    .main-menu .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .main-menu .navbar-default.affix .navbar-nav>li>a {
        padding: 15px 5px;
    }
    .main-menu .navbar-default.affix .navbar-form .form-control {
        width: 115px;
    }
    .main-menu .affix .navbar-form .btn {
        padding: 5px 5px;
    }
    .main-menu .navbar-form .form-control {
        height: 50px;
    }
    .main-menu .navbar-form .btn {
        padding: 10px 20px;
    }
}

.design-user-area .nav-tabs li.active a, .design-user-area .nav-tabs li:hover a {
    background: #82b839;
    border-color: #82b839;
    color: #fff;
}

.design-user-area .nav-tabs li a {
    border: 1px solid #dddddd;
    color: #252525;
    display: block;
    font-family: 'RobotoLight';
    font-size: 18px;
    padding: 16px 35px 14px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.design-user-area input.form-control, .design-user-area select.form-control {
    background-color: #f2f2f2;
    color: #222;
    font-family: 'RobotoLight';
    font-size: 18px;
    height: 44px;
    margin-bottom: 0px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0px;
}

.design-user-area {
    margin-bottom: 50px;
}

.colors-box .title-colors {
    color: #222;
    font-family: 'RobotoLight';
    margin-left: 10px;
    font-size: 22px;
    padding-left: 3px;
    padding-right: 20px;
}

.colors-box.nav-tabs>li.active>a, .colors-box.nav-tabs>li.active>a:hover, .colors-box.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom-color: transparent;
    border-top: 2px solid #82b839;
}

body.category .colors-box.nav-tabs>li.active>a {
    background-color: #f2f2f2;
}

.colors-box.nav-tabs>li>a:hover, .colors-box.nav-tabs>li>a:focus, .colors-box.nav-tabs>li>a {
    border: 0px;
    background-color: #f7f7f7;
    border-top: 2px solid #d0d0d0;
}

.category .colors-box.nav-tabs>li>a span.fa {
    display: none;
}

.category .colors-box.nav-tabs>li.active>a span.fa {
    display: block;
}

button.btn-next-tab, button.btn-prev-tab {
    color: #222;
    font-size: 16px;
    font-family: 'RobotoLight';
}

.navbar.affix {
    position: fixed;
    top: 0;
    z-index: 12;
    left: 0;
    right: 0;
    width: auto;
    height: 52px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -45px;
    right: 15px;
}

.check-option [type="checkbox"]:not(:checked), .check-option [type="checkbox"]:checked, .check-option [type="radio"]:not(:checked), .check-option [type="radio"]:checked {
    position: absolute;
    left: -9999px
}

.check-option [type="checkbox"]:not(:checked):hover, .check-option [type="checkbox"]:checked:hover, .check-option [type="radio"]:not(:checked):hover, .check-option [type="radio"]:checked:hover {
    outline: none
}

.check-option [type="checkbox"]:not(:checked)+label, .check-option [type="checkbox"]:checked+label, .check-option [type="radio"]:not(:checked)+label, .check-option [type="radio"]:checked+label {
    position: relative;
    padding-left: 28px;
    padding-top: 2px;
    line-height: 1.4;
    cursor: pointer
}

.check-option [type="checkbox"]:not(:checked)+label:before, .check-option [type="checkbox"]:checked+label:before, .check-option [type="radio"]:not(:checked)+label:before, .check-option [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box
}

.check-option [type="checkbox"]:not(:checked)+label:before:hover, .check-option [type="checkbox"]:checked+label:before:hover, .check-option [type="radio"]:not(:checked)+label:before:hover, .check-option [type="radio"]:checked+label:before:hover {
    outline: none
}

.check-option [type="radio"]:not(:checked)+label:before, .check-option [type="radio"]:checked+label:before {
    border-radius: 50%
}

.check-option [type="checkbox"]:not(:checked)+label:after, .check-option [type="checkbox"]:checked+label:after, .check-option [type="radio"]:not(:checked)+label:after, .check-option [type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: #fff;
    background: #777;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    background: #777 url("../images/icon-check.png") center center no-repeat;
    transition: all .2s;
    box-sizing: border-box
}

.check-option [type="checkbox"]:not(:checked)+label:after:hover, .check-option [type="checkbox"]:checked+label:after:hover, .check-option [type="radio"]:not(:checked)+label:after:hover, .check-option [type="radio"]:checked+label:after:hover {
    outline: none
}

.check-option [type="radio"]:not(:checked)+label:after, .check-option [type="radio"]:checked+label:after {
    border-radius: 50%;
    background: #777 url("../images/icon-radio.png") center center no-repeat
}

.check-option [type="checkbox"]:not(:checked)+label:after, .check-option [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.check-option [type="checkbox"]:checked+label:after, .check-option [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.check-option [type="checkbox"]:disabled:not(:checked)+label:before, .check-option [type="checkbox"]:disabled:checked+label:before, .check-option [type="radio"]:disabled:not(:checked)+label:before, .check-option [type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.check-option [type="checkbox"]:disabled:checked+label:after, .check-option [type="radio"]:disabled:checked+label:after {
    color: #999
}

.check-option [type="checkbox"]:disabled+label, .check-option [type="radio"]:disabled+label {
    color: #aaa
}

.picturebox img {
    display: block;
    max-width: 100%;
    height: auto;
}

.work-greenboxtitle {
    font-family: 'RobotoLight', sans-serif;
    font-size: 21px;
    color: #fff;
    background: #82b839;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.work_top_border {
    border-right: 1px solid #82b839;
    border-bottom: 1px solid #82b839;
}

.work-whiteboxtitle {
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.work-whiteboxbutton {
    text-align: center;
    margin-bottom: 10px;
}

.work-whiteboxbutton button {
    background: #82b839;
    border: 0px;
    font-family: 'RobotoLight', sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 12px 53px;
}

.work-bottom-text {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 17px;
}

.work-greentitle {
    font-family: 'RobotoLight', sans-serif;
    font-size: 21px;
    color: #fff;
    background: #82b839;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.work-box-left, .work-box-right {
    padding-top: 50px;
    min-height: 213px;
    margin-bottom: 30px;
}

.work-box-left h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #72a32f;
    text-transform: uppercase;
}

.work-box-left p {
    font-size: 15px;
}

.work-box-right h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #72a32f;
    text-transform: uppercase;
    text-align: right;
}

.work-box-right p {
    font-size: 15px;
    text-align: right;
}

.work-bottombutton {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .work-sm-0-margin {
        margin: 0px;
    }
    .work_top_border {
        border: 0px;
    }
    .work-box-left {
        background-position: left!important;
    }
    .work-box-right {
        background-position: right!important;
    }
}

@media (max-width: 991px) {
    .work-sm-0-margin {
        margin: 0px;
    }
    .work_top_border {
        border: 0px;
    }
    .work-box-left {
        background-position: left!important;
    }
    .work-box-right {
        background-position: right!important;
    }
}

.soldout-text {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 100px !important;
}

.soldout-green-text {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #72a32f;
    line-height: 100px !important;
}

@media (max-width: 767px) {
    .soldout-text {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        line-height: 20px !important;
    }
    .soldout-green-text {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #72a32f;
        line-height: 20px !important;
    }
    .home-img-boxes .catalog-download-btn {
        width: 250px;
    }
    .catalog-download-btn {
        font-size: 13px;
    }
}

.work-greenboxtitle-bold {
    font-weight: bold;
}

.expectations-text ul {
    list-style: none;
    margin-left: 40px;
}

.expectations-text ul li::before {
    content: "\2022";
    color: #82b839;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

.expectations-text ul li {
    margin-bottom: 25px;
}

.expectations-text2 {
    text-align: center;
    color: #82b839;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

.expectations_border {
    border-left: 2px solid #82b839;
    border-bottom: 2px solid #82b839;
    border-top: 2px solid #82b839;
    height: 315px;
}

.expectations_border_text {
    color: #82b839;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    padding-left: 63px;
    padding-right: 63px;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 30px;
}

@media (max-width: 1265px) {
    .expectations_border_text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .expectations_border_text {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 22px;
    }
}

@media (max-width: 1000px) {
    .expectations_border {
        border-right: 2px solid #82b839;
    }
}

@media (min-width: 1200px) {
    .home-img-img {
        position: absolute;
        top: -57px;
        width: 100%;
    }
    .home-img-img img {
        margin: auto;
    }
    .home-small-box1 {
        padding-right: 95px;
    }
    .home-guarantee-right h2, .home-img-boxes h2 {
        font-size: 40px;
        font-weight: bold;
    }
}

.expectations_border_margin {
    margin-bottom: 50px;
}

.submenu.subsubmenu{
    padding-left: 30px;
}
.affix{
    position: initial !important;
}

.single-new-product .product-content h4 span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #c5c5c5;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: normal;
}