/* ============================================================== components start =============*/

* {
    box-sizing: border-box;
    font-family: yb-rg;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #fdfdfd;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

span {
    display: inline-block;
}

:root {
    --bf-yellow: #FEC200;
    --bf-blue: #0B1744;
}


/* ----------------- fonts start ------------------ */

@font-face {
    font-family: yb-hl;
    src: url(../fonts/Yekan\ Bakh\ -\ Hairline.ttf);
}

@font-face {
    font-family: yb-lt;
    src: url(../fonts/Yekan\ Bakh\ -Light.ttf);
}

@font-face {
    font-family: yb-rg;
    src: url(../fonts/Yekan\ Bakh.ttf);
}

@font-face {
    font-family: yb-md;
    src: url(../fonts/Yekan\ Bakh\ -\ Medium.ttf);
}

@font-face {
    font-family: yb-bd;
    src: url(../fonts/Yekan\ Bakh\ -Bold.ttf);
}

/* ----------------- fonts end ------------------ */



/* ----------------- font icons start ------------------ */

@font-face {
    font-family: 'behin-icons';
    src: url('../fonts/behin-icons.woff') format('woff'),
        url('../fonts/behin-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'behin-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-shopping-cart:before {
    content: "\e900";
    color: #fff;
}
.icon-consulting:before {
    content: "\e901";
    color: #fff;
}
.icon-current-price:before {
    content: "\e902";
    color: #fff;
}
.icon-flexible-sales:before {
    content: "\e903";
    color: #fff;
}
.icon-guarantee:before {
    content: "\e904";
    color: #fff;
}
.icon-instant-support:before {
    content: "\e905";
    color: #fff;
}
.icon-pish-factor:before {
    content: "\e906";
    color: #fff;
}
.icon-trend-down:before {
    content: "\e921";
    color: #f00;
}
.icon-trend-up:before {
    content: "\e922";
    color: #12c824;
}
.icon-check:before {
    content: "\e907";
    color: #fff;
}
.icon-check2:before {
    content: "\e908";
    color: #fec200;
}
.icon-fast-delivery:before {
    content: "\e909";
    color: #fff;
}
.icon-location:before {
    content: "\e90a";
    color: #fff;
}
.icon-milgerd:before {
    content: "\e90b";
    color: #fff;
}
.icon-save-money:before {
    content: "\e90c";
    color: #fff;
}
.icon-telegram:before {
    content: "\e90d";
}
.icon-arrow-down:before {
    content: "\e90e";
}
.icon-arrow-right:before {
    content: "\e90f";
}
.icon-email-2:before {
    content: "\e910";
    color: #fec200;
}
.icon-email:before {
    content: "\e911";
    color: #fff;
}
.icon-facebook:before {
    content: "\e912";
}
.icon-instagram:before {
    content: "\e913";
}
.icon-linkedin:before {
    content: "\e914";
}
.icon-magnify:before {
    content: "\e915";
    color: #fff;
}
.icon-mdi_play:before {
    content: "\e916";
    color: #fff;
}
.icon-phone-3:before {
    content: "\e917";
    color: #fec200;
}
.icon-phone-fill:before {
    content: "\e918";
    color: #fff;
}
.icon-phone-line:before {
    content: "\e919";
}
.icon-pin:before {
    content: "\e91a";
    color: #fec200;
}
.icon-swiper-next:before {
    content: "\e91b";
    color: #fff;
}
.icon-swiper-pre:before {
    content: "\e91c";
    color: #fff;
}
.icon-technical:before {
    content: "\e91d";
    color: #fec200;
}
.icon-whatsapp:before {
    content: "\e91e";
    color: #fff;
}
.icon-x:before {
    content: "\e91f";
}
.icon-eitaa:before {
    content: "\e920";
}




/* ----------------- font icons end ------------------ */

/* ----------------- header start ------------------ */

.home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 99999;
    margin: 0 !important;
}

.header-bf {
    margin-top: 43px;
    margin-bottom: 20px;
}

.header-fixed {
    position:fixed;
    top:10px;
    right:0;
    width:100%;
    z-index:99999999999;
    margin-top:0;
    padding-top:0;
}

.home-header.header-fixed .nav-bf{
    background-color: rgba(1, 7, 29, .6)!important;
    backdrop-filter: blur(3px);
}

.home-header.header-trans .nav-bf{
    background-color: var(--bf-blue) !important;
        border-color:var(--bf-blue);
}

.header-fixed .nav-bf {
    background-color:#fff;
}

.nav-bf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid #CACACA;
    padding: 0 38px 0 20px;
}

.logo-bf {
    margin: 16px 0;
    display: inline-block;
}

.logo-bf img {
    height: 51px;
    width: 102px;
    object-fit: contain;
    margin-left: 24px;
}

.menu-bf-list {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bf-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-bf-list li a {
    color: #000;
    font-family: yb-md;
    font-size: 14px;
    transition: .3s;
}

.home-header .menu-bf-list > li > a {
    color: #FEFEFE;
}

.menu-bf-list > li > a {
    display: inline-block;
    padding: 31px 20px;
}

.menu-bf-list li:hover a {
    color: var(--bf-yellow);
}

.menu-bf-list li [class^="icon-"],
.menu-bf-list li [class*=" icon-"] {
    position: absolute;
    left: 0;
    cursor: pointer;
}

.home-header .menu-bf-list li [class^="icon-"],
.home-header .menu-bf-list li [class*=" icon-"] {
    color: #fff;
}

.menu-bf-list li .sub-menu {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 180px;
    padding: 10px 0;
    display: none;
}

.menu-bf-list li:hover > .sub-menu {
    display: block;
}

.menu-bf-list li .sub-menu a {
    color: #333;
    display: inline-block;
    padding: 12px 15px;
    transition: 0.3s;
}

.menu-bf-list li .sub-menu a:hover {
    color: var(--bf-yellow);
}

.header-btns {
    display: flex;
    margin: 16px 0;
}

.phone-bf {
    border: none;
    border-radius: 40px;
    background-color: var(--bf-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 46px;
    margin-right: auto;
    margin-left: 10px;
    color: #333;
    direction: ltr;
    padding: 10px 20px;
    column-gap: 7px;
    transition: .3s;
}

.home-header .phone-bf {
    background-color: #fff;
    color: #000;
}

.phone-bf span::before {
    font-size: 24px;
    color: #333;
    transition: .3s;
}

.home-header .phone-bf span::before {
    color: #000;
}

.phone-bf:hover span::before {
    color: #fff;
}

.phone-bf:hover {
    background-color: var(--bf-yellow);
    color: #fff;
}

.btn-buy-bf {
    border-radius: 50px;
    background-color: var(--bf-yellow);
    padding: 14px 40px 12px;
    color: #333;
    font-family: yb-md;
    font-size: 14px;
    transition: .3s;
    animation-name: buy;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes buy {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(254, 194, 0, 1);
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(254, 194, 0, 0);
    }

    51% {
        box-shadow: 0px 0px 0px 0px rgba(254, 194, 0, 1);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(254, 194, 0, 0);
    }
}

.home-header .btn-buy-bf {
    background-color: #fff;
    color: #000;
}

.btn-buy-bf:hover {
    background-color: var(--bf-yellow);
    color: #fff;
}

.home-header .menu-bf-list li::after {
    background-color: #fff;
}

.menu-bf .phone-bf {
    display: none;
}

/* ----------------- header end ------------------ */

.bf-subtitle {
    font-size: 14px;
    font-family: yb-md;
    color: var(--bf-yellow);
    line-height: 21px;
    margin-bottom: 18px;
}
.bf-subtitle a {
    color: var(--bf-yellow);
}

.bf-title {
    font-size: 32px;
    font-family: yb-md;
    color: #040001;
    line-height: 42px;
    margin-bottom: 12px;
}

.bf-title span {
    font-family: yb-lt;
    display: inline;
}

.sec-prg {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    font-family: yb-md;
}

.see-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: yb-md;
    line-height: 21px;
    color: var(--bf-yellow);
    margin-top: 22px;
    transition:.3s;
}

.see-more span::before {
    color: var(--bf-yellow);
    font-size: 19px;
    position: relative;
    right: 10px;
    transition:.3s;
}

.see-more:hover span::before {
    right:15px;
}

.bf-trans-btn {
    border: 1px solid var(--bf-yellow);
    border-radius: 50px;
    color: var(--bf-yellow);
    padding: 11px 32px 11px 32px;
    transition:.3s;
}

.bf-trans-btn:hover {
    background-color: var(--bf-yellow);
    color:#fff;
}

.bf-yellow-btn {
    border: 1px solid var(--bf-yellow);
    border-radius: 50px;
    color: #333;
    background-color: var(--bf-yellow);
    padding: 11px 32px 11px 32px;
    transition:.3s;
}

.bf-yellow-btn:hover {
    background-color: var(--bf-blue);
    border-color: var(--bf-blue);
    color:#fff;
}

/* ----------------- form start ------------------ */

.bf-form input , .bf-form textarea {
    width: 100%!important;
    height: auto!important;
    padding: 15px!important;
    font-size: 14px!important;
    color: #A0A0A3!important;
    border: .5px solid #c1bbbb!important;
    background-color: #f8f8f8!important;
    line-height: 1.7 !important;
    box-shadow: none!important;
    transition: .3s;
}

.bf-form textarea {
    min-height: 150px!important;
    height: 150px!important;
}

.bf-form input:focus {
    outline: none!important;
    border-color: var(--bf-yellow)!important;
}

.bf-form .gfield_checkbox , .bf-form .gfield_radio {
    border: 0!important;
    padding: 12px 0!important;
    flex-wrap: wrap;
}

.c-form .gfield_radio {
    flex-wrap: wrap;
}

.bf-form input[type="checkbox"] , .bf-form input[type="radio"] {
    width: 24px!important;
    height: 24px!important;
    padding: 0!important;
    margin-bottom: 0!important;
}

.bf-form label {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-bottom: 10px;
}

.bf-form input[type="submit"] {
    color: #333!important;
    border: none!important;
    width: 140px!important;
    margin-right: auto;
    margin-bottom: 0!important;
    background-color: var(--bf-yellow) !important;
    border-radius: 50px !important;
}

.checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.checkmark {
    border: .5px solid #c1bbbb;
    background-color: #f8f8f8;
    width: 24px;
    height: 24px;
    position: relative;
}

.checkmark::after {
    content: '';
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
}

.checkbox:checked~.checkmark {
    background-color: #3086e8;
}

.checkbox:checked~.checkmark::after {
    display: block;
}

.c-form label {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 8px;
}

.c-form input , .c-form textarea , .c-form select {
    font-size: 14px!important;
    line-height: 21px!important;
    color: #757575!important;
    margin-bottom: 8px!important;
    width: 100%!important;
    height: auto !important;
    padding: 12px 16px!important;
    border: 1px solid #d6d6d6!important;
    margin-bottom: 38px;
    box-shadow: none!important;
    transition: .3s;
}

.c-form textarea {
    min-height: 150px!important;
    height: 150px !important;
}

.gfield_radio , .gfield_checkbox {
    align-items: center!important;
    gap: 40px!important;
    background-color: #fff!important;
    border: 1px solid #d6d6d6!important;
    padding: 12px 16px!important;
    flex-direction: row!important;
}


.gfield_radio label {
    margin-right: 5px!important;
}

.c-form input[type="submit"] {
    color: #fff!important;
    border: none!important;
    width: 140px!important;
    margin-right: auto;
    margin-bottom: 0!important;
}

.c-form input[type="email"] {
    direction: rtl;
}

.c-form input[type="radio"] {
    width: 16px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    height: 16px !important;
}

.c-form textarea {
    font-size: 14px;
    line-height: 21px;
    color: #757575;
    margin-bottom: 8px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d6d6d6;
    margin-bottom: 38px;
    resize: none;
    transition: .3s;
}

.radio-box {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 12px 16px;
    margin-bottom: 44px;
}

.radio-box label {
    margin: 0;
    cursor: pointer;
    color: #757575;
    display: flex;
    align-items: center;
}

.radio-box label span {
    padding-top: 2px;
}

.c-form input:focus,
.c-form textarea:focus {
    outline: none;
    border-color: var(--bf-yellow);
    transform: scale(1.05);
}

.c-form select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 44px;
    padding: 12px 16px;
    color: #757575;
    font-size: 14px;
}

/* ----------------- form end ------------------ */

/* ----------------- breadcrumb start ------------------ */
.breadcrumb a {
    font-size: 12px;
    line-height: 21px;
    color: #c2c2c3;
}

.breadcrumb span {
    font-size: 12px;
    line-height: 21px;
    color: #000;
}

.breadcrumb span::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #000;
    position: relative;
    top: 1px;
    margin: 0px 5px;
}

