@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=block');
@font-face {
    font-family: 'Roobert';
    src: url(../fonts/Roobert/Roobert-Light.woff);
    font-weight: 300;
    font-display: block;
}

@font-face {
    font-family: 'Roobert';
    src: url(../fonts/Roobert/Roobert-Regular.woff);
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: 'Roobert';
    src: url(../fonts/Roobert/Roobert-Medium.woff);
    font-weight: 500;
    font-display: block;
}

@font-face {
    font-family: 'Roobert';
    src: url(../fonts/Roobert/Roobert-SemiBold.woff);
    font-weight: 600;
    font-display: block;
}

[data-load-container] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none
}

*:hover,
*:focus {
    outline: none;
    border: none
}

.o-scroll {
    overflow: hidden !important
}

.odometer-digit:first-child .odometer-digit-spacer {
    width: 30px!important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left !important
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: left !important
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    text-align: left !important
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    line-height: 1.05 !important
}

.odometer.odometer-auto-theme {
    line-height: 1.05 !important
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    vertical-align: baseline !important
}

html {
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Roobert', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: var(--text);
    --blue: #0B3D80;
    --lightgrey: #505050;
    --darkblue: #131C28;
    --primary: var(--blue);
    --secondary: var(--darkblue);
    --text: var(--lightgrey);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
    width: 100%;
    overflow: hidden
}

a {
    background-color: #fff0;
    text-decoration: none;
    color: var(--primary)
}

ul,
li {
    list-style: none;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1
}

img {
    width: 100%;
    display: block
}

::placeholder,
:-ms-input-placeholder {
    color: #859EBF
}

h1,
h2,
h3,
h4 {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 400
}

p {
    font-family: 'Roobert', sans-serif;
    font-size: 1rem;
    line-height: 1.7
}

h1 {
    font-size: 5.5rem;
    line-height: 1
}

h2 {
    font-size: 4rem;
    line-height: 1.1
}

h3 {
    font-size: 2.5rem;
    line-height: 1.2
}

h4 {
    font-size: 1.85rem;
    line-height: 1.2;
    color: var(--text)
}

h5 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--primary)
}

h6 {
    font-family: 'Roobert', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    font-weight: 400
}

.cntr {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto
}

.sc_gap {
    padding: 120px 0
}

.row {
    margin: 0 -1rem
}

.col_cntr {
    margin: 0 1rem
}

.col_flex {
    display: flex;
    flex-flow: wrap;
    align-items: center
}

.col_flex_start {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start
}

.col_flex_center {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center
}

.col_1 {
    width: 8.33%
}

.col_2 {
    width: 16.66%
}

.col_3 {
    width: 25%
}

.col_4 {
    width: 33.33%
}

.col_5 {
    width: 41.67%
}

.col_6 {
    width: 50%
}

.col_7 {
    width: 58.33%
}

.col_8 {
    width: 66.67%
}

.col_9 {
    width: 75%
}

.col_12 {
    width: 100%
}

button,
input[type="submit"] {
    position: relative;
    padding: 15px 35px;
    background: var(--primary);
    font-family: 'League Gothic';
    text-transform: uppercase;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .5px;
    cursor: pointer
}

.primary_btn {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'League Gothic', sans-serif;
    padding: 20px 30px;
    transition: .35s ease
}

.primary_btn::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--darkblue);
    transition: .35s ease;
    top: 0;
    left: 0
}

.primary_btn:hover::before {
    width: 100%;
    transition: .35s ease
}

.primary_btn p {
    font-family: 'League Gothic', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .5px;
    cursor: pointer;
    line-height: 1;
    z-index: 9
}

.primary_btn svg {
    margin-left: 15px;
    position: relative;
    height: 10px;
    width: auto
}

.white_btn {
    background-color: #fff
}

.white_btn:hover>p,
.white_btn:hover>svg path {
    color: #fff;
    fill: #fff;
    transition: .3s ease
}

.white_btn p {
    color: var(--primary);
    transition: .3s ease
}

