/*!
Theme Name: Black Oak Casework child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Black-oak-casework
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'itc_avant_garde_gothicmedium';
    src: url('./fonts/itc/itc_avant_garde_gothic_medium-webfont.woff2') format('woff2'),
         url('./fonts/itc/itc_avant_garde_gothic_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html,body {
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}
ul{
	padding: 0;
	margin: 0;
}
.section{
	padding: 50px 0;
}
a {
	text-decoration:none !important;
	transition:0.5s ease !important;
}
a , input , button {
    outline: 0 !important;
}
.post, .page {
    margin: 0;
}
body, p {
	font-weight:400;
	color: #000;
	font-family: 'itc_avant_garde_gothicmedium' !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-family: 'Josefin Sans' !important;
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
.home .entry-title{
	display: none;
}
ul li , li{
	list-style: none;
}
.skip-link.screen-reader-text {
    display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
      opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color:  inherit;
      opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color:  inherit;
      opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
    color:  inherit;
      opacity: 1;
  }
  #sidebar {
    display: none;
}
.entry-footer {
    clear: both;
}
#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-image: url(/wp-content/uploads/2020/10/404.jpg);
    background-size: cover;
}
.not_found_inner {
    max-width: 69.5%;
}
.error404 #masthead, .error404 #colophon {
    display: none;
}
.logo a {
    outline: 0 !important;    
}
.error-404.not-found .logo {
    padding: 0;
     background-color: transparent;   
}    
.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;;
    font-weight: 800;
    
}
.error-404.not-found h1 span{
    color: #e01e26;
}
.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}
.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}
.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}
.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product , .search-results article.page {
    display: none;
}
.search-results .page-title span::before, .search-results .page-title span::after {
    content: '"';
}
.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.search-results .page-header {
    width: 100%;
}
.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}
.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}
.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}
.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}




/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0,0,0,0.6);
}
.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0,0,0,.2) !important;
}
.modal-footer {
    display: none !important;
}
.modal-header {
    border-bottom: 0px !important;
}
.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}
.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}
.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}
.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}
.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}
.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}
.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}
.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}
.asl_nores_header {
    margin-bottom: 10px !important;
}
/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: left;
    margin-top: 10px !important;
}
#primary-menu li {
    display: inline-block;
    margin: 0 46px;
}
#primary-menu li a {
    padding: 10px 0;
    color: #c4c4c4;
    margin: 0 10px;
    text-transform: none;
    font-size: 16px;
    margin: 0 0px 0 0;
    position: relative;
}
#primary-menu li a:hover{
    color: #95c33e;
}
#primary-menu li a:hover:before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #95c33e;
    left: 0;
}
#primary-menu li:last-child {
   margin-right: 0;
}
.current-menu-item a {
    color: #95c33e !important;
}
.current-menu-item a:before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #95c33e;
    left: 0;
}
.site-branding img.custom-logo {
    position: absolute;
    left: 0;
    top: 20px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0,0,0,0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}
#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}
#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}


/*  Drop down menu CSS ENDS */


/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}
.woocommerce td.product-name a:hover{
    color : #0b204d;
}
input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}
.coupon .button {
    height: 45px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}
.actions button {
    height: 45px;
}
.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button , .woocommerce a.added_to_cart , .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    background-color:#0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover , .woocommerce a.added_to_cart:hover , .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}
.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}
.wc-proceed-to-checkout a , #place_order{
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}
.wc-proceed-to-checkout a:hover , #place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}
a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 17px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}
.woocommerce-cart-form {
    width: 62%;
    float: left;
}
.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84,84,84,0.05);
    padding: 40px 40px 30px;
}
.woocommerce table.shop_table {
    border: 0;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}
.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}
.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}
.qib-container button {
    cursor: pointer;
}
.woocommerce-shipping-destination {
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"], input[type="radio"], .input-radio, .input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
        outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}
input[type="radio"]::before {
    background: #0b204d;
}
.input-radio::before, input[type="radio"]::before , .input-radio::before, input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.input-radio::before, input[type="checkbox"]::before {
    border-radius: 0%;
}
input[type="checkbox"]::before, input[type="checkbox"]::after, input[type="radio"]::before, input[type="radio"]::after, .input-radio::before, .input-radio::after, .input-checkbox::before, .input-checkbox::after {
    content: "";
}
input[type="radio"]::after, .input-radio::after, input[type="checkbox"]::after, .input-checkbox::after, .widget_product_categories ul li a::before, .widget_layered_nav ul li a::before, .post_tags a, .wpb_widgetised_column .tagcloud a, .select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84,84,84,0.8);

}
.input-radio::after, input[type="radio"]::after {

    border-radius: 50%;

}
input[type="checkbox"]::after, input[type="radio"]::after, .input-radio::after, .input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}
.input-radio:checked::before, input[type="radio"]:checked::before , .input-radio:checked::before, input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}
input[type="radio"]:checked::after, .input-radio:checked::after, input[type="checkbox"]:checked::after, .input-checkbox:checked::after, .return-to-shop .button.wc-backward {
    border-color: #0b204d;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}
.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}
#calc_shipping_city_field {
    margin-bottom: 2px;
}
.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}
.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}
.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 60%;
}
#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}
#order_review_heading {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
    padding-top: 40px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading , #post-79 .entry-title , .woocommerce-order-received .woocommerce-order-details__title , .woocommerce-order-received .woocommerce-column__title
, .woocommerce-column__title , .woocommerce-order-details__title , .woocommerce-Address-title.title h3 ,div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}
span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}
form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
#order_comments {
    height: 100px;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84,84,84,0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}
#add_payment_method #payment ul.payment_methods li div.payment_box, .woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}
.shop_table.woocommerce-checkout-review-order-table thead th , .shop_table.woocommerce-checkout-review-order-table tfoot th , .shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}
.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}
.woocommerce-error {
    border-color: #0b204d !important;
}
.woocommerce-message::before,
.woocommerce-error::before{
color: #c12a30 !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-message a, a.woocommerce-Button.button, p.return-to-shop a, .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    letter-spacing: ;
    margin-top: 8px !important;
    font-weight: bold;
}
.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover , .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}
.woocommerce-message a {
    margin-top: 0 !important;
}
.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td, .woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}
.woocommerce-order-received .woocommerce table.shop_table tbody td, .woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0,0,0,.9);
    margin-bottom: 40px;
    padding: 15px 0;
}
.woocommerce-order-received .woocommerce table.shop_table td , .woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}
.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}
.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}
.woocommerce form .form-row.create-account  .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}
#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}
.tinv-wishlist .product-action {
    width: 165px;
}
#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}
.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}
.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}
.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}
.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}
.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}   
.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}
.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses , .u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-column--shipping-address.col-2, .woocommerce-account .woocommerce-column--billing-address.col-1 , .u-column1.col-1.woocommerce-Address , .u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    padding: 10px 20px;
}
.woocommerce-account .col2-set::after, .woocommerce-account .col2-set::before{
    content: unset;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce table.shop_table td, .woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;   
}
.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}
.woocommerce-account.woocommerce .col2-set, .woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-account #customer_login .col-1, #customer_login .col-2 {
    flex: 49%;
}
.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
    height: 400px;
}
/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
    color: #252525;
}
form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}
    /**DASHBOARD END**/
.woocommerce table.my_account_orders .button{
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}
.woocommerce table.my_account_orders .button:hover{
    background-color: #252525;
    color: #fff;
}
.woocommerce-account .addresses .title h3{
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}
.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}
.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}
.lost_password a{
    color: #252525 !important;
}
.lost_password a:hover{
    color: #0b204d !important;
}
.woocommerce-info::before {
    color: #0b204d;
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a{
    color: #252525 !important;
}
.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}
.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}
.woocommerce form .form-row .required {
    color: #0b204d;
}
a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
height: auto;
border: none;
}
.woocommerce-cart-form .woocommerce-Price-amount.amount {
font-size: 16px;
}

.woocommerce-form-coupon-toggle {
margin-bottom: 40px;
}


ul.woocommerce-error {
margin-bottom: 50px !important;
}

