/*!
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/
*/
html{
	overflow-x: hidden;
}

body {
    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;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.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: #252525;
    margin-bottom: 30px;
    font-weight: 800;
}

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

.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,
#primary-menu li.current_page_ancestor>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;
    transition: .5s all ease;
    color: #e31e27;
    cursor: pointer;
}

ul.sub-menu .menu-item-has-children::after {
    top: 0px;
    bottom: 0px;
    margin: auto;
    line-height: 1;
    height: 20px;
    right: 2px;
    rotate: -90deg;
}

.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: 300px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    /*     overflow: hidden; */
}

ul.sub-menu ul.sub-menu {
    left: 300px;
    top: 0px;
    display: none;
}

#primary-menu .sub-menu .sub-menu li a {
    /* text-align: center; */
}

ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

.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 li ul.sub-menu li:hover:after {
    color: #e21f27;
}

#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 li.current-menu-parent>a {
	color: #e31e27;
}
#primary-menu .sub-menu li a:hover::before,
#primary-menu .sub-menu .sub-menu li.current-menu-item a::before {
    width: 100%;
    background-color: #e31e27;
    border-color: #e31e27;
}

#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 {
    width: 100%;
    border: none;
}

#mm #primary-menu ul.sub-menu li a {
    font-size: 18px;
    line-height: 18px;
    border: none;
    padding: 10px 0;
}

#mm ul li ul li ul {
    padding-bottom: 0 !important;
    padding-left: 20px;
}

/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
    font-size: 16px;
} */
#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: visible;
    position: relative;
    margin: 0;
    width: 100%;
    left: 0px;
    background: #d4d4d3;
    box-shadow: none;
    padding-bottom: 10px;
}

i.fas.fa-angle-down.active:before {
    transform: rotate(0deg);
}

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

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

.mm {
    position: sticky;
    min-height: 49px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0px;
}

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

#mmb span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.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: 3px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    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: 36px;
    left: 8px;
}

div#mm {
    padding-left: 0;
    margin-bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #d4d4d3;
    position: absolute;
}

body .header_icons ul.cnss-social-icon {
    display: none;
}

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

#mm #primary-menu a {
    display: block;
    padding: 10px 0px;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 21px;
    line-height: 25px;
    word-wrap: break-word;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
}

#mm #primary-menu li {
    border-bottom: #fff 1px solid;
    width: 92%;
    margin: auto;
}

#mm #primary-menu a:hover {
    color: #1e1e1e;
}

#mm #primary-menu li:last-child a {
    border: none;
}

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

    .main_slider.home_about_slider .swiper-slide-inner {
        padding: 50px 15px !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;
    }
}







/*Header*/
.home header#masthead {
    position: fixed;
}

header#masthead {
    padding: 18px 50px;
    position: sticky;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background: white;
}
    .site-branding img, .footer1 img{
        width: 232px;
        object-fit: scale-down;
    }
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;
}

#primary-menu li.current_page_parent.current_page_ancestor>a,
#primary-menu li.current_page_ancestor .sub-menu li .sub-menu li.current-menu-item a {
    color: #fff;
}

#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, .ul_list li span.elementor-icon-list-text {
    font-family: 'Figtree' !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.content_btn a, .media_card .elementor-button-wrapper 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, .media_card .elementor-button-wrapper 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: 20px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    width: 500px;
}

.main_slider .swiper-slide-contents {
    margin-top: 70px !important;
}
.main_slider .swiper-slide-bg:before, .banner_sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
	/*border-radius: 16px;*/
}
.banner_sec:before {
	opacity: .3;
	border-radius: 0px;
}
.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; */
    display: none;
    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: 150px !important;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

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

input[type=number]::-webkit-inner-spin-button {
    display: none;
}

.home-sec-1 {
    margin-top: -120px;
    z-index: 1;
}

.currancy-conversion {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

.currancy-conversion .wrapper {
    width: 100%;
    padding-right: 25px;
    text-align: center;
    position: relative;
}

.currancy-conversion .wrapper:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 125%;
    background: #A6A6A6;
}

.currancy-conversion .wrapper .convertorsection {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    position: relative;
}

.currancy-conversion .wrapper .convertorsection .currency-control {
    width: 100%;
    position: relative;
}

.currency-control input,
.currancy-conversion .right select {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: #fff;
    border: 2px 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;
}

.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: 50px;
    margin: 0px !important;
    background: #fff;
    width: 100px;
    padding: 5px;
    height: 100px;
    overflow-y: auto;
    z-index: 1;
}

.currency-options li:not(:last-child) {
    margin-bottom: 5px;
}

.currancy-conversion .swap_icon a {
    display: flex;
    align-items: center;
}

.currency-options li {
    cursor: pointer;
}

.swap_icon img {
    max-width: 25px !important;
    object-fit: cover;
}

.currancy-conversion .wrapper a.button {
    all: unset;
    margin-top: 20px;
    background: #fff !important;
    border: 2px solid #ccc;
    padding: 13px 0px;
    width: 40%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-family: "Figtree" !important;
    color: #e21f27 !important;
    transition: .5s all ease;
}

.currancy-conversion .wrapper a.button:hover {
    background: #e21f27 !important;
    color: #fff !important;
    border-color: #e21f27 !important;
}

.currancy-conversion .right {
    padding-left: 25px;
    text-align: center;
}

.currancy-conversion .right select {
    cursor: pointer;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/12/down_arrow_red.png);
    background-repeat: no-repeat;
    background-position: top 52% right 16px;
    padding-left: 15px;
    padding-right: 30px;
}

.currancy-conversion .right img {
    margin-top: 8px;
}

.back_slider {
    padding: 0px 100px;
    margin: 40px 0px;
}

.home_about_slider {
    border: 2px solid #dcdcdc;
    border-radius: 16px;
}

.home_about_slider .elementor-slide-heading {
    font-size: 55px !important;
    line-height: 70px !important;
}

/*.home_about_slider .swiper-slide-bg,*/
/*.home_about_slider .elementor-background-overlay {*/
/*    border-radius: 16px;*/
/*}*/

.main_slider.home_about_slider a.elementor-button.elementor-slide-button {
    display: inline-block;
}

.main_slider.home_about_slider .swiper-slide-contents {
    margin-top: 0px !important;
}

/**/
.home-sec-4.new {
    padding: 0px 100px;
    margin: 80px 0px;
    margin-bottom: 120px;
}

.home-sec-4.new .inn {
    padding: 40px 0px;
}

.home-sec-4.new .inn>div {
    padding: 0px 15px;
}

.home-sec-4.new .inn .img {
    top: -90px;
}

/**/
.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{
	 margin-bottom: 20px;
}
.our_business_new {
    margin-bottom: 40px;
}

.our_consumer .row {
    width: 100%;
    margin: auto;
    row-gap: 25px;
}

.our_consumer .box {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 40px 25px;
    max-width: 31.81% !important;
    text-align: center;
    height: 392px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.our_consumer .box:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    background: #e31e27;
}

.our_consumer .box:hover .img img {
    filter: brightness(10);
}