.breadcrumb {
    margin-bottom: 100px;
}

/* ----------------- breadcrumb end ------------------ */



/* ========================= footer start */
.footer-bar {
    background-color: var(--bf-blue);
    padding: 90px 0px 54px;
    position: relative;
    z-index: 99999999999;
}

.footer-bar img {
    width: 168px;
    height: 84px;
    object-fit: contain;
}

.footer-bar .logo a {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.footer-bar .sec-prg {
    color: #c6c6c6;
}

.footer-head {
    margin-bottom: 85px;
}

.footer-list-title {
    color: #FFF;
    font-family: 'yb-md';
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
}

.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list ul li {
    margin-bottom: 10px;
}

.footer-list ul a {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 21px;
    transition:.3s;
}

.footer-list ul a:hover {
    color:var(--bf-yellow);
}

.social-media-footer {
    display: flex;
    column-gap: 20px;
}

.social-media-footer a {
    color: #fff !important;
    font-size: 20px !important;
}

.footer-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #767676;
    margin-bottom: 40px;
}

.support-bar-item a,
.support-bar-item address {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 21px;
    transition:.3s;
}

.support-bar-item a:hover,
.support-bar-item address:hover {
    color:var(--bf-yellow);
} 

.footer-copyright {
    color: #fff;
}

