@charset "utf-8";
/* CSS Document */

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;/*overflow-x: hidden*/
}
ul, li, figure {
    margin: 0px;
    padding: 0px;
    list-style: none
}
a {
    color: inherit
}
a:hover {
    text-decoration: none
}
img {
    max-width: 100%;
    height: auto
}
.btn-primary:hover {
    background: #000 !important
}
#mainNav {
    background: #fff
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    transition: all .2s ease-in-out
}
.top_bar {
    background: #e28f38;
    color: #fff;
padding:.5rem 0rem
}
.top_bar .topInner {
    display: flex;
    flex-direction: row;
}
.top_bar .topInner .topDiv {
}
.top_bar .topInner .topDiv.euro {
    width: 20%;
    transition: all .2s ease-in-out
}
.top_bar .topInner .topDiv.euro a:hover {
    color: #000
}
.top_bar .topInner .topDiv.euro a {
    margin: 0px 5px;
    font-size: 14px;
}
.top_bar .topInner .topDiv.freeShipPara {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    width: 40%;
    text-align: center
}
.top_bar .topInner .topDiv.logisticaTxt {
    font-size: 1rem;
    text-align: right;
    font-weight: 600;
    width: 40%
}
.top_bar .topInner .topDiv.logisticaTxt a:hover {
    color: #fff;
}
.top_bar .topInner .topDiv.logisticaTxt span {
    margin: 0px 8px
}
.nav_right li a {
    padding: 0.75rem;
    font-size: 1.5rem;
    color: #000;
    transition: all .2s ease-in-out
}
.nav_right li a:hover {
    color: #e28f38
}
.banner_wrapper {
    background: url(../images/banner.jpg) center top no-repeat;
    background-size: cover;
}
.banner_txt {
    padding: 12rem 0rem 6rem
}
.banner_txt h2 {
    font-size: 4rem;
    color: #cd8e41;
    font-weight: 600
}
.banner_txt p {
    font-size: 1.625rem;
    color: #000;
    margin: 2rem 0rem 0rem;
    max-width: 660px;
}
.banner_search {
    background: #fff;
    padding: 1rem;
    width: 80%;
    margin: 0 auto 6rem;
}
.banner_search ul {
    display: flex;
}
.banner_search ul li {
    width: 38%;
    margin: 10px
}
.banner_search ul li.searchBtn {
    width: 20%
}
.banner_search ul li .form-control {
    width: 100%;
    border-radius: 0px;
    font-size: 0.875rem;
}
.banner_search ul li .btn-primary {
    width: 100%;
    border-radius: 0px;
    background: #cd8e41;
    border: none
}
.product_first ul {
    margin-top: 60px;
}
.product_first ul li {
    float: left;
    padding: 1%;
    position: relative;
    width: 25%;
}
.product_first ul li:hover img {
    opacity: .6
}
/*.product_first ul li:nth-child(1) {
    width: 25%;
    float: left
}
.product_first ul li:nth-child(2) {
    width: 25%;
    float: left
}
.product_first ul li:nth-child(3) {
    width: 25%;
    float: left
}
.product_first ul li:nth-child(4) {
    width: 25%;
    float: right;
}
.product_first ul li:nth-child(5) {
    width: 25%;
    float: left
}*/
.product_first ul li img {
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
    min-height: 250px;
    max-height: 250px;
}
.product_first ul li h2 {
    position: absolute;
    top: 40px;
    /*left: 40px;*/
    left: 30px;
    right: 30px;
    font-size: 2.125rem;
    color: #fff;
    font-weight: 600;
    max-width: 300px;
    overflow-wrap: break-word;
}
/*.product_first ul li:nth-child(1) h2 {
    bottom: 40px;
    top: inherit;
    left: inherit;
    right: 40px;
    text-align: right
}*/

.product_first_1 ul {
    margin-top: 60px;
    width: 100%;
}
.product_first_1 ul li {
    float: left;
    padding: 1%;
    position: relative;
    width: 100%;
}
.product_first_1 ul li:hover img {
    opacity: .6
}

.product_first_1 ul li img {
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
}
.product_first_1 ul li h2 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 2.125rem;
    color: #fff;
    font-weight: 600;
    max-width: 300px;
    opacity: 0;
}

