/*!
Theme Name: Sandpiper Aquatic Solutions 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: Sandpiper_aquatic_solutions
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/
*/


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: 'Proxima Nova Rg';
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-family: 'Proxima Nova Lt';
}
.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: 100%;
    padding-bottom: 50px;
}
.error404 #masthead, .error404 #colophon {
    display: unset; 
}
.logo a {
    outline: 0 !important;    
}
.error-404.not-found .logo {
    padding: 0;
     background-color: transparent;   
	display: none;
}    
.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: #25B7B7;
}
.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: #25B7B7;
    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 #25B7B7;
}
.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: center;
}
#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}
#primary-menu li a {
    padding: 10px 0;
    color: #000;
}
.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 : #e61c36 ;
}
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:#e61c36 ;
/     padding: 10px 20px; /
    line-height: 1.5;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear .social-buttons i {
    color: #000;
}
.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: #e61c36  !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}
.wc-proceed-to-checkout a , #place_order{
    background-color: #e61c36  !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: #e61c36 ;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce a.remove,
td.product-remove button {
    background: #e61c36  !important;
    color: #fff !important;
    line-height: 18px;
}
#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;
}
.qib-container {
    position: relative;
}
.qib-button:not(#qib_id):not(#qib_id) {
    height: 28px !important;
    background: transparent!important;
}
.qib-container .minus.qib-button {
    z-index: 999;
    top: 28px;
    border: 1px solid #cac9c9;
    border-radius: 0px 0px 3px 0px !important;
}
.qib-container .qib-button {
    position: absolute;
    right: 0px;
}
.woocommerce .quantity {
    float: left;
    margin: 0 4px 0 0;
    position: relative;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 56px !important;
    background: transparent!important;
    border-radius: 3px !important;
    width: 60px !important;
    border-left: 1px solid #cac9c9 !important;
    padding-right: 20px !important;
    margin-right: 0px !important;
}
.cart-subtotal td {
    text-align: right;
}

.cart-subtotal td, .order-total td {
    text-align: right;
}
.woocommerce tr.order-total th, .woocommerce tr.order-total td {
    padding-top: 30px !important;
}
.payment_box.payment_method_paypal {
    padding: 0px !important;
}
.woocommerce-checkout-payment .form-row.place-order {
    padding: 1em 0px !important;
}
small.woocommerce-password-hint {
    display: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
    margin-bottom: 0px !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active {
    display: none;
}
.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: #e61c36 ;
}
.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: #e61c36 ;
}
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: #e61c36 ;
}
.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;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
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: #e61c36  !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: #e61c36  !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: #e61c36  !important;
}
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #e61c36 ;
}
.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: #e61c36 ;
    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 #e61c36 ;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #e61c36 ;
}
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: #e61c36 ;
}
.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: #e61c36 ;
    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: #e61c36 ;
}
.woocommerce-info {
    border-top-color: #e61c36 ;
    margin-bottom: 10px !important;
}
.lost_password a{
    color: #252525 !important;
}
.lost_password a:hover{
    color: #e61c36  !important;
}
.woocommerce-info::before {
    color: #e61c36 ;
}
.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: #e61c36  !important;
}
.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}
.woocommerce form .form-row .required {
    color: #e61c36 ;
}
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;}





.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;
}
.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, p, span, button, h1, h2, h3, h4, h5, h6, input, textarea{
    font-family: 'Poppins', sans-serif !important ;
    outline: none !important;
}
/** Header Start here ***/
header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.60);
    height: 100px;
    display: flex;
    align-items: center;
}
.header-contact {
    display: flex;
    align-items: center;
    position: relative;
    background: #000;
    padding: 8px 30px 8px 16px;
    width: max-content;
    width: fit-content;
    border-radius: 5px;
    margin-left: auto;
    transition: 0.5s;
}
.header-contact:hover{
    background: #25B7B7;
}
.header-contact:hover:before{
    background: #000;
}
.header-contact:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    width: 58px;
    height: 58px;
    background: #25B7B7;
    border-radius: 5px;
}
.header-contact:hover .header-icon{
    transform: rotate(360deg);
}
.header-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: 0.5s;
}

.header-icon img {
    object-fit: contain;
    object-position: center;
    width: 17px;
    height: auto !important;
    z-index: 1;
    position: relative;
}



.header-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.header-icon img {
    object-fit: contain;
    object-position: center;
    width: 17px;
    height: auto !important;
    z-index: 1;
    position: relative;
}

/* .header-icon:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    background: #25B7B7;
} */

.header-txtx h3 {
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 2px;
}

.header-txtx a {
    color: #fff;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    display: flex;
    line-height: 15px;
}
.header-txtx a:hover{
    color: #000;
}


ul#primary-menu {
    margin-bottom: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}

nav#site-navigation {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -40px;
}
.header-txtx {
    margin-left: 30px;
}
ul#primary-menu li a {
    font-size: 13px;
    color: #1D1D1B;
    font-family: 'Poppins';
    transition: 0.5s;
    text-decoration: none !important;
    padding: 6px 14px;
    border-radius: 5px;
}
ul#primary-menu li a:hover, ul#primary-menu li.current-menu-item a{
    background-color: #25B7B7;
    color: #fff;
}
#primary-menu li {
    display: inline-block;
    padding: 0 5px !important;
}
/** header end here  ***/

/** Body **/

/*** Main banner Section Start here ***/
.main-banner{
    min-height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    position: relative;
}
.main-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/02/banner-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.main-banner > div {
    width: 100%;
}
.banner-headings{
    position: relative;
    z-index: 2;
    width: 100% !important;
    margin-top: 80px;
}
.banner-headings:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 97.5%;
    height: 7px;
    background: #fff;
    animation: line 6s infinite;
}
@keyframes line{
    0%{
        width: 0;
    }
    50%{
        width: 97.5%;
    }
    100%{
        width: 0;
    }
}
.banner-headings:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 97.5%;
    height: 7px;
    background: #fff;
    animation: line 6s infinite;
}
.banner-headings h2{
    font-weight: bold;
    font-size: 89px;
    line-height: 76px;
    text-align: left;
    color: #fff;
}
.banner-headings h4{
    font-family: Poppins;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 49px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    /* width: 56%; */
    width: 100%;
    margin-bottom: 0 !important;
}
/*** Main Baner Section End here***/




/*** Solution Section Start here ***/
.solution-wrapper{
    padding-top: 100px;
    padding-bottom: 110px;
}
.solution-heading{}
.solution-heading h2{}
.solution-heading h4{}