.footer-copyright p {
    color: #fff;
    margin-bottom: 0;
}

.loris-powered {
    display: inline-block;
    color: #fff;
}

.contact-info-footer {
    color: #A2A2A2;
    font-size: 14px;
}
.contact-info-footer span {
    color: #fff;
    font-size: 14px;
}

.contact-info-footer address {
    display: inline-block;
}

/* ========================= footer end */

.x-mark {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-right: auto;
    margin-bottom: 20px;
}

.x-mark::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
}

.x-mark::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.ist-bars {
    background-color: transparent;
    border: none;
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    align-items: center;
    margin-right: 20px;
}

.ist-bars span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    right: 0;
}



.ist-bars::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.ist-bars::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-header .ist-bars span {
    background-color: #fff;
}

.home-header .ist-bars::before {
    background-color: #fff;
}

.home-header .ist-bars::after {
    background-color: #fff;
}

/* ----------------- custom select start ------------------ */

/* first change display of the orginal select element to none */
.custom-select select {
    display: none;
}

.custom-select {
    width: 200px;
    position: relative;
}

/* customize the selected item div that we created  */
.selected-item {
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: .4s;
    display: flex;
    justify-content: space-between;
}

.text {
    font-size: 18px;
    font-family: yb-md;
    color: #000;
    line-height: 27px;
}

.filter-select-box {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.filter-select-box select {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-family: yb-md;
    color: #000;
    line-height: 27px;
}

/* .selected-item:hover {
    background-color: #571818;
} */

/* customizung the optio list that we have created */
.option-list {
    border-radius: 8px;
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    background-color: #A0A0A3;
}

/* customizung the option div  */
.option {
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: .4s;
}

.option:hover {
    background-color: #ececf0;
}

.option:last-child {
    margin-bottom: 0px;
}


/* the arrow in the selected div customization */
.arrow-down {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .4s;
    position: relative;
    top: 7px;
}

.arrow-up {
    transform: rotate(136deg);
    top: 9px;
}

/* ----------------- custom select end ------------------ */

/* ----------------- accordion start ------------------ */

.accordion-item {
    background-color: #f4f4f4;
    margin-bottom: 16px;
    border: none;
    border-radius: 0 !important;
}

.accordion-title {
    font-size: 14px;
    font-family: yb-md;
    line-height: 21px;
    color: #757575;
    margin: 0;
}

.acc-title-bd {
    color: #000;
}

.accordion-head {
    padding: 17px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding: 0px 20px 24px 51px;
}

.accordion-content .sec-prg , .accordion-content p {
    color: #757575;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.deactive-content {
    display: none;
}

.tog-acc::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #9E9E9E;
    border-left: 2px solid #9E9E9E;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .3s;
    position: absolute;
    top: -10px;
    left: -47px;
}

.tog-acc {
    display: flex;
    position: relative;
}

.tog-acc-active::after {
    transform: rotate(135deg);
    transition: .3s;
    position: absolute;
    top: -3px;
}

.accordions-plus .tog-acc {
    position: relative;
    min-width: 20px;
    height: 20px;
    margin-right: 30px;
}

.accordions-plus .tog-acc::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #9E9E9E;
    display: inline-block;
    position: absolute;
    transition: .4s;
    border: none;
    display: inline-block;
    transform: rotate(0deg);
    top: 0px;
    left: 9px;
}

.accordions-plus .tog-acc::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #9E9E9E;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0px;
}

.accordions-plus .tog-acc-active::after {
    transform: rotate(90deg);
    transition: .4s;
}

/* ----------------- accordion end ------------------ */





/* ============================================================== components end =============*/

/* ============================================================== home page start =============*/


/* ----------------- hero start ------------------ */

.hero-bf {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 108px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 7, 29, .5);
    backdrop-filter: blur(3px);
    z-index: 2;
}


.hero-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.hero-title {
    color: #F3F3F4;
    font-family: yb-bd;
    font-size: 52px;
    line-height: 66px;
    margin-bottom: 18px;
    animation-name:load-top;
    animation-duration : 2s;
    animation-delay : .5s;
    animation-fill-mode: forwards;
    position:relative;
    top:-100%;
    opacity:0;
}



@keyframes load-top {
    0%  {
        top: -100%;
    }
    
    100%  {
        top:0;
        opacity:1;
    }
}

.hero-title span {
    font-family: yb-hl;
}

.hero-subdesc {
    font-size: 42px;
    font-family: yb-hl;
    line-height: 58px;
    color: #F3F3F4;
    margin-bottom: 22px;
}

.hero-content .sec-prg {
    color: #EEE;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}

.btn-trans-bf {
    border-radius: 50px;
    border: 1px solid var(--bf-yellow);
    box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    padding: 12px 32px;
    color: var(--bf-yellow);
    letter-spacing: -0.154px;
    transition: .3s;
}

.btn-trans-bf:hover {
    background-color: var(--bf-blue);
    border-color: var(--bf-blue);
    color: #fff;
}

.btn-trans-bf:hover span::before {
    color: #000;
}

.btn-trans-bf span::before {
    font-size: 24px;
    transition: .3s;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-img img {
    width: 100%;
}

.hero-down-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 76px;
    z-index: 999;
}

.company-features {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #FFF;
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-title {
    font-size: 18px;
    font-family: yb-bd;
    margin-bottom: 5px;
}

.feature-desc {
    font-size: 16px;
    font-family: yb-lt;
}

.feature-item span::before {
    font-size: 36px;
}

.feature-item::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 28px;
    background-color: #c4c4c4;
    margin: 0px 40px;
}

.feature-item:last-child::after {
    display: none;
}

.hero-prg {
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    margin-bottom: 27px;
    animation-name:load-top-p;
    animation-duration : 1s;
    animation-delay : .5s;
    animation-fill-mode: forwards;
    position:relative;
    top:-100%;
    opacity:0;
}

@keyframes load-top-p {
    0%  {
        top: -100%;
    }
    
    100%  {
        top:0;
        opacity:1;
    }
}

.form-hero-search {
    width: 400px;
    position: relative;
    display: flex;
    align-items: center;
}

.form-hero-search input {
    width: 100%;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    transition: .3s;
}

.form-hero-search input:focus {
    outline: none;
    border-color: var(--bf-yellow);
}

.form-hero-search button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bf-yellow);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 3px;
}

.form-hero-search button span::before {
    font-size: 20px;
}

.hero-search {
    display: flex;
    justify-content: center;
}

/* ----------------- hero end ------------------ */
/* ----------------- about us start ------------------ */

.home-about-us .bf-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.home-about-us .sec-prg span {
    color: #040001;
    display: block;
    margin-bottom: 14px;
}

.home-about-pic {
    width: 100%;
    height: 400px;
    position: relative;
}

.home-about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-about-us {
    margin-bottom: 120px;
}

/* ----------------- about us end ------------------ */
/* ----------------- price list start ------------------ */
.home-price-list .sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.last-update-title {
    font-size: 18px;
    font-family: yb-md;
    line-height: 27px;
    color: #000;
}

