@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
a{text-decoration: none !important}
*{outline: none !important; line-height: auto !important}

/*----------------------- body-home ---------------------- */
li *{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
*:hover{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
body {
    font-family: 'Raleway', sans-serif;
    background: #000000;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.container-fluid ,.navbar-collapse{
    padding: 0;
}
section{
    float: right;
    width: 100%;
    /*overflow: hidden;*/
}
.menu_ {
    /* float: right; */
    /* width: 100%; */
    /* padding: 45px 0; */
    padding: 10px 0;
    /* height: 7vh; */
}
.logo {
    float: left;
    margin-inline-start: 10px;
}
.menu_list ul li:last-child a{
    color: #BEAC39;
}
.menu_list ul li:last-child{
    margin-right: 0;
}
.menu_list ul li a{
    float: right;
    width: 100%;
    color: #fff;
    font: 20px;
    font-weight: bold;
    cursor: pointer;
}
.menu_list ul li{
    float: left;
    margin-right: 15px;
}
.menu_list ul{
    float: right;
    padding: 1vh 0;
    /* padding: 7px 0; */
}
.menu_list{
    float: right;
}
a.open_fixeds {
    float: right;
    font-size: 20px;
    color: #fff;
    /* padding: 5px; */
    display: none;
    cursor: pointer;
    margin-top: 9px;
}
.fixed_menu.open_fixed{
    display: block;
}
.fixed_menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.bg_fixed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.6);
}
.fix_menu .close_fix {
    float: left;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.fix_menu ul li a{
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}
.fix_menu ul li{
    float: right;
    width: 100%;
}
.fix_menu ul{
    float: right;
    width: 100%;
}
.fix_menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #000;
    padding: 20px;
}
.slid_main img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.slid_main {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}
.sldw a:hover{
    background: #000;
    color: #fff;
}
.sldw a{
    float: right;
    width: 145px;
    color: #000000;
    font-size: 16px;
    padding: 5px 8px;
    border: 1px solid #000000;
    background: #fff;
}
.sldw p{
    float: left;
    width: Calc(100% - 145px);
    color: #000000;
    font-size: 16px;
}
.sldw h3{
    float: right;
    width: 100%;
    color: #000000;
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sldw{
    float: right;
    width: 100%;
    padding: 30px 0;
}
.con_a a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
}
.con_a a {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 150px;
}
.con_a {
    float: right;
    width: 100%;
}
.con_as a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    /* max-width: 100%; */
    width: 100%;
}
.con_as a {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 83vh;
}
.con_as {
    float: right;
    width: 100%;
    margin-top: -3px;
}
section.fos {
    background: #2A2E36;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.con_fos {
    float: right;
    width: 100%;
}
.cofs {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #BEAC39;
}
.cofs2 p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline !important;
}
.cofs2 p {
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}
.cofs2>a:hover {
    background: #fff;
    color: #000;
}
.cofs2>a {
    float: left;
    margin: 0 20px;
    border: 1px solid #707070;
    background: #000000;
    font-size: 16px;
    padding: 7px 10px;
    color: #fff;
    margin-top: 7px;
}
.cofs2 h3 {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px;
}
.cofs2 {
    float: left;
    width: Calc(100% - 60px);
}
section.cont {
    padding: 30px 0;
}
.itemc .img_cont img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
}
.itemc .img_cont{
    float: right;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.itemc a h3{
    float: right;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
}
.itemc a p{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.itemc a{
    float: right;
    width: 100%;
}
.itemc{
    float: right;
    width: 100%;
    margin-bottom: 25px;
}
section.footer {
    background: #1A1A1A;;
    padding: 50px 0;
}
.for_con ul.soial li a:hover{
    padding-left: 0;
}
.for_con ul li a:hover{
    padding-left: 10px;
}
.for_con ul li a{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 2px;
}
.for_con ul li{
    float: right;
    width: 100%;
}
.for_con ul{
    float: right;
    width: 100%;
}
.for_con p{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.for_con{
    float: right;
    width: 100%;
}
ul.soial li a:hover {
    background: #000;
    color: #fff;
}
ul.soial li a {
    float: left;
    width: 35px;
    height: 32px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #fff;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
ul.soial {
    float: right;
    width: auto;
}
ul.soial li {
    float: left;
    width: auto;
    margin-left: 7px;
}
/* .slid_main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/Group 59.png') no-repeat center right;
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: 1;
} */
.fos:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/Group 59.png') no-repeat center right;
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: 1;
}
.contt{
    padding: 50px 0;
}
.cont_c{
    float: right;
    width: 100%;
}
.cont_c h2{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cont_c p{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.itemsw{
    display: inline-block;
    width: 100%;
    min-height: 100vh;
}
.itemsw .itemc .img_cont{
    height: 180px;
}

.itemsw .itemc p{
    font-size: 14px;
    max-height: 65px;
    overflow: hidden;
}
.itemsw .itemc h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.itemsw .itemc span{
    float: right;
    width: 100%;
    color: #BEAC39;
    font-size: 16px;
    margin-bottom: 10px;
}
.itemsw p.sw {
    font-size: 25px;
    font-weight: bold;
}
.inputs {
    float: right;
    width: 100%;
}
.input_r label {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.input_r {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.input {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.input label {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.input textarea,
.input select,
.input input {
    float: right;
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
    color: #000;
    padding: 8px 10px;
    border-radius: 6px;
    border: 0;
}
.inputs p{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.inputs button{
    float: left;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    background: #BEAC39;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin-bottom: 15px;
}
.tabs ul li.active{
    font-weight: bold;
}
.tabs ul li{
    float: left;
    width: 14.28%;
    color: #fff;
    text-align: left;
    cursor: pointer;
}
.tabs ul{
    float: right;
    width: 100%;
    margin: 20px 0;
}
.tabs{
    float: right;
    width: 100%;
}
.listw.active {
    /*max-height: 999999px;*/
    display: block;
}
.listw {
    float: right;
    width: 100%;
    display: none;
    /*max-height: 0;*/
    /*overflow: hidden;*/
}
.item_l{
    float: right;
    width: 100%;
    text-align: center;
}
.img_item_l img{
    position: absolute;
    /* width: auto !important; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* max-width: 100%; */
    /* min-height: 100%; */
    height: 100%;
}
.img_item_l{
    float: right;
    width: 100%;
    height: 160px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
.item_l h3{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.item_l p{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.item_l a{
    display: inline-block;
    width: 80%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #BEAC39;
}
.item_l span{
    float: right;
    width: 100%;
    color: #BEAC39;
    text-align: right;
    font-size: 14px;
    margin-bottom: 7px;
}
.info,
.orders{
    float: right;
    width: 100%;
    margin: 20px 0 0 50px;
}
.info h3,
.orders h3{
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.orders h3 span span {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.orders h3 span {
    float: right;
    text-align: right;
}
.input_r label i{
    color: #BEAC39;
}
.cont_tabs .active{
    display: block;
}
.cont_tabs>div{
    display: none;
}
.cont_tabs{
    float: right;
    width: 100%;
    margin: 50px 0;
}
.info h3 span a{
    color: #BEAC39;
}
.info h3 span{
    float: right;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 0;
}
.mr2{
    margin: 20px 0;
}
.itmsw>div {
    display: table-cell;
    vertical-align: middle;
}
.itmsw {
    float: left;
    /* width: 100%; */
    display: table;
    /* margin-bottom: 22px; */
    background-color: #2e313670;
    /* background-color: #2e313699; */
    /* background-color: #2e31363d; */
    margin-right: 10px;
    margin-bottom: 10px;
}
.img_sup p{
    float: right;
    width: 100%;
    color: #fff;
    /* font-size: 16px; */
    font-weight: bold;
}
.img_spus img{
    position: absolute;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    /* margin-top:5px; */
}
.img_spus{
    float: right;
    width: 90px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.img_sup {
    width: 90px;
    text-align: center;
}
.sup span {
    float: right;
    width: 100%;
    color: #BEAC39;
    text-align: right;
    font-size: 14px;
    margin-bottom: 7px;
}
.sup{position: relative;}
.sup.swx:before {
    content: 'x';
    position: absolute;
    left: 50px;
    top: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.sup input {
    border: 0;
    height: 25px;
    float: left;
    width: 40px;
    background: transparent;
    color: #fff;
    text-align: center;
}
.mrr .img_spus{
    border-radius: 50%;
    width: 120px;
    height: 120px !important;
}
.mrr>span{
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}
.mrr .plus{
    margin-right: 5px;
}
.sizess label span {
    float: right;
    width: Calc(100% - 81px);
    text-align: left;
    color: #fff;
}
.mrecw  .sup.swx.mrr:before{
    top: 5px;
    left: 25px;
}
.sizess label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.sizess {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.sup button {
    float: left;
    background: #BEAC39;
    color: #000;
    font-size: 12px;
    border: 0;
    width: 25px;
    height: 25px;
}
.owl-controls{
    float: right;
    width: 100%;
    position: relative;
}
.owl-next{
    right: 15px;
}
.owl-prev{
    left: 15px;
}
.owl-next,
.owl-prev {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 28px;
    position: absolute;top: -150px;
}
.owl-stage-outer {display: inline-block;
    width: 100%;
}
.lists {
    float: right;
    width: 100%;
    margin: 20px 0;
}
.contetnt_input {
    display: inline-block;
    background: #121212;
    padding: 30px;
}
.head_mod i{
    float: right;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 60px;
}
.head_mod {
    display: inline-block;
    width: 100%;
    /* margin-bottom: 25px; */
}
.merc .img_item_l{
    height: 200px;
}
.mrecw .img_spus{
    height: 90px;
}
.mrecw .sup.swx:before{
    top: 38px;
}
.ord_det strong {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.ord_det p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.ord_det table td {
    color: #fff;
    font-size: 16px;
}
.ord_det span {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 7px;
    font-size: 14px;
}
.ord_det h3 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.ord_det {
    float: right;
    width: 100%;
}
#login .head_mod{
    margin-bottom: 0
}
li.logins{
    position: relative;
}
.logins span img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 120%;
}
.logins span{
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eee;
    position: relative;
    margin-top: -8px;
}
li.logins ul li  a{
    color: #fff;
}
li.logins ul li {
    float: right;
    width: 100%;
    padding: 5px;
    margin-right: 0;
    margin-bottom: 5px;
}
li.logins:hover > div {
    display: initial;
}
li.logins > div {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 15px;
    overflow: hidden;
    z-index: 1;
    display: none;
}
li.logins ul {
    float: right;
    width: 100%;
    padding: 5px;
    background: #121212;
    width: 250px;
}
.ord_s table th {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 5px;
}
.ord_s table td {
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
.ord_s table {
    float: right;
    width: 100%;
}
.ord_s {
    float: right;
    width: 100%;
}
.image_prof img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}
.image_prof {
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.image_profs{
    float: left;
    position: relative;
}
.image_profs i {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    bottom: 0;
}
.list_prof a {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
}
.list_prof p {
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.list_prof span{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.list_prof {
    float: right;
    width: 100%;
    position: relative;
}
.fix_menu .logins{
    text-align: center;
    margin-bottom: 15px;
}
.fix_menu .logins div{
    overflow: inherit;
    position: inherit;

}
.fix_menu .logins span{
    float: none;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.siz_or>div:last-child {
    width: 60%;
    padding-left: 15px;
}
.siz_or>div {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.siz_or {
    float: right;
    width: 100%;
    display: table;
    border-top: 1px solid #eee;
    padding-top: 5px;
}
.item_1_or label{
    position: absolute;
    left: 4px;
    width: auto;
    top: 11px;
    color: #000;
    font-size: 14px;
    text-align: left;
}
.item_1_or .input select{
    border-radius: 2px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
}
.item_1_or .input{
    position: relative;
    margin-bottom: 5px;
}
.item_1_or .pdr{
    padding-left: 35px !important;
}
.item_l .item_1_or a{
    float: right;
    width: 100%;
}
.item_l .item_1_or span{
    float: right;
    font-size: 16px;
}
.brds span{
    float: left;
}
.brds  span:hover,
.brds .active span{
    border-bottom: 5px solid #BEAC39;
}
.brds span{
    border-bottom: 5px solid transparent;
    padding-bottom: 5px;
}
.dashed .itemsw .itemc p{
    font-size: 10px;
}
.dashed .itemsw .itemc h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.con_a .itm_imgsw img{
    /* filter: blur(1.5px); */
    filter: brightness(70%);
}
.con_a .center .itm_imgsw img{
    filter: blur(0px);
}
.con_a .owl-prev{
    left: 15px;
    /* top: -80px; */
    margin-top: 55px;
}
.con_a .owl-next{
    right: 15px;
    /* top: -80px; */
    margin-top: 55px;
}

/* @media(min-width:1600px){ */
    .header-logo{
        max-width: 200px;
        /* padding-top: 8px; */
      }
/* }  */


@media(min-width:1200px){
    .con_a a img{
        max-width: 100%;
    }
.pdw .row .col-md-4:nth-child(1){
    padding-right: 5px;
}
.pdw .row .col-md-4:nth-child(3){
    padding-left: 5px;
}
.pdw .row .col-md-4:nth-child(2){
    padding: 0 5px;
}
.owl-next{
    right: -45px;
}
.owl-prev{
    left: -45px;
}
}

@media(max-width:1600px){
    .header-logo{
        max-width: 225px;
        padding-top: 0px;
      }
}
    
@media(max-width:1200px){
    .menu_list ul li{
        margin-right: 5px;
    }
    .sldw h3{
        font-size: 40px;
    }
    .sldw p{
        width: 100%;
        margin-bottom: 15px;
    }
    .sldw a{
        float: left;
    }
    .for_con{
        margin-bottom: 25px;
    }

    ul.soial{
        width: 100%;
        text-align: center;
    }
    ul.soial li,
    ul.soial li a{
        float: none;
        display: inline-block;
    }
}
@media(max-width: 996px){
    .con_a .owl-prev,
    .con_a .owl-next{
        display: none !important;
    }
    .sup.swx:before{
        display: none;
    }
    .tabs ul li{
        width: 25%;
        margin-bottom:15px;
    }
    .open_fixeds, .mobile-only{
        display: inline-block !important;
    }
    .menu_list .btn_menulist,
    .menu_list ul{
        display: none;
    }
    .fos:before,.slid_main:before{
        display: none;
    }
    .cofs2 p{
        width: 100%;
    }
    .sldw{
        text-align: center;
    }
    .sldw a{
        float: none;
        display: inline-block;
    }
}
@media(max-width: 776px){
    .con_as{
        display: none;
    }
    .tabs ul li{
        /* width: 100%; */
        margin-bottom:15px;
    }
    .second_slid_main{
        height: 200px !important;
    }
}

/* Header CSS */
.main-header {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    padding-inline: 1.5rem;
    padding-block: 1rem;
}
.main-header img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}
.nav-items-bar {
    padding-right: 0px !important;
}
.text-end {
    text-align: right!important;
}
.p-3 {
    padding: 1rem!important;
}

.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.d-flex {
    display: flex!important;
}
.main-header .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.main-header .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.main-header .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.p-3 {
    padding: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.text-center {
    text-align: center!important;
}

.default_branch {
    text-transform: uppercase;
    font-weight: 900;
}
.pe-2 {
    padding-right: 0.5rem!important;
}
.border-end {
    padding-right: 10px !important;
    border-right: 1px solid #dee2e6!important;
}
.dropdown-link {
    cursor: pointer;
}
.main-header .text-primary {
    color: #bdad2b !important;
}
.menu.new-header-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none!important;
    }
    .main-header .col-lg-2 {
        flex: 0 0 auto;
        width: calc(2*(100%/12));
    }
    .main-header .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}
@media (max-width: 991px) {
    .menu--mobile {
        min-width: 100px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
    }
    .menu--mobile.active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .menu--mobile .logo img {
        filter: brightness(0);
        max-height: 20px;
    }
    .menu--mobile .menu {
        padding: 20px;
    }
    .menu--mobile .menu li a {
        color: #000;
        padding: 10px 0;
        font-size: 18px;
        display: block;
        border-right: 0 !important;
        border-bottom: 1px solid #d6d6d6;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex!important;
    }
    .menu.new-header-menu li:not(:last-of-type) {
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    .pe-xl-3 {
        padding-right: 1rem!important;
    }
}
/* End Header CSS */