.tinv-header {
display: none;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {margin-top: 30px;}

.woocommerce-account .woocommerce {
margin-top: 50px;
}




.post-type-archive .products li{
        text-align: center;   
}

.tax-product_cat .products li{
        text-align: center;   
}
.tax-product_cat li .added_to_cart{
        background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}
.tax-product_cat li .added_to_cart:hover{
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity{
        position: relative;
    width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
}
.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}
.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title{
        position: relative;   
}

.woocommerce-order-received .woocommerce-column__title {
        position: relative;   
}


.page-id-316 .wc-backward{
    margin-left: 20px !important;
    color: #252525 !important;
}
.page-id-316 .wc-backward:hover{
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button{
        position: relative;
        top: -10px !important;
}
/* Woo Commerce End Here */




/** Home Page Start here **/
a, h1, h2, h3, h4, h5, h6, span{
    font-family: 'Josefin Sans' !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** header Start here ***/
.top-row.row {
    padding-top: 10px;
    margin-bottom: -10px;
}
.site-branding {
    position: absolute;
    text-align: center;
    top: 0;
    left: 4%;
    width: 260px;
    background-color: #fff;
    z-index: 999;
    padding: 12px;
}
.top-phone ul{}
.top-phone li {
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
}
.top-phone li a {
    color: black;
    text-decoration: none !important;
    font-weight: 500;
    margin-left: 7px;
}
.top-phone li a:hover{
    color: #c4c4c4 !important;
}
.top-phone i {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(
90deg
);
margin-right: 10px !important;
}


.top-right li {
    display: inline-block;
}
a.header-login{
    padding: 8px 34px !important;
    /* width: 22% !important; */
    position: relative;
    border-radius: 0 !important;
    color: white !important;
    background-color: black !important;
    text-transform: uppercase;
    /* z-index: 999999; */
    position: relative !important;
    font-size: 14px;
    margin-left: 60px;
}
a.header-login:hover{
background-color : #c4c4c4 !important;
}
.top-right {
    text-align: right;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
    position: relative;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c4c4c4;
    opacity: 0.7;
}
.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link:hover:before{
     opacity: 0;
}
.top-right input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    color: #c4c4c4 !important;
    border-radius: unset;
    padding: 0px !important;
    height: auto !important;
    padding-bottom: 0px !important;
    box-shadow: unset !important;
}
.top-right a {
    display: inline-flex;
    position: relative !important;
    text-transform: uppercase;
    color: black !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding-top: 5px;
    background-color: transparent !important;
    border: none !important;
    z-index: 9999;
    margin-right: 0;
}
.top-right a:before{
    content: '';
    position: absolute;
    top: -6%;
    right: 0;
    background-color: #95c33e;
    opacity: 0.3;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.top-right a:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -48px;
    background-image: url(/wp-content/uploads/2021/05/white-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    width: 33px;
    height: 14px;
    filter: brightness(0);
	display:none;
}
.top-right a:hover{
    color: #249447 !important;
    background-color: transparent !important;
}
.top-right a:hover:after{
    filter: brightness(0.5);
}


.top-right i.fas.fa-search {
    color: #c4c4c4;
    margin-left: -18px;
}
/*** Header End here **/


/** Slider Start here ***/
.smaall rs-layer{
    font-family: 'Josefin Sans' !important;
}
.larrrgre  rs-layer{
    font-family: 'Josefin Sans' !important;
    font-size: 70px !important;
}
.smalll-txt rs-layer{
    font-family: 'Josefin Sans' !important;
}
.slii-btn rs-layer{
    font-family: 'Josefin Sans' !important;

}
.slii-btn rs-layer {
    display: inline-flex;
    position: relative !important;
    text-transform: uppercase;
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding-top: 5px;
    background-color: transparent !important;
    border: none !important;
    z-index: 9999;
    margin-right: 40px;
}
.slii-btn rs-layer:before{
content: ''!important;
    content: ''!important;
    position: absolute!important;
    top: 0!important;
    right: 0;
    background-color: #95c33e;
    opacity: 0.3;
    z-index: -1;
    width: 100% !important;
    height: 100%!important;
    left: inherit!important;
    border: none!important;
}
.slii-btn rs-layer:after{display:none;content: '';position: absolute;top: 0;right: -48px;background-image: url(/wp-content/uploads/2021/05/white-arrow.png);background-size: contain;background-repeat: no-repeat;background-position: center;z-index: 9999;width: 33px;height: 14px;filter: brightness(0);bottom: 0;margin: auto;filter:invert(0)}





#rev_slider_1_1_wrapper .custom.tparrows{
        background: none !important;
}
#rev_slider_1_1_wrapper .custom.tp-leftarrow.tparrows:before {
    content: '' !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 10px;
    width: 92px;
    height: 14px;
    /* transform: rotate( 
-180deg
 ); */
    background-image: url(/wp-content/uploads/2021/05/slider-left.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0.5;
}


#rev_slider_1_1_wrapper .custom.tp-leftarrow.tparrows:hover:before {
    /* background-image: url(/wp-content/uploads/2021/05/slider-icon2.png) !important;
    transform: rotate(
0deg
); */
opacity: 1;
}
#rev_slider_1_1_wrapper .custom.tp-rightarrow.tparrows:hover:before {
    /* background-image: url(/wp-content/uploads/2021/05/slider-icon2.png) !important;
    transform: rotate(
180deg
); */
opacity: 1;
}
#rev_slider_1_1_wrapper .custom.tp-rightarrow.tparrows:before {
    content: '' !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 70px;
    width: 94px;
    height: 15px;
    /* transform: rotate( 
0deg
 ); */
    background-image: url(/wp-content/uploads/2021/05/slider-right.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99999;
}




/** Slider Number Section Start here **/
.puttar{
/*     position: relative;
top: 100%;
bottom: 0px; */
}
.puttar:after {
    content: "01";
    position: absolute;
    top: -67px;
    left: 90px;
    color: white;
    font-size: 14px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    font-family: 'Montserrat';
}
.puttar:before {
    content: "03";
    position: absolute;
    top: -67px;
    right: 70%;
    color: white;
    font-size: 14px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    font-family: 'Montserrat';
}
#rev_slider_1_1_wrapper .ares.tp-bullets{
display: flex;
    flex-direction: column-reverse;
    top: 76% !important;
    left: -8px !important;
}

#rev_slider_1_1_wrapper .ares.tp-bullets:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 220px;
    height: 1px;
    background-color: rgb(255, 255, 255);
}
#rev_slider_1_1_wrapper .ares .tp-bullet{
    background-color: transparent !important;
    width: 13px;
    height: 13px;
    /* position: absolute; */
    background: #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    position: relative !important;
    display: inline-block;
    cursor: default;
    transform: rotate(
-90deg
);
    margin: 40px 0px;
    top: unset !important;
    left: unset !important;
}
#rev_slider_1_1_wrapper .ares .tp-bullet.selected:before {
content: '' !important;
    position: absolute;
    top: 35px;
    left: -14px;
    width: 50px;
    height: 2px;
    background-color: white;
    z-index: 99;
    cursor: default;
    color: white !important;
}
.page-id-5 #rev_slider_1_1_wrapper .ares .tp-bullet.selected:after{
     color: white !important;   
}
#rev_slider_1_1_wrapper .ares .tp-bullet:nth-child(1):after {
    content: '01' !important;
    font-size: 16px !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 73px;
    height: 2px;
  /*   background-color: #36c6f4; */
    z-index: 9;
    cursor: default;
color: rgba(255,255,255,0.3) !important;
    font-weight: 400;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:nth-child(2):after{
        content: '02' !important;
    font-size: 16px !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 73px;
    height: 2px;
  /*   background-color: #36c6f4; */
    z-index: 9;
    cursor: default;
color: rgba(255,255,255,0.3) !important;
    font-weight: 400;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:nth-child(3):after{
        content: '03' !important;
    font-size: 16px !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 73px;
    height: 2px;
/*     background-color: #36c6f4; */
    z-index: 9;
    cursor: default;
color: rgba(255,255,255,0.3) !important;
    font-weight: 400;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:nth-child(4):after{
        content: '04' !important;
    font-size: 16px !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 73px;
    height: 2px;
   /*  background-color: #36c6f4; */
    z-index: 9;
    cursor: default;
color: rgba(255,255,255,0.3) !important;
    font-weight: 400;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:nth-child(5):after{
        content: '05' !important;
    font-size: 16px !important;
    position: absolute;
    top: 5px;
    left: 0;
    width: 73px;
    height: 2px;
   /*  background-color: #36c6f4; */
    z-index: 9;
    cursor: default;
color: rgba(255,255,255,0.3) !important;
    font-weight: 400;
}
span.tp-bullet-title {
    display: none;
}
  #rev_slider_1_1_wrapper .ares .tp-bullet:before{
    content: '' !important;
    position: absolute;
    top: 35px;
    left: -14px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.3);
    z-index: 99;
    cursor: default;
    color: white !important;
  }
  #rev_slider_1_1_wrapper .ares.tp-bullets:after{
       display: none !important;   
  }
/** Slider Number Section End here **/

/*** Slider End here ***/


