/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body * {
	font-family: "Urbanist", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
}
/* Header Css */
div#header-space {
    display: none;
}
div#header-outer {
    background: transparent;
    margin-top: 65px;
}
#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    width: 80%;
}
#header-outer:not([data-format=left-header]) #top>.container>.row {
    border-radius: 13px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(7.5px);
    padding: 18px 31px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: #373737;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li {
    height: 110px;
}
#header-outer[data-lhe="default"] #top nav > ul > li {
    height: 110px;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li a {
    border-radius: 4px;
    background: #5532cc;
    padding: 21px 42px;
    color: #FFF;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
    height: 110px;
    margin-right: 31px;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li a:hover, body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li.sfHover:not(#social-in-menu) > a {
    color: #fff !important;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li.current_page_item a {
    color: #fff !important;
}
/* Banner Css */
.banner-head {
    margin-bottom: 30px !important;
}
.banner-head h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -1.926px;
    width: 55%;
}
a#w-btn {
    margin: 0;
    padding: 21px 39px;
    border-radius: 4px !important;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
div#banner-row .iwithtext {
    display: flex;
    align-items: center;
    float: right;
    width: 86%;
}
div#banner-row .iwithtext .iwt-icon {
    position: relative;
}
div#banner-row .iwithtext .iwt-icon img {
    margin: 0;
    width: 39px;
    height: 39px;
}
div#banner-row .iwithtext .iwt-text {
    padding: 0 0 0 17px;
    color: #FEFEFE;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.7;
    width: 38%;
}
div#banner-row img {
    float: right;
    margin-right: 120px;
}
/* Milestone Css */
div#milestone-row .vc_col-sm-4 .vc_column-inner {
    border-radius: 5px;
    background: #F9F9F9;
    padding: 47px 0 50px 49px;
    transition: all 0.4s linear;
}
.nectar-milestone {
    text-align: left;
    margin-bottom: 5px !important;
}
.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    color: #22170F;
    font-size: 113px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 50px !important;
    letter-spacing: -6.113px;
    margin-bottom: 40px !important;
}
.nectar-milestone .number span {
    font-family: 'Raleway';
}
.nectar-milestone .number .symbol-wrap {
    line-height: 33px !important;
}
body .nectar-milestone .subject {
    color: #202020;
    font-family: Raleway;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.196px;
}
.milestone-sec p {
    color: #202020;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.196px;
    width: 55%;
}
div#milestone-row .vc_col-sm-4 .vc_column-inner:hover {
    background: #5532cc;
    cursor: pointer;
}
div#milestone-row .vc_col-sm-4 .vc_column-inner:hover * {
    color: #fff;
}
/* About Css */
.about-sec {
    background: #FFF;
    box-shadow: 7px 0px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 95px 45px;
}
.w-sec h2 {
    color: #373737;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -1.156px;
    margin-bottom: 23px;
}
.w-sec p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
}
.about-sec p {
    padding-bottom: 13px;
}
.about-sec a {
    border-radius: 4px;
    background: #5532cc;
    display: inline-block;
    padding: 21px 43px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.about-rgt-sec {
    margin-left: -150px;
}
.about-left-sec {
    margin-right: -110px;
    background: #FFF;
    box-shadow: -7px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
/* Service Css */
.service-head {
    margin-bottom: 80px !important;
}
.service-head h2 {
    color: #fff;
    width: 65%;
    margin: 0 auto 23px;
}
.service-head p {
    color: #fff;
    width: 55%;
    margin: auto;
}
div#services-row .vc_col-sm-6 {
    padding: 0 25px;
}
.services-sec {
    position: relative;
}
.services-sec img {
    width: 100% !important;
}
.services-sec p {
    padding: 0;
}
.ser-inner-sec {
    text-align: center;
    position: absolute;
    bottom: 49px;
    left: 0;
    right: 0;
}
.ser-inner-sec h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.196px;
    text-transform: uppercase;
    margin-bottom: 11px !important;
}
.ser-inner-sec p {
    color: #FFF;
    font-size: 19.5px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.196px;
    width: 65%;
    margin: auto;
}
div#services-row a#w-btn {
    margin: 90px auto 0;
    display: table;
    background: #FFF !important;
    color: #1E1E1E;
}
/* Quality Css */
div#quality-head .iwithtext {
    display: flex;
    align-items: center;
    justify-content: end;
}
div#quality-head .iwithtext .iwt-icon {
    position: relative;
}
div#quality-head .iwithtext .iwt-icon img {
    margin: 0;
    width: 39px;
    height: 39px;
}
div#quality-head .iwithtext .iwt-text {
    padding: 0 0 0 30px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.7;
    width: 78%;
}
.quality-sec {
    position: relative;
}
.quality-sec img {
    width: 100% !important;
}
div#quality-inner-row .vc_col-sm-4 {
    padding: 0 20px;
}
.quality-sec p {
    padding: 0;
}
.quality-sec h3 a{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(7.5px);
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: 0 51px;
    padding: 30px;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.196px;
    text-transform: uppercase;
    text-align: center;
}
div#quality-row a#w-btn {
    display: table;
    margin: auto;
    padding: 21px 56px;
}
/* Testimonials Css */
.customer-head {
    margin-bottom: 80px !important;
}
.customer-head h2 {
    color: #fff;
}
.owl-carousel[data-desktop-cols] .owl-stage {
    padding: 0;
}
.carousel-item {
    margin: 0 10px;
}
.testimonials-sec {
    border-radius: 29px;
    background: #FFF;
    padding: 33px 30px 27px;
}
.testimonials-sec p {
    padding: 0;
}
.testimonials-sec img {
    margin-bottom: 37px !important;
}
.testimonials-sec p.testi-paraa {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 60px;
}
.testimonials-sec img.rating {
    margin-bottom: 16px !important;
}
.testimonials-sec h4 {
    color: #434343;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.196px;
    text-transform: uppercase;
}
.owl-theme[data-desktop-cols] .owl-nav.disabled+.owl-dots {
    margin-top: 80px;
}
.owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    background: #FFFFFF;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}
.span_12.dark .owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
    opacity: 1;
    transform: unset;
    width: 50px;
}
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
/* Contact Css */
.contact-head {
    margin-bottom: 50px !important;
}
.contact-sec div#wpforms-92 {
    margin: 0 !important;
    width: 80%;
    margin: auto !important;
}
.contact-sec div#wpforms-92 .wpforms-field {
    padding: 0 0 20px;
}
.contact-sec div#wpforms-92-field_1-container {
    padding: 0 !important;
}
.contact-sec div#wpforms-92 .wpforms-field label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Urbanist';
}
.contact-sec div#wpforms-92 .wpforms-field input, .contact-sec div#wpforms-92 .wpforms-field select {
    height: 50px;
    font-size: 16px;
    color: #000;
}
.contact-sec div#wpforms-92 .wpforms-field textarea {
    height: 100px;
}
.contact-sec .wpforms-submit-container {
    margin: 0 auto !important;
    display: table;
}
body[data-form-submit=regular] .contact-sec button[type=submit] {
    border-radius: 4px !important;
    background: #5532cc !important;
    padding: 0 50px !important;
    height: 50px;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
/* Products Css */
.single-product div#header-space {
    background-image: url(https://digitaldesignpalace.com/salt/wp-content/uploads/2025/03/banner.jpg);
    display: block;
    height: 380px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.woocommerce-product-details__short-description td {
    font-size: 16px !important;
    color: #000;
}
div#products-des-row h2 {
    color: #373737;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.156px;
    margin-bottom: 10px;
}
div#products-des-row p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
div#products-des-row ul li {
    list-style: none;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
div#products-des-row ul {
    margin: 0;
}
div#products-des-row ul li img {
    margin-right: 10px !important;
}
div#products-des-row .iwithtext {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
div#products-des-row .iwithtext .iwt-icon {
    position: relative;
    width: 23%;
}
div#products-des-row .iwithtext .iwt-icon img {
    margin: 0;
    width: 100%;
}
/* Footer Css */
div#footer-row img {
    width: 50%;
    margin-top: 17px;
}
div#footer-row h2 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 23px;
}
div#footer-row ul {
    margin: 0;
}
div#footer-row ul li {
    list-style: none;
    color: #D3D3D3;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    text-transform: capitalize;
    margin-bottom: 23px;
}
div#footer-row ul li a {
    color: #D3D3D3;
}
.footer-cont p {
    color: #D3D3D3;
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    width: 82%;
}
.footer-links li:before {
    content: "\f102";
    font-family: 'fontawesome';
    font-size: 18px;
    margin-right: 23px;
}
.footer-details ul li:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.footer-details ul li {
    display: flex;
    align-items: center;
    width: 100%;
}
.footer-details ul li:nth-child(2):before {
    content: "\f0e0";
}
.footer-details ul li:nth-child(3):before {
    content: "\f095";
}
.footer-details ul li:nth-child(4):before {
    content: "\f095";
}
.footer-details ul li:nth-child(5):before {
    content: "\f041";
}
.footer-details ul li:nth-child(6):before {
    content: "\f041";
}
.footer-details ul li:last-child:before {
    content: "\f041";
}
/* Copyright Css */
.copyright-sec {
    margin-top: 95px;
    background-image: url(/salt/wp-content/uploads/2025/03/foot-bdr.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 17px;
}
.copyright-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.copyright-sec p a {
    color: #fff;
}


/* New CSS */
div#comp-pro-2 img {
    width: 98%;
    margin: 20px auto;
    display: table;
}
div#comp-pro-2 p {
    width: 98%;
    margin: 20px auto 10px;
    display: table;
    margin-left: 25px;
}
div#comp-pro-2 h2 {
    margin-left: 25px;
}
div#comp-pro-inner img {
    width: 95%;
    display: table;
    margin: 25px auto;
}
div#services-row img.service-truck {
    width: 90%;
    display: table;
    margin: 0 auto 25px;
}
.main-content tr th:first-child {
	width: 50%;
}
div#comp-pro-2 table {
    width: 97% !important;
    display: table !important;
    margin: 0 auto !important;
}
div#comp-pro-2 tr th {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background: #5532cc;
}
div#comp-pro-2 tr td {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
}
/* ---------- */
div#quality-inner-row .view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:480px;
    background: #5532cc;
    border:4px solid #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 1);
}
div#quality-inner-row .view a#btn{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display:table;
    margin:0 auto;
    animation: heartbeat 2s infinite alternate;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