.solution-inner-row{}

.solution-inner-imgf{}
.solution-inner-imgs{}
.solution-inner-imgs:first-child {
    margin-bottom: 29px !important;
}
.solution-ttx{
    text-align: center;
}
.solution-ttx p {
    font-size: 18px;
    color: #1D1D1B !important;
    font-family: 'Poppins';
    line-height: 32px;
    margin-top: 50px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.solution-btn{
    text-align: center;
    margin-top: 15px;
}
.solution-btn a {
    background-color: #25B7B7 !important;
    text-transform: uppercase;
    font-family: Poppins !important;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    padding: 24px 40px;
    text-decoration: none !important;
    transition: 0.5s;
}
.solution-btn a:hover{
    background-color: #000 !important;
    color: #25B7B7;
}
/*** Solution Section end here ***/




/*** Testimonials Section Start here ***/
.testi-person-img {
    text-align: center;
    position: relative;
    margin-bottom: -50px
}

.testi-person-img img {
    margin: auto;
    border: 6px solid #fff !important;
    border-radius: 100% !important;
    object-fit: cover !important;
    object-position: center;
    width: 110px;
    height: 110px !important;
}

.testi-person-img:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    height: 125px;
    background: #1C9292;
    border-radius: 100%;
    z-index: -1;
    opacity: 20%;
}

.test-inner-wrapper {
    padding-top: 20px;
   
}

.test-cont-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 75px;
    background: #F3F5F8;
    padding-top: 90px;
    padding-bottom: 65px;
}
.testt-con {
    margin-left: 47px;
}
.testi-place-img img {
    width: 435px !important;
    height: 435px !important;
    max-width: 435px !important;
    object-fit: cover;
    object-position: center;
}

.testi-place-img {
    position: relative;
}
.testi-place-img:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 61px;
    height: 61px;
    background: #Fff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 1px grey;
    z-index: 1;
    background-image: url(/wp-content/uploads/2022/02/Icon-open-double-quote-sans-left.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.testt-con h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #1D1D1B;
    margin-bottom: 30px;
}
.testt-con p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 28px;
    color: #1D1D1B;
    margin-bottom: 30px !important;
}
.testt-con h2 {
    font-size: 18px;
    color: #1D1D1B;
    font-family: 'Poppins';
    margin-bottom: 5px !important;
}
.testt-con h4 {
    font-size: 13px;
    color: #1D1D1B;
    font-family: 'Poppins';
}
.testimonials-section {
    padding-bottom: 80px;
}

.testimonials-wrapper ul.slick-dots {
    bottom: 100px;
    background: transparent;
    width: fit-content;
    width: max-content;
    left: 49.5% !important;
    right: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.testimonials-wrapper ul.slick-dots li {
    width: fit-content !important;
    height: auto !important;
}

.testimonials-wrapper ul.slick-dots li button {
    width: 7px;
    height: 7px;
    font-size: 0;
    padding: 0;
    line-height: 0 !important;
    transition: 0.5s;
}

.testimonials-wrapper ul.slick-dots li button::before {
    background: #1D1D1B;
    font-size: 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    line-height: 0 !important;
    opacity: 50%;
    transition: 0.5s;
}
.testimonials-wrapper ul.slick-dots li.slick-active button::before {
    background: #1D1D1B;
    opacity: 80%;
    width: 15px;
    height: 15px;
}

.testimonials-wrapper ul.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
}

.testi-headings{}
.testi-headings h2{
    text-align: center;
    color: #1D1D1B;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 55px;
}
.testi-headings h4{
    font-size: 13px;
    text-align: center;
    color: #1D1D1B;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.2em;
}

.feature-services-section-wrapper{
    padding-top: 100px;
    padding-bottom: 110px;
}
.our-services {
    margin-top: 12px;
}
.service-icon i {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: bold;
    font-style: normal;
    color: #1D1D1B;
    transition: 0.5s !important;
}

.service-img img {
    object-fit: cover;
    object-position: center center;
    height: 408px !important;
}
.service-in {
    width: 94%;
    margin: auto;
}

.service-in * {
    width: 100%;
}

.service-img {
    position: relative;
}

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 74% auto;
}

.service-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/02/shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.service-title h2, .service-title h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 4px;
    text-transform: uppercase;
}
.service-title {
    padding-left: 30px;
    padding-bottom: 30px;
}
.service-icon a {
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    text-decoration: none !important;
    transition: 0.5s;
    position: relative;
    margin-left: 20px;
    margin-top: 6px;
    z-index: unset;
}
.service-icon a:hover{
    background-color: #25B7B7;
}
.service-icon a:hover i{
    color: #fff;
    transform: rotate(360deg);
}
.service-icon a:hover:after{
    background-color: #25B7B7;
    animation: iconscale 1s infinite;
}
@keyframes iconscale{
    0%{
        transform: scale(0.9);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(0.9);
    }
}
.service-icon a:after {
    content: '';
    position: absolute;
    top: -14%;
    left: -12.5%;
    width: 126%;
    height: 126%;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
}

.services-heading{
    position: relative;
    padding-top: 90px;
}
.services-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-image: url(/wp-content/uploads/2022/02/heading-shape.png);
    background-repeat: no-repeat;
    background-position: center;
}
.services-heading h2{}
.services-heading h4{
    text-transform: none;
    letter-spacing: 0.1em;
}
.our-services .slick-prev {
    left: -60px !important;
}
.our-services .slick-next{
    right: -38px !important;
}
.our-services .slick-prev:before {
    content: '\f060';
    background-color: #25B7B7;
    padding: 10px;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    padding: 0;
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity: 1 !important;
    transition: 0.5s;
}
.our-services .slick-next:before {
    content: '\f061';
    background-color: #25B7B7;
    padding: 10px;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    padding: 0;
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity: 1 !important;
    transition: 0.5s
}
.our-services .slick-next:hover:before, .our-services .slick-prev:hover:before{
    background-color: #000;
    color: #25B7B7;
    transform: rotate(360deg);
}
/*** Testimonials Section end here ****/

.service-icon {
    z-index: 6;
    position: relative;
}
.testimonials-section .testi-headings {
    margin-bottom: 10px !important;
}


/*** Cta Section Start here ***/
.cta-row-wrapper{
    min-height: 720px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: flex-end;
	z-index: 9;
}
.cta-row-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 20%;
}
.cta-row-wrapper > div{
    width: 100% !important;
}
.cta-text{
    position: relative;
    z-index: 2;
}
.cta-text h2{
    font-size: 52px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}
