
:root{
    --main-cl: #204337;
    --sub-cl: #EFCA71;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}

button.toggle{
    display: none !important;
}
.footer-social-item > a{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.footer-social-item img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.footer-info-item img{
    height: 14px;
    width: 14px;
}
.bt-site-footer .bt_bb_image > img{
    height: 100px;
    width: auto;
}
.bt-logo-area .logo{
    height: 80px;
    padding: 10px 0;
    display: flex;
}
.bt-logo-area .logo img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.guarantee-sec{
    padding: 200px 0 100px;
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.guarantee-sec .container{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.guarantee-sec .guarantee-form{
    text-align: center;
}
.guarantee-sec.submitted .guarantee-form{
    display: none !important;
}
.guarantee-sec .guarantee-form input{
    width: 360px;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-bottom: 2px solid var(--main-cl);
    margin-left: auto;
    margin-right:  auto;
}
.guarantee-sec .guarantee-form button{
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}
.guarantee-sec .guarantee-form label{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #FFF;
}
.swal2-container {
    z-index: 9999999999;
}
.guarantee-sec .guarantee-result .bt_bb_headline{
    margin-bottom: 32px;
}
.guarantee-sec .guarantee-result table{
    width: 100%;
    margin-bottom: 20px;
}
.guarantee-sec .guarantee-result table th{
    text-align: left;
    width: 50%;
    padding: 8px 10px 8px 0;
}

.guarantee-sec .guarantee-result table th,
.guarantee-sec .guarantee-result table td{
    font-size: 18px;
}
.bt_bb_column_content_inner > .woocommerce-pagination{
    margin-top: 40px;
}
.contact-item > a{
     color: var(--main-cl);
}
.contact-item > a >img{
    width: 32px;
    height: 32px;
}
.contact-social-item > a > img{
    width: 14px;
    height: 14px;
}
.contact-item-banner > a > img{
    filter: brightness(0) invert(1);
    width: 32px;
    height: 32px;
}
.download_file > a > svg{
    min-width: 40px;
    margin-right: 10px;
}
body:not(.btStickyHeaderActive).btTransparentAllAlternateHeader.btMenuHorizontal .menuPort > nav > ul > li > a:after{
    background-color: #FFF !important;
}
body:not(.btStickyHeaderActive) .widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder,
body:not(.btStickyHeaderActive).btMenuWeight_default .menuPort nav ul:not(.sub-menu) > li > a{
    color: #FFF;
}
.utility_sec_2 .nk-tabs-content{
    max-height: 100vh;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: var(--main-cl) !important;
}
.load_home_page img {
    width: 15rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(2rem);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 0.5rem 0 0  !important;
}
.load_home_page.complete img{
    transition-delay: 0.8s;
    opacity: 0;
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#wrap_table_td.loading{
    min-height: 200px;
    position: relative;
}
#wrap_table_td.loading:before{
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #dfdfdf;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.icon-size-45 > img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.team-icon{
    background-color: var(--sub-cl);
    display: flex;
    padding: 16px;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.team-icon img{
    filter: brightness(0) invert(1);
}
.bt_bb_icon_color_scheme_4.bt_bb_button .bt_bb_icon_holder.text-secondary{
    color: var(--main-cl);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bt_bb_gap_normal .slick-list .slick-slide .content{
    height: 100%;
}
.btSoftRoundedButtons .bt_bb_testimonial.bt_bb_border_show{
    height: 100%;
}
.products ul li.product .btWooShopLoopItemInner, ul.products li.product .btWooShopLoopItemInner{
    padding: 0 1rem 1rem;
}
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before{
    min-width: 1.2em;
}
@media only screen and (max-width: 1199px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btMenuVertical .bt-logo-area .logo img{
        height: 100%;
    }
    .bt-logo-area .logo{
        padding: 7px 0;
        height: 54px;
    }
    .guarantee-sec{
        padding: 100px 0 60px;
    }
    .btMenuVertical .mainHeader .logo{
        padding: 1rem 2rem;
        justify-content: center;
        height: 74px;
    }
    .btMenuVertical .mainHeader nav ul li a{
        color: var(--main-cl) !important
    }
    .single-career #primary .grid-33{
        padding-left: 10px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px){
    .guarantee-sec .guarantee-result table th, .guarantee-sec .guarantee-result table td{
        font-size: 16px;
    }
    .load_home_page img {
        width: 320px;
    }
    .table_td,.table_td thead,.table_td tbody,.table_td th,.table_td td,.table_td tr {
        display:block
    }

    .table_td>thead>tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table_td>tbody>tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }

    .table_td>tbody>tr:first-child {
        border-radius: 3px 3px 0 0;
        border-top: none
    }

    .table_td>tbody>tr:last-child {
        border-radius: 0 0 3px 3px;
        border-bottom: none
    }

    .table_td>tbody>tr td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 30%!important;
        width: 100%;
        overflow: hidden
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        top: 15px;
        left: 14px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 14px
    }

    .table_td>tbody>tr td:first-child {
        text-align: left
    }

    .table_td.table-order>tbody>tr:nth-child(-n+3)>td:first-child {
        padding: 25px 0 25px 30%!important;
        background-position: left 32% center
    }

    .table_td.table-order>tbody>tr:nth-child(-n+3)>td:first-child span {
        left: 32%
    }

    table.table_td tbody tr {
        margin-bottom: 20px
    }

    table.table_td tbody tr:not(:last-child) {
        border: 1px solid
    }

    table.table_td tbody tr {
        border: 1px solid
    }

    .table_td>tbody>tr td:first-child {
        text-align: center
    }

    table.table_td .new_td {
        margin-top: 10px;
        text-align: center;
        display: table;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto
    }

    table.table_td tbody td a {
        color: #187a46
    }

    .table_td>tbody>tr td {
        padding: 0!important
    }

    .wrap_table_td tbody tr td:nth-child(2) {
        text-align: center
    }

    .wrap_table_td tbody tr td:nth-child(3) {
        display: none
    }

    .table_td>tbody>tr td:before {
        content: none
    }

    .table_td>tbody>tr td {
        padding: 30px!important;
        width: calc(100% - 0px)!important;
        margin: 0!important
    }
    .career-sec .grid-container .grid-100 .desc{
        padding: 0;
    }
    .career-sec .grid-container .grid-100 .heading{
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }
    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page img {
        width: 240px;
    }
    .guarantee-sec .guarantee-result .bt_bb_headline{
        margin-bottom: 16px;
        margin-top: 30px;
    }
    .guarantee-sec .guarantee-result table th, .guarantee-sec .guarantee-result table td{
        font-size: 14px;
    }
    .guarantee-sec{
        padding-bottom: 40px;
    }
    .guarantee-sec{
        min-height: 400px;
    }
    .table_td>tbody>tr td:first-child{
        font-size: 30px;
    }
    .table_td>tbody>tr td{
        padding: 15px 30px !important;
    }
    .career-sec .grid-container .form_filter{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.521rem
    }
    .career-sec .grid-container .form_filter input[type='submit'],
    .career-sec .grid-container .form_filter > input, .career-sec .grid-container .form_filter > select{
        width: 100%;
    }
    .career-sec .grid-container .grid-100 .desc{
        font-size: 15px;
        line-height: 22px;
    }
    #primary .td-header{
        flex-direction: column;

    }
    #primary .td-header h1.title_td{
        width: 100%;
        text-align: center;
        margin-bottom: 12px
    }
    #primary .td-header .social_share{
        margin-left: 0;
        text-align: center !important;
    }
    .employment_information .info h3{
        float: unset
    }
    .employment_information .info .desc ul{
        padding-left: 0;
        padding-top: 10px;
    }
    .employment_information .info{
        padding: 20px 0;
    }
    .form_td h3{
        padding-top: 40px;
        font-size: 20px;
    }
    .form_td .grid-50:nth-child(odd){
        padding-right: 10px;
    }
    .form_td .grid-50:nth-child(even){
        padding-left: 10px;
    }
    .form_td .grid-100{
        padding: 0;
    }
    .form_td .grid-75{
        padding: 0;
        width: 100%;
    }
    .form_td .grid-25{
        padding: 0 0 20px;
        width: 100%;
        text-align: center;
    }
}