/*!
Theme Name: RFP Success Express 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: rfpsuccessexpress-child
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/
*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

p {
    margin: 0px !important;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button,
select {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Poppins' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Poppins' !important;
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: disc;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.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;
    padding: 100px 0px;
    padding-top: 150px;
    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;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #FF570D;
    margin: 30px 0;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #3D7CFF;
}

.error-404 .content_btn a {
    background: #1F5BD6 !important;
    color: #fff !important;
}

.error-404 .content_btn a:hover {
    background: #ff570d !important;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}


/* Modal CSS */

.button-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.button-div .btn.submit-btn {
    padding: 10px 60px !important;!i;!;
}

.input-boxes{
	 display: flex;
    justify-content: space-evenly;
    margin: 20px;
}
.modal-header {
    justify-content: end !important;
    padding: 0 !important;
}

.text-black {
    color: #252525 !important;
    margin-top: 15px !important;
}
    .modal-body {
      text-align: center;
    }
.modal-content {
    border-radius: 40px !important;
    background-image: url("/wp-content/uploads/2024/11/bg-email.png");
    background-repeat: no-repeat;
    /* background: linear-gradient(180deg, #f8f9fa, #e9ecef); */
    background-size: cover;
    padding: 2rem;
}
.form-control {
    padding: 12px !important;
    border-radius: 10px !important;
    border-color: transparent !important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 44px !important;
    font-weight: 700 !important;
}
    .email-input {
      margin: 1rem 0;
    }
.submit-btn {
    background-color: #1F5BD6 !important;
    color: white;
    border-radius: 10px !important;
    padding: 10px 30px !important;
}
.close-btn {
    background: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    padding: 9px 12px;
}

/*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: right;
    margin: 0px;
}

#primary-menu li {
    display: inline-block;
    margin: 0 15px;
}

#primary-menu li:first-child {
    margin-left: 0px;
}

#primary-menu li:last-child {
    margin-right: 0px;
}

#primary-menu li a {
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    position: relative;
}

#primary-menu li:not(:last-child) a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 0%;
    height: 4px;
    background: #FF570D;
    transition: .5s all ease;
}

#primary-menu li:nth-child(1).current-menu-item a:before,
#primary-menu li a:hover:before,
.page-id-394 #primary-menu li.current-menu-item a:before {
    width: 100%;
}

.page-id-394 #primary-menu li.active a:before {
    width: 0%;
}

/* #primary-menu li.current-menu-item a:before */
#primary-menu li:last-child a {
    background-color: #FF570D;
    padding: 13px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#primary-menu li:last-child a:hover {
    background-color: #3D7CFF;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.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;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: block !important;
    height: auto !important;
}

#mml {
    padding: 10px 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: fixed;
    min-height: 49px;
    width: 95%;
    top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(213, 224, 247, 0.5);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

#mmb {
    position: absolute;
    width: 30px;
    height: 50px;
    margin-top: 15px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ff570d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 23px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 32px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 34px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0px;
}

#mm li a:before {
    display: none;
}

#mm #primary-menu {
    background: #FFFFFF;
    box-shadow: 0px 30px 30px rgba(213, 224, 247, 0.5);
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    word-wrap: break-word;
    text-align: center;
}

#mm #primary-menu li:last-child {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

#mm #primary-menu li:last-child a {
    background-color: #FF570D;
    padding: 13px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#mm #primary-menu li:last-child a:hover {
    background-color: #1F5BD6;
}

#mm #primary-menu a:hover {
    background-color: #ff570d;
    color: #fff;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #0b204d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

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

}

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

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







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

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

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


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

.tinv-header {
    display: none;
}

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





.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 */




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


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


/*Header*/

header#masthead {
    margin-top: 20px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

header#masthead .row {
    padding: 13px 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(213, 224, 247, 0.5);
    border-radius: 200px;
    align-items: center;
}

/*Header End*/

/*Footer */
footer#colophon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60.74%, #1F5BD6 180.57%);
}

.footer1 {
    text-align: center;
}

ul#menu-footer {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    border-bottom: 1px solid #ADADAD;
}

ul#menu-footer li {
    display: inline-block;
    margin: 0px 30px;
}

ul#menu-footer li a {
    color: #252525;
    letter-spacing: 0.1em;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
}

ul#menu-footer li a:hover,
ul#menu-footer li:nth-child(1).current-menu-item a,
.page-id-394 ul#menu-footer li.current-menu-item a {
    color: #FF570D;
}