.cta-text p {
    font-size: 30px;
    color: #fff;
    line-height: 37px;
}
.cta-text a{
    color: #fff;
    text-decoration: none !important;
    transition: 0.5s !important;
    text-decoration: none !important;
}
.cta-text a:hover{
    color: #25B7B7 !important;
}

.cta-button{
    position: relative;
    z-index: 2;
}
.cta-button a {
    border-radius: 5px;
    background: transparent !important;
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    padding: 23px 52px;
    transition: 0.5s !important;
    letter-spacing: 0.2em;
}
.cta-button a:hover {
    background-color: rgba(255, 255, 255, 0.50) !important;
    color: #000;
}

/*** Cta Section End here ***/



/*** Form Section Start here ***/
.form-row-wrapper{
    margin-top: -46px;
}
div#gform_wrapper_1 {
    width: 97%;
    margin-left: auto;
}
.contact-info-col{
    background-color: #fff;
    height: fit-content;
    height: max-content;
    padding-bottom: 30px;
}
.con-icon i::before {
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}
.contact-info-col > div {
    padding: 0 !important;
}
.con-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #25B7B7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-icon i {
    color: #fff;
    font-size: 13px;
}
.con-icon i.fa-solid.fa-phone {
    transform: rotate(90deg);
}
.contact-single {
    display: flex;
    margin-bottom: 50px;
}
.contact-single:last-child {
    margin-bottom: 0;
}

.con-txt h2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins' !important;
    margin-bottom: 1px;
}

.con-txt a {
    color: #585858;
    font-size: 13px;
    text-decoration: none;
    transition: 0.5s !important;
}
.con-txt a:hover{
    color: #25b7b7;
}
.con-txt a:hover{}
.con-txt {
    margin-left: 10px;
}

.conntact {
    padding: 30px 30px 0px 30px;
}

.contact-info-wrappper > h2 {
    background: #25B7B7;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 63px;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    text-transform: uppercase;
    box-shadow: 0px 4px 50px 0px grey;
}

ul.cnss-social-icon {
    text-align: left !important;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

ul.cnss-social-icon:before {
    content: 'Get Social With Us:';
    color: #000;
    font-weight: 500;
    font-size: 14px;
}


body .form-row-wrapper .elementor-shortcode ul.cnss-social-icon li a {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    width: fit-content !important;
    width: max-content !important;
    height: fit-content !important;
    height: max-content !important;
    margin-left: 19px !important;
    transition: 0.5s !important;
}

body .form-row-wrapper .elementor-shortcode ul.cnss-social-icon li a i {
    color: #000;
    font-size: 14px !important;
    transition: 0.5s !important;
}
body .form-row-wrapper .elementor-shortcode ul.cnss-social-icon li a:hover{}
body .form-row-wrapper .elementor-shortcode ul.cnss-social-icon li a:hover i{
    color: #25B7B7;
    transform: rotate(360deg);
}

/*** Form Css **/
h2.gform_title {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #1D1D1B;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 0;
    
}
span.gform_description {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1D1D1B;
    font-family: 'Poppins';
    margin-bottom: 35px;
    display: block;
}

body img.gform_ajax_spinner, div#gform_1_validation_container {
    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; */
    }
    
    div#gform_wrapper_1 input {
        border-radius: 0px;
        padding: 20.25px 15px;
        margin: 0px;
        font-size: 15px !important;
        font-family: 'Poppins' !important;
        margin-bottom: 10px;
        width: 100%;
        border: 1px solid #fff;
        background: #fff;
    }
    div#gform_wrapper_1 input::placeholder, div#gform_wrapper_1 textarea::placeholder {
        color: #A2A2A2;
    }
    div#gform_wrapper_1 textarea {
        border-radius: 0px;
        padding: 20.25px 15px;
        height: 212px;
        resize: none;
        border: 1px solid #fff;
        background: #fff;
        font-size: 15px !important;
        font-family: 'Poppins' !important;
    }
    .gform_wrapper .gfield_error [aria-invalid=true] {
        border: 1px solid red !important;
    }
    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;
    }
    div#gform_confirmation_wrapper_1 {
        height: 612px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gform_confirmation_message {
        border: 1px solid #25b7b7;
        margin: 50px 0px;
        display: inline-block;
        padding: 15px 20px;
        color: #25b7b7;
        font-size: 20px;
        font-family: 'Poppins';
    }
    
    .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;
    }
    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: #570d47 !important;
    }
    body input#gform_submit_button_1, .ah_helpYouMore_sec a {
        width: 100% !important;
        background-color: #25B7B7 !important;
        border-radius: 3px !important;
        font-size: 12px !important;
        font-family: 'Poppins' !important;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.2em;
        padding: 21px 10px !important;
        transition: 0.5s !important;
        color: white;
    }
    body input#gform_submit_button_1:hover, .ah_helpYouMore_sec a:hover{
        background-color: #000 !important;
        color: #25B7B7 !important;
    }
/** Form Css end here ***/

.forrrm {
    margin-top: -121px;
}
.form-wrapper-main-sect{
	    margin-top: -53px;
}
/*** Form Section End here ***/


/** Body **/

/** Footer Start here ***/
footer#colophon {
    background: #fff;
    text-align: center;
    padding: 55px 0;
}

ul#menu-menu-1 li a {
    color: #000;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: 0.5s;
}
ul#menu-menu-1 li a:hover, ul#menu-menu-1 li.current-menu-item a{
    color: #25B7B7;
}
ul#menu-menu-1 li {
    display: inline-block;
    margin-right: 25px;
}
ul#menu-menu-1 li:last-child {
    margin-right: 0;
}
ul#menu-menu-1 {
    margin-bottom: 0;
    margin-top: 40px;
}
.footer-img {
    margin: 50px 0;
}
.footer-disclamer p {
    font-size: 10px;
    line-height: 20px;
    color: #2B2B2B;
    /* opacity: 0.8; */
}
p.copyright {
    font-size: 10px;
    line-height: 24px;
    margin: 0 !important;
    color: #2B2B2B;
    /* opacity: 0.8; */
}
p.copyright a{
    text-decoration: none !important;
    color: #2B2B2B;
}
p.copyright a:hover{
    color: #25B7B7;
}
/** Foote end here **/

/*** Home Page end here ***/


/*** Inner Pages Css Start here ***/

/** Contact Page Start here ***/
header.entry-header h1.entry-title {
    display: none;
}