/*** OuR product Row Start Here ***/
.our-porducts-row{
	margin-top: 60px;
}
.ourrr-product{
    text-align: center;
}
.ourrr-product h3{
    margin-bottom: 10px !important;
    background-color: #95c33e;
    width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 6px 75px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
}
.ourrr-product h2{
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 50px;
}
.ourrr-product p{
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

/*** Our Product Row End here ***/

/*** FAI Eng Row **/
.fai-eng-row{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible !important;
}

.fai-eng-col{
    position: static !important;
}
.fai-eng-img figure.wpb_wrapper.vc_figure {
    position: absolute;
    left: 0;
    top: -100px;
    height: 520px !important;
    width: 46%;
    overflow: hidden;
}

.fai-eng-img figure.wpb_wrapper.vc_figure>div {
    width: 100%;
}
.fai-eng-img img{
    position: relative;
    width: 100%;

}
.fai-eng-left-txt{
    position: relative;
    margin-top:100px;
}
.fai-eng-left-txt:before{
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/05/upper-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fai-eng-left-txt:after{
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 31px;
    background-image: url(/wp-content/uploads/2021/05/lower-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fai-eng-left-txt h3{
    color: white;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.fai-eng-left-txt h5{
    font-size: 20px;
    text-align: center;
    color: white;
}

.fai-eng-right-txt{
    margin: 50px 20px 90px 90px !important;
}
.fai-eng-right-txt h3{
    font-size: 45px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*** FAI end Row End here ***/



/*** Featured Benefits Row Start here **/
.featured-benefits-row{
    margin-top: 90px;
    margin-bottom: 60px;
    background-size: 70% 20%;
    background-repeat: no-repeat;
    background-position: 40% 40%;
}
.book-demo{}
.book-demo a{
    position: relative !important;
    text-transform: uppercase;
    color: black !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding-top: 5px;
    background-color: transparent !important;
    border: none !important;
    z-index: 9999;
}
.book-demo a:before {
    content: '';
    position: absolute;
    top: -6%;
    right: 0;
    background-color: #95c33e;
    opacity: 0.3;
    z-index: -1;
    width: 100%;
    height: 100%;
}
img.mob-retina-logo {
    display: none !important;
}
.book-demo a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -48px;
    background-image: url(/wp-content/uploads/2021/05/white-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    width: 33px;
    height: 14px;
    filter: brightness(0);
    display: none;
}
.book-demo a:hover{
    color: #fff !important;
}
.book-demo a:hover:after {
    filter: none;
}
.our-porducts-row .book-demo a:hover{
    color: #249447 !important;
}
.our-porducts-row .book-demo a:hover:after {
    filter: brightness(0.5);
}
/** Featured Benefits Row End here **/


/** Tabs Section Start here **/
.tabs-section{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; 
    padding: 20px 0 50px 0;
}


.tabs-section table, .tabs-section th, .tabs-section td {
    border: 1px solid black;
    border-collapse: collapse;
  }
.tabs-section th {
    background-color: #177835;
    color: white;
    text-align: center;
    padding: 7px;
}
.tabs-section td{
    padding: 10px;
}
.tabs-section .vc_tta-panels {
    background-color: transparent !important;
    border: none !important;
}




.tabs-section .vc_tta-tabs-container {
    border: none !important;
    display: block !important;
    width: 100%;
    text-align: center !important;
    border: none !important;
}
.tabs-section .vc_tta-tabs-container li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 50px;
    position: relative;
}
.tabs-section .vc_tta-tabs-container li:hover:before{
    content: '';
    position: absolute;
    top: -6px;
    left: -18px;
    width: 44px;
    height: 44px;
    background-image: url(assets/Home-page-imgs/nav-active.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tabs-section .vc_tta-tabs-containerli a.active{
    color: #ff7084;
    position: relative;
}
.tabs-section .vc_tta-tabs-container .vc_active a{
    color: #249447 !important;
}
.tabs-section .vc_tta-tabs-container .vc_active a:before{
    content: '' !important;
    position: absolute !important;
    top: 3% !important;
    left: 0;
    width: 100% !important;
    height: 90% !important;
    background-color: #249447;
    opacity: 0.3;
}
.tabs-section .vc_tta-tabs-container li a {
    font-size: 18px;
    color: #252525;
    font-family: 'Josefin Sans' !important;
    font-weight: 500;
    background-color: transparent !important;
    border: none !important;
    position: relative !important;
    text-transform: uppercase !important;
}
.tabs-section .vc_tta-tabs-container li a:hover{
    color: #249447 !important;
}


/** Tabs Section Endhere **/


/** About Us Row Start here ***/
.abouttt-row{
    overflow: visible !important;
    z-index: 9;
    padding: 50px 0 50px 0px;
    background-size: 65% 100%;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 100px;
}
.about-us-tt{}
.about-us-tt h3{
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background-color: #95c33e;
    width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
    width: max-content;
    padding: 15px 30px;
    border-top-left-radius: 35px;
    margin-bottom: 24px;
}
.about-us-tt h2{
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    width: 90%;
}
.second-color{
    font-size: 30px;
    color: #177835 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.about-us-tt p {
    width: 84%;
    font-weight: 400 !important;
}
.about-right-col{
    /* background-color: white; */
    position: absolute !important;
    right: 3%;
    bottom: -80px;
    /* box-shadow: 0px 0px 10px 3px #ccc; */
    border-bottom-right-radius: 75px;
}
.about-right-col:before {
    content: '';
    background-color: white;
    width: 90%;
    height: 100%;
    /* z-index: 9999; */
    position: absolute;
    left: 10%;
    box-shadow: 0px 0px 10px 3px #ccc;
    border-bottom-right-radius: 75px;
}

.about-right-side-txt{}
.about-right-side-txt p{
    z-index: 9;
    position: relative;
    margin-left: 70px;
    margin-right: 20px;
}
.about-icon{
    text-align: right !important;
    position: absolute;
    left: 28%;
}
.about-icon img{}
.about-icon-txt{}
.about-icon-txt h2{color: #0a306e}
.about-icon-txt p{}
/*** About Us Row End here ***/


/*** Investor Row Start here ***/
.investor-row{
    padding: 50px 0 70px 0;
    background-size:cover;
    background-repeat:no-repeat;
}
.investor-img{
    margin-bottom: 0px !important;
    
}
.investor-img img{}

.our-investor-txt{}
.our-investor-txt h2{
    color: #177835;
    font-weight: bold;
}
.our-investor-txt p{}


.investor-quote{    
    margin: 0 !important;
    background-image: url(/wp-content/uploads/2021/05/investor-quote.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 40px 40px 20px;
}
.investor-quote p{
    color: white;
    font-size: 18px;
}
.investor-quote h5{
    color: white;
    text-align: right;
    font-size: 18px;
}
/** Investor Row End here **/


/** Process Row Start here **/
.process-row{
    margin-bottom: 170px;
    margin-top: 0;
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: center;
}

.last-icon{
    background-color: white;
    border-radius: 50%;
    width: 113px;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 3px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
}
.last-icon img{}
.odd-col > div > div:hover .last-icon{
    background-image: url(/wp-content/uploads/2021/05/last-icon-hover.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.odd-col > div > div:hover .last-icon img{
    filter: brightness(111);
}
.odd-col > div > div:hover .last-icon-txt h2{
color: #95c33e !important;
}


.even-col > div > div:hover .last-icon{
    background-image: url(/wp-content/uploads/2021/05/last-icon-hover.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.even-col  > div > div:hover .last-icon img{
    filter: brightness(111);
}
.even-col > div > div:hover .last-icon-txt h2{
    color: #95c33e !important;
    }




.last-icon-txt{
    text-align: center;
}
.last-icon-txt h2{
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
}
.last-icon-txt p{
    font-size: 16px;
    color: #252525;
}
.odd-col{
    padding-top: 260px;
}

/** Process Row End here **/



/*** Footer FAI Start here ***/
footer{
    position: relative;
}

footer h2.widget-title {
    color: white;
    font-size: 20px;
    margin-bottom: 28px;
}
.footer2 {
    width: 100%;
}
.footer-part {
    background-image: url(/wp-content/uploads/2021/05/footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 830px;
    height: 380px;
    left: 0;
    top: -150px;
    padding: 60px 100px 70px 100px;
    text-align: right;
}
.footer-part h2 {
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}
.footer-part p{
    font-size: 18px;
    color: white;
    text-align: left;
}
.footer-part a {
    position: relative;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-decoration: none !important;
    margin-right: 44px;
    padding-top: 5px;
}
.footer-part a:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -48px;
  background-image: url(/wp-content/uploads/2021/05/white-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    z-index: 9999;
    width: 33px;
    height: 14px;
    display: none;
}
.footer-part a:before {
    content: '';
    position: absolute;
    top: -10%;
    right: -12px;
    background-color: white;
    opacity: 0.3;
    z-index: 9999;
    width: 120%;
    height: 120%;
}
.footer-part a:hover{
    color: black !important;
}
.footer-part a:hover:after{
    filter: brightness(0);
}
.footer2 ul#menu-footer-menu {
     text-align: left !important; 
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
}
.home-info-outer{}
.contact-info-home {
    display: grid;
    grid-template-columns: 29% 34% auto;
}
.home-info-wrapper {
    display: grid;
    grid-template-columns: 18% auto;
}
.info-txt-home h4 {
color: #fff;
    font-size: 16px;
    margin: -5px 0 5px;
    text-transform: uppercase;
}
.contact-info-home.row {
    margin-bottom: 40px;
    margin-top: 30px;
}
.info-txt-home a {
    font-size: 18px;
    line-height: 18px;
    color: white !important;
    text-decoration: none !important;
}
.info-txt-home a:hover{
    color: #95c33e !important;
}
.home-info-icon {
    width: 41px;
    height: 41px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
}
.home-info-wrapper.email-home {
    display: grid;
    grid-template-columns: 18% auto;
}
/*** Footer FAI End here ***/



/** Our Services Section Start here **/
.home-services-section{
    padding: 80px 0 30px 0;
}
.home-services-section .products-title h3 {
    color: #c4c4c4;
    margin-right: auto;
    background: white;
    z-index: 99999;
    display: inline-block;
    padding-right: 10px;
}
 .home-services-section .products-title:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 21.8%;
    width: 80%;
    height: 70%;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    z-index: -1;
    border-left: none;
}
.home-services-section .product-title-p p {
    width: 97%;
    margin-left: auto;
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
}
.home-services-section .products-title h2 {
    width: 100%;
    font-size: 55px;
    font-family: 'Trajan Pro 3' !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    position: relative;
}
.home-services-section .products-title h2:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -12px;
    width: 40%;
    height: 70%;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    z-index: -1;
    border-left: none;
    z-index: 3;
    border-top: none;
}


/** our Services Section end here **/



/** About Us row Start here ***/
.about-row{
    position: relative !important;
    margin-bottom: 100px;
    padding-bottom: 70px;
    overflow: visible !important;
    margin-top: 30px;
}
.about-col-5{
    position: static !important;
}
.about-col-5:after {
    content: '' !important;
    position: absolute;
    top: 40px;
    left: 0;
    width: 97%;
    height: 100%;
    background-color: white;
    z-index: -2;
    box-shadow: 0px 0px 10px 1px #ccc;
}
.about-row::after {
    content: '' !important;
    position: absolute;
    top: 0px;
    left: 0;
    width: 92%;
    height: 100%;
    background-color: rebeccapurple;
    z-index: -2;
}
.about-side-img{
    margin: 0px !important;
}
.about-side-img img{}

.about-p{}
.about-p p{}

.learn-more{
    margin-bottom: 0px !important;
}
.learn-more a{
    padding: 12px 40px !important;
    font-family: 'Trajan Pro 3' !important;
    /* width: 22% !important; */
    position: relative;
    border-radius: 0 !important;
    color: white !important;
    background-color: black !important;
    text-transform: uppercase;
    /* z-index: 999999; */
    position: relative !important;
}
.learn-more a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 100%;
    height: 93%;
    background-color: transparent;
    border: 1px solid black;
    z-index: -999999;
}
.learn-more a:hover{
    background-color: #c4c4c4 !important;
    color: black !important;
}
.learn-more a:hover:before {
border-color: #c4c4c4 !important;
}
.about-row .products-title:after{
    content: '';
    position: absolute;
    top: 14px;
    left: 20.8%;
    width: 65%;
    height: 70%;
    background-color: transparent;
    border: 1px solid;
    z-index: -1;
    border-left: none;
    border-right: none;
}

.about-row .products-title h2{
    width: 100%;
    font-size: 55px;
    font-family: 'Trajan Pro 3' !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.about-row .products-title h2:after{
    content: '';
    position: absolute;
    top: 14px;
    left: 42.8%;
    width: 43%;
    height: 70%;
    background-color: transparent;
    border: 1px solid;
    z-index: 0;
    border-left: none;
    border-top: none;
}

.about-col-7{
    position: static !important;
}
.about-col-7:after{
    content: '';
    position: absolute;
    top: 110px;
    left: auto;
    width: 505px;
    height: 580px;
    background-image: url(/wp-content/uploads/2021/05/after-img.jpg);
    background-size: contain;
    background-position: center;
    right: 0;
    z-index: -4;
}
.about-col-7:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2021/05/about-upper-shape.png);
    background-size: contain;
    background-position: center;
    width: 330px;
    height: 600px;
    right: 9%;
    top: -10px;
    z-index: -3;
    
}
.about-col-5:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2021/05/about-btm-shape.png);
    background-size: contain;
    background-position: center;
    width: 400px;
    height: 600px;
    left: 19%;
    bottom: -110px;
    z-index: -3;
}


.service-icon{}
.service-icon img{
    transition: 0.5s;
}


.service-icon > figure > div {
    width: 94px;
    height: 94px;
    background-color: white;
    border-radius: 50%;
    max-width: 94px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px 0px darkgrey;
    transition: 0.5s;
}

.icon-txt{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.icon-txt h3{
    font-size: 20px;
    font-family: 'Trajan Pro 3' !important;
}
.icon-txt p{
    font-size: 16px;
    color: #252525 !important;

}

.icon-row{}
.icon-row:hover .service-icon > figure > div{
    background-color: black;
}
.icon-row:hover  .service-icon img {
    filter: brightness(11);
}
/** About US Row End here **/



/** Home Products Section Start here **/
#Home-prod{
    margin-top: 30px;
    margin-bottom: 130px !important;
}
.Home-products{}
.products-title{
    position: relative;
}
#Home-prod .products-title h3 {
    color: #c4c4c4;
    margin-right: auto;
    background: white;
    z-index: 99999;
    display: inline-block;
    padding-right: 10px;
}
.products-title:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 24.8%;
    width: 80%;
    height: 70%;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    z-index: -1;
    border-left: none;
}
.products-title h3 {
    color: #c4c4c4;
    margin-right: auto;
    background: white;
    z-index: 99999;
    display: inline-block;
}
.products-title h2{
    width: 100%;
    font-size: 55px;
    font-family: 'Trajan Pro 3' !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.product-title-p{}
.product-title-p p{
    width: 87%;
    margin-left: auto;
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
}



.pro-title {
    font-size: 18px;
    font-family: 'Josefin Sans' !important;
    color: #252525;
    font-weight: bold;
}
.pro-stars {
    margin-bottom: 10px !important;
}
.product-detail p {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 10px !important;
}
.pro-price {
    font-size: 17px;
    color: #1a1a1a;
    font-family: 'Trajan Pro 3' !important;
}
.pro-detail-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 99;
    position: relative;
    padding: 24px 0px;
    margin-bottom: 9px !important;
    transition: 0.5s;
}
.Home-products .pro-title {
    color: #249447;
	margin: 20px 0;
}
.product-detail ul li i.fa.fa-check-circle {
    color: #95c33e;
    margin-right: 8px;
}
#Home-prod .pro-price {
    position: absolute;
    top: -36px;
    right: 10px;
}
#Home-prod .pro-price img.hovered {
    position: absolute;
    top: 0;
    left: 0;
    transition: ease all 0.25s;
    opacity: 0;
}
#Home-prod .item:hover .pro-price img.hovered {
    opacity: 1;
}
#Home-prod .prod-img img {
    width: 100%;
	height: auto;
}
#Home-prod .product-item.item:hover .pro-detail-wrapper{
    background-color: #4ba444;
}
.product-detail li {
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
}
#Home-prod .product-item.item:hover .pro-detail-wrapper .pro-title, #Home-prod .product-item.item:hover .pro-detail-wrapper i, #Home-prod .product-item.item:hover .pro-detail-wrapper li{
    color: white;
}
#Home-prod .product-item.item .pro-detail-wrapper{
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: 0 0 20px 0 #ccc;
    min-height: 230px;
}
.featured-benefits-row .prod-img {
    width: 159px;
    height: 156px;
    background-color: #fff;
    border-bottom-right-radius: 70px;
    box-shadow: 0px 0px 10px 3px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.featured-benefits-row .product-item.item:hover .pro-detail-wrapper .pro-title{
    color: #249447 !important;
}
.featured-benefits-row .product-item.item:hover .prod-img{
    background-image: url(/wp-content/uploads/2021/05/top-shapes.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.featured-benefits-row .product-item.item:hover .prod-img img{
    filter: brightness(11);
}
.our-products button.slick-prev {
    font-size: 0;
    border: none;
    background-color: transparent;
	z-index: 999;
}
.our-products button.slick-prev:after {
    content: '';
    position: absolute;
    top: 246px;
    left: -50px;
    width: 40px;
    height: 20px;
    background-image: url(/wp-content/uploads/2021/05/left-arrow.jpg);
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.product-detail a img {
    transform: rotate(
180deg
);
    position: absolute;
    right: 30px;
    bottom: 20px;
    visibility: hidden;
}
/* .pro-detail-wrapper:hover{
    background-color: #1a1a1a;
    padding-bottom: 40px;
}
.pro-detail-wrapper:hover .product-detail a img {
    visibility: visible;
}
.pro-detail-wrapper:hover .pro-stars img{
    filter: brightness(11);
}
.pro-detail-wrapper:hover .pro-title{
    color: white !important;
}
.pro-detail-wrapper:hover .product-detail p{
    color: white !important;
}
.pro-detail-wrapper:hover .pro-price{
    color: white !important;
} */
.our-products  button.slick-next{
    font-size: 0;
    border: none;
    background-color: transparent;
}
.our-products button.slick-next:after {
    content: '';
    position: absolute;
    top: 246px;
    right: -50px;
    width: 40px;
    height: 20px;
    background-image: url(/wp-content/uploads/2021/05/left-arrow.jpg);
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transform: rotate(
180deg
);
}
.our-products button.slick-next:hover:after{
    background-image: url(/wp-content/uploads/2021/05/right-arrow-1.jpg);
    transform: rotate(
0deg
);
}
.our-products button.slick-prev:hover:after{
    background-image: url(/wp-content/uploads/2021/05/right-arrow-1.jpg);
    transform: rotate(
        180deg
        );
}
/** home Products Section End here ***/



/** Gallery Row Start here **/
.gallery-row{
    margin-top: -20px;
}
.gallery-titles{
    text-align: center;
    position: relative;
}
.gallery-titles:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 24.8%;
    width: 50%;
    height: 70%;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    z-index: -1;
}
.gallery-titles h2{
    width: 44%;
    font-size: 55px;
    font-family: 'Trajan Pro 3' !important;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.gallery-titles h2:last-child {
    width: 23%;
}
.gallery-titles h3{
    color: #c4c4c4;
    width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    z-index: 99999;
}

/** Gallery Row End here **/



/** Contact Row Footer Start here **/
.contact-row-footer{
    padding: 40px 30px;
    background-size: 100% 100% !important;
    background-position: center center;
    position: relative;
    bottom: -230px;
    margin-top: -140px;
}
.contatc-title{}
.contatc-title h3{
    font-size: 36px !important;
    color: white;
    text-transform: uppercase;
    font-family: 'Trajan Pro 3' !important;
font-weight: bold;
font-style: normal;
letter-spacing: 3px !important;
}

.contct-icon{}
.contact-icon-txt{}
.contact-icon-txt h3{
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Trajan Pro 3' !important;
    margin-bottom: 0;
    margin-top: 9px;
}
.contact-icon-txt a{
    color: white !important;
    text-decoration: none !important;
}
.contact-icon-txt a:hover{
    color: #c4c4c4 !important;
}
.contact-row-footer .fa-phone-alt:before {
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    color: black;
    font-size: 24px !important;
    position: relative;
    top: -3px;
}
.contact-row-footer  .fa-envelope:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    color: black;
    font-size: 24px !important;
    position: relative;
    top: -3px;
}
.vc_icon_element-inner.vc_icon_element-color-blue.vc_icon_element-size-md.vc_icon_element-style-.vc_icon_element-background-color-grey {
    background-color: #fff;
    border-radius: 50%;
    width: 62px !important;
    height: 56px !important;
    max-width: 58px !important;
}


body img.gform_ajax_spinner {
    display: none !important;
    }
    div#gform_wrapper_1 {
    margin-top: 0px;
    }
    div#gform_wrapper_1 input, div#gform_wrapper_1 textarea {
        background: transparent;
        border: 1px solid #570d47;
        border-radius: 0 !important;
        border-color: white;
        border: none;
        border-bottom: 1px solid;
        padding: 11px 0px !important;
        color: white;
    }
    
    div#gform_wrapper_1 input {
    border-radius: 50px;
    padding: 10px 15px;
    margin: 0px
    }
    
    div#gform_wrapper_1 textarea {
        border-radius: 30px;
        padding: 15px 20px;
        height: 47px;
        width: 100%;
    }
    
    div#gform_wrapper_1 ::placeholder {
    letter-spacing: .2px;
    }
    div#gform_wrapper_1 li {
    margin-bottom: 15px !important;
    }
    div#gform_wrapper_1 div {
    margin-top: 0px;
    }
    .validation_error {
    display: none;
    }
    div#gform_wrapper_1 li.gfield.gfield_error {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    }
    
    .validation_message {
    display: none;
    }
    .gform_confirmation_message {
  
  border: 1px solid black;
    margin: -30px 0px 320px 0px;
    display: inline-block;
    padding: 15px 20px;
    color: black;
    line-height: 38px;
    }