.services_wrapper {
    padding: 6rem 0rem
}
.serviceInner {
    width: 100%
}
.serviceTab {
    width: 73%;
    float: left;
}
.serviceTab .nav-tabs {
    width: 25%;
    float: left;
    border: none;
    background: #222222;
    text-align: center;
    padding: 50px 0px 200px;
    height: 586px;
    overflow-y: auto;
}
.serviceTab .nav-tabs h2 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    margin: 30px 0px
}
.serviceTab .nav-tabs .nav-link {
    color: #afaeae;
    font-size: 13px;
}
.serviceTab .tab-content {
    width: 75%;
    float: left
}
.serviceTab .nav-tabs .nav-item {
    display: block;
    width: 100%
}
.serviceTab .nav-tabs .nav-link.active, .serviceTab .nav-tabs .nav-link:hover, .serviceTab .nav-tabs .nav-item.show .nav-link {
    background: none;
    color: #cd8e41;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    border-left: none;
    border-right: none
}
.serviceTab .tab-content .sr_item {
    width: 33.33%;
    float: left;
    border: 1px solid #ccc;
    /*padding: 20px;*/
    transition: all .2s ease-in-out;
    padding: 10px 15px 0;
    min-height: 293px;
}
.serviceTab .tab-content .sr_item:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0, .5)
}
.serviceTab .tab-content .sr_item figure {
    height: 166px;
    overflow: hidden
}
.serviceTab .tab-content .sr_item figcaption {
    font-size: 14px;
    font-weight: 400;
    min-height: 85px;
}
.serviceTab .tab-content .sr_item figcaption span {
    font-size: 15px;
    display: block;
    font-weight: 700;
    color: #000
}
.serviceImage {
    width: 27%;
    float: left;
    /*max-height: 502px;*/
    overflow: hidden;
    position: relative
}
.serviceImage .service_bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 586px;
    /*padding: 88.6% 0;*/
}
.serviceImage .serviceBtnDiv {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center
}
.serviceImage .serviceBtnDiv .btn-primary {
    font-size: 20px;
    background: #e28f38;
    border-radius: 0px;
    border: none;
    padding: 8px 50px;
}
.head_title {
    font-size: 3rem;
    color: #000;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin-bottom: 3rem
}
.main_product ul li {
    width: 23%;
    display: inline-block;
    margin: .8%;
    text-align: center;
    color: #000;
    transition: all .2s ease-in-out
}
.main_product ul li:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0, .3)
}
.main_product ul li figcaption {
    margin: 20px 0px 20px;
    font-weight: 600;
    font-size: 1.325rem;
    word-wrap: break-word;
}
.main_product ul li figcaption span {
    display: block
}
.client_area {
    background: #f6f7fb;
    padding: 3rem 0rem;
    margin-top: 3rem
}
.client_slide {
    width: 100%;
    padding: 50px 0px
}
.client_slide ul {
    max-width: 90%;
    margin: 0px auto
}
.client_slide ul li {
    display: inline-block;
    width: 32.5%;
    text-align: center
}
.client_slide ul li img {
    width: auto;
    max-height: 65px;
}
.client_slide .carousel-control-prev, .client_slide .carousel-control-next {
    color: #8b8b8d;
    font-size: 48px;
    width: 5%
}
.client_slide .carousel-control-prev:hover, .client_slide .carousel-control-next:hover {
    color: #8b8b8d;
}
.vamos_area {
    background: url(../images/bg-vm.jpg) center top no-repeat;
    padding: 15rem 0rem 4rem;
    background-size: cover
}
.vamos_txt {
    color: #000;
    max-width: 500px
}
.vamos_txt h1 {
    font-size: 5rem;
    font-weight: 700
}
.vamos_txt p {
    font-size: 1.5rem;
    margin: 1.5rem 0rem 2rem
}
.vamos_txt .btn-primary {
    border-radius: 0px;
    font-size: 1.5rem;
    font-weight: 700;
    background: #e47137;
    padding: 0.875rem 2rem
}
.testmonial_area {
    background: #858e99;
    padding: 4rem 0rem;
    color: #fff
}
.testmonial_area .head_title {
    color: #fff
}
.testmonial_area #testimonialDiv {
    background: url(../images/testimonial.png) left top no-repeat;
    max-width: 1050px;
    margin: 0px auto;
    padding: 2rem 11rem 0rem
}
.testmonial_area .carousel-inner {
}
.testmonial_area .carousel-item {
    text-align: center;
    font-size: 1.875rem
}
.testmonial_area .carousel-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 3rem 0rem
}
footer {
    background: #363636;
    padding: 6rem 0rem;
    font-size: 13px;
    color: #fff;
    font-weight: 400
}
footer .nav_list ul li {
    margin: 12px 0px;
    font-size: 13px;
}
footer .nav_list ul li a:hover {
    color: #e28f38
}
footer .newsletterDiv {
    background: none;
    border: 1px solid #666;
    display: flex;
    margin: 10px 0px
}
footer .newsletterDiv input[type="text"] {
    background: none;
    border: none;
    padding: 5px;
    max-width: 148px;
}
footer .newsletterDiv .btn-primary {
    background: #e28f38;
    border-radius: 0px;
    border: none;
    font-size: 1rem
}
footer .social h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px
}
footer .social ul li {
    display: inline-block;
    margin: 6px;
}
/*footer .contact ul li span:nth-child(1){ width:40px; height:45px; float:left;}*/



