/*!
Theme Name: ARIE 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: arie
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;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #404040;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

p {
    margin: 0px !important;
}

a,
input,
select,
textarea,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Figtree' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Figtree' !important;
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    background-image: url(/wp-content/uploads/2020/10/404.jpg);
    background-size: cover;
}

.not_found_inner {
    max-width: 69.5%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}




/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: right;
    margin: 0;
}

#primary-menu li {
    display: inline-block;
    padding: 0 15px;
}

#primary-menu li a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

#primary-menu li a:hover,
#primary-menu li.current_page_item a,
.footer li.current_page_item a,
#primary-menu li.current-menu-item a {
    color: #e21f27;
}

.single-post #primary-menu li.current_page_parent a {
    color: #e21f27;
}

#primary-menu li:last-child {
    padding-right: 0px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: bold;
    position: absolute;
    right: -2px;
    top: 0px;
    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: #ededed;
    border-color: #ededed;
}

#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: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    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: 1.5px;
    width: 100%;
    background: #ffffff;
    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: 16px;
    -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: 26px;
    -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: 36px;
    -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: 11px;
    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: 39px;
    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;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/*  NAVBAR CSS ENDS */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1140px !important;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-slide-inner {
        max-width: 1140px;
        padding: 0 !important;
    }

    .swiper-slide-inner,
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        max-width: 1140px;
        padding: 0px !important;
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1202px !important;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1202px !important;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-slide-inner {
        max-width: 1202px;
        padding: 0 !important;
    }

    .swiper-slide-inner,
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        max-width: 1202px;
        padding: 0px !important;
    }
}



@media (max-width: 767px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }
}



/*Header*/
.home header#masthead {
    position: fixed;
}

header#masthead {
    padding: 9px 50px;
    position: sticky;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background: white;
}

header#masthead .row {
    align-items: center;
}


.En_btn .toggle {
    --width: 60px;
    --height: calc(var(--width) / 2);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.En_btn .toggle input {
    display: none;
}

.En_btn .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #e21f27;
    transition: all 0.4s ease-in-out;
    background: #e21f27;
}

.En_btn .toggle .slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.En_btn .toggle input:checked+.slider {
    border-color: #e21f27;
    background: #fff;
}

.En_btn .toggle input:checked+.slider::before {
    background-color: #e21f27;
    transform: translateX(calc(var(--width) - var(--height)));
}

.En_btn .toggle .labels {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
}

.En_btn .toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 10px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.En_btn .toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.En_btn .toggle input:checked~.labels::after {
    opacity: 0;
}

.En_btn .toggle input:checked~.labels::before {
    opacity: 1;
    color: #000;
}

div#trp-floater-ls {
    display: none;
}

.nav_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav_right nav#site-navigation {
    padding-right: 20px;
}

.nav_right .En_btn .toggle {
    margin-bottom: -5px !important;
}

.nav_right #primary-menu li a:hover,
#primary-menu li.current-menu-item>a,
#primary-menu li.current_page_parent.current_page_ancestor>a,
#primary-menu li.current-menu-parent>a {
    color: #e21f27;
}

#primary-menu>li:last-child a,
#primary-menu>li:nth-last-child(2) a {
    all: unset;
    border-radius: 5px;
    background: #ededed;
    padding: 10px 30px;
    text-align: center;
    color: #e21f27;
    cursor: pointer;
    line-height: 74px;
    border: 1px solid #ededed;
}

#primary-menu>li:last-child {
    padding-right: 0px;
}

#primary-menu>li:nth-last-child(2) a {
    background-color: #fff;
}

#primary-menu>li:last-child a:hover,
#primary-menu>li:nth-last-child(2) a:hover {
    background-color: #e21f27;
    color: #fff;
}

#primary-menu>li:nth-last-child(2) {
    padding-right: 0px;
}


/*Header End*/
.heading h1 {
    font-weight: 500 !important;
    font-size: 55px !important;
    line-height: 67px;
    color: #fff !important;
    letter-spacing: -2.2px;
}

.heading h2 {
    color: #404040 !important;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2.2px;
    font-weight: 500 !important;
}