.our_consumer .box:hover .heading h6,
.our_consumer .box:hover .content p,
.our_consumer .box:hover .content span {
    color: #fff !important;
}

.our_consumer .box:nth-child(2),
.our_consumer .box:nth-child(5),
.our_consumer .box:nth-child(8) {
    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 .img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.our_consumer .box .heading h6 {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
}

.our_consumer .box .content p {
    color: #656565;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.our_consumer .box .content span {
    font-weight: 500;
    font-size: 16px;
    color: #e21f27;
    margin-top: 15px;
    display: inline-block;
}

.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: 10px;
    margin-bottom: 80px;
}

.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_team_sec .box .content {
    margin-top: 20px;
}

.testimonials_sec .box {
    border-radius: 16px;
    border: 1px solid #dcdcdc;
    height: 100%;
    padding: 20px 10px;
}

.testimonials_sec .box .quote {
    display: inline-block;
    width: 15%;
}

.testimonials_sec .box .content {
    text-align: left;
    display: inline-block;
    width: 85%;
    padding-left: 10px;
    height: 400px;
    overflow-x: auto;
}

.testimonials_sec .box .content p {
    margin: 0px;
}

.testimonials_sec .box h3 {
    font-size: 18px;
    line-height: 30px;
}

.testimonials_sec .box .excerpt p {
    margin: 0px;
    font-weight: bold;
    margin-top: 15px;
}

.testimonials_sec .box .content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #404040 !important;
    margin-bottom: 20px;
    line-height: 26px;
}

.testimonials_sec ul.slick-dots {
    text-align: center;
}

.testimonials_sec button.slick-arrow:before,
.our_news_slide button.slick-arrow:before {
    opacity: 1;
    color: #c9c9c9;
    content: "\f054";
    font-family: fontawesome;
}

/* 	.our_news .slick-slide {
    margin-left: 0px;
		margin-right:30px;
} */
.testimonials_sec button.slick-prev:before,
.our_news_slide button.slick-prev:before {
    content: "\f053";
}

.testimonials_sec button.slick-prev,
.our_news_slide button.slick-prev {
    left: -15px;
}

.testimonials_sec button.slick-next,
.our_news_slide button.slick-next {
    right: -15px;
}

.row.our_news_slider {
/*     margin: auto; */
    margin-bottom: 40px !important;
}
.our_news_slider .col-md-4:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}
.our_news_slider .col-md-4 {
    padding: 0px !important;
    border-radius: 16px;
    border: 1px solid #dcdcdc;
    transition: 0.5s ease !important;
	    margin-top: 0px;
    margin-bottom: 10px;
}

.our_news .img img {
    height: 221px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 16px 16px 0px 0px !important;
}

.news_inn_box_one {
    position: relative;
}

.news_inn_box_one a {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0px;
}

.our_news .content {
    padding: 30px 20px;
    padding-bottom: 30px;
    padding-top: 23px;
}

.our_news .news_inn_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.our_news .news_inn_box.small p {
    font-family: Poppins !important;
    border-radius: 3px;
    line-height: 14px;
    background: #e21f27;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    margin: 0 !important;
    color: #fff;
}

.small p {
    font-weight: 500;
    font-size: 10px;
    color: #000;
}

.our_news .news_inn_box .data p {
    font-weight: 400;
    line-height: normal;
    padding: 0;
    background: transparent;
    border-radius: 0px;
    letter-spacing: -0.5px;
    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: 2;
    font-size: 20px;
    line-height: 104%;
    width: 80%;
    height: 62px;
}

.home-sec-9 {
    margin-bottom: 40px;
}
.ul_list li {
    align-items: start !important;
}
.ul_list li span.elementor-icon-list-icon {
    position: relative;
    top: 8px;
}
.ul_list li span.elementor-icon-list-icon svg {
    width: 8px;
    fill: #000;
}
.ul_list.dot {
    padding-left: 20px;
    margin-top: -10px;
}
/*Footer*/

footer#colophon {
    border-radius: 24px 24px 0px 0px;
    background: #d4d4d3;
}

.footer {
    padding: 100px 60px;
}

.copyrights {
    text-align: left;
    border-top: 1px solid #505050;
}

p.copyright {
    margin: 0px;
    padding: 20px 0px;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 125.5%;

    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: 20px;
    color: #000;
    font-weight: 400;
}
.footer .col-lg-3:last-child {
    padding-left: 0;
}
.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;
	display: block;
}

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 .heading h1 {
    width: 60%;
}
.banner_sec .elementor-col-50 .heading h1 {
    width: 100%;
}
.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: #e21f27 !important;
    font-size: 20px;
}


.rtl {
    direction: rtl;
}
.rtl .card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    text-align: right;
}
.privacy_sec,
.tabs_data {
    margin: 40px 0px;
}
.privacy_sec{
    margin-bottom:0;
}
.privacy_sec.rtl {
    direction: rtl;
}
.privacy_sec .para p,
.privacy_sec .para .elementor-widget-container,
.privacy_sec .ul_list li span.elementor-icon-list-text{
    font-family: 'Figtree' !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.privacy_sec .ul_list li span.elementor-icon-list-icon {
    top: 5px;
}

.privacy_sec .ul_list li span.elementor-icon-list-icon svg {
    width: 6px;
}
.privacy_sec h2 {
    font-size: 26px;
    line-height: 36px;
    color: #000 !important;
    font-weight: 500 !important;
    letter-spacing: -2.2px;
}
.privacy_sec.rtl h2, .privacy_sec.rtl .para p,
.privacy_sec.rtl .para .elementor-widget-container,
.privacy_sec.rtl .ul_list li span.elementor-icon-list-text, .chareges_sec.rtl thead tr th,
.chareges_sec.rtl table tr td, .chareges_sec.rtl table tr td[colspan="5"], .chareges_sec.rtl p,
.heading.rtl h2, .serivces_box.rtl .card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3,
.serivces_box.rtl .card_boxes .link{
    font-family: 'Janna LT' !important;
}
.privacy_sec h2,
.privacy_sec .para a {
    color: #000 !important;
}
.privacy_sec.rtl ol {
    padding: 0;
    padding-right: 15px;
}
.privacy_sec.rtl ol li {
    margin: 0 !important;
}
.privacy_sec .para a:hover {
    color: #e21f27 !important;
}

.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 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.our_value_sec .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;
    max-width: 31.91% !important;
    text-align: center;
    height: 392px;
    align-items: center;
    transition: .5s all ease;
}

.about_sec4 .box .elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_sec4 .box:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    background: #e31e27;
}

.about_sec4 .box:hover .elementor-image-box-img img {
    filter: brightness(10);
}

.about_sec4 .box:hover h3,
.about_sec4 .box:hover p {
    color: #fff !important;
}

.about_sec4 .box h3 {
    margin: 15px 0px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.about_sec4 .box p {
    color: #656565;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto !important;
    text-align: center;
}


.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 .founder_box:nth-child(5n) {
    margin-bottom: 30px;
}

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;
}
.email li a {
    text-transform: lowercase;
}