.inner-banner{
   min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    position: relative;
}
.inner-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/02/banner-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.inner-banner > div {
    width: 100%;
}

.contact-right-img{}
.contact-right-img img{}

.contact-small-image{
	margin-top: -184px;
}
.contact-small-image >  .elementor-widget-container {
    width: 244px;
    height: 288px;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
}

.contact-small-image > .elementor-widget-container:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.contact-small-image img{
	position: relative;
    z-index: 2;
}

.contact-page-info-col{}
.contact-page-info-wrappper{
	    position: relative;
    padding-top: 100px;
}
.contact-page-info-wrappper:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 68px;
    background-image: url(/wp-content/uploads/2022/02/contact-page-bird.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.contact-page-info-wrappper > h2 {
    font-size: 55px;
    color: #1D1D1B;
    background: transparent !important;
	    box-shadow: none;
	padding-left: 0;
}
.contact-page-info-wrappper .conntact{
	padding: 30px 30px 0px 0px
}
.contact-page-info-wrappper .con-icon {
    width: 74px;
    height: 74px;
}

.contact-page-info-wrappper .con-icon i {
    font-size: 27px;
}

.contact-form-row-wrapper{}
.contact-form-row-wrapper div#gform_wrapper_1 {
    width: 100%;
    text-align: center;
}

.contact-form-row-wrapper .forrrm {
    margin-top: 60px;
}

.contact-form-row-wrapper .forrrm h2.gform_title {
    text-align: center;
}

body .contact-form-row-wrapper input#gform_submit_button_1 {
    width: max-content !important;
    padding-left: 101px !important;
    padding-right: 101px !important;
}

.contact-page-info-wrappper .con-txt a i {
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    font-style: normal;
}
.contact-page-info-wrappper .con-txt ul li {
    display: inline-block;
}
.contact-page-info-wrappper .conntact .con-txt h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.contact-page-info-wrappper .conntact .con-txt a {
    font-size: 18px;
}
.contact-page-info-wrappper .contact-single {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.contact-page-info-wrappper .contact-single .con-txt {
    margin-left: 20px;
}
.contact-form-section {
    padding-top: 90px;
    padding-bottom: 80px;
}
.map-contact-wrapper{
	margin-top: 0px !important
}
body.elementor-page-198 .map-contact-wrapper {
    position: relative;
}

/*body.elementor-page-198 .map-contact-wrapper:before {*/
.form-wrapper-main-sect::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #fff;
    z-index: 99;
}
/*** Contact Page end here ****/


/*** Service Listing Page Start here ***/
.service-page-btn a i {
       font-family: 'Font Awesome 5 Free' !important;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    transition: 0.5s;
}
.service-page-inneer-txt h2, .service-page-inneer-txt h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
    margin-bottom: 5px;
    line-height: 18px;
    letter-spacing: 0.1em;
}
.service-page-inneer-txt {
    background: #F3F5F8;
    padding: 28px 20px 85px 20px;
    position: relative;
    min-height: 350px;
}

.service-page-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-page-btn a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25B7B7;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    padding-left: 35px;
    padding-top: 30px;
	text-decoration: none !important;
	transition: 0.5s;
}
.service-page-btn a:hover{
	background-color: #000;
}
.service-page-btn a:hover i{
	transform: rotate(360deg);
	color: #25B7B7;
}

.service-page-inneer-txt p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}
.service-page-inner-wrapper {
    margin-bottom: 30px;
}
/*** Service Listing Page end here ***/