/* ===================================== */
.toggle>.toggle-title a {
    display: block;
    color: rgb(255 255 255 / 65%);
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 14px 15px 43px;
    font-weight: 400;
    background-color: #5532cc;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-right: 47px;
    border-radius: 20px;
	
}
.toggle>.toggle-title a i {
    position: absolute;
    left: 13px;
    background-color: transparent;
    color: #fffefe;
    top: 13px;
    width: 18px;
    height: 26px;
    line-height: 41px;
    font-size: 15px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    font-size: 30px;
    line-height: 40px;
    color: #FFF;
}

.toggle>.toggle-title a:hover {
    background-color: rgb(42 42 42 / 98%);
}
.inner-toggle-wrap p {
    font-size: 20px;
}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.w-sec.service-head.animated.wpb_start_animation h1 {
    color: #FFF;
}
.elementor-element.elementor-element-283c217.elementor-widget.elementor-widget-text-editor h5 {
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
}
div#services-our-brand .bx{
    border: 2px solid #5532cc;
    border-radius: 18px;
    padding: 60px 10px 60px 10px;
    height: 243px;
}
.nectar-flickity:not(.masonry) .flickity-slider .cell img {
    width: 64%;
}
div#brand-row p {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
}
button.brand {
    background: #5532cc;
    padding: 20px;
    color: #FFF;
    font-size: 18px;
    border: none;
    border-radius: 25px;
}