.cprht {
    background: #fff;
    color: #959595;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0px;
    text-align: center
}
.bannerInner_inr{
    /*position: relative;*/
    width: 100%;
}
.bannerInner {
    background-size: cover;
    z-index: -2;
}
.bannerInner h2 {
    font-size: 4rem;
    font-weight: 600
}
.bannerInner.productBnr {
    background: url(../images/product-banner.jpg) center top no-repeat;
    color: #fff;
}
.bannerInner.productBnr .container {
    padding: 11rem 1rem;
}
.brandom_area {
    padding: 4rem 0rem
}
.brandom_area h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #464646;
    margin-bottom: 0px
}
.brandom_area h3 span {
    font-size: 1.25rem;
    color: #171717;
    margin-right: 1rem;
}
.brandom_area h4 {
    margin-left: auto;
    font-size: 1.125rem;
    color: #171717;
    font-weight: 600;
    margin-bottom: 0px;
}
.productCategory .side_filter {
    width: 25%;
    padding-right: 1rem;
    margin-bottom: 2rem
}
.filterBx h2 {
    font-size: 1.375rem;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}
.filterBx h2:after {
    content: "";
    width: 60px;
    height: 4px;
    border-radius: 5px;
    background: #e28f38;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.filterBx ul {
    margin-bottom: 30px;
    margin-top: 20px
}
.filterBx ul li {
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    transition: all .2s ease-in-out
}
.filterBx .category li:hover {
    background: url(../images/true-icon.png) left center no-repeat;
    padding-left: 20px;
}
.filterBx .category li.active {
    background: url(../images/true-icon.png) left center no-repeat;
    padding-left: 20px;
    color: #e28f38
}
.filterBx .category ul li span {
    float: right
}
.filterBx .color .azul {
    color: #98ddf8;
}
.filterBx .color .preto {
    color: #000000;
}
.filterBx .color .rosa {
    color: #f49ac1;
}
.filterBx .color .amarelo {
    color: #ffff00;
}
.filterBx .color .vermelo {
    color: #c41c20;
}
.filterBx .color .laranja {
    color: #f9ad81;
}
.filterBx .card {
    border: none
}
.filterBx .card-header {
    font-weight: 600;
    color: #464646;
    padding-left: 0rem;
    padding-right: 0rem;
    background: none;
    cursor: pointer
}
.filterBx .card-body {
    padding: 0px;
}
.productCategory .productListing {
    width: 75%;
}
.productCategory .productListing .main_product ul {
    display: flex;
    flex-wrap: wrap
}
.productCategory .productListing .main_product ul li {
    width: 32%;padding: 0 8px;
}
.productCategory .productListing .main_product ul li:first-child {
}
.productCategory .productListing .main_product ul li:nth-child(3n) {
    margin-right: 0px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    font-weight: normal
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
    font-weight: normal
}
.popular .populrDiv {
    /*display: flex;*/
    margin-top: 1rem
}
.popular .populrDiv figure {
    margin-right: 1rem;
}
.popular .populrDiv figcaption {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem
}
.popular .populrDiv figcaption span {
    display: block;
    color: #000
}
.filterBx .price_range {
    padding: 0px;
}
.filterBx .price_range_inner {
    margin-top: 30px
}
.filterBx .price_range_inner .btn-primary {
    background: #000;
    border: none;
    border-radius: 0px;
}
.filterBtn {
    margin-left: auto;
    margin-right: 0px
}
/* This line can be removed it was just for display on CodePen: */

