@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa, .far, .fas {font-family: 'FontAwesome';}

@font-face {
    font-family: 'Public Sans';
    src: local('Public Sans SemiBold'), local('PublicSans-SemiBold'),
        url('../fonts/PublicSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PublicSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: local('Public Sans Medium'), local('PublicSans-Medium'),
        url('../fonts/PublicSans-Medium.woff2') format('woff2'),
        url('../fonts/PublicSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {padding: 0;margin: 0;font-family: 'Source Sans Pro';font-weight: normal;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #00235A;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}
.count::-moz-selection {background-color:#fff;color:#00235A}
.count::selection {background-color: #fff;color: #00235A}

img {max-width: 100%;height: auto}
p {font-family: 'Source Sans Pro'; font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666;}
p a {color: #BF882C;}
p strong {color: #021F35;font-weight: normal;}
li strong {color: #BF882C; font-weight: normal;}
p a:hover {color: #021F35;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #BF882C;}
ul li a:hover, ol li a:hover {color: #021F35;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 { color: #19202D; font-family: 'Playfair Display'; font-style: normal; font-weight: 700;margin-bottom: 20px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #BF882C;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #BF882C;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #021F35;}
h1 {font-size: 40px;line-height: 50px;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 30px;line-height: normal;}
h4 {font-size: 28px;line-height: normal;}
h5 {font-size: 26px;line-height: normal;}
h6 {font-size: 24px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
#back-top-wrapper {position: fixed;right: 56px; bottom: 70px;overflow: hidden;z-index: 2;}
p#back-top {margin: 0;line-height: normal;font-size: 0;}
#back-top-wrapper #back-top a { opacity: 1; transition: 200ms all; border-radius: 50%; display: inline-block; background: #021F35 url(../images/top-arrow.png) no-repeat; height: 50px; width: 50px; background-position: center center; }
#back-top-wrapper #back-top a:hover {background-color: #BF882C;background-position: center center;transform: 0.6s;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 20px;margin-bottom: 15px;}
.default-css ul li, .default-css ol li {font-family: 'Source Sans Pro';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #666;margin: 0 0 10px;}
.default-css ul li a, .default-css ol li a {color: #BF882C}
.default-css ul li strong, .default-css ol li strong {color: #BF882C;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #021F35}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow-img.png) no-repeat;background-position: 0 3px;padding-left: 35px;}
.default-css ol li::marker {color: #021F35;}
section.default-section {padding: 100px 0;}

ul.two-col{display: flex; flex-wrap: wrap;}
ul.three-col{display: flex; flex-wrap: wrap;}
ul.three-col li{width:33.33%;}
ul.two-col li{width:50%;}

@media (max-width: 900px){
ul.three-col li{width:50%;}
}

@media (max-width: 575px){
ul.two-col{display:block;}
ul.three-col{display:block;}
ul.three-col li{width:100%;}
ul.two-col li{width:100%;}
}
.modal-backdrop.show {opacity: 0.93;}
.modal.popup-form button.close {opacity: 1;position: absolute;right: 28px;top: 35px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;text-shadow: none;}
.modal.popup-form .modal-dialog { max-width: 710px !important; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); width: 95%; border-radius: 10px; margin: 0 auto; overflow: hidden; }
.modal.popup-form .modal-content {border: none;box-shadow: none;background: transparent;}
.modal.popup-form .modal-body { padding: 0; border: none; background: #fff;}
.modal.popup-form .gform_wrapper textarea.medium {height: 140px!important;}
.modal-body .gform_wrapper form { padding-top: 0; }
.modal.popup-form .form-hero .b-form-title { margin-top: -1px; text-align: center; } 


/*--floating-icon--*/
.floating-icon {position: fixed;right: -75px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a { padding: 16px 47px; display: inline-block; color: #FFF; text-align: center; font-family: 'Public Sans'; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; border-radius: 10px 10px 0px 0px; background: #BF882C; }
.floating-icon a:hover {color: #fff;background: #021F35;}





/*--------- header-section ---*/
.header-section { position: relative; top: 0; left: 0; right: 0; width: 100%; z-index: 99; padding: 0 0; background: #FFF; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.20); }
.header-section.sticky {position: fixed;}

.header-top{ background: #BF882C; padding: 12px 50px; }
.header-top ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.header-top ul li { list-style: none; padding: 0 25px 0 40px; position: relative; }
.header-top ul li p{ color: #FFF; font-weight: 500; line-height: normal; margin: 0;text-transform: uppercase;font-family: 'Public Sans'; }
.header-top ul li::after { content: '|'; color: #FFF; font-family: Public Sans; font-size: 17px; font-style: normal; font-weight: 500; line-height: normal; float: right; position: absolute; top: 43%; right: 0; transform: translateY(-50%);}
.header-top ul li:last-child:after{ display: none; }
.top-price span{ color: #FFF; font-family: 'Public Sans'; font-size: 18px; font-style: normal; font-weight: 500; line-height: normal; display: inline-block; padding: 0 20px; }
span.change-pct.green { padding-left: 0; }
.header-top ul li a { display: flex;  }
.top-price span.change.green{ background: url(../images/polygon.png) no-repeat left bottom 4px;padding-left: 23px; padding-right: 10px;}


.header-bottom { background: #021F35;padding: 13px 24px; }
.header-bottom .row { align-items: center; } 
.header-bottom-right{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content:right;align-items: center; }
.head-call-now {display: flex;align-items: center;vertical-align: middle;}
.head-call-now .headcall-inn { padding-left: 13px; }
.headcall-inn div {display: block !important;}
.head-call-now p { margin: 0; color: #FFF; font-size: 22px; font-weight: 500; line-height: 31px; }
.head-call-now a { font-family: 'Public Sans';color: #BF882C; text-align: right; font-size: 26px; font-style: normal; font-weight: 600; line-height: normal; }
.head-call-now a:hover {color: #fff;}
.top-right { padding: 0 62px; }
.user-div { display: inline-block; position: relative;padding: 0 16px; }
.menu-bar { padding-right: 50px; }
.search-div { display: inline-block; padding: 0 10px; position: relative;}

#search-form { display: none; position: absolute; right: 34px; min-width: 230px; top: -6px; z-index: 1; }
#search-form.active-search { opacity: 1; visibility: visible; }
.search-open{display: block;}
span.search { position: absolute; top: 8px; left: 10px; color: #666; font-weight: normal !important; }
span.search .fa{font-weight: normal !important;}
#search-form input.form-control { padding-left: 32px; }

.search-popup button.close {
    font-size: 50px;
    position: absolute;
    font-weight: 700;
    right: 30px;
    text-shadow: none !important;
    top: 30px;
    color: #fff;
    opacity: 1 !important;
font-family: 'Public Sans';
}
.search-popup .modal-dialog {
    max-width: 710px !important;
    transform: translateY(-50%) !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 100%;
}
.search-popup .modal-content {
    background-color: transparent !important;
    border: none;
}
.search-popup input.search-input {
    background: transparent !important;
    border-width: 0 0 1px 0;
    border-color: #fff;
    height: 60px;
    max-width: 100%;
    outline: 0;
    color: #fff !important;
    font-family: 'Public Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
}


.user-div::after { content: ''; background: #555; height: 29px; width: 1px; top: 50%; transform: translateY(-50%); right: 0; position: absolute; opacity: 0.5; }
.user-div::before { content: ''; background: #555; height: 29px; width: 1px; top: 50%; transform: translateY(-50%); left: 0; position: absolute; opacity: 0.5; }
span.header-cart-count { font-size: 11px; line-height: 16px; color: #000; font-weight: 500; font-family: 'Public Sans'; width: 16px; height: 16px; border-radius: 8px; background-color: #BF882C; display: inline-block; text-align: center; position: absolute; right: 12px; top: -3px; }
.cart-div { display: inline-block; padding: 0 21px 0 13px; position: relative; margin-right: 10px; }


/*--banner--*/
.home-banner { position: relative; background-repeat: no-repeat !important; z-index: 1; padding: 90px 0 20px; background-size:cover; background: url(../images/hero-bg.jpg) no-repeat top center; }   
.banner-title { margin-bottom: 10px; color: #BF882C; text-align: center; font-family: 'Playfair Display'; font-size: 100px; font-style: normal; font-weight: 700; line-height: 90px; }
.banner-title small{ font-family: 'Source Sans Pro';font-weight: bold;font-size: 100%; }
.banner-title strong{ color: #19202D; }
.banner-caption p { margin: 0 0 37px; color: #666; font-family: 'Source Sans Pro'; font-size: 24px; font-style: normal; font-weight: 400; line-height: 36px; padding: 0 69px }
.banner-caption { text-align: center; max-width: 1070px; margin: 0 auto; }
.gold-image { padding-top: 21px; }
a.theme-btn { display: inline-block; position: relative; padding: 16px 51px; text-align: center; color: #FFF; font-family: 'Public Sans'; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; border-radius: 45px; background: #BF882C; }
a.theme-btn:hover{background-color: #19202D; color: #fff;}

/*------ form CSS---*/
.form-hero { position: relative; right: 0; top: 0; padding: 40px 31px; border-radius: 10px; background: #F5F5F5; box-shadow: 0px 0px 90px 0px rgba(48, 69, 124, 0.20); text-align: center; }
.form-hero .b-form-title { color: #000; font-family: 'Source Sans Pro'; font-size: 35px; font-style: normal; font-weight: 600; line-height: 30px; margin-bottom: 25px; }
.form-hero .b-form-title strong {color: #BF882C;}
.form-hero .gform_body {margin: 0 -10px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield {padding: 0 10px 18px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: 'Source Sans Pro';font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper .medium { width: 100% !important; font-size: 16px !important; padding: 10px 15px 7px 15px !important; -webkit-appearance: none; resize: none; position: relative; height: 56px; transition: all 1s; margin: 0 !important; color: #666 !important; font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; line-height: 28px; border: 1px solid #d9d9d9; border-radius: 5px; }
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #666;opacity: 1;}
.form-hero input.button.gform_button { display: inline-block; position: relative; padding: 13px 51px; text-align: center; color: #FFF; font-family: 'Public Sans'; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px; border-radius: 45px; background: #BF882C; cursor: pointer; border: none; transition: all 0.6s;}
.form-hero input.button.gform_button:hover {background-color: #00235A;color: #fff;transition: 0.6s;}
.gform_wrapper textarea.medium {height: 140px!important;border-radius: 0;display: block;}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0 0 0 0 !important;position: relative;z-index: 1;}
.gform_wrapper .medium.gfield_select {background:#fff  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.form-hero .gform_wrapper .gform_footer {margin: 0 0 0px 0 !important;}
.form-logo { margin-bottom: 20px; }


.paymode-section{ background: #FFF; padding: 28px 0; position: relative; }
.paymode-section::before{ content: ''; background: url(../images/box-shadow.png) no-repeat; width: 100%; height: 69px; bottom: -69px; background-size: 100%; position: absolute; left: 0; }
.paymentMode-col{ display: flex; align-items: center; justify-content: center; }
.paymentMode-col figure{ width: 60px; margin-right: 20px; }
.paymentMode-col figure img{ max-width: inherit; max-height: 60px; }
.paymentMode-col h5{ color: #BF882C; font-family: 'Playfair Display'; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px; margin-bottom: 5px; }
.paymentMode-col p{ color: #666; margin: 0; }


.categories-sectioin{ padding: 120px 80px; }
.heading-title { margin-bottom: 30px; color: #19202D; font-family: 'Playfair Display'; font-size: 60px; font-style: normal; font-weight: 700; line-height: 65px; }
.heading-title strong{ color: #BF882C; }
.category-items{text-align: center;}
.category-items figure{ border-radius: 4px; background: #fff; border:1px solid #EFEFEF; text-align: center; padding: 26px 15px; margin: 0 0 35px; }
.category-items h3{ color: #000; font-family: 'Source Sans Pro'; font-size: 26px; font-style: normal; font-weight: 600; line-height: 36px; margin: 0; }
.category-items h3 a{ color: #000; }
.category-items:hover h3 a { color: #BF882C; }
.categories-slider.owl-carousel { padding: 0 110px; }
.categories-slider button.owl-prev span, .categories-slider button.owl-next span{ display: none; }
.categories-slider button.owl-prev, .categories-slider button.owl-next { position: absolute; top: 39%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 0; background-color: #021F35 !important; background-position: center; transition: all 0.6s ease; }
.categories-slider button.owl-prev { background:#021F35 url(../images/owl-prev.png) no-repeat !important; background-position: center !important; left: 0; }
.categories-slider button.owl-next { background:#021F35 url(../images/owl-next.png) no-repeat !important; background-position: center !important; right: 0; }
.categories-slider button.owl-prev:hover, .categories-slider button.owl-next:hover{ background-color: #BF882C !important; }
.categories-parent { margin-top: 24px; }


.product-section{ padding: 90px 0; background: #F5F5F5; }
.product-list ul { padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.product-list ul li { padding: 15px 25px; list-style: none; width: 25%; }
.product-items{ border-radius: 45px; border: 1px solid rgba(19, 90, 156, 0.30); padding: 32px 25px 26px; text-align: center; height: 100%; transition: all 0.6s ease; background: #FFF;}
.product-items:hover{ background: #FFF; box-shadow: 0px 0px 40px 0px rgba(19, 90, 156, 0.10); border-color: #fff; }
.product-items figure{ position: relative; /*margin-bottom: 32px; */padding-bottom: 10px;}
/*.product-items figure::before{ content: ''; background: url(../images/image-shadow.png) no-repeat; width: 132px; height: 19px; text-align: center; margin: 0 auto; left: 0; right: 0; bottom: 0; position: absolute; }*/
.product-item-dtl h4{ color: #000; font-family: 'Source Sans Pro'; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px; margin-bottom: 20px; min-height: 56px;}
.product-item-dtl h4 a{ color: #000; }
.pricing{ color: #021F35; font-family: 'Source Sans Pro'; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; margin-bottom: 18px; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button{ border-radius: 45px !important; background: #021F35 !important; color: #FFF !important; font-family: 'Source Sans Pro' !important; font-size: 18px !important; font-style: normal; font-weight: 600 !important; line-height: 28px !important; display: inline-block; padding: 11px 32px !important; border: none !important; }
.product-items:hover .add_to_cart_button:hover, .woocommerce .product-items:hover button.button:hover, .woocommerce .product-items:hover a.button{ background: #BF882C !important; color: #fff !important; }
.add_to_cart_button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover{ background:#BF882C !important}
.product-items:hover .product-item-dtl h4 a { color: #BF882C !important; }

.featured-bar-section{padding: 90px 0;}
.featured-bar-section .pricing { color: #bf882c; }
.featured-bar-section a.add_to_cart_button{ background: #BF882C; color: #fff; }
.featured-bar-section .product-items:hover a.add_to_cart_button { background: #021F35; color: #fff; }


.process-items{ padding: 15px 0; }
.process-items h3{ color: #000; font-family: 'Source Sans Pro'; font-size: 24px; font-style: normal; font-weight: 700; line-height: 30px; text-transform: uppercase; margin-bottom: 15px; }
.process-items h3 strong{ display: block; padding-bottom: 8px; color: #BF882C; }
.process-items p{ color: #414141; }
.process-parent-row .col-sm-3 { margin-top: 20px; border-right: 1px solid rgb(65 65 65 / 20%); padding: 0 35px 0 50px; }
.process-parent-row .col-sm-3:last-child{border-right: 0;}
.about-section{padding: 115px 0 140px;}
.about-left-image{ border-radius: 45px; background: #021F35; border: 13px solid #faf3eb; text-align: center; }
.about-right-content ul { margin: 28px 0 50px; }
.we-cell-section {
    background: #19202D url(../images/about-us-shapes.png) no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 10px 50px;
}
.we-cell-section .row {
    align-items: center;
}
.we-cell-text { text-align: center; padding: 110px 0 60px; margin: 0 -90px; }
.we-cell-text .heading-title { color: #fff; }
.we-cell-text p { color: #fff; margin-bottom: 30px; }
.we-cell-text .theme-btn:hover { background-color: #fff; color: #BF882C; }



/*--testimonial-section--*/
section.testimonial-section { padding: 95px 55px 80px; background: #F5F5F5; }
.testimonial-star figure { width: 60px; height: 60px; border-radius: 50%; text-align: center; line-height: 59px; position: relative; margin: 0 auto; background: #fff; box-shadow:0px 0px 30px rgba(0, 0, 0, 0.20); }
section.testimonial-section .section-heading.text-center .testimonial-star::before { content: ''; position: absolute; width: 90%; height: 1px; background: #D9D9D9; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: 0 auto; }
section.testimonial-section .section-heading.text-center .testimonial-star { position: relative;margin-top: 50px; }
.client-say-box { height: 100%; padding: 15px 25px 120px; position: relative; z-index: 0; border-radius: 10px; text-align: center; }
.client-say-box:hover { background: #FFF; box-shadow: 0px 0px 50px 0px rgba(0, 35, 90, 0.10); transition: 0.6s; }
.client-say-box p { font-size: 16px; line-height: 25px; }
.testimonial-row-parent .owl-stage-outer { padding: 35px 0 0; }
.testimonial-slider.owl-carousel { padding: 0 60px; }
.client-name h4 { color: #BF882C; font-family: 'Playfair Display'; font-size: 24px; font-style: normal; font-weight: 600; line-height: 28px; margin: 0 0 13px; }
.client-name { position: absolute; bottom: 30px; text-align: center; left: 0; right: 0; padding: 0 15px; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { background-position: center !important; background-repeat: no-repeat !important; position: absolute; top: 50%; width: 50px; height: 50px; border-radius: 50%; transform: translateY(-50%); background-color: #021E33; }
.testimonial-slider.owl-carousel .owl-nav .owl-next { background: #021E33 url(../images/testimonial-next.png) no-repeat; background-position: center !important; right: 0; }
.testimonial-slider.owl-carousel .owl-nav .owl-prev { background: #021E33 url(../images/testimonial-prev.png) no-repeat; background-position: center !important; left: 0; }
.testimonial-slider.owl-carousel .owl-nav span { display: none; }
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover,
.testimonial-slider.owl-carousel .owl-nav .owl-prev:hover { background-color: #BF882C; }

.benefit-section{ padding: 90px 0; }
.benefit-row-parent .row{justify-content: center;}
.benefit-row-parent .col-sm-4::after{ content: ''; background: url(../images/border-verticl.png) no-repeat; width: 1px; height: 100%; top: 0; right: 0; position: absolute; background-size: 100%; }
.benefit-row-parent .col-sm-4:last-child:after{display: none;}
.benefit-item-bx{ text-align: center; padding: 0 95px; position: relative; height: 100%; }
.benefit-item-bx figure{ border: 2px dotted rgba(19, 90, 156, 0.50); width: 132px; height: 132px; border-radius: 50%; text-align: center; margin: 0 auto 29px; line-height: 130px; }
.benefit-item-bx h4{ color: #BF882C; font-family: 'Source Sans Pro'; font-size: 24px; font-style: normal; font-weight: 700; line-height: 30px; text-transform: uppercase; margin-bottom: 10px; }
.benefit-item-bx p{ color: #414141; }
.benefit-row-parent .col-sm-4 { margin-top: 20px; }

.call-to-section{ background: #19202D; padding: 65px 0; }
.getIn-touch h3{ color: #FFF; font-family: 'Playfair Display'; font-size: 60px; font-style: normal; font-weight: 600; line-height: 65px; margin-bottom: 30px; }
.getIn-touch h3 a{ color: #BF882C; font-family: 'Source Sans Pro';}
.getIn-touch h3 a:hover { color: #fff; }
.getIn-touch a.theme-btn:hover{ color: #000; background-color: #fff; } 
.getIn-touch a.theme-btn{ margin: 0 8px; }
a.theme-btn.theme-btn-white{ color: #000; background-color: #fff; }
a.theme-btn.theme-btn-white:hover { color: #fff; background-color: #BF882C; }
.process-items:hover h3{ color: #BF882C; }
.process-items:hover h3 strong{ color: #000; }


/*----------- footer ---------*/

.footer { background: #fff; padding-top: 90px; }
.ftr-logo{ margin-bottom: 27px; }
.about-ftr p{ letter-spacing: 0.36px; margin-bottom: 20px; }
.secure-payment-by{ margin-bottom: 40px; }
.ftr-social a { height: 50px; width: 50px; text-align: center; border-radius: 50%; display: inline-block; margin: 0 7px 0 0; line-height: 46px; border: 1px solid rgba(0, 0, 0, 0.30);; }
.ftr-social a:hover { background: #BF882C; border-color: #BF882C; }
.ftr-social a img { transition: 0.6s; width: auto; max-height: 24px; }
.ftr-social a:hover img { filter: brightness(0) invert(1); }
.about-ftr { max-width: 375px; }

.ftr-title { margin-bottom: 20px; color: #19202D; font-family: 'Playfair Display'; font-size: 28px; font-style: normal; font-weight: 600; line-height: 28px; }
.ftr-title strong{ color: #BF882C; }
.ftr-item ul li { list-style: none; margin-bottom: 16px; color: #666; font-family: 'Source Sans Pro'; font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; letter-spacing: 0.36px; }
.ftr-item ul li a { color: #666; }
.ftr-item ul li a:hover { color: #BF882C; }
.footer .col-sm-2 .ftr-item { margin-left: -30px; }

.newsletter-form .gform_wrapper .gfield{padding: 0;}
.newsletter-form .medium { padding: 13px 70px 16px 20px; display: block; height: 60px; width: 100%; margin: 0 !important; background: #fff!important; color: #666; font-family: 'Source Sans Pro'; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; border-radius: 45px; border: 1px solid rgba(32, 39, 45, 0.10); background: #FFF; }
.newsletter-form input.button.gform_button { width: 54px; height: 54px; display: inline-block; border: none; cursor: pointer; transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; position: absolute; top: 3px; right: 3px; font-size: 0; color: #FFFFFF; background: #BF882C url(../images/send-icon.png) no-repeat; background-position: center; margin: 0 !important; border-radius: 50%; }
.newsletter-form input.button.gform_button:hover{ background-color: #19202D; }
.newsletter-form form { position: relative; margin: 25px 0 23px;}
.newsletter-form form .gform_wrapper .gform_footer { position: initial; }

.ftr-contact-col p strong {display: block;color: #BF882C; font-family: 'Source Sans Pro'; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px;margin-bottom: 3px;}
.ftr-contact-col p {margin: 0;color: #666;}
.ftr-contact-col figure {width: 50px;height: 50px;text-align: center;padding-top: 0;line-height: 47px;margin-right: 15px;margin-top: 5px;background: #FFF;border-radius: 4px;border: 1px solid #BF882C;}
.ftr-contact-col a {font-family: 'Source Sans Pro';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #666;display: block;}
.ftr-contact-col a:hover {color: #BF882C;}
.ftr-contact-col {display: flex;flex-wrap: wrap;align-items: flex-start;margin-bottom: 25px;}
.copyright-sections { position: relative; padding: 20px 0 40px; margin-top: 70px; border-top: 1px solid rgba(0, 0, 0, 0.20); }
.copyright p { margin: 0; }
.copyright p a { color: #BF882C; }
.copyright p a:hover { color: #666; }
.menu-copyright { float: right; }
.menu-copyright ul { padding: 0; margin: 0; }
.menu-copyright ul li { list-style: none; display: inline-block; position: relative; text-align: center; font-style: normal; font-weight: 400; color: #666; font-size: 18px; font-family: 'Source Sans Pro'; line-height: 28px; }
.menu-copyright ul li a { color: #666; }
.menu-copyright ul li a:hover { color: #BF882C; }
.menu-copyright ul li::after { content: '|'; color: #666; padding: 0 10px 0 13px; font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 28px; }
.menu-copyright ul li:last-child:after { display: none; }


/*------------ woocommerce-CSS---------*/
.woocommerce div.product div.images img {display: inherit!important;}
.woocommerce-product-gallery__image{ text-align:center !important;}
.product-items figure img {width: auto;/*  max-height: 212px;*/}
a.added_to_cart.wc-forward {display: block;font-size: 21px;text-decoration: underline;}
a.added_to_cart.wc-forward:hover{color: #021F35;text-decoration: underline !important;}
a.add_to_cart_button.ajax_add_to_cart.added:after {font-size: 14px;}
.woocommerce div.product div.images .flex-control-thumbs li{  }


/*--inner pages start--*/
section.inner-banner {position: relative;}
section.inner-banner::before {content: '';height: 100%;width: 100%;top: 0;left: 0;position: absolute;opacity: 0.699999988079071;background: radial-gradient(50% 50.00% at 50% 50.00%, #021F35 0%, rgba(2, 31, 53, 0.00) 100%);}
.banner-title.inner-banner {color: #fff;font-size: 70px;line-height: 75px;}
.inner-banner>img {width: 100%;}
.hero-banner-content {text-align: center;}
.banner-btns.inner-btn {padding-top: 30px;}
.page-nav {width: 100%;padding: 11px 0;bottom: 0;left: 0;position: relative;background: #021F35;border-top: 2px solid #fff;z-index: 1;}
.page-nav ul li {margin: 0px;list-style: none;font-family: 'Public Sans';font-style: normal;font-weight: 500;font-size: 18px;line-height: 28px;color: #FFFFFF;}
.page-nav ul li span a {color: #FFFFFF;}
.page-nav ul li span a:hover {color: #BF882C;}
.page-nav ul li span {color: #BF882C;}
section.inner-banner .caption-absolute {position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);z-index: 1;}
.banner-btns.inner-btn a.theme-btn.btn-white {color: #021F35;background: #fff;border-color: #fff;}
.banner-btns.inner-btn a.theme-btn.btn-white:hover {color: #fff;background: #BF882C;border-color: #BF882C;}
.woocommerce ul.products li.product a img {display: inline!important;margin: 0!important;}
.woocommerce ul.products li.product .price {color: #021F35;font-family: 'Source Sans Pro';font-size: 20px;font-style: normal;font-weight: 600;line-height: 28px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {background: none !important;}
.woocommerce select {background:#fff  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.woocommerce select { width: auto !important; font-size: 16px !important; padding: 10px 15px 7px 15px !important; -webkit-appearance: none; resize: none; position: relative;   transition: all 1s; margin: 0 !important; color: #666 !important; font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; line-height: 28px; border: 1px solid #d9d9d9; border-radius: 5px; }
.woocommerce input[type='text'] { width: auto !important; font-size: 16px !important; padding: 10px 15px 7px 15px !important; -webkit-appearance: none; resize: none; position: relative; transition: all 1s; margin: 0 !important; color: #666 !important; font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; line-height: 28px; border: 1px solid #d9d9d9; border-radius: 5px; }
.woocommerce-message::before{color: #BF882C !important;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color: #021F35;font-family: 'Source Sans Pro';font-size: 20px;font-style: normal;font-weight: 600;line-height: 28px;}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {width: 100px !important;}
.woocommerce ul#shipping_method li{ background:none !important;padding-left: 0;}


.woocommerce ul.products li.product .button{margin-top:0!important}
.woocommerce ul.products li.product .price del,.woocommerce ul.products li.product .price ins{font-weight:500!important;padding:0 5px}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:#BF882C!important;padding:10px 20px 10px 50px!important;font-size:18px;color:#414141;font-family:Montserrat,sans-serif}
.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{color:#BF882C!important;top:11px}
h1.product_title.entry-title{font-size:26px!important;line-height:28px!important;color:#000!important;font-weight:700!important;font-family: 'Montserrat', sans-serif;margin-bottom:11px}
.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:400}
.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover{color:#000}
.woocommerce .quantity .qty{width:82px;height:50px;border-radius:4px;border:1px solid #000;padding:5px 17px;font-size:20px;line-height:31px;color:#000;font-weight:400;font-family:Montserrat,sans-serif}
.summary.entry-summary .quantity{margin-right:20px!important}
.product_meta{font-size:18px;line-height:28px;color:#BF882C;font-weight:600;font-family:Montserrat,sans-serif}
.gform_wrapper.gravity-theme .gfield_label{font-size:18px!important;line-height:28px!important;color:#414141!important;font-weight:400!important;font-family:Montserrat,sans-serif!important}
.product_meta a{font-weight:400;color:#414141}
.product_meta a:hover{color:#BF882C}
.woocommerce div.product div.summary form.cart{border-top:2px solid #f5f5f5;padding-top:20px}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{border-radius:4px;background-color:#fff;padding:10px 25px;font-size:20px;line-height:31px;color:#000!important;font-weight:600;font-family:Montserrat,sans-serif}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background-color:#BF882C;color:#fff!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 25px;font-size:20px;line-height:31px;}

.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;display:inline-block;position:relative;z-index:0;border-radius:0;margin:0;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid #b2b2b2}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none}
.woocommerce-Reviews p.woocommerce-noreviews{margin-bottom:10px}
.comment-respond{font-size:18px;line-height:28px;color:#414141;font-weight:400;font-family:Montserrat,sans-serif}

.comment-form label{display:block}
.comment-respond .comment-form textarea{height:100px;resize:none}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{width:100%;height:50px;border-radius:0;background-color:#fff;border:1px solid #c4c4c4; font-size:18px!important;line-height:normal;color:#414141;font-weight:400;font-family:Montserrat,sans-serif!important;padding:10px 15px!important;box-shadow:none!important;}
.woocommerce form .form-row label{line-height:normal}
.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block;width:100%}
.woocommerce form .password-input,.woocommerce-page form .password-input{width:100%}
a.added_to_cart.wc-forward{display:block;font-size:18px;font-weight:600;font-family:Montserrat,sans-serif!important}
#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:82px!important;box-shadow:none;height:auto;}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{font-size:18px;line-height:28px;color:#414141;font-weight:400;font-family: 'Montserrat', sans-serif;text-align:center}
.woocommerce ul.order_details li{font-size:16px;line-height:26px;color:#414141;font-weight:400;font-family:Montserrat,sans-serif}
.woocommerce ul.order_details li strong{display:block;font-size:18px}
.woocommerce ul.order_details{padding:0}
.woocommerce table.shop_table th{background-color:#BF882C;border-right:1px solid #fff;color:#fff;font-weight:600}
.woocommerce table.shop_table th:last-child{border-right:0}
.woocommerce table.shop_table td a{font-weight:500}
.woocommerce table.shop_table td a:hover{color:#000}
.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0!important;grid-row-gap:0!important}
.woocommerce table.shop_table td .coupon input.input-text{padding:8px 15px!important;width:170px;height:51px;margin-right:10px!important}
table.shop_table.shop_table_responsive tbody th{text-align:left}
.woocommerce-page .about-page-section .default-css{padding:0}
.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%;padding:0}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%;padding:0}
span.woocommerce-input-wrapper{width:100%}
.select2-container--default .select2-selection--single{border-radius:0;height:50px!important;line-height:50px!important;border-color:#c4c4c4!important;border:none!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{width:100%;height:50px;border-radius:0;background-color:#fff;border:1px solid #c4c4c4;font-size:18px!important;line-height:normal;color:#414141;font-weight:400;font-family:Montserrat,sans-serif!important;padding:13px 15px!important;box-shadow:none!important;    text-align: left;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:14px;right:11px}
#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:normal}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table th{text-align:left}
section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{text-align:left}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#a00!important}
.woocommerce form .form-row.woocommerce-invalid label{color:#414141!important}
.woocommerce form .form-row textarea{height:80px}
.woocommerce table.shop_table td.product-name,.woocommerce table.shop_table th.product-name{text-align:left}
.woocommerce div.product form.cart .variations th.label label{font-size:20px;line-height:normal!important;color:#BF882C;font-weight:600!important;font-family:Montserrat,sans-serif!important;text-transform:uppercase;margin-bottom:2px}
.woocommerce div.product form.cart .variations select{border:1px solid #c4c4c4;border-radius:4px;padding:7px 10px;font-size:18px;line-height:normal;color:#414141;-moz-appearance:none!important;-webkit-appearance:none!important;appearance:none!important;box-shadow:none!important;background:url(../images/select.png) no-repeat right 10px center}
.woocommerce div.product form.cart .variations td.value{width:100%;float:none;display:block;margin-bottom:13px}
.woocommerce div.product form.cart .variations th.label{text-transform:uppercase;display:block;width:100%;float:none}
.woocommerce table.shop_attributes th{font-size:18px;line-height:normal;color:#414141;font-family:Montserrat,sans-serif}
.woocommerce div.product form.cart .reset_variations{font-size:16px;font-weight:500}
.woocommerce-variation-price{padding-bottom:10px}
.woocommerce-MyAccount-navigation ul li a{color:#414141;display:block}
.woocommerce-MyAccount-navigation ul li{list-style:none;color:#414141;font-weight:500;font-family: 'Montserrat', sans-serif;margin:0;text-transform:capitalize;background:#ffeeef;border-bottom:1px solid #e9d4d4;padding:10px 0 10px 15px}
.woocommerce-MyAccount-navigation{background:#ffeeef}
.woocommerce-MyAccount-navigation ul li.is-active{background:#BF882C;color:#fff}
.woocommerce-MyAccount-navigation ul li.is-active a{color:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{padding-left:0;margin-bottom:0}
.woocommerce-page .about-page-section .default-css .woocommerce{padding-top:10px}
.woocommerce-MyAccount-navigation ul li:last-child{border:none}
address{font-size:18px;line-height:28px;color:#414141;font-weight:400;font-family:Montserrat,sans-serif}
header.woocommerce-Address-title.title h3, .cart_totals.calculated_shipping h2{font-size:26px}
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3{font-size:26px}

.woocommerce-account .addresses .title .edit{float:right;font-weight:600;font-size:18px;position:relative;top:5px}
.woocommerce-account .addresses .title .edit:hover{color:#000}
td.woocommerce-table__product-name.product-name ul.wc-item-meta{padding-left:0}
legend{font-size:18px;font-weight:500}
ol.flex-control-nav.flex-control-thumbs li{padding:5px 5px}
ol.flex-control-nav.flex-control-thumbs{margin:5px -5px 0!important}
.product-items:hover .shop-btn a.added_to_cart.wc-forward{color:#fff}
ins{text-decoration:none}
.woocommerce-ResetPassword.lost_reset_password {border: 1px solid #d3ced2;padding: 20px;margin:0;text-align: left;border-radius: 5px;}

.woocommerce table.shop_table {border-collapse: collapse;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #000;padding: 7px 15px;margin: 4px;font-size: 18px;}
.woocommerce nav.woocommerce-pagination ul{border:none;}
.woocommerce nav.woocommerce-pagination ul li{text-decoration: none;border:none;margin: 0;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{text-decoration: none;border: 1px solid #000;padding: 7px 15px;
margin: 4px;font-size: 22px;}
.blog-page-section .row {justify-content: center;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background:#BF882C; color:#1d2a38; border-color: #BF882C;}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {background: none !important;}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {background: none !important;}
.woocommerce-checkout-review-order button.button.alt {line-height: 28px !important;padding: 5px 20px !important;}
.form-row.place-order {align-items: center; display: block;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {width: 100% !important;}
.woocommerce-checkout-review-order ul.wc_payment_methods.payment_methods.methods li {background: no-repeat;padding-left: 0;}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper{margin: 0 -10px;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width: 50%;}
.woocommerce form.checkout.woocommerce-checkout .form-row {padding: 3px 10px;}
.newsletter-form .gform_wrapper .gform_footer { position: initial !important;}
.newsletter-form form {position: relative !important;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ color: #000; font-family: 'Source Sans Pro'; font-size: 22px; font-style: normal; font-weight: 600; line-height: 28px; margin-bottom: 20px; min-height: 56px;padding: 0;}
.banner-btns.inner-btn a.theme-btn:hover {background-color: #fff;color: #19202D;}

.newsletter-form .gform_wrapper .gform_footer {position: initial;}
.newsletter-form form {position: relative;}
.newsletter-form input[type='email']{padding: 13px 70px 16px 20px;font-size: 18px;}
section.about-abt-section.inn {background: rgb(255 169 2 / 8%);	padding: 100px 0;}
.banner-form-popup-box .b-form-title{ color:#000 !important; padding-bottom:10px;}




/*---------product detail pages CSS-----*/

.woocommerce-product-gallery__image { border: 3px solid rgba(223, 223, 223, 0.4); border-radius: 4px; }
.woocommerce span.onsale { background: #bf882c; min-width: auto; min-height: auto; width: 50px; height: 50px; }
.woocommerce-product-gallery__image.flex-active-slide img.zoomImg { width: 100% !important; height: auto !important; max-height: 100%; }
.woocommerce-product-gallery__image img { max-width: 100% !important; height: auto !important; }
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport { height: auto !important; }
.woocommerce div.product div.images .flex-control-thumbs li img{ opacity: 1 !important;width: auto;margin: 0 auto; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs { margin: 11px 0 0 !important; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li { padding: 0; border: 3px solid rgba(223, 223, 223, 0.4); margin-right: 10px; width: 24%; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{display:none;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{display: none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; margin: 0; padding: 15px 15px; width: 25%; }
.woocommerce .products ul, .woocommerce ul.products { margin: 0 -15px; }


p.comment-form-cookies-consent { position: relative; }
p.comment-form-cookies-consent input#wp-comment-cookies-consent { position: absolute; top: 7px; left: 0; }
p.comment-form-cookies-consent label { padding-left: 20px; }
p.form-submit input#submit { display: inline-block; position: relative; padding: 11px 35px; color: #FFF; text-align: center; font-family: 'Source Sans Pro'; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; border-radius: 45px; background: #000; transition: all 0.6s; border: none; }
p.form-submit input#submit:hover{ color: #fff; background: #bf882c; }
.blog-detail-left .blog-info a img { filter: invert(1); width: auto; max-height: 20px; margin-right: 4px; }
section.no-results.not-found { text-align: center; }


/*--Contact Us--*/
.contact-page-section {padding: 100px 0;}
.contact-page-parent .row {justify-content: center;}
.contact-page-form .heading-title {margin-bottom: 50px;}
.contact-info-icon figure {width: 100px;height: 100px;border-radius: 50%;text-align: center;line-height: 93px;background: #FFFFFF;box-shadow: 0px 0px 30px rgba(26, 36, 107, 0.16);margin-right: 30px;}
.contact-info-icon {display: flex;justify-content: center;}
.contact-address {height: 100%;}
.contact-page-parent .col-sm-4 {padding: 15px;border-right: 1px solid rgba(26, 36, 107, 0.2);}
.contact-page-parent .col-sm-4:last-child {padding: 15px;border-right: none;}
.contact-address p {margin: 0;font-size: 20px;line-height: 28px;}
.contact-address p strong {display: block;font-weight: 600;font-size: 26px;line-height: 34px;color: #30457C;margin-bottom: 10px;}
.contact-info-call-row div {display: block !important;}
.contact-info-call-row a.external-dni {font-family: 'Source Sans Pro';font-style: normal;font-weight: 400;font-size: 20px;line-height: 28px;text-transform: capitalize;color: #666666;}
.contact-info-call-row a.external-dni:hover {color: #BF882C;}

.contact-page-form .col-sm-6:first-child {
    padding-right: 0;
}

.contact-page-form .col-sm-6:last-child {
    padding-left: 0;
}

.contact-left-form .form-hero {
    height: 100%;
    background: #fff;
}
.contact-right-form iframe {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-right-form {
    height: 100%;
}
.contact-right-form p {
    height: 100%;
    margin: 0;
}
.contact-page-form {
    padding-top: 90px;
}

.contact-page-form {
    padding-top: 90px;
    max-width: 1300px;
    margin: 0 auto;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    background: none;
}
section.related.products {
    display: inline-block;
    width: 100%;
}
tr.woocommerce-shipping-totals.shipping p#calc_shipping_state_field label.screen-reader-text {
    display: none;
    width: auto !important;    position: relative !important;
}
tr.woocommerce-shipping-totals.shipping p#calc_shipping_state_field>span{width:100%;}
section.shipping-calculator-form {
    overflow: hidden;
    position: relative;
}
div#wc-poynt-credit-card-hosted-form iframe {
    width: 400px !important;
}
.woocommerce ul#shipping_method li input {
    margin: 7px .4375em 0 0; 
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { 
	height: 54px !important; 
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{
	display:none;
}
label.screen-reader-text {
    display: none !important;
}
.is-ajax-search-details a, .is-ajax-search-result a {
    color: #bf882c;
}
.ab-page .theme-btn{
	border:1px solid #BF882C; 
}
.ab-page .theme-btn-white{ 
	margin-left: 5px;
}
.paymode-section .row {
    justify-content: center;
}
@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 30px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before { content: ""; font-size: 18px; color: #BF882C; font-family: 'FontAwesome'; left: 0; position: absolute; top: 7px; background: url(../images/strivesolar.png) no-repeat; height: 22px; width: 22px; background-size: 22px; filter: brightness(0); }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before { filter: none; transition: 0.6s; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
/*------------- mega menu  2222---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: -0px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #BF882C !important;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 5px 10px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 5px 0!important;margin-left: 0px !important;font-weight: 600;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #BF882C !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
 */
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 0 !important;padding-top: 0 !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #00235A;font-family: 'FontAwesome';left: 0;position: absolute;top: 4px;display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2:hover ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;transform: rotateX(0deg);}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #BF882C !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;}
}
@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1540px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1630px !important;
}
}
@media(max-width:1899px){
.header-top { padding: 12px 40px; }
.menu-bar { padding-right: 0; }


}
@media(max-width:1799px){
.container { padding: 0 50px;max-width: 100% !important; }
.header-top ul li { padding: 0 15px 0 30px; }
.header-top { padding: 12px 30px; }
.categories-sectioin { padding: 120px 70px; }
.categories-slider.owl-carousel { padding: 0 90px; }


}
@media(max-width:1699px){
.container { padding: 0 50px; }
.top-price span { font-size: 16px; padding: 0 15px; }
.head-call-now a { font-size: 24px; }
.banner-title { font-size: 80px; line-height: 80px; }
.heading-title { margin-bottom: 30px; font-size: 52px; line-height: 55px; }
.client-say-box { padding: 25px 15px 110px; }
.benefit-item-bx { padding: 0 75px; }

}
@media(max-width:1599px){
.top-right { padding: 0 41px; }
.ftr-title { font-size: 24px; }
.we-cell-image { max-width: 400px; }
.we-cell-text .heading-title { color: #fff; font-size: 50px; margin-bottom: 20px; }
.we-cell-text { padding: 60px 0 60px; margin: 0 -90px; }
.header-top ul li p { font-size: 16px; }
.header-top { padding: 12px 20px; }
.modal.popup-form button.close {
    right: 14px;
    top: 15px;
    font-size: 16px;
    width: 24px;
}
.modal.popup-form .modal-dialog {
    top: 0;
    transform: inherit;
    margin: 50px auto 0;
}

}

@media(max-width:1499px){
    .container { padding: 0 50px; max-width: 100% !important; }
h1 { font-size: 32px; line-height: 40px;}
h2 { font-size: 30px; line-height: 38px;}
h3 { font-size: 28px; line-height: 36px;}
h4 { font-size: 26px; line-height: 32px;}
h5 { font-size: 24px; line-height: 28px;}
h6 { font-size: 22px; line-height: 26px;}
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 { font-size: 47px; line-height: 54px; }
.top-price span { font-size: 15px; padding: 0 10px; }
.header-top ul li p { font-size: 15px; }
.header-top ul li { padding: 0 15px 0 20px; }
.ftr-contact-info { margin-left: -50px; }
.getIn-touch h3 { font-size: 50px; line-height: 55px; }
.benefit-item-bx { padding: 0 45px; }
.we-cell-text { padding: 60px 0 60px; margin: 0; } 
.we-cell-text .heading-title { color: #fff; font-size: 32px; margin-bottom: 10px; line-height: 44px; }
.process-parent-row .col-sm-3 { padding: 0 25px 0 30px; }
.product-list ul li { padding: 15px 15px; }
.categories-sectioin { padding: 100px 50px; }
.categories-slider.owl-carousel { padding: 0 80px; }
.category-items h3 { font-size: 22px; line-height: 30px; }
.banner-title { font-size: 60px; line-height: 60px; }
.paymentMode-col figure { width: 50px; margin-right: 10px; }
.paymentMode-col figure img { max-width: inherit; max-height: 50px; }
.paymentMode-col h5 { font-size: 20px; line-height: 26px; }
.floating-icon a { padding: 10px 25px; font-size: 18px; line-height: 24px; }
.floating-icon { right: -50px; }
div#myModal {
    padding: 0 !important;
}
/*------------*/
.free-estimate-row { padding: 60px 0; }
.free-estimate-text { padding: 60px 70px 60px 40px; max-width: 685px; }
.contact-page-section { padding: 70px 0; }
.contact-info-icon figure { width: 80px; height: 80px; line-height: 81px; margin-right: 15px; }
.contact-page-form { padding-top: 70px; }
.contact-address p strong { font-size: 24px; line-height: 28px; }
section.default-section { padding: 70px 0; }
.search-medium {
	padding: 10px 60px 10px 15px;
	height: 50px;
}
.search-btn button { top: 12px; width: 30px; }
.sidebar-title {
	font-size: 26px;
	line-height: 30px;
	padding: 10px 15px;
}
.banner-title.inner-banner {
    font-size: 50px;
    line-height: 55px;
}
.banner-btns.inner-btn {
    padding-top: 15px;
}
section.about-abt-section.inn {
    padding: 70px 0;
}
.contact-address p {
    width: 70%;
}


}

@media(max-width:1399px){
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 { font-size: 40px; line-height: 50px; }
.product-items { padding: 32px 15px 26px; }
.header-top { padding: 10px 15px; }
.header-top ul li { padding: 0 5px 0 10px; }
.user-div { padding: 0 10px; }
.top-right { padding: 0 30px; }
.cart-div { padding: 0 0 0 13px; margin-right: 0; }
.header-bottom { padding: 13px 15px; }
.paymentMode-col p { font-size: 16px; }
.categories-slider button.owl-prev, .categories-slider button.owl-next { width: 50px; height: 50px; }
.categories-sectioin { padding: 100px 40px; }
.categories-slider.owl-carousel { padding: 0 60px; }
.banner-title { font-size: 50px; line-height: 50px; }
.banner-caption p { margin: 0 0 22px; font-size: 20px; line-height: 26px; }
.about-section { padding: 100px 0 100px; }
#back-top-wrapper #back-top a { height: 40px; width: 40px; }
#back-top-wrapper { right: 45px; }
span.header-cart-count {
    right: -5px;
    top: -3px;
}
.we-cell-section {
    padding: 10px 30px;
}

}
@media(max-width:1299px){
.header-bottom { padding: 13px 0; }
.header-top { padding: 10px 0; }
.header-top ul li p { font-size: 14px; }
.top-price span { font-size: 14px; padding: 0 9px; }
.paymentMode-col figure img { max-width: inherit; max-height: 40px; }
.paymentMode-col figure { width: 40px; margin-right: 10px; }
.categories-sectioin { padding: 100px 30px; }
.categories-slider button.owl-prev, .categories-slider button.owl-next { width: 40px; height: 40px; }
.floating-icon a { padding: 8px 20px; font-size: 16px; line-height: 20px; }
.floating-icon { right: -45px; }
.process-parent-row .col-sm-3 { padding: 0 15px 0 20px; }
.benefit-item-bx { padding: 0 25px; }
.getIn-touch h3 { font-size: 40px; line-height: 50px; }
.copyright-sections { margin-top: 30px; }
.top-right { padding: 0 18px; }
.head-call-now figure img { width: 32px; }
.head-call-now .headcall-inn { padding-left: 10px; }
section.testimonial-section .section-heading.text-center .testimonial-star { margin-top: 30px; }
section.testimonial-section { padding: 95px 45px 80px; }
.ftr-title { font-size: 22px; }


}
@media(max-width:1199px){
h1 { font-size: 26px; line-height: normal;}
h2 { font-size: 24px; line-height: normal;}
h3 { font-size: 23px; line-height: normal;}
h4 { font-size: 22px; line-height: normal;}
h5 { font-size: 20px; line-height: normal;}
h6 { font-size: 18px; line-height: normal;}
.container { padding: 0 15px; }
.container-fluid { padding: 0 15px !important; }
p { font-size: 16px; line-height: 22px; }
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 { font-size: 26px; line-height: 32px; margin-bottom: 10px; }

.top-right a img { width: auto; max-height: 21px; }
.header-bottom .col-sm-2 { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; }
.header-bottom .col-sm-10 { -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%; }
.head-call-now a { font-size: 21px; }
.head-call-now figure img { width: 25px; }
.header-bottom-right { padding-right: 50px; }
.top-price span.change.green { padding-left: 18px; padding-right: 6px; background-size: 13px; }
.header-top ul li::after { font-size: 14px;top: 46%; }
.header-top ul li { padding: 0 2px 0 6px; }
.top-price span { font-size: 13px; padding: 0 5px; }
.header-top ul li p { font-size: 13px; }
.header-top ul li a { display: flex; align-items: center; }
.header-top { padding: 7px 0; }
.banner-title { font-size: 30px; line-height: 36px; }
.cart-div { padding: 0 0 0 10px; margin-right: 0; }
.search-div { padding: 0 5px; }
.top-right { padding: 0 14px 0 0; }
.banner-caption p { margin: 0 0 15px; font-size: 16px; line-height: 23px; }
a.theme-btn { padding: 10px 30px; font-size: 18px; line-height: 24px; }
.gold-image img { width: 80%; }
.paymentMode-col h5 { font-size: 18px; line-height: 22px; }
.paymentMode-col p { font-size: 16px; line-height: 20px; }
.paymode-section { padding: 20px 0; }
.paymode-section::before { height: 30px; bottom: -30px; }
.floating-icon{display: none;}
.home-banner { padding: 40px 0 20px; }
.categories-sectioin { padding: 40px 0; }
.category-items figure { padding: 15px 15px; margin: 0 0 15px; }
.category-items h3 { font-size: 20px; line-height: 27px; }
.product-section { padding: 40px 0; }
.product-list ul li { width: 33.33%; }
.product-items figure img { width: auto; /*max-height: 150px;*/ }
.product-items figure { margin-bottom: 10px; padding-bottom: 0; }
.product-item-dtl h4 { font-size: 20px; line-height: 26px; margin-bottom: 11px; min-height: 45px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { font-size: 20px; line-height: 26px; margin-bottom: 11px; min-height: 45px; }
.pricing { font-size: 18px; line-height: 23px; margin-bottom: 15px; }
.add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button { font-size: 16px !important; line-height: 20px !important; padding: 10px 20px !important; }
.product-items { padding: 25px 15px 25px; }
.featured-bar-section { padding: 40px 0; }
.process-items h3 { font-size: 20px; line-height: 22px; margin-bottom: 13px; }
.about-section { padding: 40px 0 40px; }
.default-css ul li, .default-css ol li { font-size: 16px; line-height: 22px; margin: 0 0 6px; }
.default-css ul li { background-position: 0 3px; padding-left: 22px; background-size: 18px; }
.about-right-content ul { margin: 15px 0 15px; }
section.testimonial-section { padding: 40px 0 40px; }
.client-name h4 { font-size: 20px; line-height: 24px; margin: 0 0 5px; }
.client-say-box p { font-size: 14px; line-height: 20px; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { width: 40px; height: 40px; }
.start-icon img { width: auto; max-height: 19px; }
.client-name { bottom: 15px; }
.client-say-box { padding: 20px 15px 70px; }
.testimonial-slider.owl-carousel { padding: 0 50px; }
.testimonial-row-parent .owl-stage-outer { padding: 20px 0 0; }
.benefit-section { padding: 40px 0; }
.benefit-item-bx figure img { width: auto; max-height: 50px; }
.benefit-item-bx figure { width: 100px; height: 100px; margin: 0 auto 15px; line-height: 94px; }
.benefit-item-bx h4 { font-size: 20px; line-height: 26px; }
.getIn-touch h3 { font-size: 30px; line-height: 35px; margin-bottom: 16px; }
.call-to-section { padding: 40px 0; }
.footer { padding-top: 40px; }
.ftr-title { font-size: 20px; line-height: 24px; margin-bottom: 15px; }
.newsletter-form .medium { padding: 10px 60px 10px 15px; height: 45px; font-size: 16px; }
.newsletter-form input.button.gform_button { width: 40px; height: 40px; background-size: 20px;}
.ftr-contact-col figure { width: 40px; height: 40px; line-height: 36px; margin-right: 10px; }
.ftr-contact-col p strong { font-size: 20px; line-height: 23px; }
.ftr-item ul li { margin-bottom: 10px; font-size: 16px; line-height: 22px; }
.ftr-contact-col { margin-bottom: 15px; }
.ftr-social a { height: 45px; width: 45px; margin: 0 5px 0 0; line-height: 42px; }
.secure-payment-by { margin-bottom: 20px; }
#back-top-wrapper{display: none;}
.copyright-sections { margin-top: 25px; padding: 15px 0 15px; }
.menu-copyright ul li { font-size: 16px; line-height: 22px; }
.menu-copyright ul li::after { padding: 0 7px 0 10px; font-size: 16px; line-height: 22px; }
.we-cell-text .heading-title { font-size: 24px; margin-bottom: 10px; line-height: 32px; }
.we-cell-section .col-sm-4 { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.we-cell-section .col-sm-4:nth-child(2){ -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
.we-cell-text { padding: 40px 0 40px; margin: 0; }
.we-cell-text p { margin-bottom: 15px; }
.search-popup button.close {
    font-size: 42px;
    right: 15px;
    top: 15px;
}
section.default-section {
    padding: 40px 0;
}
.woocommerce .quantity .qty {
    width: 72px;
    height: 40px;
    padding: 5px 14px;
    font-size: 18px;
    line-height: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 15px;
    font-size: 18px;
    line-height: 26px;
}
.product_meta {
    font-size: 16px;
    line-height: 23px;
}

h1.product_title.entry-title {
    font-size: 22px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 18px;
}
.woocommerce table.shop_attributes th {
    font-size: 16px;
}
.page-nav ul li {
    font-size: 16px;
    line-height: 22px;
}
.page-nav {
    padding: 8px 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    font-size: 16px;
    line-height: 22px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 42px;
    font-size: 16px !important;
    padding: 6px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    font-size: 16px !important;
    padding: 10px 15px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}
.woocommerce form .form-row textarea {
    height: 80px;
}
.free-estimate-text { padding: 40px 30px 40px 30px; max-width: 395px; }
.free-estimate-row { padding: 40px 0; }
section.free-estimate-serivce { padding-bottom: 40px; }
.contact-info-icon figure img { max-height: 31px; }
.contact-info-icon figure { width: 60px; height: 60px; line-height: 60px; margin-right: 11px; }
.contact-address p strong { font-size: 21px; line-height: 24px; margin-bottom: 5px; }
.contact-address p { margin: 0; font-size: 16px; line-height: 23px; }
.contact-info-call-row a.external-dni { font-size: 16px; line-height: 22px; }
.contact-page-section { padding: 40px 0; }
.contact-page-form { padding-top: 40px; }
.contact-form-col .gform_wrapper .medium { font-size: 16px !important; padding: 5px 10px 5px 5px !important; height: 45px; line-height: 22px; }
.contact-page-form .heading-title { margin-bottom: 20px; }
.contact-form-col input.button.gform_button { padding: 7px 30px; font-size: 16px; line-height: 22px !important; }
.row.maprow iframe { height: 370px; }

/*------woocommerce css------*/
h1.product_title.entry-title { font-size: 22px !important; line-height: 26px !important; }
.woocommerce .quantity .qty { width: 70px; height: 40px; padding: 5px 14px; font-size: 18px; line-height: 26px; }
.comment-respond .comment-reply-title { font-size: 22px; line-height: 30px; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	padding: 8px 25px;
	font-size: 18px;
}
.comment-respond { font-size: 16px; line-height: 23px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 8px 15px; font-size: 18px; line-height: 29px; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { font-size: 16px; line-height: 22px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { height: 42px; font-size: 16px !important; padding: 6px 15px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { height: 42px; font-size: 16px !important; padding: 10px 15px !important; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { font-size: 16px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; right: 8px; }
.woocommerce form .form-row textarea { height: 80px; }
.woocommerce table.shop_attributes th { font-size: 16px; }
a.checkout-button.button.alt.wc-forward { margin-bottom: 0; }
.woocommerce input[type='text'] { padding: 13px 70px 16px 20px; font-size: 16px; line-height: 22px; }
.woocommerce table.shop_table td .coupon input.input-text { padding: 7px 15px !important; width: 140px; height: 38px; margin-right: 10px !important; }
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 { font-size: 22px; }
header.woocommerce-Address-title.title h3, .cart_totals.calculated_shipping h2 { font-size: 22px; }
.woocommerce-account .addresses .title .edit { font-size: 16px; }
address { font-size: 16px; line-height: 25px; margin-bottom: 5px; }
label.screen-reader-text { position: static !important; }
.woocommerce ul.order_details li strong { font-size: 16px; }
.woocommerce ul.order_details li { margin-right: 15px; padding-right: 15px; }

.search-btn { margin-bottom: 30px; padding: 20px 15px 20px; }
.search-medium { padding: 8px 50px 7px 15px; height: 44px; font-size: 16px; line-height: 22px; }
.search-btn button { top: 8px; width: 27px; right: 10px; }
.sidebar-title { font-size: 22px; line-height: 28px; padding: 9px 15px; }
.service-detail-list ul li a { padding: 8px 12px 8px 0; font-size: 16px; line-height: 22px; }
.service-detail-list { margin-bottom: 30px; }
.service-detail-list hr { margin: 10px 0; }
.nav-previous a, .nav-next a { padding: 8px 15px; font-size: 18px; line-height: 25px; }
nav.navigation.post-navigation { padding: 10px 0 16px; }
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="url"] { padding: 8px 15px 8px 15px; height: 40px; font-size: 16px; line-height: 22px; }
p.form-submit input#submit { padding: 10px 20px; font-size: 18px; }
p.comment-form-cookies-consent input#wp-comment-cookies-consent { top: 5px; left: 0; }
.blog-info a {
	font-size: 16px;
	line-height: 22px;
}
section.blog-section.blog-inn { padding: 40px 0; }
section.about-abt-section.inn {
    padding: 40px 0;
}
.banner-title.inner-banner {
    font-size: 30px;
    line-height: 35px;
}
.woocommerce-MyAccount-navigation ul li{margin: 0;}
.form-hero .gform_wrapper .medium {
    font-size: 16px !important;
    padding: 7px 15px 7px 15px !important;
    height: 45px;
}
.form-hero {
    padding: 30px 15px;
}
.form-hero input.button.gform_button {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 26px !important;
    margin: 0 !important;
}

.form-hero .b-form-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.we-cell-section {
    padding: 10px 0px;
}
.woocommerce ul#shipping_method li input {
    margin: 5px .4375em 0 0;
}

}
@media(max-width:1024px){
.contact-left-form .gform_wrapper .gfield.gfield--width-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width:991px){
.header-top-mobile{ background: #BF882C; padding: 8px 0; display: block !important; }
.header-top{display: none;}
.header-top-mobile ul li { list-style: none; padding: 0 25px 0 40px; position: relative; }
.header-top-mobile ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.header-top-mobile ul li p { color: #FFF; font-weight: 500; line-height: normal; margin: 0; text-transform: uppercase; font-family: 'Public Sans'; }
.header-top-mobile ul li { list-style: none; padding: 0 15px 0 10px; position: relative; }
.top-price span { font-size: 15px; padding: 0 5px 0 0; }
.benefit-item-bx { padding: 0 10px; }
.ftr-title { font-size: 20px; line-height: 22px; background: #f1f1f1; margin: 15px 0; text-align: center; display: block !important; padding: 6px 0 8px; }
.ftr-item ul li a br{display: none;}
.ftr-item ul li { margin-bottom: 0; font-size: 16px; line-height: 22px; border-bottom: 1px solid #d9d9d9; padding: 6px 0; }
.ftr-item ul li:last-child{border-bottom: 0;}

.ftr-contact-col { display: block; text-align: center; margin-top: 20px; margin-bottom: 0; }
.ftr-contact-col figure { width: 37px; height: 37px; line-height: 31px; margin: 0 auto 10px; }
.footer .col-sm-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.footer .col-sm-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.footer .col-sm-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.ftr-social { padding-top: 14px; text-align: center; }
.ftr-item { text-align: center; }
.copyright-sections .col-sm-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.menu-copyright ul li::after{display: none;}
.copyright-sections .col-sm-6:first-child{order: 2;}
.copyright-sections .col-sm-6:last-child{order: 1;} 
.copyright-sections { padding: 0 0 15px; margin: 15px auto 0; border: none; text-align: center; }
.menu-copyright ul li{ margin-bottom: 0; font-size: 16px; line-height: 22px; border-bottom: 1px solid #d9d9d9; padding: 6px 0; display: block; } 
.copyright { padding-top: 14px; }
.menu-copyright { float: none; text-align: center; }
.footer .col-sm-2 .ftr-item { margin-left: 0; }
.ftr-social a { height: 40px; width: 40px; margin: 0 2px; line-height: 35px; }
.ftr-social a img { width: auto; max-height: 19px; }
.footer { padding-top: 40px; }
.ftr-contact-info { margin-left: 0; }
.about-ftr { max-width: 100%; text-align: center; }
.ftr-logo img { max-width: 234px; }
.ftr-logo { margin-bottom: 15px; }
.secure-payment-by { margin-bottom: 6px; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 15px 15px;
    width: 33.33%;
}
span.header-cart-count {
    font-size: 11px;
    line-height: 17px;
    width: 16px;
    height: 16px;
    right: 10px;
    top: -3px;
}
.contact-info-left {
    height: auto;
    text-align: center;
}

.contact-info-icon {
    display: block;
    margin: 0;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.contact-info-icon figure {
    width: 45px;
    height: 45px;
    line-height: 44px;
    margin: 0 auto 10px;
}
.contact-info-icon figure img {
    max-height: 26px;
}
.contact-info-icon:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0;
}
.contact-address p {
    width: 100%;
}

}
@media(max-width:900px){
.header-top-mobile ul li { padding: 0 10px 0 10px; }
.header-top-mobile ul li p { font-size: 15px; }
.top-price span { font-size: 13px; }
.paymentMode-col { display: block; text-align: center; }
.paymentMode-col figure { width: 40px; margin: 0 auto 10px; }
.categories-parent { margin-top: 11px; }
.categories-slider.owl-carousel { padding: 0 50px; }
.process-parent-row .col-sm-3 { padding: 0 15px 0 15px; }


}
@media(max-width:812px){
.heading-title, .heading-title h1, .heading-title h2, .heading-title h3 { font-size: 24px; line-height: 27px; margin-bottom: 10px; }
h1 { font-size: 24px; line-height: normal;}
h2 { font-size: 22px; line-height: normal;}
h3 { font-size: 21px; line-height: normal;}
h4 { font-size: 20px; line-height: normal;}
h5 { font-size: 18px; line-height: normal;}
h6 { font-size: 16px; line-height: normal;}
p { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
.head-call-now a { font-size: 18px; }
.header-top-mobile ul li { padding: 10px 10px 4px 10px; text-align: center; width: 33.33%; }
.header-bottom-right { padding-right: 41px; }
.banner-title { font-size: 24px; line-height: 32px; }
.category-items h3 { font-size: 18px; line-height: 22px; }
.category-items figure img { width: auto; max-height: 170px; }
.categories-slider button.owl-prev, .categories-slider button.owl-next { width: 30px; height: 30px; background-size: 20px !important; }
.categories-slider.owl-carousel { padding: 0 35px; }
.product-item-dtl h4 { font-size: 18px; line-height: 22px; margin-bottom: 10px; min-height: 44px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: 44px
}
.product-items { padding: 25px 15px 25px; border-radius: 25px; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { font-size: 15px !important; line-height: 20px !important;  padding: 7px 16px !important; }
.product-items figure img { width: auto;/* max-height: 110px;*/ }
.product-items figure { margin-bottom: 10px; }
.process-parent-row .row{justify-content: center;}
.process-parent-row .col-sm-3 { padding: 0 15px 0 15px; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
.process-parent-row .col-sm-3:nth-child(3n){border-right: 0;}
.process-items { text-align: center; }
.process-items h3 { font-size: 18px; line-height: 20px; margin-bottom: 10px; }
.process-items h3 strong { padding-bottom: 4px; }
a.theme-btn { padding: 7px 20px; font-size: 16px; line-height: 22px; }
.we-cell-text .heading-title { font-size: 22px; margin-bottom: 10px; line-height: 27px; }
.we-cell-image{display: none;}
.we-cell-section .col-sm-4:nth-child(2) { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { width: 30px; height: 30px; background-size: 17px !important; }
.testimonial-slider.owl-carousel { padding: 0 34px; }
.client-name h4 { font-size: 18px; }
.benefit-item-bx figure img { width: auto; max-height: 40px; }
.benefit-item-bx figure { width: 80px; height: 80px; margin: 0 auto 15px; line-height: 75px; }
.benefit-item-bx h4 { font-size: 18px; line-height: 22px; }
.benefit-item-bx { padding: 0 0; }
.getIn-touch h3 { font-size: 22px; line-height: 30px; }
.testimonial-star figure { width: 50px; height: 50px; line-height: 49px; }
.testimonial-star figure img { width: 28px; }
.default-css ul li, .default-css ol li { font-size: 14px; line-height: 20px; margin: 0 0 6px; }
.default-css ul li { background-position: 0 3px; padding-left: 20px; background-size: 16px; }
.head-call-now .headcall-inn { padding-left: 6px; }
.header-bottom .col-sm-2 { padding-right: 0; }
.top-logo img { max-width: 195px; }
.banner-caption p { margin: 0 0 11px; font-size: 15px; line-height: 20px; padding: 0; }
.ftr-contact-col p { font-size: 16px; }
.search-popup button.close {
    font-size: 32px;
    right: 15px;
    top: 15px;
}
.search-popup input.search-input {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 7px 14px;
    font-size: 15px;
    line-height: 24px;
}
.woocommerce div.product div.summary form.cart {
    padding-top: 10px;
    margin-bottom: 18px;
}
.woocommerce div.product div.summary {
    margin-bottom: 10px;
}
.product_meta {
    font-size: 15px;
    line-height: 23px;
}
h1.product_title.entry-title {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
}
.woocommerce .quantity .qty {
    width: 50px;
    height: 35px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 26px;
}
.summary.entry-summary .quantity {
    margin-right: 10px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}
.woocommerce table.shop_attributes th {
    font-size: 15px;
}
.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 15px;
}
.page-nav ul li {
    font-size: 15px;
    line-height: 20px;
}
.woocommerce div.product div.images {
    margin-bottom: 18px;
}
/*------woocommerce css------*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
.woocommerce ul.products li.product .price { font-size: 14px; line-height: 20px; }
.woocommerce select { font-size: 14px !important; padding: 7px 15px 7px 15px !important; line-height: 20px; }
.comment-respond .comment-reply-title { font-size: 18px; line-height: 26px; }
.product-items { padding-bottom: 15px; }
h1.product_title.entry-title { font-size: 18px !important; line-height: 24px !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 16px; line-height: 22px; }
.woocommerce .quantity .qty { width: 60px; height: 36px; padding: 5px 13px; font-size: 14px; line-height: 21px; }
.woocommerce div.product form.cart { margin-bottom: 15px; }
.woocommerce div.product div.summary form.cart { padding-top: 15px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 8px 15px; font-size: 14px; line-height: 23px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin-bottom: 15px; }

.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { font-size: 14px !important; padding: 7px 15px !important; }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 1em; padding: 0; }
.woocommerce div.product div.images { margin-bottom: 18px; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { font-size: 14px; line-height: 20px; }
.woocommerce table.shop_table td .coupon input.input-text { padding: 8px 15px !important; width: 130px !important; height: 34px; margin-right: 10px !important; }
.woocommerce input[type='text'] { font-size: 14px !important; padding: 7px 15px 7px 15px !important; line-height: 20px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { height: 40px; font-size: 14px !important; padding: 5px 15px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { height: 40px; font-size: 14px !important; padding: 10px 15px !important; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { font-size: 14px; }
.woocommerce table.shop_attributes th { font-size: 14px; }
.woocommerce span.onsale { min-width: auto; min-height: auto; width: 40px; height: 40px; line-height: 34px; font-weight: normal; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin-bottom: 15px; }
.woocommerce div.product div.summary { margin-bottom: 1em; }
.product_meta { font-size: 14px; line-height: 20px; }
.woocommerce div#comments select { width: 100% !important; }
.woocommerce div#review_form_wrapper select { font-size: 14px !important; padding: 7px 15px 7px 15px !important; line-height: 20px; width: 100% !important; }
.comment-form-rating { padding-bottom: 10px; }
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 { font-size: 20px; }
.woocommerce form .form-row textarea { height: 80px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 10px 10px 10px 35px !important; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {  top: 11px; left: 10px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { margin-bottom: 13px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 15px;margin: 1em 0; }
header.woocommerce-Address-title.title h3, .cart_totals.calculated_shipping h2 { font-size: 20px; }
.woocommerce ul.order_details li { margin-right: 10px; padding-right: 10px; margin-top: 10px;font-size: 14px; line-height: 20px; }
.woocommerce ul.order_details li strong { font-size: 14px; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details { margin-bottom: 18px; }

p.form-submit input#submit { padding: 9px 17px; font-size: 16px; }
.nav-previous a, .nav-next a { padding: 6px 15px; font-size: 15px; line-height: 22px; }
.service-detail-list ul li a { font-size: 14px; }
.sidebar-title {
	font-size: 20px;
	line-height: 26px;
	padding: 9px 15px;
}

.banner-title.inner-banner {
    font-size: 22px;
    line-height: 28px;
}
.banner-btns.inner-btn {
    padding-top: 10px;
}
section.inner-banner {
    position: relative;
    background: #19202D url(../images/about-us-shapes.png) no-repeat top center;
        background-size: cover;
    padding: 40px 0;
}
section.inner-banner .caption-absolute {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: inherit;
    z-index: 1;
}
.inner-banner>img{display: none;}
.wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}
div#customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    margin: 0 -10px;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 8px 10px 8px 15px;margin: 0;
}
address {
    font-size: 14px;
    line-height: 22px;
}
.form-hero .gform_wrapper .medium {
    font-size: 14px !important;
    padding: 5px 15px 5px 15px !important;
    height: 40px;
}
.gform_wrapper .gfield {
    padding: 0 10px 12px;
}
.gform_wrapper textarea.medium {
    height: 90px !important;
}
.form-hero input.button.gform_button {
    padding: 9px 30px;
    font-size: 16px;
    line-height: 23px !important;
    margin: 0 !important;
}
.form-hero .b-form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}
.modal.popup-form button.close {
    right: 14px;
    top: 15px;
    font-size: 16px;
    width: 20px;
}
.form-hero {
    padding: 20px 15px;
}
.modal.popup-form .gform_wrapper textarea.medium {
    height: 90px !important;
}
.we-cell-section {
    padding: 0px;
}

}
@media(max-width:768px){
.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0;
        padding: 15px 15px;
        width: 50%;
    }
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product{
    margin: 0;
        padding: 15px 15px;
        width: 50%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 100%;
    padding: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 100%;
    padding: 0;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{ padding: 15px 15px; width: 50%; margin: 0; }
.summary.entry-summary .quantity { margin-right: 10px !important; }

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 15px; }

section.default-section .col-sm-4 {
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
section.default-section .col-sm-8 {
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.contact-page-parent .col-sm-4 {
    padding: 15px;
    border-right: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(26, 36, 107, 0.2);
}

.contact-page-parent .col-sm-4:last-child {
    border-bottom: 0;
}
.contact-info-icon{padding: 0;border: none;}
}
@media(max-width:700px){
.benefit-row-parent .col-sm-4 { margin-top: 20px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.benefit-row-parent .col-sm-4:nth-child(2):after{display: none;}
.about-section .col-sm-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.about-left-image { border-width: 8px; margin-bottom: 30px; }
.process-parent-row .col-sm-3 { padding: 0 15px 0 15px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.process-parent-row .col-sm-3:nth-child(3n) { border-right: 1px solid rgb(65 65 65 / 20%); }
.process-parent-row .col-sm-3:nth-child(2n) { border-right: none; }
.product-list ul li { width: 50%; }
.product-list ul { margin: 0 -15px; }
.paymode-section .col-sm-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin: 10px 0; border-right: 1px solid #ccc; }
.paymode-section .col-sm-3:nth-child(2){border-right: 0;}
.paymode-section .col-sm-3:last-child{border-right: 0;}
.user-div { padding: 0 6px; }

.contact-page-form .col-sm-6:first-child {
    padding-right: 15px;
}

.contact-page-form .col-sm-6:last-child {
    padding-left: 15px;
}
.contact-page-form .col-sm-6{
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.contact-right-form iframe {
    height: 270px;
}


}
@media(max-width:640px){
.header-top-mobile ul li { padding: 10px 10px 7px 10px; text-align: center; width: 100%; border-bottom: 1px solid #d5a555; }

.header-top-mobile ul li:last-child{border-bottom: 0;}
}
@media(max-width:575px){
.header-bottom .col-sm-2 { padding-right: 15px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.header-bottom .col-sm-10 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0;position: static; }
.top-logo { text-align: center; padding-bottom: 10px; }
.header-bottom-right { padding-right: 0; }
.head-call-now figure img{ filter: brightness(0);}
.head-call-now { display: flex; text-align: left; width: 100%;background: #bf882c; padding: 7px 10px; }
.head-call-now a{color: #fff;}
.head-call-now a { font-size: 20px; }
.header-bottom { padding: 10px 0 0; }
.top-right { padding: 0 16px 0 0; position: absolute; bottom: 10px; right: 0; }
.top-logo img { max-width: 215px; }
.gold-image img { width: 95%; }
.banner-title { font-size: 24px; line-height: 26px; }
.getIn-touch h3 a { display: block; }
.getIn-touch a.theme-btn { margin: 0 2px; }
.client-say-box { padding: 20px 15px 20px; height: auto; }
.client-name { bottom: 0; position: relative; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { width: 30px; height: 30px; background-size: 17px !important; transform: inherit; top: auto; margin: 0 5px;position: relative; }
.owl-nav { position: relative; width: 80px; margin: 20px auto 0; text-align: center; }
.testimonial-slider.owl-carousel { padding: 0 0; }
.getIn-touch h3 { font-size: 20px; }
.categories-slider button.owl-prev, .categories-slider button.owl-next { width: 30px; height: 30px; background-size: 20px !important; position: relative; top: auto; transform: inherit; margin: 0 5px 0; }
.categories-slider.owl-carousel { padding: 0 0; }
span.header-cart-count {
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #000;
    right: -6px;
    top: -6px;
}
.head-call-now a:hover{color: #000;}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%;
}

/*-------------*/
.free-estimate-text {
	padding: 30px 15px 35px 15px;
	max-width: 100%;
	text-align: center;
}
.free-estimate-row {
	padding: 0;
}
.woocommerce ul#shipping_method li input {
    margin: 4px .4375em 0 0;
}
/*------woocommerce css------*/
.woocommerce .woocommerce-result-count { margin: 0 0 10px; float: none; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { float: none; }
.woocommerce .woocommerce-ordering select { vertical-align: top; width: 100% !important; }
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first { width: 100%; float: none; }
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last { width: 100%; float: none; }
.woocommerce ul.order_details li { margin-right: 0; padding-right: 0; margin-top: 0; display: block; float: none; text-align: center; border: none; border-bottom: 1px dashed #ccc; padding: 10px 0; }
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { text-align: center; }
div#wc-poynt-credit-card-hosted-form iframe {
    width: 100% !important;
}
}
@media(max-width:525px){
.benefit-row-parent .col-sm-4 { margin-top: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 15px 15px; border-bottom: 1px solid #ccc; }
.benefit-row-parent .col-sm-4::after{display: none;}
.benefit-row-parent .col-sm-4:last-child{border-bottom: 0; padding-bottom: 0;}
.process-parent-row .col-sm-3 { padding: 15px 15px; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; border-bottom: 1px solid rgb(65 65 65 / 20%); border-right: 0; margin: 0; }
.process-parent-row .col-sm-3:last-child{border: none;padding-bottom: 0;}
.process-parent-row .col-sm-3:nth-child(3n){border-right: 0;}
.process-items { padding: 0; }
.process-items h3 br{display:none;}
.paymode-section .col-sm-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin: 0 0; border-right: none; }
.paymentMode-col { display: block; text-align: center; border-bottom: 1px solid #ccc; padding: 15px 15px; }
.paymode-section .col-sm-3:last-child .paymentMode-col{border-bottom: 0; padding-bottom: 0;}
.product-items figure img { width: auto; /*max-height: 80px;*/ }
.product-items figure::before { width: 82px; height: 9px; background-size: 100%; }
.product-items figure { margin-bottom: 10px; padding-bottom: 0; }
.gold-image img { width: 100%; }
.gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media(max-width:480px){
.product-items { padding: 15px 15px 15px; border-radius: 15px; }
.product-item-dtl h4 { font-size: 18px; line-height: 22px; margin-bottom: 10px; min-height: auto; }
.product-list ul li { width: 100%; padding: 7px 15px; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    padding: 7px 15px;
    width: 100%;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
    padding: 7px 15px;
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: auto;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 7px 11px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 0;
}
li.wc_payment_method.payment_method_square_credit_card label img {
    margin-bottom: 8px !important;
}

}
@media(max-width:380px) {
.getIn-touch h3 a {
    display: inline-block;
}
.getIn-touch h3 strong {
    display: inline-block;
}
}