.heading h3 {
    font-weight: bold !important;
    font-size: 36px;
    line-height: 43px;
    color: #000 !important;
}

.heading h4 {
    font-weight: 500 !important;
    font-size: 32px;
    line-height: 38px;
    color: #000 !important;
}

.heading h5 {
    font-weight: 500 !important;
    font-size: 28px;
    line-height: 34px;
    color: #000 !important;
}

.heading h6 {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 28px;
    color: #000 !important;
}

span.red {
    color: #e21f27;
}

.para p,
.para .elementor-widget-container {
    font-family: 'Figtree' !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.content_btn a {
    all: unset;
    background: #ededed !important;
    padding: 10px 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px;
    border-radius: 9px;
    position: relative;
    border: 1px solid #ededed;
    color: #e31e27 !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 200px !important;
    font-family: "Figtree" !important;
}

.content_btn a:hover {
    border-color: #e31e27 !important;
    background: #e31e27 !important;
    color: #fff !important;
}

/*Home Section One*/
.main_slider.home_silde span.elementor-button-icon.elementor-align-icon-right i {
    transform: rotate(90deg) !important;
    top: 2px;
    left: 2px;
}

.main_slider .elementor-slide-heading {
    margin-bottom: 20px !important;
    font-size: 70px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 70px !important;
    letter-spacing: -2.8px;
    font-family: "Figtree" !important;
    display: block;
}

.main_slider .elementor-slide-description {
    font-family: "Figtree" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    width: 500px;
}

.main_slider .swiper-slide-contents {
    margin-top: 70px !important;
}

.main_slider a.elementor-button.elementor-slide-button {
    all: unset;
    background: #ededed;
    padding: 10px 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 9px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    width: 200px;
    text-align: center;
    font-family: "Figtree" !important;
    color: #e31e27;
    text-transform: capitalize;
}

.main_slider a.elementor-button.elementor-slide-button span {
    display: none;
}

.main_slider a.elementor-button.elementor-slide-button i {
    font-weight: 500;
    font-family: "fontawesome";
    font-size: 16px;
    position: relative;
    top: 0;
}

.main_slider a.elementor-button.elementor-slide-button:hover {
    background: #e31e27;
    color: #fff;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    left: -6px;
    top: -6px;
}

span.swiper-pagination-bullet {
    margin: 0px 12px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    padding-left: 45px;
    bottom: 50px !important;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.home-sec-2 .heading h2 {
    color: #e21f27 !important;
    font-size: 60px;
    font-weight: 300 !important;
    letter-spacing: -2.7px;
}

.home-sec-2 .heading h6 {
    font-size: 16px;
}

.home-sec-1,
.home-sec-3,
.home-sec-8 {
    margin: 40px 0px;
}

.btn_img {
    margin-right: 10px;
}

.currancy-conversion {
    border-radius: 20px;
    background: #ffeff0;
    border: 1px solid #ffdbdc;
    padding: 55px 70px;
}

.currancy-conversion .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.currancy-conversion .wrapper .convertorsection {
    display: flex;
    align-items: center;
    width: 70%;
    gap: 15px;
    position: relative;
}

.currancy-conversion .wrapper .convertorsection::before {
    content: '';
    position: absolute;
    right: -27px;
    top: 0;
    width: 1px;
    height: 120px;
    background-color: #ffdbdc;
    bottom: 0px;
    margin: auto;
}

.currancy-conversion .wrapper p.note {
    position: absolute;
    left: 0px;
    bottom: -30px;
    font-size: 12px;
    line-height: 19px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}

.currancy-conversion .wrapper button.button {
    all: unset;
    background: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-family: "Figtree" !important;
    color: #e21f27 !important;
    text-transform: capitalize;
    transition: .5s all ease;
}

.currancy-conversion .wrapper button.button:hover {
    background: #e21f27 !important;
    color: #fff !important;
}

.currancy-conversion .wrapper .convertorsection .currency-control {
    width: 100%;
    position: relative;
}

.currency-control input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 45px;
    font-family: "Figtree" !important;
    font-size: 16px;
    color: #333;
}

.currency-list {
    display: flex;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

input[type=number]::-webkit-inner-spin-button {
    display: none;
}

.dropdown .currency-list .img {
    display: flex;
    align-items: center;
}

.currency-control.dropdown .currency-list {
    gap: 5px;
}

.currency-control.dropdown .arrow {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.currency-control.dropdown input {
    padding-left: 60px;
}

.currency-options {
    position: absolute;
    left: -5px;
    top: 30px;
    margin: 0px !important;
    background: #fff;
    width: auto;
    padding: 5px;
}

.currancy-conversion .swap_icon a {
    display: flex;
    align-items: center;
}

.currency-options li img {
    cursor: pointer;
}

.home-sec-4 {
    padding: 50px 0px;
    margin-bottom: 180px;
}

.home-sec-4 .heading h6 {
    margin-bottom: 30px !important;
    width: 85%;
}

.home-sec-4 .heading h2,
.home-sec-4 .heading h6 {
    color: #fff !important;
}

.home-sec-4 .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.our_consumer,
.our_business {
    margin-top: 20px;
    margin-bottom: 40px;
}

.our_consumer .row {
    width: 100%;
    margin: auto;
}

.our_consumer .box {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 40px 25px;
    max-width: 31.91% !important;
}

.our_consumer .box:nth-child(2) {
    margin: 0px 25px;
}

.our_consumer .box .img {
    width: 79px;
    height: 79px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.our_consumer .box .heading h6 {
    line-height: 30px;
}

.our_consumer .box .content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 104px;
    margin-bottom: 20px !important;
}

.our_consumer .box .content a {
    font-weight: 500;
    font-size: 16px;
    color: #e21f27;
}

.our_consumer .box .content a:hover {
    color: #000;
}

.our_business .box .img {
    margin-bottom: 20px;
}

.our_business .box .img img {
    width: 100%;
    height: 275px;
    border-radius: 20px;
    object-fit: cover;
}

.our_business .box .heading h6 {
    line-height: 30px;
}

.our_business .box .content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 20px !important;
    width: 85%;
}

.our_business .box .content a {
    font-weight: 500;
    font-size: 16px;
    color: #e21f27;
}

.our_business .box .content a:hover {
    color: #000;
}

.home-sec-6>div {
    padding: 10px;
}

.home-sec-6 .left>div,
.home-sec-6 .right>div {
    padding: 100px 0px 100px 50px !important;
}

.home-sec-6 .right>div {
    border-radius: 0px 20px 20px 0px;
}

.home-sec-6 .heading h2 {
    color: #fff !important;
}

.slick-slider {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px;
}

ul.slick-dots {
    bottom: -40px;
    left: 10px
}

.slick-dots li button:before {
    font-size: 10px !important;
    opacity: 1 !important;
    color: #b1b1b1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0 !important;
    left: -.9px !important
}

ul.slick-dots {
    text-align: left;
    z-index: 1
}

ul.slick-dots li.slick-active button:before {
    background: #e21f27 !important
}

.slick-dots li button:before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    background: #b1b1b1 !important;
    border-radius: 50%;
    bottom: 0 !important;
    margin: auto !important;
    left: 0 !important;
    right: 0
}

ul.slick-dots li.slick-active button {
    border: 1px solid #e21f27;
    border-radius: 50%;
    padding: 0 !important
}

.slick-dots li {
    margin: 0px 2px !important;
}

.slick-dots li button {
    position: relative
}

.our_consumer.our_value .box:nth-child(2) {
    margin: 0px;
}

.our_consumer.our_value .box {
    max-width: 100% !important;
}

.our_consumer.our_value .slick-slide {
    padding: 0px;
}

.our_consumer.our_value ul.slick-dots {
    text-align: center;
}

.our_consumer.our_value {
    margin-top: 20px;
    margin-bottom: 60px;
}

.home-sec-7 {
    margin-top: 40px;
    padding: 150px 0px;
}

.our_team_slider .col-md-4,
.our_testimonials_slider .col-md-4 {
    padding: 0px !important;
}

.our_testimonials_sec .box .para {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 50px 30px;
    padding-top: 75px;
    position: relative;
}

.our_team_sec .box .content,
.our_testimonials_sec .box .content {
    margin-top: 20px;
}

.our_testimonials_sec .box .para::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 25px;
    width: 48px;
    height: 34px;
    border-radius: 20px 0px 0px 20px;
    background: url(/arie/wp-content/uploads/2024/11/quote.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our_testimonials_sec .box .text p {
    font-weight: normal;
    font-size: 16px;
    color: #656565;
}

.our_testimonials_sec .box .para p {
    height: 250px;
    overflow-x: auto;
}

.our_testimonials_sec ul.slick-dots {
    bottom: -40px;
}

.our_news {
    margin-top: 10px;
}

.our_news_slider .col-md-4 {
    padding: 0px !important;
}

.our_news .content {
    margin-top: 30px;
}

.our_news .news_inn_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.small p {
    font-family: Figtree;
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.our_news .content .heading h6 {
    margin-top: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.our_news .news_inn_box.small p {
    border-radius: 3px;
    background: #e6e6e6;
    padding: 3px 8px;
}

.our_news .news_inn_box .data p {
    padding: 0;
    background: transparent;
    border-radius: 0px;
}

.our_news .img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 20px;
}

.row.our_news_slider {
    margin: auto;
}


.home-sec-9 {
    margin-top: -10px;
    margin-bottom: 60px;
}

/*Footer*/

footer#colophon {
    border-radius: 50px 50px 0px 0px;
    background: #d4d4d3;
}

.footer {
    padding: 100px 60px;
}

.copyrights {
    text-align: center;
    border-top: 1px solid #505050;
}

p.copyright {
    margin: 0px;
    padding: 20px 0px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000;

}

p.copyright a {
    color: #000;
}

h2.widget-title {
    font-family: Figtree;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
}

.footer a {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.footer1 h2.widget-title {
    margin-top: 50px;
}

body .footer5 ul.cnss-social-icon li a {
    background: transparent !important;
    padding: 0px !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 20px !important;
    margin-right: 20px !important;
    position: relative;
}

body .footer5 ul.cnss-social-icon li a:hover {
    background: transparent !important;
}

body .footer5 ul.cnss-social-icon li a img {
    width: 18px;
    height: 18px;
    opacity: 1 !important;
}

body .footer5 ul.cnss-social-icon li a i,
body .footer5 ul.cnss-social-icon li a img {
    transition: 0.5s ease !important;
}

body .footer5 ul.cnss-social-icon li a:hover i,
body .footer5 ul.cnss-social-icon li a:hover img {
    transform: rotate(360deg);
}

body .footer5 ul.cnss-social-icon li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: -11px;
    width: 1px;
    height: 15px;
    background: #434343;
    top: 4px;
}

body .footer5 ul.cnss-social-icon li a,
body .footer5 ul.cnss-social-icon li a:hover {
    color: black !important;
}

body .footer5 ul.cnss-social-icon li a img {
    filter: invert(1);
}

.f_cont_info {
    margin-top: 20px;
    margin-bottom: 25px;
}

.blue,
p.copyright a:hover,
.footer a:hover {
    color: #e21f27;
}

/*Footer End*/

/*Inner Pages*/
header.entry-header h1.entry-title {
    display: none;
}


.banner_sec>div {
    height: 655px;
}

p#breadcrumbs {
    text-transform: uppercase;
    margin-top: 20px !important;
}

p#breadcrumbs span.breadcrumb_last,
p#breadcrumbs a:hover {
    color: #e21f27 !important;

}