.last-update-info {
    font-size: 18px;
    font-family: yb-hl;
    line-height: 27px;
    color: var(--bf-yellow);
}

.last-update-info::before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #000;
    position: relative;
    margin: 0px 18px;
    display: inline-block;
    top: 4px;
}

.last-update-info span:last-child::before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: var(--bf-yellow);
    position: relative;
    margin: 0px 18px;
    display: inline-block;
    top: 4px;
}

.price-list-head {
    padding: 16px;
    border: .5px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
    background-color:#fff;
    border-radius :50px;
}

.price-list-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
}

.price-list-tabs .nav-item {

    border-left: .5px solid #fff;
    flex-grow: 1;
}

.price-list-tabs .nav-item .nav-link {
    width: 100%;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: var(--bf-blue);
    transition: .3s;
}

.price-list-tabs .nav-item:first-child .nav-link {
    border-radius: 0 50px 50px 0;
}

.price-list-tabs .nav-item:last-child .nav-link {
    border-radius: 50px 0 0 50px;
}

.price-list-tabs .nav-item .nav-link:hover {
    background-color: #112369;
}

.price-list-tabs .nav-item .nav-link.active {
    background-color: var(--bf-yellow);
    color: #333;
}

.price-list-tabs .nav-item .nav-link.active::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 15px;
    border-top: 15px solid var(--bf-yellow);
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: calc((100% - 30px) /2);
}

.price-table {
    width: 100%;
    border: .5px solid #000;
    overflow-y: hidden;
}

#myTabContent {
    overflow-y :hidden;
}

.price-table tr:nth-child(even) {
    background-color: #F3F3F3;
}

.tb-head {
    text-align: center;
    background-color: var(--bf-blue) !important;
    color: #fff;
    font-size: 14px;
    font-family: yb-md;
    line-height: 21px;

}

.tb-head th {
    padding: 9px 20px 11px 20px;
    border-left: .5px solid #fff;
}

.tb-head th:first-child {
    width: 35%;
}

.tb-head th:last-child {
    width: 18%;
    border: none;
}

.tb-body tr td:last-child {
    text-align: center;
}

.tb-mid-info {
    text-align: center;
}

.tb-body td {
    padding: 10px;
    border-right: .5px solid #000;
}

.tb-body tr {
    top: 120%;
    transition:.3s;
    background-color:#fff;
}

.tb-body tr:hover {
    background-color:rgba(11, 23, 68 , 0.5);
    color:#fff;
}

.home-price-list {
    padding: 70px 0px 125px 0px;
    background-image: url(../img/behin-pattern-bg2.png);
    border-top:1px solid rgba(0, 0, 0, .1);
    border-bottom:1px solid rgba(0, 0, 0, .1);
}


/* ----------------- price list end ------------------ */

/* ----------------- category  start ------------------ */

.home-cat-img {
    width: 100%;
}

.home-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-cat-btns {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.cat-item {
    border: .5px solid #000;
    /*background-image: url(../img/behin-pattern-bg2.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: 185px;
    transition:.3s;
    margin-top: 2px;
}

.cat-item span {
    font-size: 18px;
    font-family: yb-md;
    line-height: 27px;
    color: #000;
    transition:.3s;
}


.cat-item:hover span {
    font-family:yb-bd;
    color:var(--bf-yellow);
}

.cat-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    transition:.3s;
}
.cat-item:hover img {
    transform:scale(1.05);
}

.home-category {
    margin-bottom: 130px;
}

.home-cat-swiper {
    margin-top: 74px;
}

/* ----------------- category  end ------------------ */
/* ----------------- banner  start ------------------ */

.home-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 175px 0px;
    position: relative;
}

.home-banner img {
    width: 250px;
    height: 170px;
    object-fit: contain;
    margin-bottom: 34px;
}

.home-banner .sec-head {
    text-align: center;
    position: relative;
    z-index: 3;
}

.home-banner .sec-head .bf-title {
    color: var(--bf-yellow);
}

.home-banner .sec-head .sec-prg {
    color: #fff;
}

.home-cat-btns.second {
    display:none;
}

.benefits-bf {
    position: relative;
    z-index: 3;
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-bf::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    position: absolute;
}

.benefit-item {
    height: 100%;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
    color: #FFFFFF;
    border-left: 1px solid #C4C4C4;
}

.benefit-item [class^="icon-"] {
    min-width: 43px;
    display: inline-block;
}

.benefit-col:nth-child(4n) .benefit-item {
    border-left: 0;
}

.benefit-item span::before {
    font-size: 36px;
}

.benefit-content {
    display: flex;
    flex-direction: column;
}

.benefit-title {
    font-size: 18px;
    font-family: yb-bd;
    margin-bottom: 5px;
}

.benefit-desc {
    font-size: 16px;
    font-family: yb-lt;
}

/* ----------------- banner  end ------------------ */
/* ----------------- co up  start ------------------ */
.home-coup {
    background-image: url('../img/behin-pattern-bg2.png');
    padding: 82px 0px 50px 0px;
    margin-bottom: 125px;
}

.home-coup .sec-head {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: .5px solid #000;
    margin-bottom: 20px;
}

.home-coup-head {
    text-align: center;
}

.home-coup-head>span {
    font-size: 16px;
    font-family: yb-md;
    line-height: 24px;
    color: #000;
    margin-bottom: 17px;
}

.home-coup-head .sec-prg {
    margin-bottom: 20px;
}

.coup-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.home-coup-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-coup-swiper {
    margin-bottom: 40px;
}

/* ----------------- co up  end ------------------ */
/* ----------------- buy new order  start ------------------ */

.checkboxes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    cursor: pointer;
}

.new-buy-req {
    padding-right: 90px;
    border-right: .5px solid #000;
}

.new-buy-req .sec-head {
    margin-bottom: 30px;
}

.buy-req {
    margin-bottom: 95px;
}

/* ----------------- buy new order  end ------------------ */

/* ============================================================== home page end =============*/

/* ============================================================== faq page start =============*/
.page-head .sec-head {
    text-align: center;
}

.page-head .sec-head .bf-title {
    margin-bottom: 32px;
}

.links-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 44px;
    margin-bottom: 80px;
}

.links-list a {
    color: var(--bf-yellow);
    border: 1px solid var(--bf-yellow);
    border-radius: 24px;
    background-color: transparent;
    padding: 6px 12px;
    display: inline-block;
}

.link-item.active {
    background-color: var(--bf-yellow);
    color: #fff;
}

.faq-accordion {
    margin-bottom: 185px;
    margin-top: 50px;
}

/* ============================================================== faq page end =============*/

/* ============================================================== contact us  page start =============*/
.quick-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quick-contact-item span::before {
    font-size: 42px;
}

.qci-title {
    font-size: 24px;
    line-height: 37px;
    font-family: yb-md;
    color: #040001;
    margin-top: 12px;
    margin-bottom: 12px;
}

.qci-subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #757575;
    margin-bottom: 12px;
    text-align: center;
}