.slider-labels {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
    font-weight: 600;
    color: #171717;
    padding: 0px 10px
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;/* Fix 401 */
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -7px;
    top: -4px;
    background-color: #171717;
    cursor: pointer
}
/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}
.noUi-connect {
    background: #464646;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 2px;
    padding: 0px 8px;
}
.noUi-target.noUi-connect {
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}
.slider-labels .caption {
    padding: 0px 5px;
    font-size: 14px;
}
.brandom_area2 {
    background: #fafafa;
    padding: 2rem;
    margin: 0rem 0rem 4rem
}
.brandom_area2 h3 {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    color: #e28f38;
}
.brandom_area2 h3 a {
    color: #646464
}
.brandom_area2 h3 a:hover {
    text-decoration: underline
}
.brandom_area2 h4 a {
padding:.25rem .5rem;
    transition: all .2s ease-in-out;
}
.brandom_area2 h4 a:hover {
    background: #e28f38
}
.productDesArea {
    min-height: 500px;
}
.productDesArea .ImageArea {
    width: 55%
}
.productDesArea .ItemDesArea {
    width: 43%;
    margin-left: auto
}
.productDesArea .ItemDesArea h2 {
    font-size: 1.5rem;
    color: #464646;
    font-weight: 600;
    margin-bottom: 2rem
}
.productDesArea .ItemDesArea h4 {
    font-size: 1.25rem;
    color: #171717;
    font-weight: 600
}
.productDesArea .ItemDesArea h5 {
    font-size: 1rem;
    color: #747070;
    font-weight: 600
}
.productDesArea .quantityDiv {
    margin: 1rem 0rem 2rem;
    display: flex
}
.productDesArea .quantityDiv .form-control.input-number {
    width: 6rem;
    text-align: center;
    border: none;
    box-shadow: none
}
.productDesArea .quantityDiv .qtyWrapper {
    border: 1px solid #eee;
    padding: 4px 0px;
    margin-right: 1rem
}
.productDesArea .quantityDiv .qtyWrapper .btn-number {
    font-size: 10px;
    font-weight: 300;
padding-top:.75rem;
padding-bottom:.75rem;
}
.addCartBtn.btn-primary {
    background: #e28f38;
    border: none;
    border-radius: 10px;
padding:.75rem 2.5rem
}
.productDesArea p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem
}
.productDesArea .sizeDiv {
    margin: 1rem 0rem 3rem
}
.productDesArea .tagDiv span {
    text-decoration: underline;
    margin-right: 0.625rem
}
.productDesArea .share_a {
    margin-right: 1rem
}
.productDesArea .ItemDesArea ul {
    display: flex
}
.productDesArea .ItemDesArea ul li {
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 5px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600
}
.productDesArea .ItemDesArea ul li:last-child {
    width: 6rem;
    border: none;
    text-transform: capitalize
}
.productDesArea .ItemDesArea ul li:hover a {
    background: #e28f38;
    color: #fff !important
}
.productDesArea .ItemDesArea ul li a {
    display: block;
    text-align: center
}
.productDesArea .addiciBtn {
    background: #000;
    border: none;
    padding: 1rem 1rem;
    border-radius: 0.5rem
}
.productDesArea .addiciBtn:hover {
    background: #e28f38 !important
}
.productTab {
    background: #e5e5e5;
    padding: 3rem 0rem;
    margin: 3rem 0rem
}
.productTab .prTabInner {
    display: flex
}
.productTab .tab-content > .tab-pane {
    background: #fff;
    padding: 2rem
}
.productTab .nav-tabs {
    border-bottom: none
}
.productTab .nav-tabs .nav-link {
    border: none !important;
    font-size: 1rem;
    color: #000;
    padding: 1rem 1.5rem
}
.productTab .nav-tabs .nav-link:hover {
    color: #e28f38;
}
.productTab .prTabInner figcaption {
    margin-left: 3rem
}
.productTab .prTabInner figcaption ul li {
    font-size: 1rem;
margin:.5rem 0rem;
    color: #000
}
.productTab .prTabInner figcaption ul li i {
    color: #e28f38;
    margin-right: 5px
}
.productTab .prTabInner figcaption .btn-primary {
    background: #e28f38;
    border-radius: 0px;
    border: none;
    margin-top: 3rem;
    padding: 0.5rem 2.5rem
}
.head_title2 {
    font-size: 1.5rem;
    position: relative;
    margin: 1rem 0rem 5rem 0rem
}
.head_title2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #e28f38;
    border-radius: 5px;
    position: absolute;
    bottom: -30px;
    left: 48%
}
.main_product.spcr1 {
    margin: 2rem 0rem
}
.productDesArea .ImageArea #myCarousel {
    display: flex;
    flex-direction: row-reverse
}
.productDesArea .ImageArea #myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}
.productDesArea .ImageArea #myCarousel .carousel-item{
    z-index: -1;
}
.productDesArea .ImageArea #myCarousel .carousel-inner .carousel-control-prev, 
.productDesArea .ImageArea #myCarousel .carousel-inner .carousel-control-next{
    z-index: 99;
}
.productDesArea .ImageArea #myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    display: flex;
    flex-direction: column;
    width: 10.1rem;
    justify-content: flex-start;
    padding-right: 1rem
}
.productDesArea .ImageArea #myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    border-top: none;
    margin-right: 0px;
}
.productDesArea .ImageArea #myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.productDesArea .ImageArea .carousel-control-prev, .productDesArea .ImageArea .carousel-control-next {
    color: #000;
    opacity: 1;
    font-size: 24px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    top: 45%;
}
.productDesArea .ImageArea .carousel-control-prev {
    left: 1rem
}
.productDesArea .ImageArea .carousel-control-next {
    right: 1rem
}
.bannerInner.serviceBnr {
    background: url(../images/banner-service.jpg) top no-repeat;
    color: #fff;
    /*background-size: cover;*/
}
.bannerInner.serviceBnr .container {
    padding: 11rem 1rem;
}
.serviceFilter ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 3rem
}
.serviceFilter ul li {
    /*width: 16%;*/
    min-width: 16%;
    margin-right: .5%;
    text-align: center
}
.serviceFilter ul li a {
    display: block;
    background: #525252;
    color: #fff;
padding:.75rem .5rem;
    transition: all .2s ease-in-out
}
.serviceFilter ul li a:hover {
    background: #e28f38;
}
.services_wrapper.spcr {
    padding: 5.5rem 0rem
}
.serviceFilter ul li a.active {
    background: #e28f38;
}
.serviceFilter .serviceTab .nav-tabs {
    margin-top: 0rem
}
.serviceFilter .serviceTab .nav-tabs a {
    background: none
}