/* p#breadcrumbs span.breadcrumb_last {
    font-weight: bold;
} */

p#breadcrumbs a {
    color: #000;
    /* font-weight: 500; */
}

p#breadcrumbs {
    color: #8B8B8B !important;
    font-size: 20px;
}


.pagination {
    display: block;
    width: 100%;
    text-align: center;
}

.tabs_data .elementor-tab-title,
.tabs_data .elementor-tab-content {
    border: none !important;
    padding: 0px !important;
    text-align: left !important;
}

.tabs_data .elementor-tab-title:after {
    display: none !important;
}

.tabs_data .elementor-tab-title {
    font-size: 14px;
    color: #ccc !important;
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 0px 5px !important;
    padding-bottom: 8px !important;
    position: relative !important;
    transition: .5s all ease;
}

.tabs_data .elementor-tab-title.elementor-active,
.tabs_data .elementor-tab-title:hover {
    color: #e21f27 !important;
}

.tabs_data .elementor-tabs-wrapper {
    display: inline-flex !important;
    position: relative;
    border-bottom: 1px solid #ccc;
    gap: 30px;
    margin-bottom: 20px;
}

.tabs_data .elementor-tabs {
    text-align: center !important;
}

.tabs_data.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: inline-block !important;
}

.tabs_data .elementor-tab-title:before {
    content: '' !important;
    position: absolute !important;
    right: unset !important;
    left: 0 !important;
    bottom: 0 !important;
    background: #e21f27;
    width: 0% !important;
    height: 2px !important;
    border: none !important;
    transition: .5s all ease;
}