element.style {
    z-index: 8;
    background-color: rgb(255, 255, 255);
    font-family: Roboto;
    height: auto;
    width: auto;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
}
.slii-btn rs-layer:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}
.slii-btn rs-layer:hover:before{
    border-color: #c4c4c4 !important;
}
    
    .gform_confirmation_wrapper {
    text-align: center;
    }
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0px !important;
    }
    li.gfield.gfield_error input, li.gfield.gfield_error select, li.gfield_error textarea {
    border-color: red !important;
    }
    div#gform_wrapper_1 .gform_footer.top_label {
    text-align: center;
    position: relative;
    top: 10px;
    }
    input#gform_submit_button_1 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 40px !important;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2020/08/rm-bg-1.png) !important;
    cursor: pointer;
    border:0px !important;
    }
    input#gform_submit_button_1:hover {
    background-image: none !important;
    background: #c4c4c4 !important
    }

    h3.gform_title {
        font-size: 36px !important;
        color: white;
        text-transform: uppercase;
        font-family: 'Trajan Pro 3' !important;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 3px !important;
    }
    input#gform_submit_button_1 {
        padding: 24px 30px !important;
        background-color: white !important;
        color: black !important;
        font-family: 'Trajan Pro 3';
        width: 22% !important;
    }
    input#gform_submit_button_1:hover{
        
    }
    .gform_footer.top_label {
        position: relative;
        text-align: left !important;
        width: auto !important;
        display: inline;
    }
    .gform_footer.top_label:before{
        content: '';
        position: absolute;
        top: 12px;
        left: 4px;
        width: 100%;
        height: 93%;
        background-color: transparent;
        border: 1px solid white;
    }