.white_btn svg {
    transform: rotate(90deg);
    height: 8px;
    top: 1px;
    transition: .3s ease
}

.btn_btp {
    padding: 0;
    background: #eee;
    height: 65px;
    width: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease
}

.btn_btp:hover {
    background-color: var(--primary);
    transition: .35s ease
}

.btn_btp svg {
    width: 15px;
    height: auto;
    transition: .35s ease
}

.btn_btp:hover>svg path {
    fill: #fff;
    transition: .35s ease
}

/* Header */
header {
    position: absolute;
    width: 100%;
    padding: 35px 0;
    z-index: 999999;
    display: flex;
    left: 0
}

.dark_header {
    background-color: var(--secondary)
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu ul li {
    padding: 25px 30px
}

.menu ul li a {
    position: relative;
    transition: 0.3s ease;
    font-size: 1rem;
    color: #fff;
    font-weight: 400
}

.menu ul li a::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #fff;
    bottom: -2px;
    transition: 0.3s ease
}

.menu ul li a:hover::before {
    width: 100%;
    transition: 0.3s ease
}

.logo {
    width: 80px;
    display: flex;
    align-items: flex-start
}

.logo img {
    height: 80px
}

.brgr {
    cursor: pointer;
    width: 80px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    z-index: 99
}

.brgr div {
    position: relative;
    width: 28px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0
}

.menu_item {
    position: relative;
    transition: 0.4s
}

.menu_item:hover .menu_item_list {
    transition: 0.4s;
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.menu_item_list {
    position: absolute;
    top: 68px;
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%) translateY(20%);
    background: var(--darkblue);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.menu_item_list::before {
    content: '';
    position: absolute;
    border-bottom: 8px solid var(--darkblue);
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    top: -8px;
    left: 50%;
    transform: translateX(-50%)
}

ul.menu_item_list li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    text-align: center
}

ul.menu_item_list li a {
    margin: 0 32px;
    font-size: .925rem !important;
    white-space: nowrap;
    text-align: center
}

.popup_menu {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: var(--darkblue);
    z-index: 999;
    left: 0;
    top: 0;
    opacity: 0;
    display: none
}

.popup_nav {
    position: fixed;
    left: 0;
    overflow: hidden;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: space-between;
    margin: 0 20%
}

.popup_main_menu {
    position: relative;
    height: 75vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 100px
}

.popup_menu_right_side {
    position: relative;
    height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 100px
}

.popup_menu_item {
    padding-bottom: 15px
}

.popup_menu_item a {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 300
}

.popup_menu_item a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: .4s ease
}

.popup_menu_item a:hover::before {
    width: 100%;
    transition: .4s ease
}

.popup_sub_menu {
    display: none;
    padding: 10px 0 5px
}

.popup_sub_menu a {
    color: grey;
    transition: .3s linear
}

.popup_sub_menu a::before {
    display: none
}

.popup_sub_menu a:hover {
    color: #fff;
    transition: .3s linear
}

.popup_sub_menu li {
    margin: 12px 30px
}

.popup_sub_menu li:last-child {
    margin-bottom: 0
}

.popup_sub_menu li a {
    font-size: 1.1rem
}

.brgr_close {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1175px
}

.brgr_close img {
    position: absolute;
    right: 0;
    width: 20px;
    top: 66px;
    cursor: pointer;
    z-index: 99
}

.popup_socials {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
    bottom: 40px;
    right: 0
}

.p_soc a {
    position: relative;
    margin-right: 50px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .2px
}

.p_soc a::before {
    content: '';
    position: absolute;
    height: 1.5px;
    width: 0%;
    bottom: -1px;
    left: 0;
    transition: .3s ease;
    background-color: #fff
}

.p_soc a:hover::before {
    width: 100%;
    transition: .3s ease
}

.popup_address p,
.popup_address a {
    color: #fff !important;
    font-weight: 300;
    letter-spacing: .3px
}

/* Hero */
#hm_bnr {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