.tabs_data .elementor-tab-title.elementor-active:before,
.tabs_data .elementor-tab-title:hover::before {
    width: 100% !important;
}

.our_news .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.our_news .pager .num_box {
    width: 70px;
    text-align: center;
    padding: 7px 0px;
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
    cursor: pointer;
    transition: .5s all ease;
}

.our_news .pager .num_box:hover {
    background: #e21f27;
    border-color: #e21f27;
}

.our_news .pager .num_box.nextPage {
    background: #e21f27;
    border: 1px solid #e21f27;
    margin-right: 0px;
    margin-left: 25px;
}

.our_news .pager .num_box.nextPage:hover {
    background: #ccc;
    border-color: #ccc;
}

.our_news .pager .pageNumbers a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 2px 6px;
}

.our_news .pager .pageNumbers a.active {
    color: #e21f27;
    border-color: #e21f27;

}

.single_blog_sec {
    margin: 40px 0px;
}
.single_blog_sec .left_bar {
    width: 97%;
}

.single_news_img img {
    width: 100%;
    height: 420px !important;
    border-radius: 20px !important;
    object-fit: cover;
    object-position: top;
}

.single_blog_sec .news_inn_box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #656565;

}

.single_blog_sec .news_inn_box p {
    font-family: Figtree;
    font-size: 16px;
    color: #656565;

}