/** Conact Row Footer end here **/
.sss {
    margin-bottom: 30px;
}



/** Footer Start here **/


/** Footer End here **/
footer#colophon {
    background-color: #252525;
    /* padding-top: 300px; */
}

.footer1 {
    margin-bottom: 50px;
}
.footer3 {
    width: 80%;
    margin-left: auto;
    margin-bottom: -40px;
    
}
.footer-icons {
    text-align: right;
}
.footer-icons ul {
    position: relative;
}
.footer-icons ul:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 73%;
    height: 1px;
    background-color: #cacaca;
}
.footer-icons li {
    display: inline-block;
}
.footer-icons a {
margin: 0 11px 0 0px;
    border: 1px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* padding: 10px 12px; */
    cursor: pointer;
    position: relative;
    z-index: 999999;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-icons a:hover{
    background-color: black;
}
.footer-icons a:hover i{
color: white;
}
.footer-icons a i {
    color: black;
    font-family: 'Font Awesome 5 brands';
}
/** Footer Menu Start here **/
.footer2 ul#menu-footer-menu{
    text-align: right;
}
.footer2 ul#menu-footer-menu li{
    display: inline-block;
    margin: 6px 0;
}
.footer2 ul#menu-footer-menu li a{
    color: #fff;
   
    text-decoration: none !important;
    font-weight: normal;
    font-style: normal;
    /* margin: 0 36px; */
}
.footer2 ul#menu-footer-menu li a:before{
    display:none;
}
.footer {
    padding-top: 40px;
}
.footer2 ul#menu-footer-menu li a:hover{
        color: #95c33e !important
}
.footer2 ul#menu-footer-menu .current-menu-item a{
     color: #95c33e !important;
}

/** Copy Right Start here **/
.copyrights {
    background-color: #2d2d2d;
}
.copyrights .container {
    /* border-top: 1px solid #cacaca; */
    padding: 14px 15px;
}
.copyrights p.copyright {
    margin: 0 !important;
    color: #fff;
    text-align: left;
}
.copyrights p.copyright a {
    color: #95c33e !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.copyrights p.copyright a:hover{
    color: #fff !important;
}
/** Copy Right end here **/

/*** Home Page End here **/


/*** packages-row Start here **/
.packages-row{}
.pack-inn{}

.pkgs-txt{
	text-align: center;
}
.pkgs-txt h3{
	    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background-color: #95c33e;
    width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
    width: max-content;
    padding: 15px 30px;
    border-top-left-radius: 35px;
    margin-bottom: 24px;
	    margin-left: auto;
    margin-right: auto;
}
.pkgs-txt h2{
	font-size: 55px;
	color: #95c33e;
	text-transform: uppercase;
	    text-align: center;
}
.pkgs-txt span{
	color: #177835;
	font-size: 24px;
}
.pkgs-txt p{
	    text-align: center;
}
.pack-inn a {
    margin-right: 0;
}
/** packages-row  End here **/






@media (min-width: 1200px){
.container {
    max-width: 1170px !important;
}
}


@media (min-width: 1250px){
.container {
    max-width: 1240px !important;
}
}
.pack-inn .vc_col-sm-4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 35px 0;
    margin-bottom: 60px;
}