.quick-contact-item a,
.quick-contact-item address {
    font-size: 14px;
    line-height: 21px;
    color: var(--bf-yellow);
    text-align: center;
    direction: ltr;
    transition:.3s;
}

.quick-contact-item a:hover,
.quick-contact-item address:hover {
    color:var(--bf-blue);
} 

.quick-contact {
    margin: 100px 0px;
}

.contact-locations {
    background-image: url(../img/behin-pattern.png) , linear-gradient(var(--bf-blue), var(--bf-blue));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0px;
    margin-bottom: 132px;
}

.contact-locations .sec-prg {
    color: #fff;
}

.contact-locations .bf-title {
    color: #fff;
    font-size: 20px;
}

.loc-title {
    font-size: 16px;
    line-height: 42px;
    font-family: yb-md;
    color: #fff;
}

.contact-locations address {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px;
}

.counsole-form .sec-head {
    text-align: center;
    margin-bottom: 78px;
}

.counsole-form img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.counsole-form {
    margin-bottom: 154px;
}

.counsole-form .gform_fields {
    row-gap: 10px!important
}

.counsole-form input[type="submit"] {
    background-color: var(--bf-yellow)!important;
    border-radius: 50px!important;
    color: #333!important;
}

.bf-map .sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.bf-map-cont {
    margin-bottom: 105px;
}

.bf-map-cont iframe {
    width: 100%;
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.social-media span::before {
    color: #000;
    font-size: 18px;
    transition: .3s;
}

.social-media span {
    transition: .3s;
}

.social-media a:hover span {
    transform: scale(1.2);
}

.social-media a:hover span::before {
    color: var(--bf-yellow);
}

.bf-map {
    margin-bottom: 100px;
}

/* ============================================================== contact us  page end =============*/

/* ============================================================== employment page start =============*/
.employmrnt-form input[type="submit"] {
    background-color: var(--bf-yellow)!important;
    width: auto!important;
    color: #333!important;
    text-align: center!important;
    font-size: 16px!important;
    font-family: yb-md!important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
}

.em-form-cont {
    border: 1px solid #c4c4c3;
    background-color: #f4f4f4;
    border-radius: 6px;
    padding: 55px 38px;
}

.employmrnt-form {
    margin-bottom: 100px;
    margin-top: 75px;
}

/* ============================================================== employment page end =============*/

/* ============================================================== blog plp page start =============*/
.blog-item-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog-item-pic {
    margin: 0;
    width: 100%;
    height: 100%;
}

.blog-item-pic a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.blog-item-subtitle {
    font-size: 14px;
    color: var(--bf-yellow);
    font-family: yb-md;
    display: inline-block;
    margin-bottom: 24px;
}

.blog-item-subtitle a {
    color: var(--bf-yellow);
}

.blog-item-title a {
    font-size: 32px;
    font-family: yb-md;
    line-height: 24px;
    color: #000;
    margin-bottom: 24px;
    display: inline-block;
    transition: .3s;
}

.blog-item-cont {
    padding-right: 20px;
}

.blog-item .sec-prg {
    margin-bottom: 24px;
}

.blog-item:hover .blog-item-title a {
    color: var(--bf-yellow);
}

.blog-item:hover img {
    transform: rotate(2deg) scale(1.1);
}

.blog-item {
    margin-bottom: 80px;
}

.bf-blog .blog-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.bf-blog .blog-item:nth-child(even) .blog-item-cont {
    padding-right: 0;
    padding-left: 20px;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    direction: ltr;
    margin-bottom: 110px;
}

.page-numbers {
    font-size: 12px;
    font-family: yb-md;
    color: #757575;
    line-height: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.page-numbers:hover {
    color: var(--bf-yellow);
    transform: scale(1.5);
}

.page-numbers.current {
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: var(--bf-yellow);
    box-shadow: 0px 0px 0px 1px var(--bf-yellow);
    padding-top: 3px;
    color: #fff;
    position: relative;
    top: -2px;
}

.page-numbers.current:hover {
    transform: scale(1);
    color: #fff;
}

.page-numbers.prev span {
    transform: rotate(90deg);
    position: relative;
    top: -1.5px;
}

.page-numbers.next span {
    transform: rotate(-90deg);
    position: relative;
    top: -1.5px;
}

/* ============================================================== blog plp page end =============*/
/* ============================================================== blog pdp page start =============*/

.blog-pdp-head .sec-prg {
    color: #000;
    font-family: yb-md;
}

.blog-pdp-pic img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.blog-pdp-content {
    margin-bottom: 112px;
}

.blog-pdp-para-head {
    color: #000;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.blog-pdp-pic {
    margin-bottom: 70px;
    margin-top: 90px;
}

.blog-pdp-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-pdp-content , .blog-pdp-content p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    font-family: yb-md;
}

.blog-pdp-content h2 , .blog-pdp-content h3 , .blog-pdp-content h4 {
    font-family: yb-md;
    color: #040001;
    line-height: 42px;
    margin-bottom: 12px;
}

.blog-pdp-content h2 {
    font-size: 32px;
}

.blog-pdp-content h3 {
    font-size: 28px;
}

.blog-pdp-content h4 {
    font-size: 22px;
}

.blog-category a {
    color: var(--bf-yellow);
    font-size: 14px;
    line-height: 21px;
    margin-left: 5px;
}

.blog-category span {
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}

.blog-category span::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #757575;
    position: relative;
    top: 1px;
    margin: 0px 5px;
}

.blog-pdp-info .social-media span::before {
    color: var(--bf-yellow);
}

.blog-pdp-info {
    margin-bottom: 190px;
}

.customer-review-item {
    padding-bottom: 32px;
    border-bottom: .5px solid #a2a2a2;
}

.costumer-info {
    display: flex;
    gap: 50px;
    align-items: center;
}

.costumer-info {
    margin-bottom: 28px;
}

.customer-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.customer-profile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.customer-review-item {
    margin-bottom: 32px;
}

.send-review {
    margin-top: 120px;
}

.costumer-review .bf-subtitle {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.costumer-review {
    margin-bottom: 140px;
}

/* ============================================================== blog pdp page end =============*/

/* ============================================================== about us page start =============*/

.about-hero {
    margin-bottom: 100px;
}

.about-hero-img {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}

.about-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}

.about-hero-info-content {
    background-color: var(--bf-blue);
    padding: 24px 20px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-info-content span {
    display: flex;
    align-items: center;
}

.about-hero-info-content span:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin: 0 15px;
}

.about-us-behin {
    background-color: var(--bf-blue);
    padding: 120px 0;
}

.about-us-behin .about-us-sec-cont {
    padding-right: 0;
    padding-left: 28px;
}

.about-us-behin .bf-title {
    color: #fff;
    margin-bottom: 0;
}

.about-us-behin .bf-title span {
    font-family: yb-hl;
}

.about-us-behin .sec-head {
    padding-bottom: 27px;
    border-bottom: .5px solid rgba(235, 235, 235,0.5);
    margin-bottom: 27px;
}

.about-us-behin .sec-prg {
    color: #fff;
}

.about-us-behin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-team-behin {
    margin: 120px 0;
}