div#private-row h3 {
    color: #000;
    font-family: "Raleway", sans-serif !important;
    font-size: 32px;
    line-height: 1px;
}
div#private-row p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
}
div#paying-row h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 59px;
    line-height: 69px;
}

i.fa.fa-map-marker {
    font-size: 23px;
    color: #FFF !important;
    margin-left: 1px;
	margin-top: -46px;
}
a.factory {
    color: #FFF;
    font-size: 20px;
    position: relative;
}
a.add {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin-left: 33px;
    margin-top: -79px;
}
.woocommerce-product-details__short-description a {
    background: black;
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    border-radius: 10px;
	color: #FFF;
}
p.custom-request-quote-message {
    background: #5532cc;
    padding: 15px 30px;
    margin-top: 20px !important;
    color: #FFF !important;
    border-radius: 18px;
	text-align: center !important;
	font-size: 20px;
    font-family: 'Urbanist';
}
p.custom-request-quote-message a {
    background: #5532cc;
    color: #FFF !important;
    border-radius: 18px;
	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 23px;
    font-size: 18px;
    margin-top: 10px;
    height: 99px;
}
.text-list-icon li::before {
    content: "•";
    position: relative;
    left: -8px;
    top: 10px;
    color: #000;
    font-size: 54px;
    
}
.woocommerce-product-details__short-description p {
    font-size: 18px;
    font-family: 'Urbanist';
    color: #000;
    line-height: 28px;
}