p.copyright {
    padding: 30px 0px;
    text-align: center;
    color: #252525;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

p.copyright a {
    color: #FF570D;
    text-transform: uppercase;
    font-weight: 600;
}

p.copyright a:hover {
    color: #252525;
}

/*Footer End */
.content_head h1 {
    font-family: 'Sofia Sans' !important;
    background: linear-gradient(180deg, rgba(31, 91, 214, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 250.182px;
    line-height: 180px;
    white-space: nowrap;
    text-align: center !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 146px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.content_head h2 {
    color: #252525 !important;
    font-weight: 700 !important;
    font-size: 44px;
    line-height: 50px;
}

.content_head h2 span {
    color: #1F5BD6;
}

.content_head h3 {
    position: relative;
    display: inline-block;
    color: #FF570D !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
}

.para_14 p,
.para_14 .elementor-widget-container {
    font-family: 'Poppins' !important;
    color: #777777 !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 28px;
}

strong {
    color: #252525;
}

.para_16 p,
.para_16 .elementor-widget-container {
    font-family: 'Poppins' !important;
    color: #777777 !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 30px;
}

.para_20 p,
.para_20 .elementor-widget-container {
    font-family: 'Poppins' !important;
    color: #777777 !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 30px;
}

.sec_one::before {
    content: '';
    position: absolute;
    left: -200px;
    width: 451px;
    height: 451px;
    top: -212px;
    background: #1F5BD6;
    opacity: 0.4;
    filter: blur(200px);
    z-index: -1;
    border-radius: 50%;
}

.sec_one::after {
    content: '';
    position: absolute;
    right: -200px;
    width: 451px;
    height: 451px;
    top: -212px;
    background: #1F5BD6;
    opacity: 0.4;
    filter: blur(200px);
    z-index: -1;
    border-radius: 50%;
}

.sec_two {
    padding-top: 200px;
}

.sec_two .content_head h2 {
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 65px;
    line-height: 70px;
}

.sec_two .content_head h3 {
    font-weight: 400 !important;
}

.sec_two .content_head h3:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #FF570D;
}

.sec_two .para_14 {
    width: 85% !important;
    margin: auto;
}

.sec_two .para_14 .elementor-widget-container,
.sec_two .para_14 p {
    text-transform: capitalize;
}

.sec_two_inner_sec {
    position: relative;
    padding-top: 50px;
}

.para_36 p,
.para_36 .elementor-widget-container {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    color: #252525;
}

.para_36 p span,
.para_36 .elementor-widget-container span {
    font-weight: 600;
}

.para_30 p,
.para_30 .elementor-widget-container {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #252525;
    padding: 7px 0 0 10px;
}

.para_30 p:before,
.para_30 .elementor-widget-container:before {
    content: '';
    position: absolute;
    background: #FF570D;
    border-radius: 0px 5px 5px 0px;
    width: 5px;
    height: 56px;
    top: 0px;
    left: 0;
}

.sec_two_inner_sec .para_36 p,
.sec_two_inner_sec .para_36 .elementor-widget-container {
    padding-right: 60px;
}

.sec_two_inner_sec .rfp-list {
    padding-top: 30px;
}

.sec_two_inner_sec .rfp-list span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    color: #252525;
}

.sec_three {
    padding-top: 70px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter_box {
    padding: 50px 30px;
    border-radius: 400px;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    width: 350px !important;
    height: 350px;
}

.counter_box figure.elementor-image-box-img {
    width: 100px !important;
    height: 100px;
    background: #ff570d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    border-radius: 50%;
    margin-bottom: 30px !important;
}

.counter_box h3 {
    color: #252525 !important;
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.counter_box p {
    color: #777777 !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 24px;
}

.sec_four {
    padding: 70px 0px;
}

.sec_four .col-right {
    padding-left: 30px;
}

.listing span svg {
    width: 6px !important;
    fill: #ff570d !important;
    position: relative;
    top: 7px;
}

.listing li span {
    font-family: 'Poppins' !important;
    color: #777777 !important;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 30px;
}

.listing li:not(:last-child) {
    margin-bottom: 10px;
}

.sec_four .col-left .img::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 304px;
    height: 304px;
    background: #1F5BD6;
    opacity: 0.4;
    filter: blur(200px);
    z-index: -1;
    border-radius: 50%;
}

.sec_five {
    padding-top: 50px;
    background: #1F5BD6;
    padding-bottom: 48px;
    border-radius: 0px 0px 0px 200px;
}

.sec_five:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 50px;
    background: url('/wp-content/uploads/2024/09/Topographic.png');
    width: 252px;
    height: 527px;
}

.sec_five .content_head h3,
.sec_five .content_head h2 {
    color: #fff !important;
}

.sec_five .content_head h2 {
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.sec_five .para_14 .elementor-widget-container,
.sec_five .para_14 p,
.sec_five .para_16 .elementor-widget-container,
.sec_five .para_16 p {
    color: #fff !important;
    font-weight: 300 !important;
}

.content_btn a {
    font-family: 'Poppins' !important;
    all: unset;
    background-color: #fff !important;
    padding: 13px 35px;
    border-radius: 10px;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}

.content_btn a:hover {
    background-color: #FF570D !important;
    color: #fff !important;
}

.sec_five .box figure.elementor-image-box-img {
    width: 60px !important;
}

.sec_five .box p.elementor-image-box-description {
    display: none;
}

.sec_five .box h3 {
    color: #fff !important;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.sec_five .img {
    position: absolute;
    top: -80px;
    right: 0;
}

.sec_five .img img {
    width: 100%;
    height: 547px !important;
}

.last-col {
    padding-top: 70px;
    padding-left: 20px;
}

.sec_six {
    padding: 70px 0px;
}

.sec_six .para_16 {
    width: 70% !important;
    margin: auto;
}

.video_sec,
.video_sec>div,
.video_sec video,
.video_sec iframe {
    height: 580px !important;
    border-radius: 40px;
}

.video_sec>div {
    width: 85%;
    margin: auto;

}

.video_sec {
    margin-bottom: 40px !important;
}

.video_sec:before {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 348px;
    height: 359px;
    background-image: url(/wp-content/uploads/2024/09/orange_vector.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.video_sec:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 451px;
    height: 451px;
    background: #FF570D;
    opacity: 0.4;
    filter: blur(200px);
    z-index: -1;
    border-radius: 50%;
}


.circle_percent {
    font-size: 200px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #f0f0f0;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #FF570D;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #FF570D;
    content: "";
}

.percent_more1:after,
.round_per1 {
    background: #1DC624 !important;
}

.percent_more2:after,
.round_per2 {
    background: #9E9E9E !important;
}

.circle_inbox {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: #fff;
    box-shadow: 0px 4.82978px 12.0744px rgba(0, 0, 0, 0.13);
    z-index: 1;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-family: 'Poppins';
    font-size: 33px;
    font-weight: 700;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.circle_text .elementor-widget-container,
.circle_text p {
    font-family: 'Poppins' !important;
    color: #252525;
    font-weight: 500;
    font-size: 24.1489px;
    line-height: 36px;
    text-align: center;
}

.sec_six .para_20 {
    width: 80% !important;
    margin: 40px auto;
}

.sec_seven {
    padding: 70px 0px;
}

.sec_seven::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1F5BD6;
    width: 97%;
    margin: auto;
    height: 400px;
    border-radius: 60px;
}

.sec_seven .content_head h3 {
    color: #fff !important;
}

.sec_seven .content_head h2 {
    color: #fff !important;
    font-size: 28px;
    width: 95%;
}

.sec_seven .para_20 .elementor-widget-container,
.sec_seven .para_20 p {
    color: #fff !important;
    line-height: 40px;
}

.sec_seven .inner_box {
    margin-top: 15px;
}

.sec_seven .inner_box .elementor-widget-wrap.elementor-element-populated {
    padding: 0px 15px;
}

.sec_seven .box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
}

.sec_seven .box figure.elementor-image-box-img {
    width: 88px !important;
    height: 88px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sec_seven .box h3 {
    text-transform: capitalize;
    color: #ff570d !important;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 30px;
}

.sec_seven .box h3 span {
    font-family: 'BrushScriptOpti' !important;
    color: #1F5BD6 !important;
    font-size: 24px;
}

.sec_seven .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
}

.sec_seven .box h3 b {
    background: rgba(255, 87, 13, 0.09);
    box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px;
    margin-left: 3px;
    font-size: 12px;
    line-height: 18px;
}

.sec_eight {
    padding-bottom: 70px;
}

.sec_eight:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 750px;
    background: url(/wp-content/uploads/2024/09/industries-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.our-industries .box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    opacity: 0.9;
    box-shadow: 6px -4px 45px -20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 215px;
    transition: .5s all ease;
}

.our-industries .slick-list {
    margin: 0px -14px;
}

.our-industries .slick-slide {
    margin: 0px 14px;
}

.our-industries .slick-slide>div:nth-child(1) {
    margin-bottom: 28px;
}

.our-industries .box .img {
    width: 100px;
    height: 100px;
    border-radius: 500px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .5s all ease;
}

.our-industries .box .img img {
    /* width: 68px;
    height: 68px; */
    object-fit: contain;
    filter: brightness(0);
    transition: .5s all ease;
}

.our-industries .box h3 {
    color: #777777;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 75%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
}

.our-industries .slick-slide:nth-child(even) {
    margin-top: 80px;
}

.our-industries {
    margin-top: 30px;
}

.our-industries .box:hover {
    background-color: #fff;
    box-shadow: 6px -4px 45px -20px rgba(0, 0, 0, 0.15);
}

.our-industries .box:hover .img {
    background: #FFF0E9;
}

.our-industries .box:hover .img img {
    filter: none;
}

.our-industries .box:hover h3 {
    color: #252525;
    font-weight: bold;
}

ul.slick-dots {
    bottom: -70px !important;
}

.slick-dots li button {
    padding: 0px !important;
    width: 10px !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
    width: 10px !important;
    opacity: 1 !important;
    color: #DBDBDB !important;
}

.slick-dots li {
    width: 10px !important;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li:hover,
.slick-dots li:hover button {
    width: 20px !important;
    margin: 0px !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    font-size: 20px !important;
    width: 20px !important;
    color: #ff570d !important;
}

.progress-container {
    width: 55%;
    margin: auto;
    margin-bottom: 50px;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    top: 0px;
}

.sec_nine {
    padding-top: 50px;
    padding-bottom: 40px;
}

.sec_nine::before {
    content: '';
    position: absolute;
    left: -200px;
    width: 451px;
    height: 451px;
    bottom: -190px;
    background: #1F5BD6;
    opacity: 0.4;
    filter: blur(200px);
    border-radius: 50%;
    z-index: -1;
}

.sec_nine::after {
    content: '';
    position: absolute;
    right: -150px;
    width: 451px;
    height: 451px;
    bottom: 200px;
    background: #1F5BD6;
    opacity: 0.4;
    filter: blur(200px);
    border-radius: 50%;
    z-index: -2;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1F5BD6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(31, 91, 214, 0.3);
    position: relative;
    transition: .5s all ease;
}

.step-number:hover {
    background-color: #ff570d;
}

.step-indicator .step-number:not(:first-child):before {
    content: '';
    position: absolute;
    left: -265px;
    background: #E4EDFF;
    width: 250px;
    height: 6px;
    border-radius: 40px;
}

.step-number.active:nth-child(2):before,
.step-number.active:nth-child(3):before,
.step-number.active {
    background-color: #ff570d;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.step {
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    padding: 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.step_box:before {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 348px;
    height: 359px;
    background-image: url(/wp-content/uploads/2024/09/orange_vector.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: -1;
}

.step_box .content_head h2 {
    font-size: 30px;
    line-height: 40px;
}

.step_box .content_btn a {
    background: #1F5BD6 !important;
    color: #fff !important;
}

.step_box .content_btn a:hover {
    background: #ff570d !important;
}

.step_box .img img {
    height: 600px !important;
    object-fit: contain;
    object-position: right;
}

.step_box .box {
    margin-bottom: 10px !important;
}

.step_box .box figure.elementor-image-box-img {
    width: 40px !important;
}

.step_box .box p.elementor-image-box-description {
    display: none;
}

.step_box .box h3 {
    color: #252525 !important;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.sec_ten {
    padding: 70px 0px;
}

.sec_ten:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 87, 13, 0.19) 47.14%, rgba(255, 255, 255, 0) 117.85%);
    width: 100%;
    height: 700px;
}

.price_box .elementor-price-table__additional_info {
    display: none;
}

.price_box .elementor-price-table {
    box-shadow: 0px 20px 40px rgba(121, 121, 121, 0.1);
    border-radius: 20px;
    background: #FFFFFF;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}


.price_box .elementor-price-table:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background: #F3F7FF;
    border-radius: 0 22px 0 100%;
    z-index: -1;
}

.price_box .elementor-price-table:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 80px;
    background: #FF570D;
    border-radius: 0 100% 0 20px;
    z-index: -1;
}

.price_box .elementor-price-table__header {
    background: transparent !important;
    padding: 0px !important;
}

.price_box .elementor-price-table__header h3 {
    color: #FF570D !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.price_box .elementor-price-table__price {
    padding: 15px 0px !important;
    padding-bottom: 10px !important;
    justify-content: left !important;
}

.price_box .elementor-price-table__price span {
    color: #252525 !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 40px !important;
    font-family: 'Poppins' !important;
}

.price_box .elementor-price-table__price span span {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.price_box span.elementor-price-table__period.elementor-typo-excluded {
    color: #8F8F8F !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-decoration-line: line-through;
}

.price_box ul.elementor-price-table__features-list {
    text-align: left !important;
    height: 260px;
}

.price_box ul.elementor-price-table__features-list li>div {
    margin: 0px !important;
    display: flex;
}

.price_box ul.elementor-price-table__features-list li:before {
    display: none !important;
}

.price_box ul.elementor-price-table__features-list li>div svg {
    width: 6% !important;
    display: block !important;
    position: relative;
    top: 6px;
}

.price_box ul.elementor-price-table__features-list li {
    list-style: none;
}

.price_box ul.elementor-price-table__features-list li span {
    font-family: "poppins" !important;
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 94%;
}

.price_box ul.elementor-price-table__features-list li span h3 {
    text-transform: capitalize;
    color: #ff570d !important;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 30px;
}

.price_box ul.elementor-price-table__features-list li span h3 span {
    font-family: 'BrushScriptOpti' !important;
    color: #1F5BD6 !important;
    font-size: 24px;
}

.price_box ul.elementor-price-table__features-list li:not(:last-child) {
    margin-bottom: 10px;
}

.price_box .elementor-price-table .elementor-price-table__footer {
    padding: 20px 0;
    text-align: center;
}

.price_box a.elementor-price-table__button {
    all: unset;
    background-color: #1f5bd6 !important;
    padding: 13px 50px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}

.price_box a.elementor-price-table__button:hover {
    background-color: #ff570d !important;
}

.inner_price_box {
    margin-top: 30px;
}

.sec_eleven {
    padding: 70px 0px;
    margin-bottom: 310px;
}

.sec_eleven:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 585px;
    background: url(/wp-content/uploads/2024/09/Testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 200px;

}

.sec_eleven .content_head h3 {
    padding-top: 50px;
}

.sec_eleven .content_head h3,
.sec_eleven .content_head h2 {
    color: #fff !important;
}

.testimonials_box {
    text-align: right;
}

.testimonials_box .box {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    height: 340px;
    width: 355px;
    display: inline-block;
    text-align: left;
}

.testimonials_box .img,
.testimonials_box .img .content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials_box .img .content {
    justify-content: space-between;
    width: 100%;
}

.testimonials_box .img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials_box .img .content img {
    width: auto;
    height: auto;
    border-radius: 0%;
}

.testimonials_box .content h3 {
    color: #252525 !important;
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}

.testimonials_box .content h5 {
    color: #1F5BD6 !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}

.testimonials_box .box .text img {
    margin: 15px 0px;
}

.testimonials_box .box .text p {
    color: #777777 !important;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 24px;
}

.testimonials_box .box:nth-child(2) {
    position: relative;
    top: 100px;
    margin-left: 45px;
}

.testimonials_box .box:nth-child(3) {
    position: absolute;
    bottom: -220px;
    left: -330px;
}

.testimonials_box .box:nth-child(4) {
    position: absolute;
    bottom: -300px;
    left: 80px;
}

/*Contact*/
.contact_sec {
    padding: 20px 0px;
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50px;
}

.contact-form {
    padding: 30px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    border-radius: 40px;
    width: 85% !important;
    margin: auto;
}

div#gform_wrapper_1 input,
div#gform_wrapper_1 select,
div#gform_wrapper_1 textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 16px 20px;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

div#gform_wrapper_1 select {
    background-image: url(/wp-content/uploads/2024/09/arrow-down.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    appearance: none;
}

div#gform_wrapper_1 textarea {
    height: 185px;
    outline: 0;
    resize: none;
}

div#gform_wrapper_1 ::placeholder {
    color: #777777;
}

div#gform_wrapper_1 li {
    margin-bottom: 15px !important;
}

div#gform_wrapper_1 div {
    margin-top: 0px;
}