/*** Service Single Page Start here ***/
.single-page-banner{
 background-image: url(http://3.130.97.36:8125/wp-content/uploads/2022/02/service-banner.png) !important;
    width: 100% !important;
    left: 0 !important;
}
.single-page-banner > .elementor-container.container.elementor-column-gap-default {
    width: 1140px !important;
}
.single-page-banner > .elementor-container.container.elementor-column-gap-default > div {
    padding: 10px 0; 
}
.single-ser-main-image img {
    height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
/*** Service Single Page end here ***/


/*** Inner Pages Css end here ***/






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


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

/*** Home Page Responsive Start here ***/

@media only screen and (max-width: 767px){
    .service-in {
        width: 100%;
        margin: auto;
    }
    /*** header Start here ***/
   body .mobmenu-content #mobmenuright li:hover, body .mobmenu-content #mobmenuright > li > a:hover{
        background-color: transparent !important;
    }
    body  #mobmenuright li a:hover, body #mobmenuright li.current-menu-item a {
        color: #25B7B7 !important;
    }

    /*** Header end here ***/

    /** Body **/
    div#gform_confirmation_wrapper_1 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gform_confirmation_message {
        border: 1px solid #25b7b7;
        margin: 30px 0px;
        display: inline-block;
        padding: 15px 20px;
        color: #25b7b7;
        font-size: 11px;
        font-family: 'Poppins';
    }

    div#gform_wrapper_1 {
        width: 100%;
        margin-left: auto;
    }
    .forrrm {
        margin-top: 10px;
    }
    span.gform_description {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
        color: #1D1D1B;
        font-family: 'Poppins';
        margin-bottom: 15px;
        display: block;
    }
    .contact-info-col {
        background-color: #fff;
        height: fit-content;
        height: max-content;
        padding-bottom: 30px;
        width: 95% !important;
        margin: auto;
    }
    .form-row-wrapper {
        margin-top: 0;
    }
    .contact-info-wrappper > h2 {
        background: #25B7B7;
        font-family: Poppins;
        font-weight: 600;
        font-size: 17px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        padding-left: 30px;
        text-transform: uppercase;
        box-shadow: 0px 4px 50px 0px grey;
    }
    ul.cnss-social-icon {
        text-align: left !important;
        position: relative;
        padding-left: 30px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .contact-single {
        display: flex;
        margin-bottom: 25px;
    }


    .cta-text h2 {
        font-size: 25px;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 600;
        text-transform: uppercase;
    }
    .cta-text p > br {
        display: none;
    }
    .cta-text p {
        font-size: 14px;
        color: #fff;
        line-height: 27px;
    }
    .cta-row-wrapper {
        min-height: 420px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        flex-direction: column;
        justify-content: center;
    }
    .cta-button a {
        border-radius: 5px;
        background: transparent !important;
        backdrop-filter: blur(10px);
        --webkit-backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.15) !important;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Poppins' !important;
        padding: 19px 32px;
        transition: 0.5s !important;
        letter-spacing: 0.2em;
    }



    .testimonials-section {
        padding-bottom: 0;
    }
    .testimonials-wrapper ul.slick-dots{
        display: none !important;
    }
    .test-cont-wrapper {
        display: block;
        align-items: center;
        padding: 0;
        background: #F3F5F8;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .testt-con {
        margin-left: 0;
        padding: 15px;
        padding-bottom: 0;
    }
    .testi-person-img {
        text-align: center;
        position: relative;
        margin-bottom: 50px;
        z-index: 1;
    }
    .testi-place-img:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        width: 45px;
        height: 46px;
        background: #Fff;
        border-radius: 50%;
        box-shadow: 0px 0px 30px 1px grey;
        z-index: 1;
        background-image: url(/wp-content/uploads/2022/02/Icon-open-double-quote-sans-left.png);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        margin: auto;
    }
    .testi-place-img img {
        width: 100% !important;
        height: 315px !important;
        max-width: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .testt-con h3 {
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        color: #1D1D1B;
        margin-bottom: 10px;
    }
    .testt-con p {
        font-size: 14px;
        font-family: 'Poppins';
        line-height: 28px;
        color: #1D1D1B;
        margin-bottom: 15px !important;
    }
    .testi-headings h2 {
        text-align: center;
        color: #1D1D1B;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins';
        font-size: 26px;
    }



    .feature-services-section-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .our-services .slick-next, .our-services .slick-prev{
        display: none !important;
    }
    .service-title {
        padding-left: 12px;
        padding-bottom: 10px;
    }
    .service-title h2, .service-title h3 {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins';
        margin-bottom: 4px;
        text-transform: uppercase;
    }
    .services-heading:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 70px;
        background-image: url(/wp-content/uploads/2022/02/heading-shape.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16%;
    }
    .services-heading {
        position: relative;
        padding-top: 70px;
    }


    .solution-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .testi-headings h2 {
        text-align: center;
        color: #1D1D1B;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins';
        font-size: 24px;
    }
    .solution-btn a {
        background-color: #25B7B7 !important;
        text-transform: uppercase;
        font-family: Poppins !important;
        font-size: 12px;
        letter-spacing: 0.2em;
        text-align: center;
        color: #fff;
        padding: 24px 14px;
        text-decoration: none !important;
        transition: 0.5s;
    }
    .solution-ttx p {
        font-size: 15px;
        color: #1D1D1B !important;
        font-family: 'Poppins';
        line-height: 25px;
        margin-top: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .solution-inner-imgs:first-child {
        margin-bottom: 20px !important;
    }
    .solution-heading {
        margin-bottom: 10px !important;
    }
    .testi-headings h4 {
        font-size: 13px;
        text-align: center;
        color: #1D1D1B;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .services-heading h4 {
        text-transform: none;
        letter-spacing: 0;
    }


    .banner-headings {
        position: relative;
        z-index: 2;
        width: 100% !important;
        margin-top: 0px;
    }
    .banner-headings h2 {
        font-weight: bold;
        font-size: 35px;
        line-height: 35px;
        text-align: left;
        color: #fff;
    }
    .banner-headings h4 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: -0.01em;
        line-height: 24px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        /* width: 56%; */
        width: 100%;
        margin-bottom: 0 !important;
    }
    .main-banner {
        min-height: 360px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        position: relative;
    }
    .banner-headings:before, .banner-headings:after{
        display: none !important;
    }
    /** Body **/

    /*** Footer start here ***/
    ul#menu-menu-1 li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    ul#menu-menu-1 li:last-child {
        margin-bottom: 0;
    }
    .footer-img {
        margin: 20px 0;
    }
    footer#colophon {
        background: #fff;
        text-align: center;
        padding: 35px 0 25px 0;
    }
    ul#menu-menu-1 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    /*** Footer end here ***/
}


@media only screen and (max-width: 400px){
    .main-banner {
        min-height: 290px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        position: relative;
    }
    .banner-headings h2 {
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        text-align: left;
        color: #fff;
    }
    .banner-headings h4 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: -0.01em;
        line-height: 24px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        /* width: 56%; */
        width: 100%;
        margin-bottom: 0 !important;
    }


    .testi-headings h2 {
        text-align: center;
        color: #1D1D1B;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins';
        font-size: 18px;
    }
    .solution-btn a {
        background-color: #25B7B7 !important;
        text-transform: uppercase;
        font-family: Poppins !important;
        font-size: 12px;
        letter-spacing: 0.2em;
        line-height: initial;
        text-align: center;
        color: #fff;
        padding: 15px 14px;
        text-decoration: none !important;
        transition: 0.5s;
    }
    .service-img img {
        object-fit: cover;
        object-position: center center;
        height: 278px !important;
    }
    .testi-person-img:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        margin: auto;
        width: 105px;
        height: 105px;
        background: #1C9292;
        border-radius: 100%;
        z-index: -1;
        opacity: 20%;
    }
    .testi-person-img img {
        margin: auto;
        border: 6px solid #fff !important;
        border-radius: 100% !important;
        object-fit: cover !important;
        object-position: center;
        width: 90px;
        height: 90px !important;
    }
    .cta-text h2 {
        font-size: 18px;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 600;
        text-transform: uppercase;
    }
    .cta-text p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 0;
    }
    .cta-row-wrapper {
        min-height: 340px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        flex-direction: column;
        justify-content: center;
    }
    p.copyright {
        font-size: 10px;
        line-height: 16px;
        margin: 0 !important;
        color: #2B2B2B;
        /* opacity: 0.8; */
    }
}