.about-team-behin img {
    width: 100%;
}

.about-team-behin .sec-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.about-us-sec-info span {
    font-size: 14px;
    font-family: yb-md;
    line-height: 21px;
    color: #000;
    margin-bottom: 14px;
}

.about-us-sec-cont {
    padding-right: 28px;
}

.about-us-sec {
    margin-bottom: 102px;
}

.behin-targets {
    margin-bottom: 0;
    padding: 120px 0 150px;
}

.about-targets-items {
    margin-top: 50px;
}

.target-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 30px;
}

.target-item span::before {
    font-size: 32px;
}

.target-item span {
    font-family: yb-md;
    font-size: 16px;
    line-height: 28px;
}

.partner-tejari-behin {
    margin-bottom: 125px;
}

.partner-tejari-behin .about-us-sec-cont {
    padding-right: 0;
    padding-left: 28px;
}

.about-infographic {
    background-image: none;
}

.about-certificate {
    background-image: url('../img/behin-pattern-bg2.png');
    padding: 82px 0px 50px 0px;
}

.about-certificate .sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.about-certificate .bf-title {
    margin-bottom: 32px;
}

.certificate-item img {
    width: 100%;
    height: 206px;
    object-fit: contain;
    margin-bottom: 13px;
    transition:.3s;
}

.certificate-item img:hover {
    transform:scale(1.02);
}

.certificate-item span {
    font-size: 18px;
    font-family: yb-md;
    line-height: 27px;
    color: #000;
    display: block;
    text-align: center;
}

.certificate-item {
    margin-bottom: 40px;
}

.about-certificate {
    margin-bottom: 92px;
}

.about-us-faq {
    background-image: url('../img/about-us-faq-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 75px 0px;
    margin-bottom: 84px;
}

.about-us-faq .sec-head {
    text-align: center;
    margin-bottom: 72px;
}

.testi-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.testi-pro-name span:first-child {
    font-size: 16px;
    font-family: yb-md;
    line-height: 24px;
    color: #000;
    margin-left: 5px;
}

.testi-pro-name span:last-child {
    font-size: 16px;
    font-family: yb-md;
    line-height: 24px;
    color: #C6C6C6;
}

.testi-2 .sec-prg {
    text-align: center;
    padding: 0px 100px;
}

.testi-profile-pic img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-profile-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-1 {
    margin-bottom: 34px;
}

.about-us-testimonial .sec-head {
    text-align: center;
    margin-bottom: 44px;
}

.about-us-testimonial {
    margin-bottom: 135px;
}

.testi-button-next {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--bf-yellow);
    border: 1px soldi transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    left: 0;
    cursor: pointer;
    z-index: 99;
}

.testi-button-next span {
    transform: rotate(90deg);
}

.testi-button-prev {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--bf-yellow);
    border: 1px soldi transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.testi-button-prev span {
    transform: rotate(-90deg);
}

.testi-button-prev span::before {
    color: #fff;
}

.testi-button-next span::before {
    color: #fff;
}

.testi-button-prev.swiper-button-disabled {
    border: 1px solid #000;
    background-color: transparent;
}

.testi-button-prev.swiper-button-disabled span::before {
    color: #000;
}

.testi-button-next.swiper-button-disabled {
    border: 1px solid #000;
    background-color: transparent;
}

.testi-button-next.swiper-button-disabled span::before {
    color: #000;
}

.testi-1 .swiper-slide-thumb-active .testi-profile-pic {
    border-color: var(--bf-yellow);
}

.gallery-pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:.3s;
}

.gallery-pics img:hover {
    transform:scale(1.1);
}

.gallery-pics {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
    grid-template-rows: repeat(3, 214px);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.gallery-pics a:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
}

.gallery-pics a:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 4;
}

.gallery-pics a:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 4;
    grid-column-end: 5;
}

.gallery-pics a:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
}

.gallery-pics a:nth-child(5) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
}

.gallery-pics a:nth-child(6) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 4;
    grid-column-end: 5;
}

.gallery-pics a:nth-child(7) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
}

.gallery-pics a:nth-child(8) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 5;
}

.gallery .sec-head {
    text-align: center;
    margin-bottom: 54px;
}

.gallery .bf-title {
    margin-bottom: 24px;
}

.gallery {
    margin-bottom: 165px;
}

.testi-1 .swiper-slide {
    display: flex;
    justify-content: center;
}

/* ============================================================== about us page end =============*/


/* ============================================================== plp product page start =============*/

.product-sidebar {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 16px;
}

.sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px;
}

.sidebar-title {
    font-size: 18px;
    font-family: yb-md;
    margin-bottom: 0;
}

.remove-filter , .remove-filter-mobile {
    color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0,0.1);
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    border: 1px solid rgb(255, 0, 0);
    cursor: pointer;
    display: none;
}

.filter-btn-res {
    margin-bottom: 30px;
}

.filter-form select {
    width: 100%;
    padding: 10px;
    background-color: #F8F8F8;
    border: 1px solid #D5D1D1;
    margin-bottom: 16px;
    border-radius: 4px;
}

.cat-sidebar-item {
    color: #000;
    font-size: 18px;
    font-family: yb-md;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
}

.cat-sidebar-item:last-child {
    margin-bottom: 0;
}

.cat-sidebar-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 16px;
}

.karmozd-price {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    cursor: pointer;
}

.karmozd-price input {
    display: none;
}

.karmozd-price span {
    display: flex;
    align-items: center;
    position: relative;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 40px;
    transition: 0.3s;
    margin-left: 10px;
    cursor: pointer;
}

.karmozd-price span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    transition: 0.3s;
}

.karmozd-price input:checked ~ span {
    background-color: var(--bf-blue);
}

.karmozd-price input:checked ~ span::before {
    left: 28px;
}

.plp-brand-item {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    padding: 36px 26px;
    margin-bottom: 30px;
}

.plp-brand-head {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.plp-brand-img {
    width: 56px;
    height: 56px;
    margin-left: 18px;
    margin-bottom: 0;
}

.plp-brand-img img {
    width: 100%;
}

.plp-brand-title {
    font-family: yb-md;
    font-size: 20px;
}

.plp-brand-title span {
    color: var(--bf-yellow);
}

.last-update-brand {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.last-update-brand span:last-child {
    font-family: yb-bd;
    color: var(--bf-yellow);
    margin-right: 16px;
    direction: ltr;
}

.plp-brand-products {
    width: 100%;
}

.table-title {
    width: 35%;
}

.table-size {
    width: 10%;
}

.table-location {
    width: 15%;
}

.plp-table-price {
    width: 26%;
}

.plp-table-price .tax-label {
    color: var(--bf-yellow);
    display: inline-block;
    width: 100%;
}

.table-order {
    width: 14%;
}


.plp-brand-products td , .plp-brand-products th {
    padding: 26px 10px;
}

.plp-brand-products th {
    font-size: 14px;
    font-family: yb-bd;
    font-weight: normal;
}

.brand-product-title {
    display: flex;
    align-items: center;
}

.arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 50%;
    margin-left: 10px;
}

.arrow-right::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    position: relative;
    bottom: 1px;
    cursor: pointer!important;
}