.validation_error {
    display: none;
}

div#gform_wrapper_1 li.gfield.gfield_error {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
}

.validation_message {
    display: none;
}

.gform_confirmation_message {
    border: 1px solid #ff570d;
    margin: 200px 0px;
    display: inline-block;
    padding: 15px 20px;
    color: #ff571d;
}

.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;
}

.contact-form div#gform_wrapper_1 .gform_body.gform-body .gfield.gfield--width-half.gfield_error input {
    border: none !important;
    border: 1px solid #c02b0a !important;
}

div#gform_1_validation_container {
    display: none;
}

body img.gform_ajax_spinner {
    display: none !important;
}

div#gform_wrapper_1 {
    margin-top: 0px;
}

div#gform_wrapper_1 input#gform_submit_button_1 {
    all: unset;
    background-color: #1f5bd6 !important;
    padding: 13px 60px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    transition: .5s all ease;
}

div#gform_wrapper_1 input#gform_submit_button_1:hover {
    background-color: #ff570d !important;
}

.gform_footer.before {
    justify-content: center;
}

.terms_page {
    padding-bottom: 50px;
}

/*Contact End*/

@media (max-width: 1600px) {
    .contact_sec {
        background-position: center 100px;
    }

    .step_box .img img {
        height: 500px !important;
    }
}