@media only screen and (max-width: 340px){
    .conntact {
        padding: 30px 10px 0px 10px;
    }
    ul.cnss-social-icon {
        text-align: left !important;
        position: relative;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .contact-info-wrappper > h2 {
        background: #25B7B7;
        font-family: Poppins;
        font-weight: 600;
        font-size: 17px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        padding-left: 10px;
        text-transform: uppercase;
        box-shadow: 0px 4px 50px 0px grey;
    }
    span.gform_description {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #1D1D1B;
        font-family: 'Poppins';
        margin-bottom: 15px;
        display: block;
    }
    .cta-text h2 {
        font-size: 16px;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 600;
        text-transform: uppercase;
    }
    .cta-button a {
        border-radius: 5px;
        background: transparent !important;
        backdrop-filter: blur(10px);
        --webkit-backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.15) !important;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Poppins' !important;
        padding: 14px 22px;
        transition: 0.5s !important;
        letter-spacing: 0.2em;
    }
    .cta-row-wrapper {
        min-height: 300px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        flex-direction: column;
        justify-content: center;
    }
    .testi-place-img img {
        width: 100% !important;
        height: 245px !important;
        max-width: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .feature-services-section-wrapper {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .testimonials-wrapper {
        margin-bottom: 10px !important;
    }
    .banner-headings h4 {
        font-family: Poppins;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: -0.01em;
        line-height: 24px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        /* width: 56%; */
        width: 100%;
        margin-bottom: 0 !important;
    }
    .banner-headings h2 {
        font-weight: bold;
        font-size: 25px;
        line-height: 25px;
        text-align: left;
        color: #fff;
    }
    .main-banner {
        min-height: 220px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        display: flex;
        align-items: center;
        position: relative;
    }
}
/*** Home Page Responsive end here ***/
/*About Page*/
.wwaSect {
    position: relative;
    padding-top: 150px;
}
.wwaSect > div {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.yearsOfExperiance .elementor-widget-container {
    width: 100px;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    color: white;
}
.yearsOfExperiance .elementor-widget-container span {font-size: 18px;font-weight: 400;height: 100px;line-height: 27px;text-transform: uppercase;display: inline-block;margin-top: 10px;}

.yearsOfExperiance .elementor-widget-container b {
    font-size: 55px;
    font-weight: 600;
    font-family: 'Poppins';
}
.aboutWWASec {
    position: relative;
    height: 750px;
    overflow: hidden;
}
.bigImg {
    position: absolute !important;
    top: 0;
    right: 0;
    text-align: right;
}

.yearsOfExperiance {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1;
}

.smallimg {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: left !important;
}
.wwaRightSec p strong {
    font-size: 12px;
}

.wwaRightSec h2 {
    font-size: 42px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wwaRightSec p {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-bottom: 40px;
}

.wwaRightSec p:last-child {
    margin: 0;
}
/* Video Play Sec */
.vidPlaySec {
    margin-top: 100px;
}
.vidPlaySec .elementor-widget-wrap {
    position: relative;
}

.vidPlaySec .elementor-widget-wrap .vidPlayBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Services Single Page */
.single-ourservices .inner-banner {
    position: relative;
    margin-bottom: 150px;
}

.single-ourservices .single-ser-main-image {
    margin-bottom: 30px;
}

.single-ourservices .single-services-titles {
    margin-bottom: 50px;
}

.single-ourservices .single-services-titles h2, .single-ourservices .single-services-titles h3 {
    font-size: 55px;
    font-weight: 600;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    line-height: 64px;
}

.single-ourservices .single-services-titles p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins' !important;
    line-height: 34px;
    margin-bottom: 30px;
}

.single-ourservices .single-service-top-content {
    margin: 30px 0px;
}
.singleservices-txct-wrapper {
    position: relative;
}

.singleservices-txct-wrapper > .row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
}

.singleservices-txct-wrapper h2, .ah_helpYouMore_sec h2 {
    font-size: 55px;
    font-weight: 600;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    line-height: 64px;
    margin-bottom: 30px;
}

.singleservices-txct-wrapper p, .ah_helpYouMore_sec p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins' !important;
    line-height: 34px;
    margin-bottom: 30px;
}

.singleservices-txct-wrapper p:last-child {
    margin: 0;
}
.ah_helpYouMore_sec {
    position: relative;
    margin-top: 150px;
}

.ah_helpYouMore_sec .row {
    position: relative;
    padding: 120px 0px;
    min-height: 840px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: white;
}
.ah_helpYouMore_sec p{
    color: white !important;
}
.i4ewOd-pzNkMb-haAclf.QUIbkc {
    display: none !important;
}
.our-services-page-wrapper {
    margin-bottom: 50px;
}
.inner-banner {
    margin-bottom: 150px;
}
.page-id-316 .inner-banner {
    margin-bottom: 0px;
}
.ah_home_map::before {
    display: none !important;
}
a.vp-pagination__load-more {
    background-color: #25B7B7;
    padding: 22px 84px !important;
    font-weight: 400 !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}
a.vp-pagination__load-more:hover {
    background-color: black !important;
}
.service-page-imgg img {
    height: 400px !important;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.singleservices-txct-wrapper img {
    width: 100%;
}
.contact-page-info-wrappper .conntact .con-txt ul {
    margin: 0;
}
.wwaRightSec b, .wwaRightSec p strong {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-page-info-wrappper .conntact .con-txt ul li {
    margin-right: 25px;
}

.single-ourservices .menu-item-430 a {
    color: #25B7B7 !important;
}
.single-ourservices li#menu-item-430 a {background-color: #25B7B7;color: #fff !important;}
/* ah Responsive */
@media only screen and (max-width:1450px){}
@media only screen and (max-width:1366px){
.our-services {
    width: 95% !important;
    margin: 0 auto !important;
}
.our-services .slick-next {
    right: -25px !important;
}
.our-services button.slick-prev.slick-arrow {
    left: -50px !important;
}
}
@media only screen and (max-width:1199px){
    .main-banner {
        min-height: 700px;
    }
    .our-services {
        width: 90% !important;
    }
    .our-services button.slick-prev.slick-arrow {
        left: -50px !important;
    }
    .our-services .slick-next {
        right: -20px !important;
    }
    .banner-headings h2 {
        font-size: 79px;
    }
    .banner-headings h4 {
        font-size: 26px;
    }
    .solution-wrapper {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .feature-services-section-wrapper {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .testimonials-section {
        padding-bottom: 40px;
    }
    .cta-row-wrapper {
        min-height: 600px;
    }
    .cta-text h2 {
        font-size: 42px;
    }
    .cta-text p {
        font-size: 22px;
    }
    .cta-button a {
        font-size: 15px;
        padding: 19px 36px;
    }
    #primary-menu li {
        padding: 0 0px !important;
    }
    ul#primary-menu li a {
        padding: 6px 12px;
        border-radius: 5px;
    }
    .contact-page-info-wrappper > h2 {
        font-size: 45px;
    }
    .single-ourservices .inner-banner {
        margin-bottom: 70px;
    }
    .single-ser-main-image img {
        height: 400px;
    }
    .single-ourservices .single-services-titles h2, .single-ourservices .single-services-titles h3 {
        font-size: 45px;
    }
    .single-ourservices .single-services-titles p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .singleservices-txct-wrapper h2, .ah_helpYouMore_sec h2 {
        font-size: 45px;
    }
    .ah_helpYouMore_sec {
        margin-top: 60px;
    }
}
@media only screen and (max-width:1024px){
    header#masthead > .container {
        max-width: 100%;
    }
    .banner-headings h2 {
        font-size: 65px;
    }
    .banner-headings h4 {
        font-size: 20px;
    }
    .testimonials-wrapper ul.slick-dots {
        bottom: 40px;
        left: 55.5% !important;
    }
    .single-ourservices .single-services-titles h2, .single-ourservices .single-services-titles h3 {
        font-size: 35px;
        line-height: inherit;
    }
    .single-ourservices .single-services-titles p {
        margin-bottom: 20px;
        line-height: 22px;
    }
    .single-ourservices .single-services-titles p:last-child{
        margin-bottom: 0px;
    }
    .singleservices-txct-wrapper h2, .ah_helpYouMore_sec h2 {
        font-size: 35px;
        line-height: inherit;
        margin-bottom: 10px;
    }
    .singleservices-txct-wrapper p, .ah_helpYouMore_sec p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:991px){
    header#masthead .col-md-3 {
        max-width: 49% !important;
        width: 100%;
        flex: 0 0 50%;
    }
    
    header#masthead .row {
        position: relative;
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
    
    header#masthead .row .col-md-6 {
        order: 3;
        max-width: 100% !important;
        width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }
    
    header#masthead {
        height: 150px !important;
    }
    
    nav#site-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }
    ul#primary-menu li a {
        padding: 8px 16px;
        font-size: 14px;
    }
    #primary-menu li {
        padding: 0 10px !important;
    }
    .banner-headings h2 {
        font-size: 55px;
    }
    .banner-headings h4 {
        font-size: 20px;
        line-height: initial;
    }
    .main-banner {
        min-height: 600px;
    }
    .testi-headings h2 {
        font-size: 45px;
    }
    .solution-wrapper, .feature-services-section-wrapper {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .our-services {
        width: 80% !important;
    }
    .our-services .slick-next {
        right: -26px !important;
    }
    .test-cont-wrapper {
        display: flex;
        align-items: center;
        padding: 70px 20px;
    }
    .test-cont-wrapper {
        flex-direction: column;
        display: flex;
    }
    .testt-con {
        margin-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    .testimonials-wrapper ul.slick-dots {
        bottom: 40px;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .cta-row-wrapper {
        min-height: 500px;
    }
    .solution-inner-imgs:first-child {
        margin-bottom: 19px !important;
    }
    .service-title h2, .service-title h3 {
        font-size: 14px;
    }
    /*About Us Page*/
    .wwaSect {
        position: relative;
        padding-top: 50px;
    }
    .wwaRightSec p {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .wwaRightSec h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    .yearsOfExperiance, .smallimg {
        left: 50px;
    }
    .wwaSect .elementor-row > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .wwaSect .elementor-row > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .wwaSect .elementor-row > div:last-child {
        margin-bottom: 0px !important;
    }
    .vidPlaySec {
        margin-top: 30px;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-f177dae.elementor-section-content-middle.wwaSect.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        padding-top: 0;
    }
    .inner-banner {
        margin-bottom: 60px;
    }
    .service-page-imgg img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        overflow: hidden;
    }
    .ah_helpYouMore_sec .row {
        position: relative;
        padding: 50px 0px;
        min-height: 500px;
    }
    
}
@media only screen and (max-width:767px){
    body * {
        text-align: center !important;
    }
    .main-banner {
        min-height: 350px;
    }
    .testi-headings h2 {
        font-size: 30px;
    }
    .solution-btn a {
        padding: 20px 16px;
    }
    .solution-ttx p {
        font-size: 14px;
    }
    .services-heading:before{
        background-size: contain;
    }
    .testi-person-img {
        margin-bottom: 0;
    }
    .testi-person-img {
        margin-bottom: -50px;
    }
    .test-cont-wrapper {
        padding: 100px 20px 40px 20px;
    }
    .testimonials-section {
        padding-bottom: 0;
    }
    .contact-info-wrappper > h2{
        box-shadow: 0px 4px 11px 0px grey;
    }
    .contact-single {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .con-icon {
        margin-bottom: 6px;
    }
    .con-txt {
        margin-left: 0px;
    }
    ul.cnss-social-icon {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#gform_wrapper_1 input {
        border-radius: 0px;
        padding: 10.25px 11px;
    }
    div#gform_wrapper_1 textarea {
        border-radius: 0px;
        padding: 20.25px 15px;
        height: 122px;
    }
    .cta-text h2 {
        font-size: 32px;
    }
    .cta-row-wrapper {
        min-height: 400px;
    }
    .banner-headings h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .service-title * {
        text-align: left !important;
    }
    .service-title {
        padding-left: 12px;
        padding-bottom: 10px;
    }
    .inner-banner {
        min-height: 300px;
    }
    /* About Page */
    .yearsOfExperiance, .bigImg, .smallimg {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        bottom: unset !important;
        right: unset !important;
    }
    
    .yearsOfExperiance .elementor-widget-container {
        width: 100%;
        writing-mode: inherit;
        transform: rotate(0deg);
        height: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-right: auto;
        color: white;
    }
    
    .aboutWWASec {
        height: auto;
    }
    .yearsOfExperiance .elementor-widget-container span {
        font-size: 18px;
        font-weight: 400;
        height: 30px;
        margin-top: 0;
    }
    /* Contact Us Page */
    .contact-form-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .contact-page-info-wrappper > h2 {
        font-size: 35px;
    }
    .contact-page-info-wrappper .contact-single {
        display: flex;
        width: 100%;
    }
    .contact-page-info-wrappper .conntact .con-txt h2 {
        font-size: 20px;
    }
    .contact-page-info-wrappper .conntact .con-txt a {
        font-size: 14px;
    }
    .contact-page-info-wrappper .con-txt a i {
        font-size: 16px;
    }
    .contact-page-info-wrappper .conntact .con-txt ul {
        margin: 0;
    }
    .contact-page-info-wrappper .contact-single {
        margin-bottom: 20px;
    }
    .contact-page-info-wrappper .contact-single:last-child {
        margin: 0;
    }
    .contact-info-col {
        padding-bottom: 0px;
    }
    .contact-page-info-wrappper .conntact {
        padding: 10px 10px 0px 0px;
    }
    .contact-form-section .contact-info-wrappper > h2 {
        color: black;
        box-shadow: unset !important;
        padding-left: 0;
    }
    .contact-page-info-wrappper .contact-single .con-txt {
        margin-left: 0;
    }
    .contact-page-info-wrappper:before {
        background-position: center;
    }
    .banner-headings h2 {
        font-size: 35px !important;
        margin-bottom: 0 !important;
    }
    .our-services {
        width: 90% !important;
    }
    .our-services .service-inner-wrapper.slick-slide {
        margin: 0px 5px;
    }
    .single-ser-main-image img {
        height: 250px;
    }
    .single-ourservices .single-services-titles h2, .single-ourservices .single-services-titles h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .singleservices-txct-wrapper p:last-child {
        margin-bottom: 30px;
    }
    .singleservices-txct-wrapper img {
        margin-bottom: 30px;
    }
    .ah_helpYouMore_sec {
        margin-top: 0px;
    }
    .ah_helpYouMore_sec .row {
        position: relative;
        padding: 50px 0px;
        min-height: 400px;
    }
}
@media only screen and (max-width:640px){
    .banner-headings h2 {
        font-size: 23px;
        margin-bottom: 10px;
        line-height: inherit;
    }
    .banner-headings h4 {
        font-size: 14px;
    }
    .main-banner {
        min-height: 280px;
    }
    .testi-headings h2 {
        font-size: 18px;
    }
    .testi-headings h4 {
        font-size: 12px;
    }
    .solution-btn a {
        padding: 10px 10px;
    }
    .solution-wrapper, .feature-services-section-wrapper {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .service-icon a{
        margin-left: 11px;
        margin-top: 0px;
    }
    .cta-text h2 {
        font-size: 25px;
    }
    .cta-text p {
        font-size: 18px;
    }
    .cta-button a {
        font-size: 15px;
        padding: 15px 20px;
    }
    .vidPlaySec .elementor-widget-wrap .vidPlayBtn img {
        width: 50px;
    }
    .wwaRightSec h2 {
        font-size: 18px;
    }
    .yearsOfExperiance .elementor-widget-container {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-page-imgg img {
        width: 100%;
        height: 380px;
    }
    .service-page-inneer-txt {
        padding: 28px 9px 85px 9px;
    }
    /* Contact Us Section */
    .contact-page-info-wrappper > h2 {
        font-size: 25px;
    }
    .contact-small-image > .elementor-widget-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    body .contact-form-row-wrapper input#gform_submit_button_1 {
        padding-left: 20px !important;
        padding-right: 20PX !important;
    }
    .contact-small-image {
        margin-top: 10px;
    }
    .contact-page-info-wrappper .con-icon i {
        font-size: 22px;
    }
    .contact-page-info-wrappper .con-icon {
        width: 54px;
        height: 54px;
    }
    .single-ourservices .single-services-titles {
        margin-bottom: 20px;
    }
    .singleservices-txct-wrapper h2, .ah_helpYouMore_sec h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .ah_helpYouMore_sec .row p {
        margin-bottom: 0;
    }
    .singleservices-txct-wrapper > .row {
        margin-top: 10px;
    }
    .yearsOfExperiance .elementor-widget-container b {
        font-size: 24px;
        margin-right: 3px;
    }
    .yearsOfExperiance .elementor-widget-container span {
        font-size: 12px;
        height: auto !important;
    }
}
@media only screen and (max-width:575px){}
@media only screen and (max-width:480px){}
@media only screen and (max-width:320px){}
@media only screen and (max-width:320px){}

/* 404 Page */
@media (max-width: 1199px){
    section.error-404.not-found .not_found_inner {
        max-width: 100%;
    }    
    section.error-404.not-found{
        background-image:none;
    }  
}
@media (max-width: 991px){
    header.mainHeader {
    top: 100px !important;
}
.error-404.not-found h1 {
    font-size: 150px;
    line-height: 1;
    margin: 30px 0;
    font-weight: 800;
}
section.error-404.not-found {
    padding: 100px 0px;
    height: 100%;
}
}
@media (max-width: 767px){
.error-404.not-found h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
}
.page-header p {
    font-size: 16px !important;
}
.singleservices-txct-wrapper h2, .ah_helpYouMore_sec h2 {
    font-size: 22px !important;
    line-height: inherit;
    margin-bottom: 2rem;
}
}
@media (max-width: 575px){
header.mainHeader {
    top: 140px !important;
}
section.error-404.not-found .not_found_inner {
    max-width: 100%;
    margin-bottom: 60px;
}

.page-header p {
    font-size: 14px !important;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.page-content .return_home {
    padding: 15px 20px !important;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px !important;
    text-decoration: none !important;
    transition: 0.5s;
}
}
@media (max-width: 350px){
  .error-404.not-found h1 {
    font-size: 100px;
    line-height: 1;
    margin: 30px 0;
    font-weight: 800;
}  
.error-404 h1.page-title span {
    font-size: 100px;
    line-height: 1;
    font-weight: 800;
}
}
.ah_d_none {
    display: none !important;
}
/*.ah_new_vid_sec .e-hosted-video {*/
/*    width: 100%;*/
/*    height: 800px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    position: relative;*/
/*}*/

.ah_new_vid_sec .e-hosted-video video.elementor-video {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    height: 800px;
    object-fit: cover;
}
.error404 #masthead {
    display: flex !important;
    position: relative !important;
}
.error-404.not-found {
    height: 80vh;
}
.wwaRightSec ul li {
    position: relative;
    list-style: initial;
    list-style-type: "-";
    padding-left: 15px;
}

.wwaRightSec ul {
    position: relative;
    color: black;
    padding-left: 8px;
}
.banner-headings h3 {
    font-size: 45px;
    color: white;
}
.singleservices-txct-wrapper p a {
    position: relative;
    background-color: #25b7b7;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 12px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    padding: 24px 40px;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 5px;
}

.singleservices-txct-wrapper p a:hover {
    box-shadow: 0 0 13px 1px #8383838c;
    color: black;
    background-color: white;
}
.ah_helpYouMore_sec a {
    display: inline-block;
    width: auto !important;
}
.ah_cus_txt p {
    margin: 0;
    font-size: 18px;
}
span.gform_description p {
    font-size: 16px;
    text-transform: none;
}
.service-page-inneer-txt > div {
    min-height: 65px;
}
div#wwa_img, .wcu_img  {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div#wwa_img div, .wcu_img div {
    height: 100%;
}
div#wwa_img img, .wcu_img img {
    height: 100% !important;
    object-fit: cover;
}
.testimonials-section {
    display: none;
}
.ah_new_vid_sec {display: none !important;}