.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(/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 .gform_footer {
    width: 181px;
    padding: 0px !important;
    margin-top: 20px !important;
    position: relative;
    transition: 0.5s ease !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 !important;
    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(/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,
.contact_form .gform_wrapper input#gform_submit_button_2{
    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,
.contact_form .gform_wrapper input#gform_submit_button_2: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: 40px;
}

.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: 40px;
}

.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: 12px 0px !important;
    width: 100% !important;
    align-items: start !important;
}

.listing ul li span.elementor-icon-list-icon {
    margin-top: 12px;
}

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

.listing ul li svg {
    fill: #404040 !important;
    width: 10px !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;
    width: 100% !important;
}

.sol_sec1,
.latest_sec {
    margin: 40px 0px;
}

.sol_sec2 {
    padding: 40px 0px;
}

.sol_sec2 .heading h2 {
    color: #fff !important;
}

body .elementor-tab-content {
    height: auto !important;
}

.accord .elementor-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.accord .elementor-accordion-item {
    border: none !important;
    border-radius: 10px;
    background: #fff;
    /* padding: 20px; */
}

.accord .elementor-accordion-item .elementor-tab-content {
    border: none;
    font-family: 'Figtree' !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 20px;
    padding-bottom: 20px !important;
    width: 95%;
}

.accord .elementor-accordion-item .elementor-tab-content.elementor-active {
    padding-bottom: 20px;
}

.accord .elementor-accordion-item .elementor-tab-title {
    padding: 15px 20px;
}

.accord .elementor-accordion-item .elementor-tab-title span {
    margin-top: 2px;
}

.accord .elementor-accordion-item .elementor-tab-title a {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-family: 'Figtree' !important;
}

.accord .elementor-accordion-item .elementor-tab-title span svg {
    fill: #E21F27;
    border: 1px solid #E21F27;
    border-radius: 50%;
    padding: 3px;
    width: 18px !important;
    height: 18px !important;
}


.para1 p,
.para1 .elementor-widget-container {
    font-family: 'Figtree' !important;
    color: #656565 !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

/* .arie_sec_2 .heading h3 {
    font-weight: bold !important;
    font-size: 32px;
    line-height: 44px;
    color: #404040 !important;
}
.arie_sec_3{
    margin: 30px 0px;
}
.arie_sec_3 .listing {
    width: 90% !important;
} */

.services_new_box figure.elementor-image-box-img img {
    width: 100%;
    height: 390px !important;
    object-fit: cover;
    object-position: bottom;
    border-radius: 16px;
}

.services_new_box figure.elementor-image-box-img {
    position: relative;
}

.services_new_box h3.elementor-image-box-title {
    font-size: 28px;
    color: #404040 !important;
    font-weight: 600;
    min-height: 72px;
}

.services_new_box p {
    font-size: 18px;
    color: #000 !important;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: "Figtree" !important;
    height: 168px;
    overflow-y: auto;
    padding-right: 5px;
}

.services_new_box p::-webkit-scrollbar {
    width: 8px;
}

.services_new_box .elementor-image-box-wrapper {
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    transition: 0.5s ease !important;
}

.destination_animation:hover {
    transform: scale(1.02);
    transition: 0.5s ease !important;
}

.services_new_box .elementor-image-box-content {
    padding: 20px;
}

.services_new_box .elementor-image-box-wrapper:hover {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.inner_service .box {
    width: 15.9% !important;
    position: relative;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 9px;
    background: #fff;
    align-items: center;
    padding: 20px 0px;
    transition: 0.5s ease !important;
}

.inner_service .box:hover {
    background: #e31e27;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.inner_service .box:hover figure.elementor-image-box-img img {
    filter: brightness(10);
}

.inner_service .box:hover h3 {
    color: #fff;
}

.inner_service .box h3 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    width: 85%;
    margin: auto;
    margin-top: 15px;
}

.inner_service .elementor-widget-wrap.elementor-element-populated {
    column-gap: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.inner_service p.elementor-image-box-description {
    display: none;
}
/*New Boxes*/
/* .serivces_box .elementor-column {
    margin: 0 10px;
} */
.serivces_box .elementor-container.elementor-column-gap-no {
    gap: 20px;
}
.card_boxes .elementor-image-box-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 392px;
    border-radius: 20px;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    transition: .5s all ease;
    /* border: 1px solid #1fb0e5; */
}
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    opacity: .4;
    z-index: -1;
	transition: .5s all ease;
}
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:after{
	z-index:0;
}
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img:before {
    content: '';
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
	z-index: -1;
	transition: .5s all ease;
	background:#e31e27;
}
.card_boxes .elementor-image-box-wrapper{
	text-align:left;
}
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.card_boxes .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-weight: 500 !important;
    font-size: 28px;
    line-height: 34px;
    color: #fff !important;
    margin: 0px;
	margin-bottom:30px;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
    color: #fff !important;
    font-size: 18px;
    line-height: 26px;
    opacity: 0;
    transition: .5s all ease;
    height: 210px;
    overflow-x: auto;
}
.card_boxes .elementor-image-box-wrapper:hover figure.elementor-image-box-img:before {
    opacity: 1;
    z-index: 0;
}
.card_boxes .elementor-image-box-wrapper:hover figure.elementor-image-box-img:after{
	z-index:-1;
}
.card_boxes .elementor-image-box-wrapper:hover .elementor-image-box-content p{
	opacity:1;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content a.link {
    position: absolute;
    bottom: 0px;
}
.card_boxes .link {
    all: unset;
    cursor: pointer;
    display: block;
    border-radius: 9px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    width: 30%;
    font-weight: 600;
    margin-top: 20px;
}
section#lead_form .cont_sec {
    margin-top: 30px;
}
.inner_service .box figure.elementor-image-box-img {
    margin: 0px !important;
}
/*Branch Locator*/
.tab-navigation select#select-box {
    cursor: pointer;
    width: 100%;
    padding: 7px 13px;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 7px !important;
    outline: none !important;
    box-shadow: inset 0px 1px 2px #ddd, 0px 1px 0px #fff;
    appearance: none;
    background-image: url(/wp-content/uploads/2024/11/down_arrow.png);
    background-repeat: no-repeat;
    background-position: top 52% right 16px;
}

.branch_boxes .box {
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    height: 365px;
}

.branch_boxes .box h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.48px;
    min-height: 44px;
}

.branch_boxes .box ul {
    margin: 0px;
}

.branch_boxes .box ul li:nth-child(3) { 
	text-transform: lowercase; 
}

.branch_boxes .box ul li a,
.branch_boxes .box ul li span {
    display: inline-flex;
    align-items: start;
    gap: 14px;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    width: auto !important;
}

.branch_boxes .box ul li:not(:last-child) {
    margin-bottom: 15px;
}

section.branch_boxes .row {
    row-gap: 30px;
}


/*News*/
/**/
.media_card .elementor-post__card .elementor-post__meta-data {
    order: 1;
    padding: 0px 0px !important;
    margin-top: 21px !important;
    border-color: transparent !important;
}

.media_card .elementor-post__card {
    flex-wrap: wrap;
    flex-direction: row !important;
    border: 1px solid #dcdcdc !important;
}