.pack-inn .vc_col-sm-4:hover {
    background-image: -moz-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    background-image: -webkit-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    z-index:1;
    transform:scale(1.05);
	transition: all 0.5s ease;
}

.pack-inn .vc_col-sm-4:hover .pkgs-txt h3 {
    color: #95c33e;
    background: #fff;
}
.pack-inn .vc_col-sm-4:hover .pkgs-txt p,
.pack-inn .vc_col-sm-4:hover .pkgs-txt h2 span,
.pack-inn .vc_col-sm-4:hover .pkgs-txt h2 {
    color:#fff;
}

.pack-inn .vc_col-sm-4:hover .book-demo a {
    color: #fff!important;
}

.pack-inn .vc_col-sm-4:hover .book-demo a:after {
    filter: invert(0);
}
.Expert-team-main .team-member-item .inner {

    padding: 30px 15px;
    position: relative;
    margin: 15px;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    height: 135px;
    transition: ease all 0.25s;
}
/* .Expert-team-main .team-member-item.active{
    background: #fff;
    height:auto;
} */

.Expert-team-main .team-member-item .icon-box {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #177835;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 12px;
    transition:ease all 0.25s;
    cursor:pointer;
    color: #fff;
}
.Expert-team-main .team-member-item.active .icon-box{
    background:#95c33e;
	visibility: hidden;
}
.Expert-team-main .team-member-item h2{
    font-size: 20px;
    font-family: "JosefinSans";
    color: rgb(37, 37, 37);
    font-weight: bold;
    transition:ease all 0.25s;
    line-height: 1.2;
    text-align: left;
    margin:0;
    margin-bottom:15px;
}

.Expert-team-main .team-member-item h5 {
    font-size: 14px;
    font-family: "JosefinSans";
    transition:ease all 0.25s;
    color: rgb(37, 37, 37);
    line-height: 1.5;
    text-align: left;
    margin:0;
    margin-bottom:15px;
}
.Expert-team-main .team-member-item .desc-wrapper a {
    color: #000;
    font-size: 20px;
}
.Expert-team-main .team-member-item .desc-wrapper {
/*     height:0; */
    transition:ease all 0.25s;
    overflow:hidden;
}
.Expert-team-main .team-member-item .desc-wrapper p{
    font-size: 14px;
    font-family: "JosefinSans";
    color: rgb(37, 37, 37);
    transition:ease all 0.25s;
    line-height: 1.429;
}
/* .Expert-team-main .team-member-item.active .desc-wrapper{
    height:180px;
} */
.Expert-team-main .team-member-item.active h5,
.Expert-team-main .team-member-item.active h2,
.Expert-team-main .team-member-item.active .desc-wrapper p{
  color:#000;
}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;z-index: 9999;}
#back-top > a span{
    width: 35px;
    background-image: -moz-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    background-image: -webkit-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    background-image: -ms-linear-gradient( 54deg, rgb(36,148,71) 0%, rgb(149,195,62) 100%);
    height: 35px;
    border-radius: 100%;
    background-size: 25%;
    overflow:hidden;
    position:relative;
}
#back-top > a span:before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    transition:ease all 0.25s;
    background: url(./images/long-arrow.png) center center no-repeat;
}
#back-top > a:hover span:before{
    background: url(./images/long-arrow.png) center center no-repeat,#000;
}
.inner-bg{
height:530px;
}
header.entry-header {
    position: absolute;
    top: 45%;
    z-index: 9;
    text-transform: uppercase;
    color: #fff;
}
.page-id-253 .featured-benefits-row{margin: 20px 0 0 0;}
form#gform_2 {
    margin-bottom: 200px;
    margin-top: -50px;
}
#gform_fields_2 li{margin: 0}
#gform_fields_2 li input{margin: 10px 0;
font-family: 'Josefin Sans' !important;
    padding: 10px 10px;}
    textarea#input_2_5 {
    margin-top: 10px;
    font-family: 'Josefin Sans' !important;
}
.page-id-253 .vc_custom_1621540433959{
    background: none !important;
}
.gform_footer.top_label {
    margin: 20px auto !important;
    display: table;
}
.gform_footer.top_label:before{display: none}
input#gform_submit_button_2 {
    background: #249447;
    border: none;
    padding: 12px 50px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}


/** Responsive Start here ***/
/** For 1250 **/
@media only screen and (max-width: 1250px){
	/** Header Start here **/
#primary-menu li {
    display: inline-block;
    margin: 0 36px;
	}
	/** Header End ehre **/
}

/** For 1199px **/
@media only screen and (max-width: 1199px){
		/** Header Start here **/
#primary-menu li {
    display: inline-block;
    margin: 0 26px;
	}
	/** Header End ehre **/
	.featured-benefits-row {
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: 80% 20%;
    background-repeat: no-repeat;
    background-position: 40% 32%;
}
	#Home-prod .prod-img img {
    width: 100%;
    height: auto;
}
	#Home-prod .product-item.item .pro-detail-wrapper {
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: 0 0 20px 0 #ccc;
    min-height: 250px;
}
	.fai-eng-img figure.wpb_wrapper.vc_figure {
    position: absolute;
    left: 0px;
    top: -20px;
    height: 520px !important;
    width: 46%;
    overflow: hidden;
}
	.fai-eng-right-txt h3 {
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}
	.ourrr-product h2 {
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 40px;
}
	.pack-inn .vc_col-sm-4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    padding: 35px 0px;
    margin-bottom: 60px;
    width: 31%;
    margin-left: 10px;
    margin-right: 10px;
}
	.footer-part {
    background-image: url(/wp-content/uploads/2021/05/footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 62%;
    height: 380px;
    left: 0;
    top: -150px;
    padding: 60px 50px 70px 40px;
    text-align: right;
}
	.footer-part h2 {
    font-size: 34px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}
}
/** For 1024 **/
@media only screen and (max-width: 1024px){
		/** Header Start here **/
#primary-menu li {
    display: inline-block;
    margin: 0 26px;
	}
	
	/** Header End ehre **/
.larrrgre rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 40px !important;
}
	.smalll-txt rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 20px !important;
}
	header.entry-header {
    position: absolute;
    top: 35%;
    z-index: 9;
    text-transform: uppercase;
    color: #fff;
}
	

}

/** For 991 **/
@media only screen and (max-width: 991px){
	.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 19px !important;
}
    .mobmenur-container i {
    color: black !important;
}
	.mob-menu-header-holder {
    width: 100%;
    background-color: white !important;
    height: 50px;
    position: fixed;
}
    form#gform_2 {
    margin-bottom: 60px;
    margin-top: -50px;
}
    
    
.home .mob-standard-logo {
    display: inline-block !important;
    height: 65px !important ;
    padding-top: 0px !important;
    filter: none !important;
    }
.home .mob-menu-header-holder {
    font-weight: bold;
    top: 0px;
    right: 0px;
    color: #000;
    display: block;
    z-index: 9999;
    height: 75px;
	box-shadow: 0px 0px 10px 0px black;
}

.page-id-253 .mob-standard-logo {
    display: inline-block !important;
    height: 65px !important ;
    padding-top: 0px !important;
    filter: none !important;
    }
.page-id-253 .mob-menu-header-holder {
    font-weight: bold;
    top: 0px;
    right: 0px;
    color: #000;
    display: block;
    z-index: 9999;
    height: 75px;
	box-shadow: 0px 0px 10px 0px black;
}

	.our-products button.slick-next{
		display: none;
	}
		/** Header Start here **/