div#contact-row ul li {
    list-style: none;
    color: #5532cc !important;
    font-family: Urbanist;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.contact-details ul li {
    display: flex
;
    align-items: center;
    width: 100%;
}
div#contact-row ul li a {
    color: #5532cc !important;
}
.contact-details ul li:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(2):before {
    content: "\f0e0";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(3):before {
    content: "\f095";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(4):before {
    content: "\f095";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(5):before {
    content: "\f041";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(6):before {
    content: "\f041";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
.contact-details ul li:nth-child(7):before {
    content: "\f041";
	font-family: 'FontAwesome';
    color: #5532cc;
    font-size: 20px;
    margin-right: 25px;
    width: 10px;
}
#contact-row ol, ul {
    margin-left: 1px;
    margin-bottom: 30px;
	
}
div#footer-row ul.iconlist li i {
    border: 1px solid #fff;
    font-size: 21px;
    padding: 8px;
    border-radius: 33px;
    width: 45px;
    height: 45px;
}
div#footer-row ul.iconlist li {
    display: inline-block;
    margin: 0 10px;
}

div#footer-row ul.iconlist li:hover i {
    background-color: #5432cc;
    color: #fff;
}
div#banner-row ul.iconlist {
    position: absolute;
    right: 70px;
    bottom: 200px;
    z-index: 999999;
    margin-bottom: 0;
}
div#banner-row ul.iconlist li i {
    border: 1px solid #fff;
    font-size: 21px;
    padding: 8px;
    border-radius: 33px;
    width: 45px;
    height: 45px;
    color:#fff;
}
div#banner-row ul.iconlist li:hover i {
    background-color: #5432cc;
    color: #fff;
}
div#banner-row ul.iconlist li {
    list-style: none;
    padding-bottom: 24px;
}
/* ===========================Mobile responsiveness===================== */
@media only screen and (min-width: 320px) and (max-width: 767px){
	div#banner-row ul.iconlist {
    top: -60px;
    bottom: auto;
}
div#banner-row ul.iconlist li {
    display: inline-block;
    margin: 0 6px;
}
div#banner-row img {
    margin: 0 auto;
    float: unset;
    display: table;
}
	#top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 39px !important;
}
	div#footer-row ul.iconlist i {
    padding: 12px;
}
#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 82px !important;
    }
h3.ser-private {
    margin-top: -100px;
}
#header-outer {
        margin-bottom: 0;
        padding: 0px 0 !important;
    }
#header-outer[data-full-width=true] header>.container, body #header-secondary-outer[data-full-width=true]>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
        max-width: 100%;
        padding: 0 0px !important;
    }
#header-outer:not([data-format=left-header]) #top>.container>.row {
    border-radius: 0px !important;
}
	div#header-outer {
    margin-top: 0px !important;
}
	.banner-head h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: normal !important;
    text-align: center !important;
    width: 100% !important;
}
div#banner-row .iwithtext .iwt-text {
        font-size: 14px !important;
        line-height: 24px !important;
        opacity: 0.9 !important;
        width: 100% !important;
        display: table;
        margin: 0 auto;
        padding-top: 17px;
    }