.toggle-tr-brand {
    cursor: pointer!important;
    transition: 0.3s;
}

.toggle-tr-brand::before {
    transition: 0.3s;
}

.toggle-tr-brand-active {
    background-color: var(--bf-blue);
}

.toggle-tr-brand-active::before {
    transform: rotate(135deg);
    bottom: auto;
    top: 1px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navasan-price {
    font-size: 14px;
    margin-right: 10px;
    direction: ltr;
    display: flex;
    align-items: center;
}

.navasan-price-plus {
    color: #12C824;
}

.navasan-price-minus {
    color: #FF0000;
}

.navasan-price [class^="icon-"],
.navasan-price [class*=" icon-"] {
    font-size: 16px;
    margin-left: 5px;
}

.plp-brand-products .bf-yellow-btn {
    font-size: 14px;
    padding: 10px 22px;
    background-color: var(--bf-blue);
    border: 0;
    color: #fff;
}

.price-table .bf-yellow-btn {
    font-size: 14px;
    padding: 7px 22px;
    background-color: var(--bf-blue);
    border: 0;
    color: #fff;
}

.plp-brand-products .bf-yellow-btn.order-btn-mobile , .price-table .bf-yellow-btn.order-btn-mobile {
    display: none;
}

.plp-brand-products .tr-border:not(:last-child) {
    border-bottom: 1px solid #EFECEC;
}

.plp-brand-products .tr-border td {
    padding: 0;
}

.dropdown-brand {
    margin-bottom: 16px;
    background-color: #eee;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
}

.plp-brand-products .tr-border:last-child .dropdown-brand {
    margin-bottom: 0;
}

.dropdown-brand-item span:first-child {
    color: #888;
}


.price-table .product-price {
    flex-wrap: nowrap;
}

.bf-yellow-btn.show-all-product {
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
}
/* ============================================================== plp product page end =============*/

/* ============================================================== responsive media =============*/

@media only screen and (max-width : 1400px) {
    .menu-bf-list {
        gap: 30px;
    }

    .feature-title {
        font-size: 16px;
    }

    .feature-desc {
        font-size: 14px;
    }

    .feature-item span::before {
        font-size: 34px;
    }

    .feature-item::after {
        margin: 0 34px;
    }

    .benefit-item {
        padding: 30px;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-desc {
        font-size: 14px;
    }

    /* About Page */

    .about-hero-info-content span {
        font-size: 14px;
    }

    .bf-title {
        font-size: 28px;
    }


}

@media only screen and (max-width : 1200px) {

    .hero-title {
        font-size: 38px;
    }

    .hero-subdesc {
        font-size: 28px;
    }

    .feature-item::after {
        margin: 0 20px;
    }

    .feature-title {
        font-size: 14px;
    }

    .feature-desc {
        font-size: 12px;
    }

    .benefits-bf::before {
        display: none;
    }

    .benefit-item {
        border-bottom: 1px solid #C4C4C4;
    }

    .benefit-col:nth-child(4n) .benefit-item {
        border-left: 1px solid #C4C4C4;
    }

    .benefit-col:nth-child(2n) .benefit-item {
        border-left: 0;
    }

    .benefit-col:nth-child(7) .benefit-item , .benefit-col:nth-child(8) .benefit-item {
        border-bottom: 0;
    }


    .new-buy-req {
        padding-right: 20px;
    }


    /* About Page */

    .about-hero-info-content {
        flex-direction: column;
    }

    .about-hero-info-content span {
        justify-content: center;
        flex-direction: column;
    }

    .about-hero-info-content span:nth-child(2)::before {
        display: block;
        width: 10px;
        height: 1px;
        margin: 10px 0;
    }

    .bf-title {
        font-size: 24px;
    }

    /* PLP Product   */

    .table-order {
        width: 18%;
    }
}

@media only screen and (max-width : 992px) {
    
    .nav-bf {
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .ist-bars {
        order: 1;
        position: absolute;
        right: 22px;
    }
    
    .header-bf .logo-bf {
        order: 2;
    }
    
    .header-btns {
        order: 3;
        position: absolute;
        left: 22px;
    }
    
    .header-btns .btn-buy-bf {
        padding: 14px 22px 12px;
    }
    
    .header-btns .phone-bf {
        font-size: 14px;
        padding: 10px 16px;
    }
    
    .header-btns .phone-bf span::before {
        font-size: 18px;
    }
    
    .menu-bf {
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        background-color: var(--bf-yellow);
        z-index: 99999;
        transition: .3s;
        padding: 20px;
    }

    .menu-show {
        right: 0;
    }

    .menu-bf-list > li > a , .home-header .menu-bf-list > li > a {
        color: #333;
        padding: 10px 20px;
    }

    .menu-bf-list {
        display: block;
        margin-bottom: 50px;
    }

    .menu-bf-list > li:not(:last-child) {
        margin-bottom: 20px;
    }

    .menu-bf-list li:hover a {
        color: #000;
    }

    .x-mark {
        display: flex;
    }

    .ist-bars {
        display: flex;
    }

    .menu-bf-list li .sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .menu-bf-list li [class^="icon-"],
    .menu-bf-list li [class*=" icon-"] {
        top: 12px;
    }
    
    .home-header .menu-bf-list li [class^="icon-"], 
    .home-header .menu-bf-list li [class*=" icon-"] {
        color: #333;
    }

    .hero-bf , .hero-item {
        height: 80vh;
    }

    /*.hero-item {*/
    /*    padding-top: 140px;*/
    /*}*/

    .hero-content {
        /*padding-bottom: 160px;*/
        padding-bottom: 0;
    }
    
    .hero-img {
        display: none;
    }

    .company-features {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .feature-item {
        width: 33.33%;
        margin-bottom: 28px;
    }

    .feature-content {
        min-width: 107px;
    }

    .hero-down-box {
        bottom: 25px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 55px;
    }

    .home-about-us .sec-head {
        margin-bottom: 30px;
    }

    .home-about-us,
    .home-category,
    .home-price-list,
    .buy-req,
    .home-coup {
        margin-bottom: 50px;
    }

    .home-cat-img {
        width: 100%;
    }

    .home-cat-img img {
        object-position: 0px 0px;
    }

    .footer-list {
        margin-bottom: 30px;
    }

    .support-bar-item {
        margin-bottom: 30px;
    }

    

    .bf-title {
        font-size: 24px;
    }

    .faq-accordion {
        margin-bottom: 50px;
    }

    .about-us-head .vid-btn {
        margin: 0px auto;
        margin-top: 30px;
    }

    .partner-comp-item {
        margin-bottom: 16px;
    }

    .partner-comp-item {
        justify-content: center;
    }

    /* About Page */

    .about-hero-img {
        margin-bottom: 24px;
        height: auto;
    }

    .about-hero-info-content {
        flex-direction: row;
    }

    .about-hero-info-content span {
        justify-content: center;
        flex-direction: row;
    }

    .about-hero-info-content span:nth-child(2)::before {
        display: inline-block;
        width: 1px;
        height: 10px;
        margin: 0 15px;
    }

    .about-us-behin img , .about-team-behin img , .partner-tejari-behin img {
        margin-top: 40px;
    }

    .about-us-sec img {
        margin-bottom: 50px;
    }

    .about-us-sec-cont {
        padding-right: 0px;
    }

    .partner-comps,
    .about-us-history {
        padding-bottom: 50px;
    }

    .about-certificate,
    .gallery {
        margin-bottom: 50px;
    }

    .gallery-pics {
        display: grid;
        grid-template-columns: repeat(4, calc(25% - 12px));
        grid-template-rows: repeat(4, 214px);
        grid-row-gap: 16px;
        grid-column-gap: 16px;
    }

    .gallery-pics a:nth-child(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .gallery-pics a:nth-child(2) {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .gallery-pics a:nth-child(3) {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 4;
        grid-column-end: 5;
    }

    .gallery-pics a:nth-child(4) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .gallery-pics a:nth-child(5) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .gallery-pics a:nth-child(6) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .gallery-pics a:nth-child(7) {
        grid-row-start: 4;
        grid-row-end: 5;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .gallery-pics a:nth-child(8) {
        grid-row-start: 4;
        grid-row-end: 5;
        grid-column-start: 2;
        grid-column-end: 5;
    }

    /* PLP Product */
    .price-table .bf-yellow-btn {
        font-size: 12px;
        display: none;
    }

    .price-table .bf-yellow-btn.order-btn-mobile {
        display: inline-block;
    }


}

@media only screen and (max-width : 768px) {
    
    .header-btns .phone-bf {
        display: none;
    }

    .feature-item {
        width: 50%;
    }

    /*.hero-content {*/
    /*    padding-bottom: 234px;*/
    /*}*/

    .tab-content {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 30px;
    }


    .benefit-item {
        padding: 30px 20px;
    }

    .benefit-title {
        font-size: 14px;
    }

    .benefit-desc {
        font-size: 12px;
    }

    .price-list-head {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .selected-item {
        padding-right: 0;
    }

    .home-cat-img {
        display: none;
    }

    .home-banner {
        padding: 50px 0px;
    }

    .home-category .sec-head {
        margin-bottom: 40px;
    }

    .bf-title {
        font-size: 26px;
    }

    .checkboxes {
        flex-wrap: wrap;
        gap: 10px;
    }

    .price-table td,
    .price-table th {
        white-space: nowrap;
        overflow-x: auto;
    }

    .price-list-head {
        align-items: center;
    }
    
    .last-update {
        margin-bottom: 20px;
        text-align: center;
    }

    .breadcrumb {
        margin-bottom: 50px;
    }

    .quick-contact-item {
        margin-bottom: 30px;
    }

    .quick-contact {
        margin: 50px 0px;
    }

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

    .counsole-form .sec-head,
    .counsole-form,
    .bf-map-cont,
    .bf-map,
    .pagination,
    .blog-pdp-info,
    .blog-pdp .sec-prg,
    .costumer-review {
        margin-bottom: 50px;
    }

    .counsole-form img {
        display: none;
    }

    .blog-item-cont {
        margin-top: 20px;
        display: block;
        padding: 0;
    }

    .blog-item-title a {
        font-size: 28px;
    }

    .blog-pdp-pic img {
        height: 400px;
    }

    /* About Page */

    .about-hero-info-content span {
        font-size: 14px;
    }

    .testi-2 .sec-prg {
        padding: 0px;
    }
    .testi-profile {
        margin-top: 20px;
    }

    .about-us-testimonial {
        margin-bottom: 50px;
    }

    .testi-button-prev {
        bottom: 20px;
        top: auto;
    }

    .testi-button-next {
        bottom: 20px;
        top: auto;
    }
    
    .home-cat-btns.second {
        display:block;
    }

    .home-cat-btns.second .bf-trans-btn {
        margin-left:20px;
    }

    .home-cat-btns {
        display:none;
    }

    /* PLP Product */
    .plp-brand-products .bf-yellow-btn {
        font-size: 12px;
        display: none;
    }

    .plp-brand-products .bf-yellow-btn.order-btn-mobile {
        display: inline-block;
    }
}


@media only screen and (max-width: 812px) and (orientation: landscape) {
    .hero-bf , .hero-item {
        height: 600px;
    }
    .hero-down-box {
        bottom: 0;
    }
}

@media only screen and (max-width : 576px) {

    .header-bf {
        margin-top: 20px;
    }
    
    .header-btns .btn-buy-bf {
        padding: 7px 22px;
    }

    .menu-bf>.phone-bf {
        display: block;
        text-align: center;
        background-color: #fff;
        color: #000;
        width: auto;
        height: auto;
        border-radius: 30px;
        padding: 14px 30px 12px;
    }
    
    .btn-buy-bf {
        padding: 8px 27px;
    }
    
    .ist-bars {
        margin-right: 0;
    }

    .menu-bf>.btn-buy-bf:hover {
        background-color: #fff;
        color: var(--bf-yellow);
    }

    .hero-title {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 14px;
    }
    
    .hero-subdesc {
        line-height: 44px;
    }

    .hero-bf {
        margin-bottom: 50px;
    }
    
    .home-about-pic {
        height: auto;
    }
    
    .home-about-pic img {
        height: auto;
    }
    
    .last-update-info::before {
        display: none;
    }
    
    .last-update-title {
        margin-bottom: 16px;
    }

    .price-list-tabs .nav-item {
        width: 150px;
    }

    .price-list-tabs .nav-item .nav-link {
        padding: 15px;
        white-space: nowrap;
    }

    .price-list-tabs {
       overflow-x: auto;
        overflow-y: visible;
    }
    
    .home-cat-swiper {
        margin-top: 10px;
    }


    .benefit-item {
        padding: 30px;
        border-left: 0;
    }

    .benefit-col:nth-child(7) .benefit-item {
        border-bottom: 1px solid #C4C4C4;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-desc {
        font-size: 14px;
    }


    .checkboxes {
        justify-content: start;
    }

    .footer-head {
        margin-bottom: 30px;
    }

    .footer-content {
        padding-bottom: 30px;
    }

    .footer-bar {
        padding-bottom: 0px;
    }

    .em-form-cont {
        padding: 15px;
    }

    .blog-item-title a {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .blog-pdp-pic img {
        height: 300px;
    }

    .history-item {
        width: 100%;
    }

    .history-bf::before {
        display: none;
    }

    .history-item:nth-child(2n+1) ::before {
        display: none;
    }

    .history-item:nth-child(2n+1) ::after {
        display: none;
    }

    .history-item:nth-child(2n) ::before {
        display: none;
    }

    .history-item:nth-child(2n) ::after {
        display: none;
    }


    .gallery-pics {
        display: block;
    }

    .gallery-pics img {
        height: 220px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    .price-list-tabs {
        overflow-x: auto;
        overflow-y: visible;
        height: 85px;
        max-height: 100%;
        margin-bottom: 5px;
    }
}