.single_blog_sec .heading h1 {
    color: #000 !important;
}

.single_blog_sec .para p:not(:last-child) {
    margin-bottom: 20px !important;
}

.single_blog_sec .right_bar {
    text-align: right;
}

.single_blog_sec .right_bar .share {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin-bottom: 20px;
}

.social-media-sharing {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single_blog_sec .right_bar .share h5 {
    font-size: 16px;
    color: #656565;
}

p.read-time {
    font-size: 16px;
    color: #656565;
    font-weight: 500;
}

.related_blogs {
    margin-bottom: 80px;
}
.related_blogs .our_news {
    margin-top: 20px;
}

.related_blogs ul.slick-dots {
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center !important;
}

.privacy_sec, .tabs_data{
    margin: 40px 0px;
}
.privacy_sec .para p, .privacy_sec .para .elementor-widget-container {
    font-family: 'Figtree' !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.privacy_sec h2 {
    font-size: 26px;
    line-height: 36px;
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: -2.2px;
}
.privacy_sec .para.listing p:not(:last-child){
    margin-bottom: 20px !important;
}

.our_news .paginate .row {
    row-gap: 30px;
}

.about_sec1,
.about_sec3,
.our_value_sec {
    margin: 40px 0px;
}

.about_sec2>div {
    gap: 38px;
}

.about_sec2>div>div {
    border-radius: 20px;
    background-color: #fff0f1;
    padding: 40px 40px;
}


.about_sec2 .heading h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 17px;
}

.about_sec2 .box .elementor-col-50 {
    padding: 60px 100px;
}

.our_value_sec .box img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 20px;
}

.our_value_sec .box h3,
.about_sec4 .box h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.our_value_sec .box p,
.about_sec4 .box p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    width: 85%;
}

.about_sec_map {
    margin-bottom: 40px;
}

.about_sec_map iframe {
    height: 500px !important;
    border-radius: 20px;
}

.about_sec4 .box:nth-child(2) {
    margin: 0px 25px;
}

.about_sec4 .box {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 40px 25px;
    max-width: 31.91% !important;
}