div#banner-row .iwithtext .iwt-icon img {
    margin: 0 auto;
    width: 29px;
    height: 29px;
}
a#w-btn {
    font-size: 14px !important;
    letter-spacing: normal !important;
    display: table !important;
    margin: 0 auto !important; /* Center horizontally */
}
#ajax-content-wrap .vc_row.left_padding_100px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_100px .row_col_wrap_12 {
    padding-left: 0px !important;
}
.w-sec h2 {
    font-size: 25px !important;
    line-height: 34px !important;
    letter-spacing: normal !important;
}
.w-sec p {
    font-size: 15px !important;
    line-height: 26px !important;
}
.about-sec a {
    font-size: 14px !important;
    letter-spacing: normal !important;
    display: table !important;
    margin: 0 auto !important;
}
#about-row1 .about-sec.about-rgt-sec {
    display: flex !important;
    padding: 30px 20px 30px 20px !important;
    margin: 0 auto !important;
}
.wpb_column.bottom_padding_desktop_185px > .vc_column-inner {
    padding-bottom: 0px !important;
}
.wpb_column.right_padding_desktop_40px > .vc_column-inner {
    padding-right: 0px !important;
}
.wpb_column.top_padding_desktop_128px > .vc_column-inner {
    padding-top: 50px !important;
}
	.wpb_column.left_padding_desktop_40px > .vc_column-inner {
    padding-left: 0px;
}
.wpb_column.bottom_padding_desktop_127px > .vc_column-inner {
    padding-bottom: 50px;
}

.wpb_column.top_padding_desktop_188px > .vc_column-inner {
    padding-top: 50px;
}
	#about-row2 .about-sec.about-left-sec {
    display: flex !important;
    padding: 30px 20px 30px 20px !important;
    margin: 0 auto !important;
}
	#ajax-content-wrap .vc_row.right_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_150px .row_col_wrap_12 {
    padding-right: 10px !important;
}
#ajax-content-wrap .vc_row.left_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_150px .row_col_wrap_12 {
    padding-left: 10px !important;
}
	#ajax-content-wrap .vc_row.right_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_115px .row_col_wrap_12 {
    padding-right: 20px !important;
}
#ajax-content-wrap .vc_row.left_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_115px .row_col_wrap_12 {
    padding-left: 20px !important;
}
	.service-head h2 {
    width: 100%;
}
.service-head p {
    color: #fff;
    width: 100%;
    margin: auto;
}
.ser-inner-sec h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
}
.ser-inner-sec p {
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: normal !important;
    width: 93% !important;
}
	div#services-row .vc_col-sm-6 {
    padding: 0 0px !important;
}
.service-head {
    margin-bottom: 26px !important;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_67px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_67px .row_col_wrap_12_inner {
    padding-right: 20px !important;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_67px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_67px .row_col_wrap_12_inner {
    padding-left: 20px !important;
}
	div#quality-head .iwithtext .iwt-text {
    padding: 0 0 0 18px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    width: 100% !important;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner {
    padding-right: 7px !important;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner {
    padding-left: 7px !important;
}
.quality-sec h3 a {
    bottom: 14px !important;
    font-size: 14px !important;
    line-height: 30px !important;
    letter-spacing: normal !important;
	padding: 20px !important;
}
div#quality-head .iwithtext .iwt-icon img {
    margin: 0;
    width: 29px !important;
    height: 29px !important;
}
#ajax-content-wrap .vc_row.right_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_158px .row_col_wrap_12 {
    padding-right: 20px !important;
}

#ajax-content-wrap .vc_row.left_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_158px .row_col_wrap_12 {
    padding-left: 20px !important;
}
div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #FFF !important;
    display: table !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.inner-toggle-wrap p {
    font-size: 15px !important;
    line-height: 25px !important;
}
div#services-row h1 {
    font-size: 30px !important;
}
div#services-row h5 {
    font-size: 15px !important;
}
#ajax-content-wrap .vc_row.right_padding_15px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_15px .row_col_wrap_12 {
    padding-right: 0px !important;
}
#ajax-content-wrap .vc_row.left_padding_15px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_15px .row_col_wrap_12 {
    padding-left: 0px !important;
}
.testimonials-sec p.testi-paraa {
    font-size: 15px !important;
    line-height: 25px !important;
    padding-bottom: 39px !important;
}
.testimonials-sec h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: normal !important;
}
.customer-head {
    margin-bottom: 30px !important;
}
.nectar-flickity:not(.masonry) .flickity-slider .cell img{
		width: 40% !important;
}
div#brand-logo{
		height: 300px !important;
}
div#footer-row ul li {
    font-size: 14px !important;
    line-height: 17.6px !important;
}	
.footer-cont p {
    font-size: 14px !important;
    line-height: 25.6px !important;
    width: 100% !important;
}
.copyright-sec {
    margin-top: -8px !important;
    padding-top: 1px !important;
}
.copyright-sec p {
    font-size: 15px;
    line-height: 25px;
}
.nectar-flickity.nectar-carousel[data-column-padding="30px"] .inner-wrap{
		padding: 0px !important
}
	ul.products.columns-4 {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    flex-wrap: wrap;
}
li.classic.product.type-product.post-272.status-publish.first.instock.product_cat-double-washed.product_cat-industrial-salts.has-post-thumbnail.shipping-taxable.product-type-simple {
    width: 100% !important;
}
.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-phone-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-tablet-columns=default]) li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
}
#ajax-content-wrap .vc_row.right_padding_200px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_200px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_200px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_200px .row_col_wrap_12 {
    padding-left: 20px;
}
div#contact-row ul li {
    list-style: none;
    color: #5532cc !important;
    font-family: Urbanist;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.6px;
    text-transform: capitalize;
    margin-bottom: 23px;
}
.contact-sec div#wpforms-92 {
    margin: 0 !important;
    width: 100% !important;
    margin: auto !important;
}
	#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wdiv#private-rowrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 79px;
}
.ser-inner-sec {
    text-align: center;
    position: relative !important;
    bottom: 49px;
    left: 0;
    right: 0;
}
	div#private-row h3 {
    color: #000;
    font-family: "Raleway", sans-serif !important;
    font-size: 32px;
    line-height: 40px;
}
	#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 75px;
}
	div#fws_681a78c65f397 h3 {
    margin-top: -95px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