#primary-menu li {
    display: inline-block;
    margin: 0 26px;
	}
	.investor-row {
    padding: 50px 0 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
	.investor-quote {
    margin: 0 !important;
    background-image: url(/wp-content/uploads/2021/05/investor-quote.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 39px 40px 30px 20px;
}
	.our-porducts-row {
    margin-top: 10px;
}
	.Home-products .pro-title {
    color: #249447;
    margin: 20px 0;
    font-size: 13px;
}
	.product-detail li {
    margin: 10px 0;
    font-size: 10px;
    font-weight: bold;
}
	#Home-prod .product-item.item .pro-detail-wrapper {
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: 0 0 20px 0 #ccc;
    min-height: 200px;
}
	#Home-prod {
    margin-top: 30px;
    margin-bottom: 40px !important;
}
	/** Header End ehre **/
	.smaall rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 20px !important;
    top: -20px;
}
	.fai-eng-right-txt {
    margin: 50px 20px 90px 60px !important;
}
	.fai-eng-right-txt h3 {
    font-size: 23px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}
	.fai-eng-left-txt h3 {
    color: white;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
	.empty-row {
    display: none;
}
	.pkgs-txt h3 {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    background-color: #95c33e;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: max-content;
    padding: 15px 30px;
    border-top-left-radius: 35px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
		min-height: 70px;
}
	.about-us-tt h2 {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
	.about-icon-txt h2 {
    color: #0a306e;
    font-size: 21px;
}
	.about-right-col {
    /* background-color: white; */
    position: unset;
    right: 3%;
    bottom: -80px;
    /* box-shadow: 0px 0px 10px 3px #ccc; */
    border-bottom-right-radius: 75px;
}
	.about-icon-txt p {
    font-size: 14px;
}
	.Expert-team-main .team-member-item h2 {
    font-size: 16px;
    font-family: "JosefinSans";
    color: rgb(37, 37, 37);
    font-weight: bold;
    transition: ease all 0.25s;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
	.Expert-team-main .team-member-item h5 {
    font-size: 12px;
    font-family: "JosefinSans";
    transition: ease all 0.25s;
    color: rgb(37, 37, 37);
    line-height: 1.5;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
	.last-icon-txt h2 {
    font-size: 16px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
}
	.last-icon-txt p {
    width: 120%;
    font-size: 14px;
    color: #252525;
}
	.info-txt-home a {
    font-size: 14px;
    line-height: 14px;
    color: white !important;
    text-decoration: none !important;
}
	info-txt-home h4 {
    color: #fff;
    font-size: 14px;
    margin: -5px 0 5px;
    text-transform: uppercase;
}
	.contact-info-home.row .col-md-4:nth-child(2) {
    padding-left: 20px !important;
}
	.home-info-wrapper {
    display: grid;
    grid-template-columns: 25% auto;
}
	.footer-part {
    background-image: url(/wp-content/uploads/2021/05/footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 380px;
    left: 0;
    top: 0;
    padding: 60px 50px 0px 40px;
    text-align: right;
    margin-bottom: 40px;
}
	.abouttt-row {
    overflow: visible !important;
    z-index: 9;
    padding: 50px 0 50px 0px;
    background-size: 65% 100%;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 52px;
}
	.second-color {
    font-size: 22px;
    color: #177835 !important;
    text-transform: uppercase;
    font-weight: bold;
}
	.pkgs-txt h2 {
    font-size: 35px;
    color: #95c33e;
    text-transform: uppercase;
    text-align: center;
}
	.pack-inn .vc_col-sm-4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    padding: 35px 0px;
    margin-bottom: 60px;
    width: 29%;
    margin-left: 10px;
    margin-right: 10px;
}
	.ourrr-product h2 {
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 31px;
}
	.larrrgre rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 30px !important;
    top: -10px;
}
	.slii-btn rs-layer {
    display: inline-flex;
    position: relative !important;
    text-transform: uppercase;
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding-top: 5px;
    background-color: transparent !important;
    border: none !important;
    z-index: 9999;
    margin-right: 40px;
    bottom: -10px;
}
#rev_slider_1_1_wrapper .custom.tp-rightarrow.tparrows:before {
    content: '' !important;
    position: absolute;
    top: 40px;
    right: 0;
    left: 70px;
    width: 94px;
    height: 15px;
    /* transform: rotate( 
0deg
 ); */
    background-image: url(/wp-content/uploads/2021/05/slider-right.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99999;
}
	#rev_slider_1_1_wrapper .custom.tp-leftarrow.tparrows:before {
    content: '' !important;
    position: absolute;
    top: 40px;
    right: 0;
    left: 10px;
    width: 92px;
    height: 14px;
    /* transform: rotate( 
-180deg
 ); */
    background-image: url(/wp-content/uploads/2021/05/slider-left.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0.5;
}
}


/** For 767px **/

@media only screen and (max-width: 767px){
	.Expert-team-main .team-member-item .inner{
		padding: 30px 15px;
    position: relative;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    height: 140px;
    transition: ease all 0.25s;
    width: 70%;
    margin: 20px auto;
	}
	.our-team .slick-next{right: 20px;}
	.our-team .slick-prev {
    left: 10px;
	z-index: 9;
}
	.smalll-txt rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 12px !important;
}
	.slii-btn rs-layer:before {
    content: ''!important;
    content: ''!important;
    position: absolute!important;
    top: 0!important;
    right: 0;
    background-color: #95c33e;
    opacity: 0.3;
    z-index: -1;
    width: 100% !important;
    height: 100%!important;
    left: 0 !important;
    border: none!important;
}
.tabs-section{display:none;}	
.our-products button.slick-next {
    font-size: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 27%;
}
.our-products .slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
}
	.our-products .slick-next::before {
    content: '→';
    right: 30px !important;
    position: absolute;
    top: 0;
}
	.our-products button.slick-prev {
    font-size: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 27%;
		z-index: 9999;
}
	.our-products .slick-prev::before, .slick-next::before {

    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;

}
.our-products  .slick-prev::before {
    content: '←';
    position: absolute;
    top: 0;
    left: 30px;

}
	.home .mob-standard-logo {
    display: inline-block !important;
    height: 65px !important;
    padding-top: 0px !important;
    filter: none !important;
    width: 77%;
    object-fit: contain;
}
	
#rev_slider_1_1_wrapper .ares.tp-bullets {
    display: flex;
    flex-direction: column-reverse;
    top: 76% !important;
    left: -8px !important;
    display: none !important;
    }   
 .home .featured-benefits-row {
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 90% 20%;
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-image: none !important;
}
.ourrr-product h2 {
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 20px;
    }
#Home-prod .prod-img img {
    width: 100%;
    height: auto;
	}
h4.vc_tta-panel-title {
    display: none;
	}
.about-right-side-txt p {
    z-index: 9;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	}
.even-col > div > .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
	}
.page-id-253 .inner-bg {
    height: 240px;
    background-size: auto !important;
    background-position: left !important;
	}
    	/** Contact Page Banner **/
header.entry-header {
    position: absolute;
    top: 40%;
    z-index: 9;
    text-transform: uppercase;
    color: #ffffff;
	}
h1.entry-title {
    font-size: 25px;
}
	.page-id-253 .inner-bg {
    height: 240px;
    background-size: auto !important;
    background-position: left !important;
}
	/** Contact Page BAnner End ehe **/
	
	
    .featured-benefits-row .prod-img {
    width: 129px;
    height: 126px;
    background-color: #fff;
    border-bottom-right-radius: 70px;
    box-shadow: 0px 0px 10px 3px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.product-detail {
    text-align: center;
}
.pro-detail-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 99;
    position: relative;
    padding: 24px 0px;
    margin-bottom: 9px !important;
    transition: 0.5s;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.investor-row {
    padding: 0px 0 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.our-investor-txt h2 {
    color: white;
    font-weight: bold;
    margin-top: 20px;
}
.home .our-investor-txt h2 {
    color: #177835 !important;
    font-weight: bold;
    margin-top: 20px;
}
.our-investor-txt p {
    color: white;
}
.home .our-investor-txt p{
    color: black !important;
}
.investor-quote p {
    color: white;
    font-size: 15px;
}
.our-porducts-row {
    margin-top: 0px;
}
.product-item.item {
    margin-bottom: 20px !important;
}
.fai-eng-img img {
    position: relative;
    width: 100%;
    display: none;
}
#Home-prod {
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.fai-eng-left-txt {
    position: relative;
    margin-top: 80px;
}
.fai-eng-left-txt:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/05/upper-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fai-eng-left-txt:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 31px;
    background-image: url(/wp-content/uploads/2021/05/lower-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fai-eng-right-txt {
    margin: 20px 0px 30px 0px !important;
}
.fai-eng-right-txt h3 {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.empty-row{
     display: none !important;   
}
.vc_tta-panel-body {
    width: 100%;
    overflow-x: scroll !important;
}
.vc_tta-panel-body {
    width: 100%;
    overflow-x: scroll !important;
}
.pack-inn .vc_col-sm-4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    padding: 35px 0;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.abouttt-row {
  overflow: visible !important;
    z-index: 9;
    padding: 0px 0 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 10px;
}
.about-right-col {
    background-color: transparent; 
     position: unset !important; 
     right: unset; 
     bottom: unset; 
 box-shadow: none; 
     border-bottom-right-radius: none; 
}
.about-us-tt p {
    width: 100%;
    font-weight: 400 !important;
}
.about-us-tt h2 {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
.second-color {
    font-size: 22px;
    color: #177835 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.about-right-col:before {
    content: '';
    /* background-color: white; */
    width: 90%;
    height: 100%;
    /* z-index: 9999; */
    position: absolute;
    left: 10%;
    /* box-shadow: 0px 0px 10px 3px #ccc; */
    border-bottom-right-radius: 75px;
    display: none;
}
.about-icon {
    text-align: center !important;
    position: unset;
    left: 0;
}
.about-icon-txt {
    text-align: center;
}
.about-icon-txt h2 {
    color: #0a306e;
    font-size: 24px;
}
.about-icon-txt p {
    font-size: 14px;
}
.odd-col {
    padding-top: 0;
}
.home .process-row {
    margin-bottom: 0px;
    margin-top: 0;
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none !important;
}
.footer-part {
    background-image: url(/wp-content/uploads/2021/05/footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 10px 20px 20px 20px;
    text-align: right;
    margin-bottom: 20px !important;
}
.footer-part h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}
.footer-part p {
    font-size: 16px;
    color: white;
    text-align: left;
}
.contact-info-home.row .col-md-4 {
    padding-left: 15px !important;
}
.home-info-wrapper.email-home {
    display: grid;
    grid-template-columns: 18% auto;
    margin-bottom: 20px;
}
.home-info-wrapper {
    display: grid;
    grid-template-columns: 18% auto;
    margin-bottom: 20px !important;
}
.copyrights p.copyright {
    margin: 0 !important;
    color: #fff;
    text-align: left;
    font-size: 14px;
    text-align: center;
}
.contact-info-home.row {
    margin-bottom: 10px;
    margin-top: 20px;
}
.info-txt-home a {
    font-size: 14px;
    line-height: 18px;
    color: white !important;
    text-decoration: none !important;
}
.larrrgre rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 15px !important;
}
#rev_slider_1_1_wrapper .custom.tp-rightarrow.tparrows:before{
     display: none !important;   
}
#rev_slider_1_1_wrapper .custom.tp-leftarrow.tparrows:before{
    display: none !important;   
}
.page-id-253 .inner-bg {
    height: 430px;
    background-size: cover !important;
    background-position: center !important;
}
form#gform_2 {
    margin-bottom: 10px;
    margin-top: -50px;
}
	.last-icon-txt p {
    width: 100%;
    font-size: 14px;
    color: #252525;
}
.pkgs-txt h3 {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    background-color: #95c33e;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: max-content;
    padding: 15px 30px;
    border-top-left-radius: 35px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: auto;
}
}