@media (max-width: 1399px) {
    .step_box:before {
        right: -40px;
        bottom: -40px;
    }
}

@media (max-width: 1199px) {
    .mm {
        top: 10px;
    }

    .mm,
    #mm {
        display: block;
    }

    header#masthead {
        display: none;
    }

    ul#menu-footer li a:hover {
        color: #252525;
    }

    .site-branding {
        text-align: center;
    }

    .content_head h1 {
        font-size: 180px;
        line-height: 140px;
        top: 125px;
    }

    .sec_two {
        padding-top: 180px;
    }

    .sec_two .content_head h2 {
        font-size: 55px;
        line-height: 60px;
    }

    .sec_two .para_14 {
        width: 90% !important;
    }

    .sec_two_inner_sec {
        padding-top: 30px;
    }

    .sec_two_inner_sec .para_36 p,
    .sec_two_inner_sec .para_36 .elementor-widget-container {
        padding-right: 50px;
    }

    .para_36 p,
    .para_36 .elementor-widget-container {
        font-size: 28px;
    }

    .sec_two_inner_sec .rfp-list span {
        font-size: 20px;
        line-height: 30px;
    }

    .counter_box h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .counter_box {
        padding: 40px 20px;
        width: 320px !important;
        height: 320px;
    }

    .sec_three {
        padding-bottom: 40px;
    }

    .content_head h3 {
        letter-spacing: 0.1em;
        font-size: 14px;
    }

    .content_head h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .listing li span,
    .para_16 p,
    .para_16 .elementor-widget-container,
    .para_14 p,
    .para_14 .elementor-widget-container,
    .sec_seven .para_20 .elementor-widget-container,
    .sec_seven .para_20 p {
        line-height: 26px;
    }

    .sec_four .col-right {
        padding-left: 15px;
    }

    .sec_five .img {
        top: -60px;
    }

    .sec_five .img img {
        height: 525px !important;
    }

    .last-col {
        padding-top: 30px;
        padding-left: 15px;
    }

    .sec_five .box h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .sec_six {
        padding: 50px 0px;
    }

    .video_sec,
    .video_sec>div,
    .video_sec video,
    .video_sec iframe {
        height: 500px !important;
        border-radius: 20px;
    }

    .sec_six .para_20 {
        margin: 30px 50px;
    }

    .para_20 p,
    .para_20 .elementor-widget-container {
        font-size: 16px;
        line-height: 28px;
    }

    .circle_text .elementor-widget-container,
    .circle_text p {
        font-size: 20px;
        line-height: 30px;
    }

    .sec_seven,
    .sec_ten {
        padding: 50px 0px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 960px !important;
    }

    .sec_seven .box {
        padding: 20px;
    }

    .sec_seven .content_head h2 {
        font-size: 32px;
        width: 90%;
    }

    .our-industries .box h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .sec_eight {
        padding-bottom: 50px;
    }

    .step-indicator .step-number:not(:first-child):before {
        width: 170px;
        left: -185px;
    }

    .step {
        padding: 25px;
    }

    .step_box .content_head h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .step_box .para_14 p,
    .step_box .para_14 .elementor-widget-container {
        line-height: 20px;
    }

    .step_box .box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .step_box:before {
        right: -10px;
        bottom: -10px;
        width: 200px;
        height: 200px;
    }

    .price_box .elementor-price-table:before {
        width: 100px;
        height: 100px;
    }

    .price_box span.elementor-price-table__period.elementor-typo-excluded,
    .price_box ul.elementor-price-table__features-list li span {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .price_box .elementor-price-table {
        padding: 40px 20px;
    }

    .testimonials_box .box {
        width: 280px;
        padding: 20px;
        height: 387px;
    }

    .testimonials_box .img {
        display: block;
    }

    .testimonials_box .content {
        margin-top: 10px;
    }

    .testimonials_box .box .text img {
        margin: 5px 0px;
    }

    .testimonials_box .box:nth-child(2) {
        top: 50px;
        margin-left: 25px;
    }

    .testimonials_box .box:nth-child(3) {
        bottom: -260px;
        left: -260px;
    }

    .testimonials_box .box:nth-child(4) {
        bottom: -350px;
        left: 50px;
    }

    .sec_eleven {
        padding: 50px 0px;
        margin-bottom: 380px;
    }

    ul#menu-footer li {
        margin: 0px 10px;
    }

    .listing span svg {
        top: 5px;
    }

    .sec_ten {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .site-branding img {
        height: 50px;
        object-fit: contain;
    }

    #mmb {
        margin-top: 8px;
    }

    #mml {
        padding: 5px 15px;
    }

    .content_head h1 {
        font-size: 140px;
        line-height: 100px;
    }

    .sec_two .content_head h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .listing li span,
    .para_16 p,
    .para_16 .elementor-widget-container,
    .para_14 p,
    .para_14 .elementor-widget-container,
    .sec_seven .para_20 .elementor-widget-container,
    .sec_seven .para_20 p {
        line-height: 24px;
    }

    .counter_box figure.elementor-image-box-img {
        width: 60px !important;
        height: 60px;
        margin-bottom: 15px !important;
    }

    .counter_box figure.elementor-image-box-img img {
        width: 40px;
    }

    .counter_box h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .counter_box {
        padding: 20px 30px;
        width: 100% !important;
        height: 235px;
    }

    .counter_box p {
        line-height: 22px;
    }

    .sec_two {
        padding-top: 160px;
    }

    .para_36 p,
    .para_36 .elementor-widget-container {
        font-size: 20px;
        line-height: 32px;
    }

    .para_30 p,
    .para_30 .elementor-widget-container {
        font-size: 22px;
    }

    .sec_two_inner_sec .rfp-list span {
        font-size: 16px;
        line-height: 28px;
    }

    .sec_two_inner_sec .rfp-list span svg {
        width: 25px;
    }

    .sec_three {
        padding-bottom: 0px;
    }

    .content_head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .content_head h3 {
        letter-spacing: 0.05em;
    }

    .sec_four {
        padding-bottom: 30px;
    }

    .sec_five {
        padding-bottom: 0px;
    }

    .sec_five .elementor-col-33 {
        width: 50% !important;
    }

    .sec_five .elementor-col-33:first-child {
        width: 100% !important;
    }

    .sec_five {
        border-radius: 0px;
    }

    .sec_five .img {
        top: 10px;
        position: relative;
    }

    .sec_five .img img {
        height: 100% !important;
    }

    .last-col {
        padding-top: 0px;
        padding-left: 15px;
        align-items: end;
        padding-bottom: 50px;
    }

    .video_sec,
    .video_sec>div,
    .video_sec video,
    .video_sec iframe {
        height: 350px !important;
        border-radius: 20px;
    }

    .sec_seven .content_head {
        padding-left: 20px;
    }

    .sec_seven .content_head h2 {
        font-size: 28px;
    }

    .sec_seven .inner_box .elementor-col-25 {
        width: 50% !important;
    }

    .sec_seven .inner_box {
        width: 90% !important;
        margin: auto;
        margin-top: 15px;
    }

    .step-indicator .step-number:not(:first-child):before {
        width: 110px;
        left: -125px;
    }

    .step_box .content_head h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .listing span svg {
        top: 4px;
    }

    .step_box .box figure.elementor-image-box-img {
        width: 30px !important;
    }

    .price_box .elementor-price-table__price span {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .price_box ul.elementor-price-table__features-list li>div svg {
        width: 10% !important;
    }

    .price_box ul.elementor-price-table__features-list li span h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .price_box .elementor-price-table {
        padding: 30px 15px;
    }

    .price_box .elementor-price-table .elementor-price-table__footer {
        padding-bottom: 0;
    }

    .price_box .elementor-price-table:after {
        width: 70px;
        height: 40px;
    }

    .price_box .elementor-price-table:before {
        width: 70px;
        height: 70px;
    }

    .inner_price_box {
        margin-top: 0px;
    }

    .testimonials_box {
        text-align: left;
    }

    .testimonials_box .box {
        width: 70%;
        padding: 20px;
        height: auto;
    }

    .testimonials_box .box:nth-child(1) {
        position: relative;
        left: 50px;
    }

    .testimonials_box .box:nth-child(2) {
        top: -20px;
        margin-left: 29%;
    }

    .testimonials_box .box:nth-child(3) {
        bottom: unset;
        left: -58%;
        top: 180px;
    }

    .testimonials_box .box:nth-child(4) {
        bottom: unset;
        left: -39%;
        top: 72%;
    }

    .sec_eleven {
        padding: 50px 0px;
        margin-bottom: 110px;
    }

    ul#menu-footer,
    p.copyright {
        padding: 20px 0px;
    }

}