div#header-outer {
    background: transparent !important;
    margin-top: 0px !important;
}
#header-outer {
        margin-bottom: 0 !important;
        padding: 0px 0 !important;
}
#header-outer[data-full-width=true] header>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0px !important;
}
#header-outer:not([data-format=left-header]) #top>.container>.row {
    border-radius: 0px !important;
}
#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 62px !important;
}
#header-outer {
        margin-bottom: 0 !important;
        padding: 0px 0 !important;
 }
#header-outer[data-full-width=true] header>.container, body #header-secondary-outer[data-full-width=true]>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
        max-width: 100%;
        padding: 0 0px !important;
}
	#top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 35px;
}
.banner-head h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.926px;
    width: 70%;
}
a#w-btn {
    font-size: 15px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
div#banner-row .iwithtext .iwt-text {
    font-size: 15px !important;
    line-height: 25px !important;
    width: 88% !important;
}
div#banner-row .iwithtext {
    width: 100%;
	padding-top: 20px !important
}
div#banner-row img {
    float: right;
    margin-right: 23px;
}
#ajax-content-wrap .vc_row.left_padding_100px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_100px .row_col_wrap_12 {
    padding-left: 20px !important;
}
#about-row1 .about-sec.about-rgt-sec {
    display: flex !important;
    padding: 30px 20px 30px 20px !important;
    margin: 0 auto !important;
}
.wpb_column.right_padding_desktop_40px > .vc_column-inner {
    padding-right: 0px !important;
}
.w-sec h2 {
    font-size: 35px;
    line-height: 46px;
}
.w-sec p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.about-sec a {
    font-size: 14px;
    letter-spacing: normal;
}
.wpb_column.bottom_padding_desktop_185px > .vc_column-inner {
    padding-bottom: 60px !important;
}
.wpb_column.top_padding_desktop_128px > .vc_column-inner {
    padding-top: 68px !important;
}
	.wpb_column.left_padding_desktop_40px > .vc_column-inner {
    padding-left: 0px;
}
#about-row2 .about-sec.about-left-sec {
    display: flex !important;
    padding: 30px 20px 30px 20px !important;
    margin: 0 auto !important;
}
.wpb_column.bottom_padding_desktop_127px > .vc_column-inner {
    padding-bottom: 65px !important;
}
.wpb_column.top_padding_desktop_188px > .vc_column-inner {
    padding-top: 0px !important;
}
#ajax-content-wrap .vc_row.right_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_150px .row_col_wrap_12 {
    padding-right: 37px !important;
}
#ajax-content-wrap .vc_row.left_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_150px .row_col_wrap_12 {
    padding-left: 37px !important;
}
#ajax-content-wrap .vc_row.right_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_115px .row_col_wrap_12 {
    padding-right: 20px !important;
}
#ajax-content-wrap .vc_row.left_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_115px .row_col_wrap_12 {
    padding-left: 20px !important;
}
.service-head p {
    width: 67%;
}
.service-head {
    margin-bottom: 37px !important;
}
.ser-inner-sec h3 {
    font-size: 20px;
    letter-spacing: normal;
}
.ser-inner-sec p {
    font-size: 16.5px;
    line-height: 29px;
    width: 68%;
}
div#services-row a#w-btn {
    margin: 30px auto 0;
}
.service-head h2 {
    width: 85%;
}
div#quality-head .iwithtext .iwt-text {
    font-size: 16px;
    line-height: 30px;
    width: 93%;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_67px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_67px .row_col_wrap_12_inner {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_67px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_67px .row_col_wrap_12_inner {
    padding-left: 30px;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner {
    padding-right: 30px ;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner {
    padding-left: 30px;
}
.quality-sec h3 a {
    font-size: 20px;
    line-height: 30px;
    letter-spacing:normal;
}
#ajax-content-wrap .vc_row.right_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_158px .row_col_wrap_12 {
    padding-right: 0px;
}
#ajax-content-wrap .vc_row.left_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_158px .row_col_wrap_12 {
    padding-left: 46px;
}
div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    font-size: 20px;
    line-height: 39px;
    color: #FFF;
}
.inner-toggle-wrap p {
    font-size: 16px;
}
div#services-row h1 {
    font-size: 35px !important;
}
div#services-row h5 {
    font-size: 16px !important;
}
#ajax-content-wrap .vc_row.right_padding_15px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_15px .row_col_wrap_12 {
    padding-right: 0px;
}
#ajax-content-wrap .vc_row.left_padding_15px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_15px .row_col_wrap_12 {
    padding-left: 0px;
}
.testimonials-sec p.testi-paraa {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 30px;
}
.testimonials-sec h4 {
    font-size: 18px;
    letter-spacing: normal;
}
div#footer-row img {
    width: 29%;
    margin-top: 17px;
}
.copyright-sec {
    margin-top: 7px;
}
div#paying-row h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 30px;
    line-height: 40px;
}
div#paying-row {
    padding-top: 0px !important;
}
div#success {
    padding-top: 10px !important;
}
div#private-row h3 {
    color: #000;
    font-family: "Raleway", sans-serif !important;
    font-size: 17px;
    line-height: 27px;
}
div#private-row {
    padding-top: 0px !important;
}
	div#services-row .vc_col-sm-6 {
    padding: 0px !important;
}
#ajax-content-wrap .vc_row.right_padding_200px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_200px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_200px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_200px .row_col_wrap_12 {
    padding-left: 20px;
}
#private-row.vc_col-sm-12.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
    display: flex;
}
	div#milestone-row .vc_col-sm-4 .vc_column-inner:hover * {
    color: #fff;
    text-align: center;
}
.milestone-sec p {
    color: #202020;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.196px;
    width: 100%;
	text-align: center !important;
}
.nectar-milestone {
    margin-bottom: 5px !important;
    text-align: center;
    color: #FFF;
}
.ser-inner-sec {
    text-align: center;
    position: relative !important;
    bottom: 49px;
    left: 0;
    right: 0;
}
	.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    display: table;
    margin: 0 auto;
}
	#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 0px;
}
	
}