#global_bnr {
    position: relative;
    height: 85vh;
    width: 100%;
    overflow: hidden
}

.bnr_contents {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../images/banners/home_banner_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.global_bnr_contents {
    position: relative;
    height: 85vh;
    width: 100%
}

.global_bnr_contents img {
    position: absolute;
    height: 85vh;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / .5);
    mix-blend-mode: hard-light
}

.bnr_items {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    z-index: 99;
    top: 50px
}

.global_bnr_items {
    position: relative;
    height: 100%;
    width: 54%;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 99;
    top: 50px
}

.bnr_text {
    width: 35%;
    margin-top: 35px
}

.bnr_headline h1,
.bnr_text h5,
.global_bnr_items h2 {
    color: #fff
}

/* Home About */
#hm_abt {
    position: relative;
    height: 95vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 120px 0
}

.hm_abt_main {
    margin-bottom: 0 !important
}

.ab_abt {
    margin-bottom: 0 !important
}

.hm_abt_items {
    position: relative
}

.hm_abt_headline {
    margin-bottom: 40px
}

.hm_abt_text {
    width: 100%
}

.hm_abt_img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.67%;
    height: 95vh
}

.hm_abt_btn {
    margin-top: 40px
}

#counters {
    margin-bottom: 120px
}

.hm_counter {
    display: flex;
    flex-flow: wrap;
    margin-top: -15px
}

.s_counter {
    margin-right: 100px;
    margin-bottom: 50px
}

.s_counter h4 {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 1.5rem
}

.s_counter:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.counter_num {
    font-size: 7rem;
    font-family: 'League Gothic', sans-serif !important;
    color: var(--primary);
    line-height: 1
}

.counter_text {
    width: 41.67%;
    position: absolute;
    right: 0
}

.counter_text h6 {
    width: 75%
}

#hm_sustainability {
    position: relative;
    height: 100%;
    min-height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.sustain_headline {
    margin-bottom: 120px
}

.sustain_box {
    width: 90%;
    margin-bottom: 70px;
}

.hm_sustain_headline {
    position: relative;
    width: 100%;
    margin-top: 30px
}

.hm_sustain_sml_headline {
    position: relative;
    width: 100%;
}

.hm_sustain_headline::before,
.hm_sustain_sml_headline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: -25px
}

.hm_sustain_headline h3,
.hm_sustain_sml_headline h4 {
    color: #fff
}

.hm_sustain_sml_headline h4 {
    margin-bottom: 25px;
    width: 70%
}

.hm_sustainability_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.hm_sustainability_bg::before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / .5);
    height: 100%;
    width: 100%
}

.hm_sustainability_bg img {
    height: 100%;
    object-fit: cover
}

.hm_sustain_text p {
    color: #eee
}

#hm_products {
    position: relative;
    background-color: var(--secondary)
}

#hm_products .sc_gap {
    padding-bottom: 0
}

.hm_product_img_1 {
    position: relative;
    width: 85%;
    height: 100%;
    top: 80px;
    z-index: 9
}

.hm_product_img_1 .hm_pr_img_box {
    background-color: #527AC9;
    padding: 155px 120px
}

.hm_product_img_2 {
    position: relative;
    width: 85%;
    height: 100%;
    z-index: 9
}

.hm_product_img_2 .hm_pr_img_box {
    background-color: #0B3D80;
    padding: 80px 80px
}

.hm_product_img_3 {
    position: relative;
    bottom: 120px
}

.hm_product_img_3 .hm_pr_img_box {
    background-color: #5C8DED;
    padding: 140px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hm_product_img_3 .hm_pr_img_box img {
    width: 30%
}

#hm_products .col_12 {
    display: flex;
    justify-content: flex-end
}

#hm_products .col_12 .col_cntr {
    width: 80%
}

.hm_pr_headline h3 {
    color: #fff;
    margin-bottom: 40px
}

#clients {
    background-attachment: fixed
}

#clients .sc_gap {
    padding: 120px 0 120px
}