@media (max-width: 767px) {
	.icon-container img {
    display: none;
	}
	.modal-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
	}
	#otpModal img {
    display: none;
	}
	.modal-content{
		margin:10px;
	}
    br {
        display: none;
    }

    #mmb {
        margin-top: 5px;
    }

    .content_head h1 {
        font-size: 70px;
        line-height: 70px;
        top: 95px;
    }

    .sec_two {
        padding-top: 120px;
    }

    .sec_two .content_head h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .sec_two_inner_sec {
        padding-top: 0px;
    }

    .sec_two_inner_sec>div {
        flex-direction: column-reverse;
    }

    .para_36 p,
    .para_36 .elementor-widget-container {
        font-size: 18px;
        line-height: 30px;
    }

    .sec_two_inner_sec .para_36 p,
    .sec_two_inner_sec .para_36 .elementor-widget-container {
        padding-right: 0px;
    }

    .para_30 p:before,
    .para_30 .elementor-widget-container:before {
        height: 30px;
        bottom: 0;
        margin: auto;
    }

    .para_30 p,
    .para_30 .elementor-widget-container {
        font-size: 20px;
        padding: 0 0 0 8px;
    }

    .sec_two_inner_sec .rfp-list {
        padding-top: 0px;
    }

    .sec_three {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .counter_box h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .counter_box .elementor-widget-container {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .counter_box {
        padding: 20px 30px;
        width: 320px !important;
        height: 320px;
        margin: auto;
    }

    .sec_four .col-left {
        margin-bottom: 20px;
    }

    .sec_four .col-right {
        padding-left: 0px;
        padding: 0px 15px;
    }

    .sec_four {
        padding-bottom: 0px;
    }

    .sec_five,
    .sec_seven {
        text-align: center;
    }

    .sec_five .content_head h2 {
        margin-bottom: 0px;
    }

    .sec_five section>div .elementor-col-33:nth-child(2) {
        order: 1;
    }

    .sec_five .elementor-col-33 {
        width: 100% !important;
    }

    .last-col {
        padding-top: 30px;
        padding-left: 0px;
        align-items: end;
        padding-bottom: 0px;
    }

    .sec_six .para_16 {
        width: 100% !important;
        margin: auto;
    }

    .video_sec,
    .video_sec>div,
    .video_sec video,
    .video_sec iframe {
        height: 300px !important;
        border-radius: 20px;
    }

    .video_sec:before {
        width: 220px;
        height: 220px;
        right: 0px;
    }

    .sec_six .para_20 {
        margin: 30px 0px;
        width: 100% !important;
    }

    .percent_text {
        font-size: 26px;
    }

    .sec_seven .content_head {
        padding: 0px 10px;
    }

    .sec_seven .content_head h2 {
        font-size: 22px;
        width: 100%;
    }

    .sec_seven::before {
        border-radius: 30px;
    }

    .sec_seven .inner_box .elementor-col-25 {
        width: 100% !important;
    }

    .sec_seven .box .elementor-image-box-content {
        text-align: center;
    }

    .sec_seven .inner_box .elementor-widget-wrap.elementor-element-populated {
        padding: 0 5px;
    }

    .sec_seven .box h3 b {
        display: table;
        margin: 15px auto;
        padding: 10px;
    }

    ul.slick-dots {
        bottom: -50px !important;
    }

    .sec_eight {
        padding-bottom: 10px;
    }

    .step-indicator .step-number:not(:first-child):before {
        width: 60px;
        left: -75px;
    }

    .progress-container {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }

    .step .elementor-container.elementor-column-gap-default {
        flex-direction: column-reverse;
    }

    .step {
        padding: 15px;
    }

    .step_box .img {
        margin-bottom: 20px;
    }

    .step_box .img img {
        height: 100% !important;
    }

    .step_box .box .elementor-image-box-wrapper {
        text-align: left;
    }

    .step_box .box h3 {
        margin-top: 15px;
    }

    .price_box ul.elementor-price-table__features-list {
        height: auto;
    }

    .testimonials_box .box {
        width: 90%;
        left: 0px !important;
        top: 0 !important;
        position: relative !important;
        margin: auto !important;
        right: 0 !important;
        margin-top: 20px !important;
        display: block;
    }

    .sec_eleven .content_head h3 {
        padding-top: 0px;
    }

    .sec_eleven {
        padding: 50px 0px;
        margin-bottom: 0px;
    }

    ul#menu-footer li:not(:last-child) {
        margin-bottom: 15px;
    }

    ul#menu-footer li {
        display: block;
        margin: 0;
    }

    ul#menu-footer li a {
        font-size: 16px;
    }

    .sec_eleven:before {
        border-radius: 0px 0px 0px 100px;
        background-position: top;
    }
}