@media only screen and (min-width: 1024px) and (max-width: 1300px){
#header-outer[data-full-width="true"] header > .container {
       padding: 0 0px;
}
div#footer-row ul.iconlist i {
    padding: 10px;
}	
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 14px;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 81px;
}
.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li a {
    padding: 16px 28px !important;
 
}
#header-outer:not([data-format=left-header]) #top>.container>.row {
    border-radius: 0px !important;
    padding: 18px 17px !important;
}
	#header-outer[data-lhe="default"] #top nav > ul > li > a, #header-outer .nectar-header-text-content, body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
    padding-left: 11px;
    padding-right: 21px;
}
div#header-outer {
    background: transparent;
    margin-top: 0px;
}
.banner-head h1 {
    font-size: 50px;
    font-style: normal;
    width: 55%;
	line-height: 60px !important;
}
a#w-btn {
    font-size: 16px;
}
div#banner-row .iwithtext .iwt-text {
    font-size: 16px !important;
    line-height: 28px !important;
    opacity: 1 !important;
    width: 60% !important;
    padding-top: 20px !important;
}
div#banner-row .iwithtext {
    width: 100%;
}
div#banner-row {
    padding-top: 250px !important;
}
.w-sec h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: normal;
}
.w-sec p {
    font-size: 15px;
    line-height: 25px;
    padding: 0;
}
.about-sec a {
    font-size: 15px;
    letter-spacing: normal;
    text-transform: uppercase;
}
#ajax-content-wrap .vc_row.right_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_150px .row_col_wrap_12 {
    padding-right: 50px;
}
#ajax-content-wrap .vc_row.left_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_150px .row_col_wrap_12 {
    padding-left: 50px;
}
div#video-row {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
#ajax-content-wrap .vc_row.right_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_115px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_115px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_115px .row_col_wrap_12 {
    padding-left: 20px;
}
.ser-inner-sec h3 {
    font-size: 20px;
}
.ser-inner-sec p {
    font-size: 16.5px;
    line-height: 29px;
    width: 81%;
}
div#services-row a#w-btn {
    margin: 35px auto 0;
}
div#services-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#quality-head .iwithtext .iwt-text {
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
    width: 84%;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner {
    padding-left: 40px;
}
.quality-sec h3 a {
    margin: 0 20px;
    font-size: 16px;
}
#ajax-content-wrap .vc_row.right_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_158px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_158px .row_col_wrap_12 {
    padding-left: 47px;
}
div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    font-size: 23px;
    line-height: 37px;
    color: #FFF;
}
.testimonials-sec p.testi-paraa {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}
.testimonials-sec h4 {
    color: #434343;
	font-size: 17px;
	}