.serviceFilter_new1 ul {
    display: initial;
    margin-top: 0;
    border-bottom: unset;
    padding-bottom: 4rem ;
    text-align: center;
}
.serviceFilter_new1 ul li{
    display: inline-block;
}

.aboutBnr img {
    width: 100%;
    height: auto
}
.aboutBnr .container {
    position: absolute;
    /*top: 19.5%;*/
    top:33%;
    max-width: 100%;
}

.aboutBnr h2 {
    margin: 8rem auto 0rem;
    color: #e28f38;
    width: 100%;
    text-align: center
}
.aboutBnr p {
    margin: 1rem auto;
    color: #fff;
    font-size: 1.75rem;
    max-width: 780px;
    text-align: center
}
.aboutBnr .playBtnDiv {
    width: 100%;
    text-align: center
}
.aboutBnr .playBtn {
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5rem;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
    font-size: 3rem;
padding-left:.75rem;
    box-shadow: 0px 0px 10px #222;
    text-shadow: 0px 0px 10px #222;
    transition: all .2s ease-in-out;
    margin-top: 2rem
}
.aboutBnr .playBtn:hover {
    color: #e28f38 !important;
}
.aboutTextarea h2 {
    margin: 5rem 0rem
}
.aboutTextarea .aboutScroll {
    max-height: 30rem;
    overflow-y: scroll
}
.aboutTextarea .aboutScroll p {
    font-size: 1.1875rem;
    color: #000;
    line-height: 2rem
}
.aboutTextarea h3 {
    margin: 5rem 5rem;
    font-size: 2.5625rem;
    text-align: center;
    color: #e28f38;
    line-height: 3rem
}
.aboutNosa {
    background: #f3f1f1;
    padding: 4rem 0rem 5rem
}
.aboutNosa ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.aboutNosa ul li {
    width: 25%;
    text-align: center;
    margin: 1rem
}
.aboutNosa ul li img {
    height: 150px;
    object-fit: fill;
}
.aboutNosa ul li h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 1rem 0rem
}
.aboutNosa ul li h4 {
    font-size: 1.15rem;
    color: #000;
    font-weight: 600;
}
.aboutNosa ul li h5 {
    font-size: 1.1875rem;
    font-weight: 600;
margin:.5rem 0rem
}
.aboutNosa ul li h6 {
    font-size: 1.1875rem;
    color: #e28f38;
    font-weight: 600;
    line-height: 1.875rem
}
.aboutMarca {
    padding: 5rem 0rem
}
.aboutMarca h2 {
    margin-bottom: 5rem
}
.aboutMarca .marcaDiv {
    display: flex;
    flex-wrap: wrap;
}
.aboutMarca .marcaDiv figure {
    width: 51%
}
.aboutMarca .marcaDiv figcaption {
    width: 49%;
    padding-left: 5rem;
    text-align: justify;
    font-size: 1.25rem;
    color: #000
}
.cnctArea {
    padding: 4rem 0rem 2rem
}
.cnctArea h2 {
    color: #e28f38;
}
.cnctArea ul {
    display: flex;
    width: 100%
}
.cnctArea ul li {
    width: 33%;
    text-align: center;
    background: #e28f38;
    margin: 2%;
    padding: 2rem;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.cnctArea ul li figure {
    margin-bottom: 1rem;
    height: 4.5rem
}
.cnctArea ul li a:hover {
    color: #fff;
}
.cnctArea ul li.yellow {
    background: #ffb81e;
}
.cnctArea ul li.red {
    background: #fe585a;
}
.cnctForm {
    background: #f3f1f1;
    padding: 4rem 0rem
}
.cnctForm h3 {
    text-align: center;
    font-size: 1.1875rem;
    color: #000;
    max-width: 1050px;
    margin: auto;
    line-height: 2rem
}
.cnctForm ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem
}
.cnctForm ul li {
    width: 100%;
    margin-bottom: 1rem
}
.cnctForm ul li:nth-child(1) {
    width: 49%;
}
.cnctForm ul li:nth-child(2) {
    width: 49%;
    margin-left: auto
}
.cnctForm ul li .form-control {
    border: none;
    border-radius: 0px;
    font-size: 1.1875rem;
    color: #000;
padding:.75rem 0.75rem;
    height: auto
}
.cnctForm ul li .btn-primary {
    font-size: 1.25rem;
    background: #e28f38;
    border-radius: 0px;
    border: none;
    padding: 8px 50px;
}
.cnctForm ul li textarea {
    height: 10rem !important
}
.blog_wrapper .head_title {
    margin: 2rem 0rem 5rem
}
.blog_wrapper .blog_inner {
    display: flex;
    width: 100%;
}
.blog_wrapper .blog_inner .blog_left {
    width: 16%;
}
.blog_wrapper .blog_inner .blog_left .cmn_cat {
    margin-bottom: 2rem
}
.blog_wrapper .blog_inner .blog_left .cmn_cat h3 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
padding:.5rem 0rem;
    margin-bottom: 1rem
}
.blog_wrapper .blog_inner .blog_left .categoryBx ul li a {
    font-size: 13px;
    color: #000;
    background: url(../images/chevron.png) left center no-repeat;
    padding-left: 1rem
}
.blog_wrapper .blog_inner .blog_left .categoryBx ul li label {
    font-size: 13px;
    color: #000;
    background: url(../images/chevron.png) left center no-repeat;
    padding-left: 1rem;
    cursor: pointer;
}
.blog_wrapper .blog_inner .blog_left .categoryBx ul li.active label {
    background: url(../images/true-icon.png) left center no-repeat;
}
.blog_wrapper .blog_inner .blog_left .categoryBx ul li a:hover {
    color: #e28f38
}
.blog_wrapper .blog_inner .blog_left .search input {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/search-icon.png) right 1rem center no-repeat;
    font-size: 13px;