.about_sec4 .box .elementor-image-box-img {
    width: 79px !important;
    height: 79px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
}

.about_sec4 .box p {
    width: 100%;
}

.about_sec4 .inn_box {
    margin-bottom: 20px;
}

#companyleadership_slide {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19% !important;
    gap: 1.3%;
}

div#companyleadership_slide .found-img {
    border-radius: 16px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.found-img img {
    height: 260px !important;
    width: 100%;
    object-fit: cover !important;
}

.founder_box .content {
    margin-top: 15px;
}

.founder_box .content h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-bottom: 1px solid #e21f27;
    margin: 0px;
    padding-bottom: 10px;
}

.founder_box .content p {
    margin: 0px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding-top: 10px;
}

.about_test_sec {
    margin: 40px 0px;
    margin-bottom: 50px;
}

.contact_map iframe {
    height: 700px !important;
}

.cont_sec {
    margin: 40px 0px;
}

.cont_sec .left .para {
    width: 70%;
}

.cont_sec .left .para a {
    color: #e21f27;
    word-break: break-all;
}

.cont_sec .left .para a:hover {
    color: #000;
}

.contact_form .gform_wrapper label {
    font-size: 14px;
    line-height: 17px;
    color: #656565;
}

.contact_form .gform_wrapper input,
.contact_form .gform_wrapper select,
.contact_form .gform_wrapper textarea {
    width: 100%;
    color: #333 !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    height: 40px !important;
}
div#gform_wrapper_1 input,
div#gform_wrapper_1 textarea {
    padding: 9px 15px;
}
div#gform_wrapper_1 select{
    padding: 0px 15px;
}
.contact_form .gform_wrapper select {
    cursor: pointer;
    appearance: none;
    background-image: url(/arie/wp-content/uploads/2024/11/down_arrow.png);
    background-repeat: no-repeat;
    background-position: top 52% right 16px;
}

.contact_form .gform_wrapper textarea {
    height: 138px !important;
    min-block-size: 0rem !important;
    resize: none !important;
}

.contact_form .gform_wrapper ::placeholder {
    color: #333;
}

.contact_form .gform_wrapper li {
    margin-bottom: 15px !important;
}

.contact_form .gform_wrapper div {
    margin-top: 0px;
    row-gap: 20px !important;
}

.contact_form .gform_wrapper li.gfield.gfield_error {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
}

.contact_form .gform_confirmation_message {
    border: 1px solid #e21f27;
    margin: 50px 0px;
    display: inline-block;
    padding: 15px 20px;
    color: #e21f27;
}

.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;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
    border: none !important;
    border: 1px solid #c02b0a !important;
}

#gform_ajax_spinner_1,
.gfield_validation_message,
div#gform_1_validation_container,
span.gfield_required,
span.spf-phone.error-msg,
span.spf-phone.valid-msg {
    display: none !important;
}

/* .iti__selected-flag {
    background: transparent !important;
}

.iti__arrow {
    width: 11px !important;
    height: 6px !important;
    border: none !important;
    background-image: url(/arie/wp-content/uploads/2024/11/down_arrow.png) !important;
    background-repeat: no-repeat !important;
}

.iti__selected-flag {
    padding: 0 10px 0 10px !important;
} */

.contact_form .gform_wrapper {
    margin-top: 0px;
}

.contact_form .gform_wrapper input#gform_submit_button_1 {
    all: unset;
    background-color: #ededed  !important;
    padding: 10px 0px !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 124%;
    border-radius: 8px !important;
    position: relative;
    border: 1px solid #ededed  !important;
    color: #e21f27 !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-family: "Poppins" !important;
    margin: 0px !important;
    transition: 0.5s ease !important;
	height:auto !important;
}

.contact_form .gform_wrapper input#gform_submit_button_1:hover {
    color: #fff !important;
    background: #e21f27 !important;
    border-color: #e21f27 !important;
}

.contact_form .gform_wrapper .gform_footer.before {
    width: 181px;
    padding: 0px !important;
    margin-top: 20px !important;
    position: relative;
    transition: 0.5s ease !important;
}
.loc_text h2.elementor-heading-title.elementor-size-default {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 104%;
    letter-spacing: -0.32px;
}