.media_card .elementor-post__card img,
.media_card .elementor-post__badge {
    position: relative !important;
}

.media_card .elementor-post__badge {
    font-family: Poppins !important;
    background: #e21f27 !important;
    letter-spacing: 0.5px;
    height: 22px;
    border-radius: 0px !important;
    text-transform: capitalize !important;
}
.media_card article{
	border-radius: 16px;
}
.media_card article:hover {
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link {
    order: 0;
    margin: 0px !important;
    height: 221px;
}

.media_card .elementor-post__card .elementor-post__text {
    order: 2;
    margin: 0px !important;
    padding: 0px 20px !important;
    position: relative;
    margin-bottom: 30px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link img {
    width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height {
    padding: 0px !important;
    height: 100%;
}

.media_card .elementor-post__card .elementor-post__meta-data span.elementor-post-date {
    color: #000;
    font-family: Poppins !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    display: inline-block;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title {
    margin: 0px !important;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a {
    color: #000 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.32px;
    text-align: left;
    margin: 0;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "Figtree" !important;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a.elementor-post__read-more {
    position: absolute !important;
    text-align: right;
    right: 0;
    bottom: 0px;
}

.media_card .elementor-post__card .elementor-post__text a.elementor-post__read-more {
    position: absolute;
    text-align: right;
    right: 20px;
    bottom: 0px;
    margin: 0px !important;
    color: #000 !important;
    font-size: 20px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding: 0px !important;
    height: 221px;
}



section.single_blog_sec {
    padding: 40px 0px;
}

.content_btn.news-sin-page a {
    margin-top: 0px;
    margin-bottom: 20px;
}

.content_btn.news-sin-page a i {
    top: 1px;
    position: relative;
    padding-left: 7px;
    font-weight: 500;
    font-family: "fontawesome";
    font-size: 16px;
}

.blog-date p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px !important;
}

.row.blog-img-slider {
    gap: 2%;
    max-width: 100%;
    padding-left: 15px;
}

.row.blog-img-slider .col-msd-4 {
    width: 30%;
}

.images_blog {
    margin: 40px 0px;
}

.images_blog img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #e21f27;
    object-position: top;
}

.blog-content a {
    color: #000;
    text-decoration: underline !important;
}

.blog-content a:hover {
    color: #e21f27;
}

.fancybox-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.fancybox-inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
}

.fancybox-inner p {
    margin: 0px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.fancybox-inner a.downloadButton {
    padding: 8px 16px;
    border: 1px solid #e21f27;
    margin-top: 15px;
    display: inline-block;
    line-height: 1.1;
    color: #000;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
}

.right_bar h2 {
    font-size: 24px;
    font-weight: 500 !important;
}

.right_bar a {
    color: #666;
    font-size: 14px;
    text-decoration: underline !important;
}

.right_bar a:hover {
    color: #e21f27;
}

.right_bar .Download-file,
.right_bar .Contact {
    margin-bottom: 20px;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden !important;
}

.social-media-sharing {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social-media-sharing a {
    color: #000;
    margin-right: 20px;
    transition: 0.5s ease !important;
}

.social-media-sharing a img {
    filter: brightness(0);
    height: 24px;
    object-fit: scale-down;
}

.social-media-sharing a:hover {
    color: #000;
    transform: rotate(360deg);
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 630px !important;
}

.fancybox-inner {
    width: 600px !important;
}


.promotion-tabs .cus-tabb .elementor-tab-title {
    width: 210px;
}

.cus-tabb .elementor-tab-title {
    background: transparent;
    width: 171px;
    height: 44px;
    text-align: center;
    color: #e21f27;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 44px !important;
    border-radius: 5px;
    border: 1px solid #e21f27 !important;
    padding: 0px !important;
    position: relative;
}

.cus-tabb .elementor-tab-title:before {
    content: "" !important;
    position: absolute !important;
    right: 20px !important;
    top: 0px;
    bottom: 0px !important;
    height: 11px !important;
    width: 7px !important;
    background: url(/wp-content/uploads/2024/11/arrow_right_red.png);
    margin: auto;
    background-repeat: no-repeat;
}
.cus-tabb .elementor-tab-title.elementor-active {
    background: #e21f27;
    color: white !important;
}
.cus-tabb .elementor-tab-title.elementor-active:before {
  filter: brightness(10);
}
.cus-tabb .elementor-tabs-wrapper {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cus-tabb p:empty {
    display: none;
}

.cus-tabb .elementor-tab-content {
    padding: 0px !important;
}

.blog-content.para p:not(:last-child) {
    margin-bottom: 1rem !important;
}

.prom_new_sec1 {
    padding: 40px 0px;
}

.prom_new_sec2 {
    padding-bottom: 25px;
}

.prom_new_sec2 .img img {
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 20px !important;
    min-height: 230px;
    object-fit: cover;
    object-position: center center;
}

.small_font p {
    color: #656565;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.small_font p strong {
    color: #252525;
}

.currancy-conversion.new_opt {
    padding: 30px 15px;
    display: block;
    border-radius: 16px;
}

.currancy-conversion.new_opt .right {
    padding: 0;
}

.box_wid {
    width: 97% !important;
    margin: auto;
}

.currency-list img {
    width: 28px;
    height: 19px;
}

input.convert-currency.disabled {
    background-color: rgb(0 0 0 / 20%);
    pointer-events: none;
}

.our_partners_img {
    border-radius: 16px !important;
    border: 1px solid #cecece !important;
    height: 100%;
    width: 100% !important;
}

.our_partners_img img {
    height: 170px !important;
    object-fit: contain;
    padding: 10px;
}

.service-accord .elementor-accordion-item {
    margin-bottom: 20px;
    border: 1px solid #d5d8dc !important;
    border-radius: 16px;
}

.service-accord .elementor-accordion-item .elementor-tab-title {
    padding: 25px 20px !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.service-accord .elementor-accordion-item .elementor-tab-title a {
    font-size: 20px;
    color: #e31e27;
    font-family: "Figtree" !important;
    font-weight: 500;
}

.service-accord .elementor-accordion-item .elementor-tab-content p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
}

.service-accord .elementor-accordion-item .elementor-tab-content {
    padding: 20px !important;
    border: none !important;
    padding-top: 0px !important;
    height: 100% !important;
}

.service-accord .elementor-accordion-item .elementor-tab-title span svg {
    fill: #e31e27 !important;
}

.service-accord .elementor-accordion-item:first-child {
    display: none;
}

.pay_card a {
    color: #000;
}

.pay_card a:hover {
    color: #e21f27;
}

.overflow {
    overflow: hidden;
}
.app_icons{
	margin-top:20px;
}

/*Social Boxes*/

.new-border div.news_box.slick-slide {
  border-radius: 22px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.5s ease !important;
}

.new-border div.twitter_box {
  border-radius: 16px;
  border: 1px solid #dcdcdc !important;
  transition: 0.5s ease !important;
}
.new-border .insta {
  border-radius: 22px;
  border: 1px solid #dcdcdc !important;
  height: 100% !important;
}
.new-border div.news_box.slick-slide:hover,
.new-border div.twitter_box:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}
.new-border .insta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0000004d;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.twitter_box {
  border-radius: 16px;
  background: #000;
  padding: 39px 20px;
  min-height: 370px !important;
  text-align: left;
  padding-bottom: 0;
	margin:0px;
}
.twitter_box.facebook {
    background: #1877f2;
}
.socialBox .link_slide {
    margin: 0px;
}
.socialBox .row .link_slide:nth-child(3) {
    display: none;
}
.twitter_box .date h4 {
  color: #fff;
  font-family: Poppins !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.twitter_box p {
  color: #fff;
  font-family: Figtree !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 107%;
  letter-spacing: -0.32px;
  margin-bottom: 15px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  height: 236px;
}

.log_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twitter_box.linkdin {
  background: #0a66c2;
}

.insta {
  min-height: 220px;
  position: relative;
	margin:0px;
}

.insta .img img {
  height: 100% !important;
  width: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  border-radius: 16px;
}
.insta .img {
  border-radius: 22px;
  height: 364px;
}

.insta .svg_icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.social_box {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*Table*/
.schedule_sec{
	margin-top:40px;
}
.chareges_sec thead {
    background: #d0d0d0;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-family: 'Figtree' !important;
}
.chareges_sec thead tr th {
    padding: 10px;
    border: 1px solid #e21f27;
}
.chareges_sec table tr td[colspan="5"] {
    background: #ededed;
    padding: 30px 10px;
    font-size: 18px;
    color: #000;
    text-align: left !important;
}
.chareges_sec table tr td {
    color: #000;
    font-size: 16px;
	padding:10px;
	font-family: 'Figtree' !important;
}

.chareges_sec table tr td:nth-last-child(2), .chareges_sec table tr td:last-child {
    text-align: right;
}
.chareges_sec p {
    font-size: 14px;
    color: #919191;
    margin-top: 15px !important;
}
.chareges_sec .revised_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chareges_sec .revised_data .a {
    display: flex;
    align-items: center;
    gap: 50px;
}
.chareges_sec.rtl {
    direction: rtl;
}
.chareges_sec.rtl table tr td:nth-last-child(2), .chareges_sec.rtl table tr td:last-child {
    text-align: left;
}
.chareges_sec.rtl table tr td[colspan="5"] {
    text-align: right !important;
}
.chareges_sec thead tr:nth-child(2) th {
    width: 120px;
}

.main_slider.home_about_slider {
    border: none;
    overflow: hidden;
}
.elementor-widget-image-box[data-url] {
  cursor: pointer;
}
.elementor-widget-image-box[data-url]::after {
  content: "";
  position: absolute;
  inset: 0;
}


/*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: 16px;
    }

    #primary-menu>li:last-child a,
    #primary-menu>li:nth-last-child(2) a {
        padding: 10px 20px;
    }


    .heading h1 {
        font-size: 50px !important;
        line-height: 62px;
    }

    .main_slider .elementor-slide-heading {
        font-size: 60px !important;
        line-height: 60px !important;
    }

    .home_about_slider .elementor-slide-heading {
        font-size: 55px !important;
        line-height: 60px !important;
    }

    .para p,
    .para .elementor-widget-container,
    .accord .elementor-accordion-item .elementor-tab-content,
	.ul_list li span.elementor-icon-list-text{
        font-size: 18px;
        line-height: 30px;
    }

    .heading h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .f_cont_info p a {
        word-break: break-all;
    }

    .our_testimonials_sec .box .para p {
        height: 200px;
    }


    .heading h6 {
        font-size: 22px;
        line-height: 24px;
    }

    .home-sec-4 .heading h6 {
        width: 100%;
    }



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

    .listing ul li span.elementor-icon-list-text {
        font-size: 20px;
    }


    .main_slider .elementor-slide-description {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 1600px) {
    .footer a {
        font-size: 14px;
        line-height: 24px;
    }

    p.copyright {
        padding: 20px 35px;
        font-size: 14px;
    }
    .f_cont_info p {
    font-size: 14px;
}
    .banner_sec>div {
        height: 450px;
    }

    .accord .elementor-accordion-item .elementor-tab-title a {
        font-size: 22px;
    }

    .our_consumer .box {

        height: 320px;
    }

}

@media (max-width: 1550px) {

    .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 {
        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),
    .our_consumer .box:nth-child(5),
    .our_consumer .box:nth-child(8) {
        margin: 0px 22px;
    }

    .home-sec-4.new .inn .img {
        top: -90px;
    }

    .home-sec-4.new {

        margin-bottom: 80px;
    }
}

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

    .currancy-conversion.new_opt .right select {
        background-position: top 52% right 10px;
    }

}

@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;
    }
	    #primary-menu li a, #primary-menu li:last-child a, #primary-menu>li:nth-last-child(2) a {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .mm .site-branding {
    padding: 15px 0;
}
    .site-branding img, .footer1 img {
        width: 180px;
        object-fit: contain;
        height: 73px !important;
    }
    .footer5 .map_loc a br {
    display: none;
}
	.home .mm {
    position: fixed;
}
    div#mm ul#primary-menu {
        padding-bottom: 30px;
    }

    .mm.open .En_btn {
        display: none;
    }

    .menu-item-has-children::after {
        display: none !important;
    }

    body {
        overflow-x: hidden;
    }

    li.about_arrow.active i:before {
        transform: rotate(0deg);
        transition: 0.5s ease;
    }

    .home div#mm ul#primary-menu li.about_arrow.current-menu-item>a {
        text-decoration: none !important;
    }

    div#mm ul#primary-menu li.current-menu-item>a,
    div#mm ul#primary-menu li.current-menu-ancestor>a {
        color: #e31e27 !important;
    }

    .En_btn .toggle .slider::before {
        width: 24px;
        height: 24px;
    }

    .En_btn .toggle input:checked+.slider::before {
        left: 0;
    }

    .mm.open .menu-menu-container {
        position: relative;
        z-index: 1;
        background: #d4d4d3;
        overflow: auto;
        overflow-x: hidden;
    }

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }

    header#masthead {
        display: none;
    }

    .mm.open div#mm {
        height: 100vh;
        padding-top: 130px;
    }

    .mm.open {
        background: #d4d4d3;
        padding: 0px;
        min-height: auto;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
    }

    .mm.open div#mml {
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        top: 0px;
        background: #d4d4d3;
        padding: 20px 15px;
        right: 0px;
        margin: auto;
        padding-top: 0px;
    }

    .mm.open #mmb span {
        background: #1e1e1e;
    }

    /*.mm .site-branding img {*/
    /*    width: 60%;*/
    /*    object-fit: contain;*/
    /*    object-position: left;*/
    /*    margin: 10px 0px;*/
    /*    height: 90px;*/
    /*}*/

    .En_btn {
        position: absolute;
        right: 60px;
        top: 33px;
    }

    li.about_arrow i {
        position: absolute;
        right: 0;
        font-size: 20px;
        transition: 0.5s ease !important;
        color: #1e1e1e;
        width: 30px;
        height: 45px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    li.about_arrow ul li.about_arrow i {
        height: 38px;
    }

    li.about_arrow i:before {
        transform: rotate(-90deg);
        transition: 0.5s ease;
    }

    #mm #primary-menu>li:last-child a {
        background: #ededed;
        border: 1px solid #ededed;
        color: #e21f27;
        text-align: center;
    }

    #mm #primary-menu>li:nth-last-child(2) a {
        background: #fff;
        border: 1px solid #ededed;
        color: #e21f27;
        text-align: center;
        margin: 20px 0px;
    }

    #mm #primary-menu>li:last-child a:hover,
    #mm #primary-menu>li:nth-last-child(2) a:hover {
        background: #e21f27;
        color: #fff;
        border-color: #e21f27;
    }

    #mm #primary-menu>li:last-child,
    #mm #primary-menu>li:nth-last-child(2) {
        border: none !important;
    }

    .main_slider .elementor-slide-heading {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .main_slider .swiper-slide {
        height: 600px !important;
    }

    .currancy-conversion {
        padding: 40px 20px;
    }

    .home-sec-2 {
        padding: 0px 50px;
    }

    .home-sec-2 .heading h2 {
        font-size: 50px;
    }

    .back_slider,
    .home-sec-4.new {
        padding: 0px 40px;
    }

    .home_about_slider.main_slider .elementor-slide-heading {
        font-size: 45px !important;
    }

    .heading h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .heading h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .home-sec-4 .heading h6 {
        margin-bottom: 20px !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image {
        width: 130px !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }

    .home-sec-4 .img img {
        height: 450px;
        object-fit: contain;
    }

    .home-sec-4.new .inn .img {
        top: -85px;
    }

    .our_consumer .box:nth-child(2),
    .our_consumer .box:nth-child(5),
    .our_consumer .box:nth-child(8) {
        margin: 0px 30px;
    }

    .our_consumer .box {
        max-width: 31.13% !important;
        height: 270px;
    }

    .our_consumer .box .content p {
        width: 90%;
    }

    p.copyright {
        padding: 20px 0px;
        font-size: 14px;
    }

    .para p,
    .para .elementor-widget-container,
    .accord .elementor-accordion-item .elementor-tab-content,
    .service-accord .elementor-accordion-item .elementor-tab-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .banner_sec .heading h1 {
        padding: 0px 35px;
        font-size: 45px !important;
        line-height: 100%;
    }
	
	.single-solutions .banner_sec .heading h1 {
    padding: 0px 45px;
	}

    .banner_sec>div {
        height: 350px;
    }

    .about_sec4 .box {
        max-width: 31.54% !important;
    }

    .about_sec4 .box p {
        width: 90%;
    }

    .found-img img {
        height: 210px !important;
    }

    .founder_box .content h3 {
        font-size: 14px;
    }

    .about_sec_map iframe {
        height: 400px !important;
    }

    .sol_sec2 {
        padding: 40px 40px;
    }

    .our_news .img img {
        height: 170px !important;
    }

    .our_news .content {
        padding: 10px;
        padding-bottom: 20px;
        padding-top: 13px
    }

    .our_news .content .heading h6 {
        font-size: 14px;
        -webkit-line-clamp: 3;
        height: auto;
    }

    .our_news .news_inn_box {
        gap: 3%;
    }

    .services_new_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .services_new_box h3.elementor-image-box-title {
        font-size: 22px;
        min-height: 55px;
    }

    .services_new_box figure.elementor-image-box-img img {
        height: auto !important;
        aspect-ratio: 1;
        object-position: top;
    }

    .inner_service .box {
        width: 15.7% !important;
    }

    .our_partners_img {
        height: 140px;
    }

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

    .our_partners_img img {
        height: 120px !important;
        object-fit: contain;
        width: 90%;
    }

    .branch_boxes .box h2 {
        font-size: 22px;
    }

    .branch_boxes .box {
        padding: 30px 15px;
        height: 410px;
    }

    .prom_new_sec2 .box_wid .elementor-col-50.left {
        width: 70%;
    }

    .prom_new_sec2 .box_wid .elementor-col-50.right {
        width: 30%;
    }

    .with_cont .elementor-container {
        max-width: 960px !important;
    }

    .contact_map iframe {
        height: 500px !important;
    }

    .contact_form .gform_confirmation_message {
        font-size: 15px;
    }
	.serivces_box .elementor-column.elementor-col-33 {
    width: 31.8%;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 20px;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
    height: 100px;
    overflow-y: auto;
}
.card_boxes .elementor-image-box-wrapper {
    height: 272px;
}
.card_boxes .elementor-image-box-wrapper .elementor-image-box-content a.link {
    width: 120px !important;
}
	.app_icons img {
    width: 90px;
}
}

@media (max-width: 991px) {
        .footer5 .map_loc a br {
        display: block;
    }
    .footer .col-lg-3:last-child {
    padding-left: 15px;
}
    .twitter_box, .insta .img {
        padding: 20px;
        height: 230px !important;
        min-height: 100% !important;
    }
    .insta .img{
        padding:0px;
    }
    .twitter_box p {
        -webkit-line-clamp: 4;
        height: 126px;
        line-height: 122%;
    }
	div#elementor-tab-content-2232 table.widefat {
    direction: rtl;
}

	.elementor-869 .elementor-element.elementor-element-a66a05c:not(.elementor-motion-effects-element-type-background), .elementor-869 .elementor-element.elementor-element-a66a05c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    background-position: -1px 56% !important;
	}

	.chareges_sec {
    width: 1000px;
}
    table.widefat {
        overflow: hidden;
        overflow-x: auto;
        display: block;
    }
    .main_slider .elementor-slide-heading {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .main_slider .swiper-slide {
        height: 500px !important;
    }

    .currancy-conversion .wrapper .convertorsection {
        display: block;
    }

    .currancy-conversion .wrapper a.button {
        width: 100%;
    }

    .swap_icon {
        margin: 5px 0px;
    }

    .home-sec-1 {
        margin-top: -80px;
    }

    .home-sec-2 .heading h2 {
        font-size: 45px;
    }

    .home-sec-2 {
        padding: 0;
    }

    .home_about_slider.main_slider .elementor-slide-heading {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .heading h2 {
        font-size: 28px;
    }

    .btn_img {
        margin-right: 5px;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image {
        width: 95px !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image img {
        height: 30px;
    }

    .heading h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .home-sec-4 .heading h6 {
        margin-bottom: 10px !important;
    }

    .home-sec-4 .img img {
        height: 400px;
    }

    .home-sec-4.new .inn .img {
        top: -75px;
    }

    .home-sec-4.new {
        margin: 60px 0px;
    }

    .our_consumer .box {
        max-width: 30.3% !important;
        height: 220px;
        padding: 40px 0px;
    }

    .footer {
        padding: 40px 0px;
    }

    .footer1 {
        padding-bottom: 30px;
        border-bottom: 1px solid #272727;
    }

    .footer .row .col-lg-4:nth-child(2) {
        order: 2;
    }

    h2.widget-title {
        margin-bottom: 10px;
    }

    .footer2,
    .footer3 {
        padding-top: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #272727;
    }

    .footer5 {
        padding-top: 30px;
    }

    .banner_sec .heading h1 {
        font-size: 35px !important;
		padding: 0px 25px;
    }
	.single-solutions .banner_sec .heading h1 {
        padding: 0px 40px;
    }

    .banner_sec>div {
        height: 250px;
    }

    .about_sec4 .box:nth-child(2) {
        margin: 0px 18px;
    }

    .about_sec4 .box p {
        width: 95%;
    }

    .about_sec4 .box {
        height: 420px;
    }

    .about_sec_map iframe {
        height: 350px !important;
    }

    #companyleadership_slide {
        display: block;
        width: 100% !important;
    }

    #companyleadership_slide .owl-stage-outer {
        overflow: visible;
    }

    .found-img img {
        height: 260px !important;
    }

    .left_right_screen .content h3,
    .left_right_screen .content p {
        padding-left: 20px;
    }

    .founder_box .content h3 {
        font-size: 16px;
    }

    .left_right_screen:before {
        content: "";
        position: absolute;
        left: -200px;
        height: 100%;
        width: 200px;
        background: #fff;
        z-index: 2;
        top: -1px;
    }

    .owl-dots button span {
        width: 10px;
        height: 10px;
        background: #b1b1b1;
        border-radius: 50%;
        position: relative;
        display: block;
    }

    .owl-dots button {
        margin-right: 20px;
    }

    .left_right_screen .owl-dots {
        width: 100%;
        padding-left: 25px;
        margin-top: 20px;
    }

    .owl-dots button.active span {
        background: #e31e27;
    }

    .owl-dots button span:before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0px;
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
    }

    .owl-dots button.active span:before {
        border-color: #e31e27;
    }

    .testimonials_sec .box .content {
        height: 300px;
    }

    .accord .elementor-accordion-item .elementor-tab-title a {
        font-size: 18px;
    }

    .our_news .img img {
        height: 130px !important;
    }

    .sol_sec2 {
        padding: 40px 30px;
    }

    .services_new_box h3.elementor-image-box-title {
        font-size: 20px;
        min-height: 72px;
    }

    .services_new_box figure.elementor-image-box-img img {
        height: 200px !important;
    }

    .inner_service .box {
        width: 32.3% !important;
        margin-bottom: 0px !important;
        margin-top: 10px;
        height: 180px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner_service .box figure.elementor-image-box-img, .inner_service .box h3 {
        width: 100% !important;
    }

    .inner_service .box figure.elementor-image-box-img img {
        width: 50px;
        height: 50px;
        max-width: 50px;
    }

    .our_partners_img {
        height: 100px !important;
    }

    .our_partners_img img {
        height: 100px !important;
        padding: 5px;
    }

    section.branch_boxes .col-md-4 {
        flex: 100%;
        max-width: 100%;
    }

    .branch_boxes .box {
        padding: 30px 20px;
        height: auto;
    }

    .prom_new_sec2 .box_wid .elementor-col-50.left {
        width: 60%;
    }

    .prom_new_sec2 .box_wid .elementor-col-50.right {
        width: 40%;
    }

    .privacy_sec h2 {
        font-size: 24px;
    }

    .with_cont .elementor-container {
        max-width: 720px !important;
    }

    .media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a {
        font-size: 14px;
    }

    .right_bar h2 {
        font-size: 20px;
        font-weight: 500 !important;
    }

    .contact_form .gform_confirmation_message {
        text-align: center;
    }

    .error-404.not-found h1 {
        font-size: 150px;
    }
	    .serivces_box .elementor-column.elementor-col-33 {
        width: 31.3%;
    }
	.card_boxes .elementor-image-box-wrapper {
        height: 202px !important;
        padding: 15px 10px 15px !important;
    }
	.card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
        font-size: 16px;
        line-height: 105.5%;
		        margin-bottom: 15px;
    }
	.card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
    font-size: 14px;
    height: 80px;
}
	    .card_boxes .elementor-image-box-wrapper .elementor-image-box-content a.link {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 767px) {
        .twitter_box, .insta .img {
        height: 315px !important;
    }
.twitter_box p {
    height: 200px;
}
	.main_slider .swiper-slide-bg {
        background-position: 75% 0% !important;
    }
	.cus-tabb .elementor-tabs .elementor-tabs-wrapper {
    display: block;
	}
	
	.elementor-747 .elementor-element.elementor-element-22d03316:not(.elementor-motion-effects-element-type-background), .elementor-747 .elementor-element.elementor-element-22d03316 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	   background-position: 85% 112% !important;
	}


.cus-tabb .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: block;
    width: 100%;
    line-height: 35px !important;
    height: 35px;
}

.cus-tabb .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    margin-bottom: 15px;
}

.news_page_sec .elementor-tab-mobile-title,
	.schedule_sec .elementor-tab-mobile-title{
    display: none;
}
    br {
        display: none;
    }

    .main_slider .swiper-slide-contents {
        max-width: 100% !important;
    }

    .main_slider .elementor-slide-heading {
        font-size: 30px !important;
        line-height: 40px !important;
        width: 100%;
        font-style: normal;
        font-weight: 500 !important;
        letter-spacing: -2.32px;
    }

    .main_slider .swiper-slide {
        height: 100vh !important;
    }

    .main_slider.elementor-element .swiper .elementor-swiper-button-prev {
        left: 0px !important;
    }

    .main_slider.elementor-element .swiper .elementor-swiper-button-next {
        right: 0px !important;
    }

    .currancy-conversion {
        padding: 30px 20px;
        display: block;
    }

    .currancy-conversion .wrapper {
        padding: 0px;
    }

    .currancy-conversion .right {
        padding: 0;
        margin-top: 40px;
    }

    .currancy-conversion .wrapper:before {
        width: 100%;
        height: 2px;
        top: unset;
        bottom: -20px;
    }

    .home-sec-2 .heading h2 {
        font-size: 40px;
    }

    .home-sec-2 .elementor-column {
        width: 50%;
    }

    .main_slider.home_about_slider .elementor-slide-heading {
        font-size: 38px !important;
    }

    .back_slider,
    .home-sec-4.new {
        padding: 0px 15px;
    }

    .main_slider .elementor-slide-description {
        width: 100%;
    }

    .our_consumer .box {
        max-width: 100% !important;
        height: 270px;
    }

    .our_consumer .box .content p {
        width: 70%;
    }

    .our_consumer .box:nth-child(2),
    .our_consumer .box:nth-child(5),
    .our_consumer .box:nth-child(8) {
        margin: 0;
    }

    .main_slider a.elementor-button.elementor-slide-button {
        padding: 10px 40px;
        width: auto;
    }

    .home-sec-4.new {
        margin: 40px 0px;
    }

    .home-sec-4.new .inn {
        padding: 20px 0px;
    }

    .home-sec-4.new .inn>div {
        padding: 0px;
    }

    .home-sec-4.new .inn .img {
        position: relative;
        top: 0px;
    }

    .home-sec-4.new .elementor-container.elementor-column-gap-no {
        flex-direction: column-reverse;
        text-align: center;
    }

    .home-sec-4 .heading h6 {
        margin-bottom: 0px !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image {
        width: 100% !important;
    }

    .home-sec-4 .elementor-widget__width-auto.elementor-widget-image img {
        height: auto;
        width: 149px;
    }

    .btn_img {
        margin-right: 0px;
        margin-bottom: 10px !important;
    }

    .heading h2 {
        font-size: 28px;
        letter-spacing: -1.6px;
        padding-left: 0 !important;
        line-height: 105%;
    }

    .home-sec-5 .content_btn {
        text-align: left;
        margin-bottom: 20px;
    }

    .banner_sec .heading h1 {
        line-height: 93%;
        padding: 0 5px;
    }
	.single-solutions .banner_sec .heading h1 {
        padding: 0px 15px;
        padding-right: 0px;
    }

    .banner_sec>div {
        height: 360px;
    }

    .about_sec4 .box {
        max-width: 100% !important;
        height: 300px;
    }

    .about_sec4 .box:nth-child(2) {
        margin: 20px 0px;
    }

    .about_sec3 {
        margin-top: 20px;
    }

    #companyleadership_slide {
        display: block;
        width: 80% !important;
    }

    .owl-dots button {
        margin-right: 12px;
    }

    .found-img img {
        height: 315px !important;
    }

    .testimonials_sec .box .d-flex {
        display: block !important;
        text-align: center;
    }

    .testimonials_sec ul.slick-dots {
        text-align: center;
        padding: 0;
        left: 0;
    }

    .testimonials_sec .box {
        padding: 20px;
    }

    .testimonials_sec .box .content {
        padding: 0px;
        text-align: center;
        width: 100%;
    }

    .testimonials_sec .box .quote {
        text-align: center;
    }

    .testimonials_sec .box .content {
        height: 270px;
    }

    .about_sec_map iframe {
        height: 400px !important;
    }

    .sol_sec2 {
        padding: 40px 10px;
    }

    .accord .elementor-accordion-item .elementor-tab-title a {
        font-size: 16px;
        line-height: 24px;
    }

    .accord .elementor-accordion-item .elementor-tab-title span {
        margin-top: 3px;
    }

/*     .our_news_slider .col-md-4 {
        margin: 0px;
    } */

    .our_news .content .heading h6 {
        font-size: 16px;
        -webkit-line-clamp: 3;
    }

    .banner_sec .elementor-container.elementor-column-gap-default {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .services_new_box figure.elementor-image-box-img img {
        height: auto !important;
        aspect-ratio: 1;
        object-position: top;
    }

    .services_new_box h3.elementor-image-box-title {
        font-size: 22px;
        min-height: auto;
    }

    .services_new_box p {
        height: auto;
        padding: 0px;
    }

    .inner_service .box {
        width: 100% !important;
        height: auto;
        padding: 20px 0px;
    }

    .mob_logo_sec .elementor-column.elementor-col-16 {
        margin: 0px;
        width: 50%;
    }

    .our_partners_img {
        height: 140px !important;
    }

    .our_partners_img img {
        height: 120px !important;
    }

    .br_none br,
    .branch_boxes .box p br,
    .privacy_sec br {
        display: block;
    }

    .br_none a,
    .privacy_sec a {
        word-break: break-all;
    }

    .banner_sec.branch_banner {
        background-position: 35% 100% !important;
    }

    .prom_new_sec2 .box_wid .elementor-col-50.left,
    .prom_new_sec2 .box_wid .elementor-col-50.right {
        width: 100%;
    }

    .prom_new_sec2 .img img {
        min-height: auto;
    }

    .currancy-conversion.new_opt .right {
        margin-top: 0px;
    }

    .elementor-divider {
        padding-bottom: 0px !important;
    }

    .privacy_sec h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .with_cont>.elementor-container {
        max-width: 100% !important;
        padding: 0px 15px;
    }

    /* News page secton*/

    .media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a {
        font-size: 20px;
    }

    .news_page_sec .elementor-tabs {
        margin-top: 20px;
    }

    .news_page_sec .elementor-tab-mobile-title {
        display: none;
    }

    .En_btn.news {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .En_btn.news label.toggle {
        width: 110px;
        height: 37px
    }

    .En_btn.news label.toggle .slider::before {
        width: 30px;
        height: 31px;
        right: 2px !important;
        left: unset
    }

    .En_btn.news .toggle input:checked+.slider::before {
        transform: translateX(-73px)
    }

    .En_btn.news .toggle .labels::after {
        left: 15px
    }

    .En_btn.new .toggle .labels::before {
        right: 10px
    }

    .En_btn.news .toggle .labels::before {
        right: 15px;
        left: unset
    }

    .En_btn.news .toggle .labels {
        font-size: 13px;
        font-weight: 600
    }

    .En_btn.news label.toggle .slider::after {
        content: "";
        position: absolute;
        left: 84px;
        top: 12px;
        transition: all .4s ease-in-out;
        background: url(/wp-content/uploads/2024/12/arrow_right_blue.png);
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        filter: brightness(0);
        transform: rotate(180deg)
    }

    .En_btn.news .toggle input:checked+.slider::after {
        transform: translateX(-73px);
        filter: brightness(10)
    }

    .socialBox .row .col-md-4:not(:last-child) {
        margin-bottom: 55px
    }

    /* News page secton End*/
    .single_blog_sec .right_bar,
    .cont_sec .right {
        margin-top: 40px;
    }

    .right_bar h2 {
        font-size: 24px;
    }

    .cont_sec .left .para {
        width: 100%;
    }

    .error-404.not-found {
        padding: 50px 0;
    }

    .error-404.not-found h1 {
        font-size: 100px;
    }

    .page-header p {
        font-size: 20px !important;
        padding: 0px 15px;
    }
	    .card_boxes .elementor-image-box-wrapper {
        height: 392px !important;
        padding: 20px 20px 20px !important;
    }
	.serivces_box .elementor-column.elementor-col-33 {
        width: 100%;
    }
	.card_boxes .elementor-image-box-wrapper .elementor-image-box-content h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
	    .card_boxes .elementor-image-box-wrapper .elementor-image-box-content p {
        font-size: 18px;
        line-height: 26px;
        height: 210px;
    }
	    .card_boxes .elementor-image-box-wrapper .elementor-image-box-content a.link {
        font-size: 16px;
        padding: 10px;
    }
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0px !important;
}
}
@media (max-width: 575px) {
	    .main_slider .elementor-slide-heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}
.privacy_sec ol {
    padding-left: 25px;
    margin: 0;
}

.privacy_sec ol li {
    list-style: auto;
}
.privacy_sec ol li:not(:last-child){
	margin-bottom:15px;
}
.news_img_inn img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.news_img_inn {
    margin-bottom: 20px;
}
.En_btn {
    display: none;
}

#elementor-tab-title-7492 {
    pointer-events: none;
    color: gray;
    border-color: gray !important;
}

#elementor-tab-title-7492:before {
    content: '';
    filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(95%) contrast(89%);
}