.sc_heading {
    width: 65%;
    margin: 0 auto;
    text-align: center
}

.sc_headline {
    margin-bottom: 40px
}

.cl_logos {
    margin-top: 30px
}

.s_logo {
    margin: 1.31rem
}

.s_logo img {
    max-height: 60px;
    max-width: 110px
}

footer {
    background-color: #f3f3f3
}

footer .sc_gap {
    padding-top: 120px;
    padding-bottom: 80px
}

.footer_icons {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.footer_icons a {
    margin-right: 22px
}

.ft_number {
    display: flex;
    flex-direction: column;
    margin: 30px 0
}

.ft_address p,
.ft_number a,
.ft_mail a {
    color: var(--blue)
}

.footer_menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer_menu li {
    margin-bottom: 10px;
    font-weight: 400
}

.copyright {
    margin-top: 60px
}

.c_info {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding-top: 60px
}

.c_info p,
.c_info a {
    color: var(--lightgrey)
}

#about {
    margin-top: 120px
}

.ab_cnt_heading {
    width: 65%
}

.abt_img img {
    left: 0
}

#timeline {
    padding-top: 120px
}

#timeline .hm_abt_headline {
    margin-bottom: 55px;
    text-align: center
}

.timeline_item {
    display: flex;
    white-space: nowrap
}

.s_time_box {
    width: 100%;
    height: 400px;
    background-color: #EEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.3s;
}

.s_t_icon img {
    height: 70px;
    width: auto
}

.s_time_items {
    position: relative;
    padding: 45px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.s_t_headline h4 {
    font-size: 1.5rem
}
.s_time {
    position: relative;
}
.s_time:nth-child(even) .s_time_box::before {
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 2rem);
    background: var(--blue);
    top: 0;
    left: 1rem;
    transition: all 0.3s;
}

.s_time:nth-child(odd) .s_time_box::after {
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 2rem);
    background: var(--blue);
    bottom: 0;
    left: 1rem;
    transition: all 0.3s;
}
.s_time:nth-child(even):hover .s_time_box::before {
    height: 100%;
    transition: all 0.3s;
}
.s_time:nth-child(odd):hover .s_time_box::after {
    height: 100%;
    transition: all 0.3s;
    z-index: 1;
}
.s_time:hover .s_t_headline h4 {
    color: #fff;
    transition: all 0.3s;
}
.s_time_items {
    position: relative;
    z-index: 99;
}


.phl {
    position: relative;
    width: 100%;
    overflow: hidden
}

.value_bg {
    height: 62vh
}

.phl:nth-child(1) .value_bg {
    background: linear-gradient(180deg, #F6BD25 0%, #DE645E 100%)
}

.phl:nth-child(2) .value_bg {
    background: linear-gradient(180deg, #DE645E 0%, #9033A5 100%)
}

.phl:nth-child(3) .value_bg {
    background: linear-gradient(180deg, #9033A5 0%, #4923D8 100%)
}

.value_dark_bg {
    background-color: var(--darkblue);
    height: 62vh;
    position: relative
}

.value_dark_bg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--darkblue);
    opacity: .95;
    z-index: 999
}

.value_content {
    position: absolute;
    width: 100%;
    z-index: 999
}

.phl:nth-child(2) .value_content {
    margin-left: 50%
}

.value_content h3 {
    color: #eee
}

.value_content p {
    color: #bbb
}

.value_text {
    width: 25%
}

.scroll_text span {
    position: absolute;
    font-size: 30vw;
    bottom: -15px;
    opacity: 1;
    z-index: 99;
    letter-spacing: -.07em;
    line-height: .45;
    font-weight: 700;
    user-select: none;
    white-space: nowrap;
    left: 0
}

.phl:nth-child(1) .scroll_text span {
    color: #de645e
}

.phl:nth-child(2) .scroll_text span {
    color: #9033A5
}

.phl:nth-child(3) .scroll_text span {
    color: #4923D8
}

.cert {
    position: relative;
    margin-top: -20px
}

.cert_img img {
    max-width: 165px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: 2.25rem auto 0
}

.glide__bullets {
    bottom: -2em !important
}

.glide__bullet {
    background-color: rgb(11 61 128 / .4) !important;
    border-radius: 50px !important;
    height: 8px !important;
    width: 8px !important;
    border: none !important;
    margin: 0 0.15em !important
}

.glide__bullet:hover,
.glide__bullet--active {
    background-color: rgb(11 61 128 / .7) !important
}

.glide__bullet--active {
    width: 24px !important
}

.col_flex_start.gl {
    margin-top: 60px
}

.goal_box {
    width: 100%;
    margin-bottom: 3rem
}

.goal_icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 2rem
}