div#services-row h1 {
    font-size: 35px;
}
div#footer-row ul li {
    font-size: 13px;
    line-height: 21.6px;
}
.woocommerce.archive #page-header-wrap .inner-wrap {
    max-width: 1000px;
    padding-top: 171px;
}
.wpb_column.left_padding_desktop_40px > .vc_column-inner {
    padding-left: 0px;
}
.about-left-sec {
    margin-right: -16px;
    background: #FFF;
    box-shadow: -7px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
  div#video-row {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
div#private-row h3 {
    color: #000;
    font-family: "Raleway", sans-serif !important;
    font-size: 21px;
    line-height: 30px;
}
div#private-row {
    padding-top: 278px !important;
}
div#paying-row h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 35px;
    line-height: 45px;
}
div#brand-row {
    padding-top: 50px !important;
}
div#paying-row {
    padding-top: 10px !important;
}
div#success {
    padding-top: 21px !important;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1600px){
#header-outer[data-full-width="true"] header > .container {
        padding: 0 36px !important;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 14px;
    letter-spacing: normal;
}
.banner-head h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
}
div#banner-row {
    padding-top: 350px !important;
}
.w-sec h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: normal;
}
.w-sec p {
    font-size: 16px;
    line-height: 26px;
}
.about-sec a {
    font-size: 15px;
    letter-spacing: normal;
}
#ajax-content-wrap .vc_row.right_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_150px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_150px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_150px .row_col_wrap_12 {
    padding-left: 30px;
}
div#video-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#services-row a#w-btn {
    margin: 54px auto 0;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_192px .row_col_wrap_12_inner {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_192px .row_col_wrap_12_inner {
    padding-left: 40px;
}
.quality-sec h3 a {
    font-size: 19px;
}
#ajax-content-wrap .vc_row.right_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_158px .row_col_wrap_12 {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.left_padding_158px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_158px .row_col_wrap_12 {
    padding-left: 40px;
}
div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    font-size: 25px;
    line-height: 38px;
    color: #FFF;
}
div#services-row h1 {
    font-size: 35px;
}
div#services-row h5 {
    font-size: 16px;
}
.testimonials-sec p.testi-paraa {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 23px;
    font-size: 16px;
    margin-top: 10px;
    height: 97px;
}
.woocommerce.archive #page-header-wrap .inner-wrap {
    max-width: 1000px;
    padding-top: 211px;
}
.wpb_column.left_padding_desktop_40px > .vc_column-inner {
    padding-left: 3px;
}
.about-left-sec {
    margin-right: -16px;
    background: #FFF;
    box-shadow: -7px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
 div#video-row {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
div#paying-row h2 {
    font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    line-height: 50px;
}
div#private-row h3 {
    color: #000;
    font-family: "Raleway", sans-serif !important;
    font-size: 28px !important;
    line-height: 36px !important;
}
	#header-outer[data-format=centered-menu] #top .span_9,#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    width: 80%;
}
}