.prom_sec1 {
    margin-top: 100px;
}

.prom_sec1 .para1 h6 {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #000;
}

.prom_sec1 .para2 p,
.prom_sec1 .para2 .elementor-widget-container {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.prom_sec2 {
    margin-top: 20px;
    margin-bottom: 100px;
}

.prom_sec2 .para2 p,
.prom_sec2 .para2 .elementor-widget-container {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

.listing ul li {
    border-radius: 5px;
    background: #fff6f7;
    padding: 22px 20px !important;
    width: 100% !important;
}

.listing ul li:not(:last-child) {
    margin-bottom: 10px;
}

.listing ul li svg {
    width: auto !important;
    height: auto !important;
}

.listing ul li span.elementor-icon-list-text {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    font-family: 'Figtree' !important;
}

.prom_sec2 .content_btn a {
    display: block;
    margin-top: 20px;
}

/*Responsive*/

@media (max-width: 1900px) {
    #primary-menu li {
        padding: 0 10px;
    }

    #primary-menu li a,
    #primary-menu li:last-child a {
        font-size: 14px;
    }

    p#breadcrumbs {
        color: #8B8B8B !important;
        font-size: 20px;
    }

    #primary-menu>li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        padding: 10px 20px;
    }


    .heading h1,
    .main_slider .elementor-slide-heading {
        font-size: 50px !important;
        line-height: 62px;
    }

    .para p,
    .para .elementor-widget-container {
        font-size: 18px;
        line-height: 30px;
    }

    .heading h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .f_cont_info p a {
        word-break: break-all;
    }

    .site-branding img {
        width: 100%;
        object-fit: scale-down;
    }

    .our_testimonials_sec .box .para p {
        height: 200px;
    }

    .currancy-conversion {
        padding: 50px;
    }

    .currancy-conversion .wrapper button.button {
        padding: 10px 20px;
    }

    .currancy-conversion .wrapper .convertorsection::before {
        right: -40px;
    }

    .heading h6 {
        font-size: 22px;
        line-height: 24px;
    }

    .home-sec-4 .heading h6 {
        width: 100%;
    }

    .our_consumer .box .content p {
        -webkit-line-clamp: 5;
        height: 134px;
    }

    .our_business .box .content p {
        width: 100%;
    }

    .single_blog_sec .para p, .single_blog_sec .para .elementor-widget-container {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 1600px) {
    .banner_sec>div {
        height: 450px;
    }

    p.copyright {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1550px) {
    .currancy-conversion .wrapper .convertorsection::before {
        right: -30px;
    }

    .footer {
        padding: 100px 50px;
    }

    .map_loc a br {
        display: none;
    }

    .nav_right nav#site-navigation {
        padding-right: 15px;
    }

    #primary-menu li {
        padding: 0 8px;
    }

    #primary-menu>li:nth-last-child(2) {
        padding-right: 0px;
        padding-left: 0px;
    }

    #primary-menu>li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        padding: 10px 15px;
    }

    #primary-menu li a,
    #primary-menu li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        font-size: 13px;
    }

    .home-sec-7 {
        padding: 150px 0px;
    }

    .menu-item-has-children::after {
        right: -4px;
    }

    .our_value_sec .box h3,
    .about_sec4 .box h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image {
        width: 150px !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image img {
        width: 100%;
        height: 50px;
    }

    .home-sec-4 .img img {
        height: 500px;
        object-fit: contain;
    }

    .home-sec-4 {
        margin-bottom: 130px;
    }

    .our_consumer .box:nth-child(2) {
        margin: 0px 22px;
    }
}

@media (max-width: 1366px) {
    .nav_right nav#site-navigation {
        padding-right: 10px;
    }

    #primary-menu li {
        padding: 0 7px;
    }

    #primary-menu>li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        padding: 10px 10px;
    }

    .menu-item-has-children::after {
        right: -5px;
        font-size: 14px;
        top: 2px;
    }
}

@media (max-width: 1299px) {
    #primary-menu li {
        padding: 0 6px;
    }

    #primary-menu>li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        padding: 10px 4px;
        font-size: 12px;
    }
}