textarea {
    overflow: hidden;
}
button {
    outline: none !important;
    cursor: pointer;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.owl-carousel img {
    width: auto !important;
    display: inline-block !important;
}
.owl-carousel .owl-item {
    opacity: 0;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}
.dropup .dropdown-toggle::after {
    display: none;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}
.auto-container {
    position: static;
    max-width: 1300px;
    padding: 0px 10px;
    margin: 0 auto;
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
figure {
    margin-bottom: 0;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.centered {
    text-align: center !important;
}
.gray-bg {
    background-color: #f4f4f4 !important;
}
.light-bg {
    background-color: #fff !important;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.dropdown-toggle::after {
    display: none;
}
.fa {
    line-height: inherit;
}
.owl-nav,
.owl-dots {
    display: none;
}
/* Btn style */
.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 1;
}
.btn-style-one.style-two {
    background-color: #fff;
    color: #222 !important;
}
.btn-style-one.style-two:hover{
    background-color: var(--theme-color);
}
.btn-style-one i {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
}
.btn-style-one:hover {
    color: #fff !important;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #2B313E;
    transition: .5s;
    z-index: -1;
}
.btn-style-one:hover:before {
    width: 100%;
}
.btn-style-one span {
    position: relative;
}

.btn-two{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    background-color: #2B313E;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    z-index: 1;
}
.btn-two i {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 12px;
    vertical-align: middle;
    top: 2px;
}
.btn-two:hover {
    color: #fff !important;
}
.btn-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #E85230;
    transition: .5s;
    z-index: -1;
}
.btn-two:hover:before {
    width: 100%;
}
.nice-select{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #B8B8B8;
    background: #383C45;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 20px;
}
.checkout-section .nice-select, .short-box .nice-select{
    background: transparent;
}
.nice-select:after{
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #B8B8B8;
    top: 0px;
    right: 30px;
    margin: 0px;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
} 

/* common section title */
.section-title{
    display: flex;
    align-items: center;
    gap: 12px;
}
.section-title h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #2B313E;
}
.common-section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #E9ECEF ;
    margin-bottom: 40px;
}
.common-section-title-left{
    display: flex;
    align-items: center;
    gap: 40px;
}
/* common section title */

/* common more button */

/* Jadou Trading header override */
.jadou-header .header-top {
    background: #f5f5f5;
}

.jadou-header .header-top .wrapper-box {
    min-height: 42px;
}

.jadou-header .header-top .left-column,
.jadou-header .header-top .right-column {
    display: flex;
    align-items: center;
}

.jadou-header .header-top .right-column {
    gap: 24px;
}

.jadou-header .social-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.jadou-header .social-icon li a,
.jadou-header .jadou-top-contact li a {
    color: #6e737d;
    font-size: 12px;
}

.jadou-header .jadou-top-contact {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
}

.jadou-header .jadou-top-search {
    display: flex;
    align-items: center;
    width: min(420px, 40vw);
    height: 30px;
    background: #fff;
}

.jadou-header .jadou-top-search label {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 12px;
    color: #303846;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
}

.jadou-header .jadou-top-search input {
    width: 100%;
    min-width: 0;
    height: 30px;
    border: 0;
    border-left: 1px solid #eeeeee;
    padding: 0 12px;
    color: #303846;
    font-size: 11px;
}

.jadou-header .jadou-top-search button {
    flex: 0 0 38px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #969ca6;
}

.jadou-header .curency {
    display: block;
}

.jadou-header .language .flag {
    display: none;
}

.jadou-header .header-top .nice-select {
    width: 58px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #303846;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 18px 0 0;
}

.jadou-header .header-top .nice-select:after {
    right: 0;
    color: #303846;
}

.jadou-header .header-upper {
    background: #091226;
}

.jadou-header .header-upper .inner-container {
    min-height: 86px;
}