/** 426px **/

@media only screen and (max-width: 426px){
	.slii-btn rs-layer{
		display: inline-flex;
position: relative !important;
text-transform: uppercase;
color: white !important;
font-size: 10px !important;
text-decoration: none !important;
padding-top: 5px;
background-color: transparent !important;
border: none !important;
z-index: 9999;
margin-right: 40px;
bottom: -10px;
	}
	.smalll-txt rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 11px !important;
}
	/** Contact Page Banner **/
header.entry-header {
    position: absolute;
    top: 28%;
    z-index: 9;
    text-transform: uppercase;
    color: #ffffff;
	}
h1.entry-title {
    font-size: 25px;
}
	.page-id-253 .inner-bg {
    height: 240px;
    background-size: auto !important;
    background-position: left !important;
}
	/** Contact Page BAnner End ehe **/
	
	
    .featured-benefits-row .prod-img {
    width: 129px;
    height: 126px;
    background-color: #fff;
    border-bottom-right-radius: 70px;
    box-shadow: 0px 0px 10px 3px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.product-detail {
    text-align: center;
}
.pro-detail-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 99;
    position: relative;
    padding: 24px 0px;
    margin-bottom: 9px !important;
    transition: 0.5s;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.investor-row {
    padding: 0px 0 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.our-investor-txt h2 {
    color: white;
    font-weight: bold;
    margin-top: 20px;
}
.our-investor-txt p {
    color: white;
}
.investor-quote p {
    color: white;
    font-size: 15px;
}
.our-porducts-row {
    margin-top: 0px;
}
.product-item.item {
    margin-bottom: 20px !important;
}
.fai-eng-img img {
    position: relative;
    width: 100%;
    display: none;
}
#Home-prod {
    margin-top: 30px;
    margin-bottom: 20px !important;
}

.fai-eng-left-txt {
    position: relative;
    margin-top: 80px;
}
.fai-eng-left-txt:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/05/upper-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fai-eng-left-txt:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 31px;
    background-image: url(/wp-content/uploads/2021/05/lower-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fai-eng-right-txt {
    margin: 20px 0px 30px 0px !important;
}
.fai-eng-right-txt h3 {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.empty-row{
     display: none !important;   
}
.vc_tta-panel-body {
    width: 100%;
    overflow-x: scroll !important;
}
.vc_tta-panel-body {
    width: 100%;
    overflow-x: scroll !important;
}
.pack-inn .vc_col-sm-4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 16%);
    padding: 35px 0;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.abouttt-row {
  overflow: visible !important;
    z-index: 9;
    padding: 0px 0 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 10px;
}
.about-right-col {
    background-color: transparent; 
     position: unset !important; 
     right: unset; 
     bottom: unset; 
 box-shadow: none; 
     border-bottom-right-radius: none; 
}
.about-us-tt p {
    width: 100%;
    font-weight: 400 !important;
}
.about-us-tt h2 {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
.second-color {
    font-size: 22px;
    color: #177835 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.about-right-col:before {
    content: '';
    /* background-color: white; */
    width: 90%;
    height: 100%;
    /* z-index: 9999; */
    position: absolute;
    left: 10%;
    /* box-shadow: 0px 0px 10px 3px #ccc; */
    border-bottom-right-radius: 75px;
    display: none;
}
.about-icon {
    text-align: center !important;
    position: unset;
    left: 0;
}
.about-icon-txt {
    text-align: center;
}
.about-icon-txt h2 {
    color: #0a306e;
    font-size: 24px;
}
.about-icon-txt p {
    font-size: 14px;
}
.odd-col {
    padding-top: 0;
}
.home .process-row {
    margin-bottom: 0px;
    margin-top: 0;
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none !important;
}
.footer-part {
    background-image: url(/wp-content/uploads/2021/05/footer-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 10px 20px 20px 20px;
    text-align: right;
    margin-bottom: 20px !important;
}
.footer-part h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}
.footer-part p {
    font-size: 16px;
    color: white;
    text-align: left;
}
.contact-info-home.row .col-md-4 {
    padding-left: 15px !important;
}
.home-info-wrapper.email-home {
    display: grid;
    grid-template-columns: 18% auto;
    margin-bottom: 20px;
}
.home-info-wrapper {
    display: grid;
    grid-template-columns: 18% auto;
    margin-bottom: 20px !important;
}
.copyrights p.copyright {
    margin: 0 !important;
    color: #fff;
    text-align: left;
    font-size: 14px;
    text-align: center;
}
.contact-info-home.row {
    margin-bottom: 10px;
    margin-top: 20px;
}
.info-txt-home a {
    font-size: 14px;
    line-height: 18px;
    color: white !important;
    text-decoration: none !important;
}
.larrrgre rs-layer {
    font-family: 'Josefin Sans' !important;
    font-size: 15px !important;
}
#rev_slider_1_1_wrapper .custom.tp-rightarrow.tparrows:before{
     display: none !important;   
}
#rev_slider_1_1_wrapper .custom.tp-leftarrow.tparrows:before{
    display: none !important;   
}
.page-id-253 .inner-bg {
    height: 320px;
    background-size: cover !important;
}
form#gform_2 {
    margin-bottom: 10px;
    margin-top: -50px;
}
	.last-icon-txt p {
    width: 100%;
    font-size: 14px;
    color: #252525;
}
.tabs-section{display:none;}	
}


@media only screen and (max-width: 375px){
 .home .mob-standard-logo {
    display: inline-block !important;
    height: 65px !important;
    padding-top: 0px !important;
    filter: none !important;
    width: 80%;
}   
 .page-id-253 .mob-standard-logo {
    display: inline-block !important;
    height: 65px !important;
    padding-top: 0px !important;
    filter: none !important;
    width: 80%;
}   
.book-demo {
    margin-bottom: 0 !important;
}
.Home-products .pro-title {
    color: #249447;
    margin: 0px 0;
    font-size: 13px;
}
.tabs-section{display:none;}
}


@media only screen and (max-width: 360px){
     .ourrr-product h2 {
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 16px;
    }   
.product-item.item {
    margin-bottom: 0px !important;
    }
#investors > div > .vc_column-inner {
    padding-top: 20px;
    }
.ourrr-product {
    text-align: center;
    margin-bottom: 20px !important;
    }
.home .our-investor-txt h2 {
    color: #177835 !important;
    font-weight: bold;
    margin-top: 16px;
    font-size: 24px;
    }
.home .our-investor-txt p {
    color: black !important;
    font-size: 14px;
    }
    .ourrr-product p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.product-item.item {
    margin-bottom: 20px !important;
}
.pkgs-txt h2 {
    font-size: 25px;
    color: #95c33e;
    text-transform: uppercase;
    text-align: center;
}
.pkgs-txt span {
    color: #177835;
    font-size: 16px;
}
.about-us-tt h2 {
    font-size: 18px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
.second-color {
    font-size: 18px;
    color: #177835 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-part h2 {
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}
.footer-part a {
    position: relative;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    text-decoration: none !important;
    margin-right: 44px;
    padding-top: 5px;
}
.copyrights p.copyright {
    margin: 0 !important;
    color: #fff;
    text-align: left;
    font-size: 12px;
    text-align: center;
}
.tabs-section{display:none;}
}


.our-team .slick-prev:before, .our-team .slick-next:before{color:#000;}