.goal_heading h4 {
    color: var(--primary);
    margin-bottom: 10px
}

.goal_text {
    width: 80%
}

.col_3:nth-child(5) .goal_box,
.col_3:nth-child(6) .goal_box,
.col_3:nth-child(7) .goal_box {
    margin-bottom: 0
}

.gb_flex {
    position: relative;
    display: flex
}

.gb_box {
    position: relative;
    margin: 0 100px
}

#steps {
    background-color: #131C28
}

#carbon {
    background-color: var(--darkblue);
    position: relative;
    min-height: 600px
}

.main_carousel {
    position: relative;
    display: flex;
    align-items: center
}

.carousel_items {
    width: 100%;
    height: auto
}

.ci_box {
    position: relative;
    padding: 0 100px
}

.carousel_img img {
    min-height: 600px;
    max-height: 600px;
    height: 100%;
    object-fit: cover
}

.carousel_items .hm_abt_headline {
    margin-bottom: 65px
}

.carousel_box {
    position: relative;
    width: 80%
}

.carousel_box p {
    white-space: initial;
    color: #BBB
}

.carousel_items h3,
.carousel_items h4 {
    color: #eee !important
}

.glide__bullets.sustain_glide_bullets {
    bottom: 6em !important;
    left: 0;
    margin: 0 32px;
    cursor: pointer !important
}

.sustain_glide_bullets .glide__bullet {
    background-color: #6e6e6e !important
}

.sustain_glide_bullets .glide__bullet--active {
    background-color: #b9b9b9 !important
}

.csr_contents {
    margin-top: 80px
}

.csr_img img {
    position: relative;
    height: 65vh;
    object-fit: cover
}

.csr_box {
    padding: 0 100px
}

.csr_headline h4 {
    color: var(--primary);
    margin-bottom: 30px
}

#g_map {
    position: relative;
    padding-top: 0
}

#contact_form {
    position: relative;
    padding-top: 250px
}

#contact_form .sc_gap {
    padding-top: 0;
    padding-bottom: 90px
}

button.submit_btn {
    position: relative;
    min-width: 250px;
    border-radius: 10px
}

.nal_map iframe {
    width: 100%
}

.contact_infos .footer_icons {
    margin-bottom: 0;
    margin-top: 60px
}

.form_container {
    display: flex;
    flex-flow: wrap
}

.c_field {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.c_field label {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 5px
}

.c_field input {
    width: calc(100% - 40px);
    padding: 0 20px;
    border: 1px solid #A3A3A3;
    height: 50px;
    font-size: .9rem;
    font-family: 'Roobert', sans-serif;
    border-radius: 10px;
    color: #859EBF
}

.c_field textarea {
    width: calc(100% - 40px);
    padding: 20px;
    border: 1px solid #A3A3A3;
    min-height: 140px;
    font-size: .9rem;
    font-family: 'Roobert', sans-serif;
    border-radius: 10px;
    color: #859EBF
}

.m_pro_item {
    margin-bottom: 55px
}

.m_pro_item img {
    max-height: 145px;
    width: auto;
    margin: 0 auto
}

.m_pro_item_sml img {
    max-height: 150px;
    max-width: 150px;
    width: auto;
    margin: 0 auto
}

#main_products .sc_gap {
    padding: 120px 0 80px
}

#production_capacity {
    background-color: var(--darkblue)
}