.jadou-header .header-upper .logo_menu {
    width: 100%;
    justify-content: space-between;
    gap: 42px;
}

.jadou-header .header-upper .logo-box .logo {
    padding: 18px 0;
}

.jadou-header .logo img,
.jadou-header .nav-logo img,
.search-popup .logo-box img {
    display: block !important;
    width: 185px;
    max-width: 185px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.jadou-header .main-menu .navigation > li {
    margin: 0 0 0 34px;
}

.jadou-header .main-menu .navigation > li > a {
    padding: 31px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.jadou-header .main-menu .navigation > li > a:hover,
.jadou-header .main-menu .navigation > li > a.active {
    color: #d61f2a !important;
}

.jadou-header .main-menu .navigation > li.dropdown > a:before {
    top: 31px;
}

.jadou-header .mobile-nav-toggler .icon-bar {
    background: #fff;
}

@media (max-width: 1199px) {
    .jadou-header .jadou-top-search {
        width: min(340px, 34vw);
    }

    .jadou-header .main-menu .navigation > li {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .jadou-header .header-top .wrapper-box,
    .jadou-header .header-top .right-column {
        gap: 12px;
    }

    .jadou-header .jadou-top-contact,
    .jadou-header .jadou-top-search {
        display: none;
    }

    .jadou-header .header-upper .logo_menu {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .jadou-header .social-icon {
        gap: 10px;
    }

    .jadou-header .logo img,
    .jadou-header .nav-logo img {
        width: 150px;
    }
}

/* Jadou corporate pages */
.jadou-corporate-page {
    background: #fff;
}

.jadou-corporate-copy span,
.jadou-section-heading span {
    display: inline-block;
    margin-bottom: 14px;
    color: #d61f2a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.jadou-corporate-copy h2,
.jadou-section-heading h2 {
    margin-bottom: 22px;
    color: #091226;
    font-size: 42px;
    line-height: 1.18;
}

.jadou-corporate-copy p,
.jadou-section-heading p,
.jadou-process-card p {
    color: #626b78;
    font-size: 16px;
    line-height: 1.75;
}

.jadou-corporate-image img,
.jadou-media-card img {
    width: 100%;
    min-height: 360px;
    border-radius: 6px;
    object-fit: cover;
}

.jadou-corporate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 60px;
}

.jadou-corporate-grid div,
.jadou-process-card,
.jadou-media-card {
    min-height: 190px;
    padding: 34px;
    border: 1px solid #e7eaf0;
    border-radius: 6px;
    background: #fff;
}

.jadou-corporate-grid strong,
.jadou-process-card span {
    display: block;
    color: #d61f2a;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.jadou-corporate-grid span {
    display: block;
    margin-top: 12px;
    color: #091226;
    font-weight: 700;
}

.jadou-section-heading {
    max-width: 820px;
    margin-bottom: 44px;
}

.jadou-process-card h3,
.jadou-media-card h3 {
    margin: 22px 0 12px;
    color: #091226;
    font-size: 24px;
}

.jadou-check-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    color: #091226;
    font-weight: 700;
}

.jadou-check-list li:before {
    position: absolute;
    left: 0;
    color: #d61f2a;
    content: "\\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.jadou-media-card {
    padding: 0;
    overflow: hidden;
}

.jadou-media-card img {
    min-height: 260px;
    border-radius: 0;
}

.jadou-media-card h3 {
    margin: 0;
    padding: 24px;
}

@media (max-width: 991px) {
    .jadou-corporate-copy h2,
    .jadou-section-heading h2 {
        font-size: 32px;
    }

    .jadou-corporate-grid {
        grid-template-columns: 1fr;
    }
}

/* common more button */
.common-more-btn a{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B313E;
    transition: 0.5s;
}
.common-more-btn a i{
    margin-bottom: -5px;
    margin-left: 10px;
}
.common-more-btn a:hover{
    color: #E85230;
}
/* common more button */