padding:.25rem
}
.blog_wrapper .blog_inner .blog_left .tags ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}
.blog_wrapper .blog_inner .blog_left .tags ul li {
    width: 48%;
    background: #482f2f;
    margin-bottom:.5rem
}
.blog_wrapper .blog_inner .blog_left .tags ul li.active {
    background: #e28f38;
}
.blog_wrapper .blog_inner .blog_left .tags ul li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding:.25rem;
    transition: all .2s ease-in-out
}
.blog_wrapper .blog_inner .blog_left .tags ul li label {
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding:.25rem;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.blog_wrapper .blog_inner .blog_left .tags ul li:hover {
    background: #e28f38
}
.blog_wrapper .blog_inner .blog_left .tags ul li:nth-child(2n) {
    margin-left: auto
}
.blog_wrapper .blog_inner .blog_right {
    width: 80%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap
}
.blog_wrapper .blog_inner .blog_right .blog_item {
    width: 31%;
    margin: 0rem 1% 3rem;
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;max-height: 350px;
}
.blog_wrapper .blog_inner .blog_right .blog_item figure {
    overflow: hidden
}
.blog_wrapper .blog_inner .blog_right .blog_item figure img {
    transition: all .2s ease-in-out
}
.blog_wrapper .blog_inner .blog_right .blog_item:hover figure img {
    transform: scale(1.1, 1.1)
}
.blog_wrapper .blog_inner .blog_right .blog_item figcaption {
    padding: 1rem 2rem
}
.blog_wrapper .blog_inner .blog_right .blog_item figcaption h6 {
    font-size: 12px;
    font-weight: 500;
    color: #6b6969
}
.blog_wrapper .blog_inner .blog_right .blog_item figcaption h3 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
    margin: 1.5rem 0rem
}
.blog_wrapper .blog_inner .blog_right .blog_item figcaption .btn-primary {
    font-size: 1rem
}
.blog_wrapper .blog_inner .blog_right.blgDetails {
    color: #000
}
.blog_wrapper .blog_inner .blog_right.blgDetails figure {
    margin-bottom: 2rem
}
.blog_wrapper .blog_inner .blog_right.blgDetails h2 {
    font-size: 2.125rem;
    font-weight: 600
}
.blog_wrapper .blog_inner .blog_right.blgDetails h5 {
    font-size: 1.125rem;
    margin-bottom: 3rem;
margin-top:.5rem;
    width: 100%
}
.blog_wrapper .blog_inner .blog_right.blgDetails p {
    font-size: 1.125rem;
    margin-bottom: 2rem
}
.blog_wrapper .blog_inner .blog_right.blgDetails .blog_tags span {
    font-weight: 600
}
.blog_wrapper .blog_inner .blog_right.blgDetails h3 {
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
padding-bottom:.5rem;
    margin-top: 2rem
}
.blog_wrapper .blog_inner .blog_right.blgDetails .cmt_row {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.blog_wrapper .blog_inner .blog_right.blgDetails .cmt_row h4 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #e28f38;
    margin: 1rem 0rem
}
.blog_wrapper .blog_inner .blog_right.blgDetails .cmt_row p {
    font-size: 1.1875rem
}
.blg_frm {
    background: none;
    padding-top: 0rem
}
.blg_frm ul li .form-control {
    border: 1px solid #ccc;
}
.blg_frm ul li:nth-child(1) {
    width: 100%
}
.blg_frm ul li:nth-child(2) {
    margin-left: inherit
}
.blg_frm ul li:nth-child(3) {
    width: 49%;
    margin-left: auto
}
.popular-mob {
    display: none
}
.regular_price{
    display: initial!important;
    margin-right: 5px;
    text-decoration: line-through;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.itemDetail_shortdescription{
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.itemDetail_shortdescription ul {
    display: initial !important;
}
.itemDetail_shortdescription ul li {
    width: 100%!important;
    height: auto !important;
    border: unset !important;
    line-height: initial !important;
}