#production_capacity h3 {
    color: #fff
}

.cap_items {
    margin-top: 60px
}

.capacity_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.cap_info h5 {
    font-size: 1.1rem;
    margin-top: 20px;
    color: #fff;
    letter-spacing: .3px
}

.bt_bb_counter {
    font-size: 3em
}

.bt_bb_counter {
    font-weight: 400
}

.bt_bb_counter {
    font-family: "Bellefair", Arial, Helvetica, sans-serif
}

.bt_bb_counter {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-family: "PT Serif", Arial, Helvetica, sans-serif;
    line-height: 1
}

.bt_bb_counter {
    display: block;
    height: 2.25em;
    overflow: hidden
}

.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
    -moz-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
    transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1)
}

.bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center
}



/* How it is made */
#how_it_made {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../images/banners/how_it_is_made.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#how_it_made .sc_gap {
    padding-top: 140px;
    padding-bottom: 50px;
}
#how_it_made .col_6:nth-child(odd) .col_cntr {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
#fabric .col_flex_start {
    gap: 40px 0;
}
.fabric_heading {
    text-align: center;
    margin-bottom: 50px;
}
.fabric_headline {
    margin-bottom: 10px;
}
.fabric_box {
    position: relative;
    height: 100%;
    width: 100%;
}
.fabric_box_items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 0 30px;
}
.fabric_img img {
    width: 120px;
    height: auto;
    border-radius: 100%;
}


/* Awards & Recognition */
#hm_award_recog {
    background-color: #fafafa;
}
#hm_award_recog .sc_gap, #clients .sc_gap {
    padding: 100px 0;
}
.award_recog {
    position: relative;
    padding-top: 15px;
}
.award_recog .col_flex_center {
    gap: 30px 80px;
}
.award_logo img {
    max-height: 95px;
    max-width: 170px;
}
.award_logo:last-child img {
    max-height: 72px;
}


/* Machinery list */
/* Table */
#machineries {
    position: relative;
    background-color: #fff;
}
.machinery_table {
    position: relative;
    width: 100%;
}
#tableContainer {
    border-radius: 8px;
    border: 1px solid #D0D0D2;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.table_top_heading h4 {
    font-size: 32px;
    color: #1b1b1b;
    margin: 0;
    font-weight: 400;
}
.table_top_selections {
    display: flex;
    gap: 1rem;
}
.table_bottom {
    position: relative;
    border: 1px solid #D9DBDD;
    border-radius: 5px;
    font-size: 0.825rem;
}
.table_bottom_items {
    padding: 1rem;
}
.table_col {
    position: relative;
    padding: 0 1.25rem;
    height: 40px;
    text-align: left;
    font-weight: 500;
}
thead {
    position: relative;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #D9DBDD;
    color: #1b1b1b;
    font-weight: 700;
    letter-spacing: -0.2px;
}
thead .table_col {
    font-weight: 700;
}
thead tr {
    background: #F4F6F6!important;
}
thead .table_col::after {
    content: url('../images/icons/filter.svg');
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
tr {
    border-bottom: 1px solid #D9DBDD;
    color: #1b1b1b;
    font-weight: 600;
    background-color: #fff;
}
tr:hover {
    border-bottom: 1px solid #d9dbdd;
}
tr .table_col {
    border-right: 1px solid #D9DBDD;
}
tr:last-child {
    border-right: none;
}
tr:nth-child(odd) {
    background-color: #FBFDFD;
}
tr:last-child {
    border-radius: 0 0 8px 8px;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tabs p {
  margin: 0;
  font-weight: 500;
}
.tab {
  background: none;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'League Gothic', sans-serif;
  padding: 10px 24px;
  transition: .35s ease;
  border: 1px solid var(--primary);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tab:hover {
  background: #dee2e6;
  border: 1px solid #dee2e6;
  transition: .35s ease;
  color: var(--primary);
}
.tab_active {
  background: var(--primary);
  color: #fff;
  transition: .35s ease;
}
