/*Tablet view*/
@media (min-width:768px) and (max-width:991px){
	.grid-sizer, 
	.grid-item {
		width: 33.33%;
	}
}
@media (max-width:1024px){
    body {
        font-size: 14px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    html .btn {
        padding: 0 24px;
        line-height: 40px;
        font-size: 14px;
        gap: 8px;
    }
    header {
        padding: 14px 0;
    }
    .header-logo a {
        width: 100px;
    }
    .sticky .header-logo a {
        width: 90px;
    }
    .header-menu-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    header .contact-btn {
        margin-left: auto;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
        margin-left: 20px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--light);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 99;
        top: 0;
        bottom: 0;
        width: 350px;
        min-height: 100dvh;
        padding: 20px 25px;
        transform: translatex(100%);
        transition: all 0.4s;
        background: var(--dark);
        color: var(--light);
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header-navbar .navbar-toggle span {
        background:#fff;
    }
    header nav > ul {
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    header nav > ul > li > a {
        color: #fff;
        font-size: 18px;
        line-height: 140%;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
    }
    header nav > ul > li.menu-parent > a:after {
        width: 9px;
        height: 9px;
        content: "";
        display: inline-block;
        vertical-align: top;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        margin-top: -4px;
    }
    header nav > ul > li.dropdown a::after {
        display: none;
    }
    header nav > ul > li.dropdown .submenu-toggle{
        display: block;
    }
    .sticky header nav > ul > li > a {
        line-height: 140%;
    }
    header nav > ul > li > a:before {
        display: none;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: none;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    header nav > ul > li.menu-parent.submenu_active > a:after {
        transform:rotate(225deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    .banner-text {
        padding: 0 90px;
    }
    .banner-text h6 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .banner-text h1 {
        font-size: 46px;
        line-height: 120%;
        margin-bottom: 14px;
    }
    .banner-text p {
        font-size: 15px;
        padding: 0 10%;
    }
    html .main-slider .owl-nav [class*="owl-"] {
        width: 44px;
        height: 44px;
        left: 25px;
    }
    html .main-slider .owl-nav .owl-next {
        left: auto;
        right: 25px;
    }
    .about-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-img:before {
        width: 80px;
        height: 80px;
        margin: 12px;
    }
    .about-section .text {
        padding-left: 0;
    }
    .title {
        margin-bottom: 20px;
    }
    .title h6 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 6px;
    }
    .title h2 {
        font-size: 42px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    .title-icon:before {
        content: '';
        display: block;
        width: 90px;
        height: 1px;
        background: linear-gradient(90deg, #F38020 0%, rgba(243, 128, 32, 0) 100%);
        transform: scaleX(-1);
        margin-right: -1px;
    }
    .industries-section .title ~ p {
        font-size: 16px;
    }
    .about-section .title h2 {
        font-size: 34px;
        line-height: 120%;
    }
    .btn-wpr {
        margin-top: 20px;
    }
    .exptext {
        gap: 6px;
        right: 0;
        bottom: -48px;
    }
    .exptext h3 {
        font-size: 80px;
    }
    .exptext h5 {
        font-size: 14px;
        line-height: 140%;
    }
    .exptext h5 span {
        font-size: 30px;
        line-height: 80%;
        margin-bottom: 7px;
    }
    .product-box .image {
        height: 140px;
    }
    .product-box .text {
        padding: 0 20px 20px;
    }
    .product-box .text .product-img {
        width: 160px;
        height: 140px;
        margin:-80px auto 18px;
    }
    .product-box .text h3 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 12px;
    }
    .product-box .text .km-link {
        font-size: 14px;
    }
    .product-box .text .km-link svg {
        display: block;
        width: 30px;
    }
    .product-box:hover .text .km-link span {
        width: 78px;
    }
    .parallax {
        height: auto;
    }
    .parallax img {
        height: auto !important;
    }
    .certificate-section {
        margin-top: -60px;
        padding-bottom: 80px;
    }
    .product-wpr, .certificate-wpr {
        margin-top: 30px;
    }
    .product-wpr .g-4, .certificate-wpr .g-4 {
        --bs-gutter-y: 16px;
        --bs-gutter-x: 16px;
    }
    .certificate-box .image:before, .certificate-box .image:after {
        width: 50px;
        height: 50px;
        margin: 8px;
    }
    .plant-section {
        padding-bottom: 0;
    }
    .plant-section .gx-5 {
        --bs-gutter-x: 24px;
    }
    .plant-section .image:before {
        width: 60px;
        height: 60px;
    }
    .plant-section .image:after {
        width: 30px;
        height: 30px;
        left: 60px;
        top: 60px;
    }
    .plant-section .border-box {
        width: 80px;
        height: 80px;
        margin: 16px;
    }
    .product-count {
        margin-bottom: 40px;
    }
    .plant-section .title h2 {
        line-height: 120%;
    }
    .num-count-section h6 {
        font-size: 12px;
        padding-bottom: 9px;
        margin-bottom: 12px;
    }
    .num-count-section h2 {
        font-size: 48px;
        line-height: 110%;
    }
    .num-count-section .product-count h2 {
        font-size: 56px;
    }
    .iron-melt-img {
        margin-top: -115px;
    }
    .map-section .title {
        margin-bottom: -50px;
    }
    .footer-logo a {
        width: 150px;
        margin: 0 auto 16px;
    }
    .footer-top h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .footer-top h5 {
        font-size: 18px;
    }
    .fcontact-wpr {
        padding-left: 20px;
    }
    ul.links {
        gap: 10px 16px;
        margin-bottom: 16px;
    }
    ul.links a {
        font-size: 14px;
        gap: 8px;
    }
    ul.links a:before {
        width: 6px;
        min-width: 6px;
        height: 3px;
    }
    ul.social-media a {
        width: 34px;
        height: 34px;
    }
    ul.contact-info li .icon {
        width: 34px;
        height: 34px;
    }
    ul.contact-info li {
        margin-bottom: 14px;
        font-size: 15px;
        padding-left: 46px;
        min-height: 34px;
    }
    .reward-wrp .item-box .text-wrp h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .reward-wrp .item-box .badge span {
        padding: 3px 12px;
        font-size: 12px;
    }
    .reward-wrp .item-box .text-wrp p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .reward-wrp .item-box .row {
        --bs-gutter-x: 75px;
    }
    .reward-wrp .item-box {
        padding-bottom: 30px;
    }
    .breadcrumb-list ul {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .inner-banner h2 {
        font-size: 36px;
    }
    .inner-banner {
        padding: 140px 0 50px;
    }
    .reward-wrp .item-box .image-wrp {
        height: 280px;
        width: 280px;
        border: 14px solid var(--light);
    }
    .reward-wrp .item-box .image-wrp:after {
        right: -20px;
    }
    .reward-wrp .item-box .number {
        height: 46px;
        width: 46px;
        bottom: 30px;
    }
    .reward-wrp .item-box .number h6 {
        font-size: 16px;
    }
    .reward-wrp .item-box:nth-child(2n + 2) .image-wrp::after {
        right: 0;
        left: -20px;
    }
    .certificate-box .image img {
        width: 110px;
        height: 60px;
    }
    .icon-li-list{
        gap: 10px;
    }
    .icon-li-list img {
        max-width: 55px;
    }
    .icon-li-list li:last-child img {
        max-width: 45px;
    }
    .machining-content {
        padding: 15px 0 15px 15px;
    }
    .testing-quality-content h6 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    .testing-quality-content {
        padding: 0;
    }
    .testing-quality-card {
        padding-top: 0;
        padding-bottom: 15px;
    }
}
@media(max-width: 991px) {
    .aboutus_page_row {
        padding: 40px 0 0 0;
    }
    .aboutus_page_row .row {
        gap: 30px 0;
    }
    .valve-components-item{
        grid-template-columns: repeat(3, 1fr);
    }
    .valve-components-img{
        height: 220px;
    }
    .machining-card {
        grid-template-columns: 1fr;
        gap: 40px 60px;
    }
    .machining-section .mt-5 {
        margin-top: 0px !important;
    }
    .technical-table-first {
        display: inline-block;
    }
    .contact-info {
        margin-bottom: 50px;
    }
    .block-title__sub-title {
        margin-bottom: 25px;
    }
    .history_big .item {
        padding: 0 30px;
    }
    .history-box h3 {
        font-size: 18px;
    }
    .history-box p {
        font-size: 14px;
    }
    .history_thumbs_wrap h6 {
        font-size: 20px;
    }
    .history_thumbs_wrap {
        padding: 0 20px;
    }
    .header-main-bar .contact-btn {
        margin-left: auto;
        margin-right: 16px;
    }
    html .language-feild .goog-te-gadget-simple {
        line-height: 42px;
    }
}
@media (max-width:767px){
    body {
        font-size: 13px;
    }
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    header {
        padding: 12px 0;
    }
    .header-logo a {
        width: 80px;
    }
    .sticky .header-logo a {
        width: 80px;
    }
    html .contact-btn .btn {
        font-size: 10px;
        padding: 0 10px;
        gap: 5px;
        line-height: 32px;
    }
    html .contact-btn .btn svg {
        width: 14px;
    }
    .footer-top {
        padding: 40px 0 30px;
    }
    nav.header-navbar {
        width: 100%;
    }
    .navbar-toggle {
        width: 34px;
        height: 34px;
        margin-left: 10px;
    }
    .navbar-toggle span {
        width: 28px;
    }
    .navbar-toggle span:nth-child(1),
    .navbar-toggle span:last-child {
        width: 16px;
    }
    .banner-text {
        padding: 0 20px;
    }
    .banner-text h6 {
        font-size: 14px;
    }
    .banner-text h1 {
        font-size: 38px;
    }
    .banner-text p {
        font-size: 14px;
        padding: 0;
    }
    html .main-slider .owl-nav [class*="owl-"] {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }
    html .main-slider .owl-nav {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 12px;
        /*margin-bottom: -64px;*/
		margin-top: -70px;
		margin-left: 20px;
    }
    .about-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .exptext h5 span {
        color: var(--text) !important;
    }
    .exptext {
        justify-content: center;
        gap: 12px;
        position: static;
        margin: 10px 0 20px;
    }
    .exptext h5 span {
        font-size: 30px;
        margin-bottom: 0;
        margin-left: -4px;
    }
    .about-section .text {
        padding-left: 0;
        text-align: center;
    }
    .about-section .title h2 {
        font-size: 28px;
    }
    .industries-section {
        background: var(--secondary);
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .title h2 {
        font-size: 36px;
        margin-bottom: 6px;
    }
    .industries-section .title ~ p {
        font-size: 14px;
    }
    .product-wpr .g-4, .certificate-wpr .g-4 {
        --bs-gutter-y: 30px;
        --bs-gutter-x: 30px;
    }
    .product-box .image {
        height: 200px;
    }
    .product-box .text .product-img {
        width: 230px;
        height: 180px;
        margin: -108px auto 20px;
    }
    .product-box .text h3 {
        font-size: 24px;
    }
    .product-box .text .km-link {
        font-size: 16px;
    }
    .product-box:hover .text .km-link span {
        width: 88px;
    }
    .certificate-section {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .certificate-box:hover .image:before, 
    .certificate-box:hover .image:after {
        width: 80px;
        height: 80px;
    }
    .plant-section {
        text-align: center;
    }
    .plant-section .image {
        margin-top: 30px;
    }
    .plant-section .border-box {
        width: 70px;
        height: 70px;
        margin: 12px;
    }
    .num-count-section .product-count h6 {
        color: var(--text);
    }
    .num-count-section .product-count h2 {
        font-size: 48px;
    }
    .product-count,
    .countires-count {
        margin-bottom: 30px;
    }
    .map-section .title {
        margin-bottom: 20px;
    }
    .map-section .title h2 {
        font-size: 22px;
    }
    .footer-top h4 {
        font-size: 20px;
    }
    .footer-top h5 {
        font-size: 16px;
    }
    ul.social-media {
        gap: 6px;
    }
    ul.social-media a {
        width: 32px;
        height: 32px;
    }
    ul.contact-info li {
        margin-bottom: 10px;
        font-size: 14px;
        padding-left: 44px;
    }
    .fcontact-wpr {
        padding-left: 0;
        margin-top: 30px;
    }
    .footer-bottom {
        padding: 12px 0;
        text-align: center;
    }
    .footer-bottom p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .reward-wrp .item-box .row {
        --bs-gutter-x: 0;
    }
    .reward-wrp .item-box .text-wrp h2 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .reward-wrp .item-box .col-md-6:nth-child(1),
    .reward-wrp .item-box:nth-child(2n + 2) .col-md-6:nth-child(1) {
        order: 1;
    }
    .reward-wrp .item-box {
        padding-bottom: 20px;
    }
    .reward-wrp .item-box .text-wrp {
        text-align: left;
    }
    .reward-wrp .item-box:nth-child(2n + 2) .col-md-6:nth-child(1) .text-wrp {
        text-align: center;
    }
    .inner-banner h2 {
        font-size: 28px;
    }
    .reward-wrp .item-box {
        padding: 40px 0 0;
    }
    .reward-wrp .item-box .image-wrp {
        border: 0px solid var(--light);
        margin-top: 10px;
        margin-left: 0;
        border-radius: 0;
        padding-top: 60%;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .reward-wrp .item-box .image-wrp img {
        border-radius: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        object-fit: cover;
    }
    .reward-wrp .item-box .image-wrp:after {
        border-radius: 0;
        margin: 15px 0;
        transition-delay: 0.2s;
    }
    .reward-wrp .item-box:nth-child(2n + 2) .image-wrp {
        border-color:#eeeeee;
    }
    .reward-wrp .item-box:nth-child(2n + 2) .text-wrp {
        text-align: left;
    }
    .reward-wrp .item-box:nth-child(2n + 2) .image-wrp::after {
        left: -5px;
    }
    .reward-wrp .item-box .image-wrp:after {
        right: 0;
        background-color: #dcdcdc;
        left: -5px;
    }
    .reward-wrp .item-box.aos-animate .image-wrp::after {
        background-color: var(--primary);
    }
    .inner-banner {
        padding: 120px 0 40px;
    }
    .reward-wrp {
        padding-left: 40px;
    }
    .reward-wrp .item-box:before {
        left: -36px;
        right: auto;
    }
    .reward-wrp:before{
        left: 5px;
        right: auto;
    }
    .reward-wrp .item-box .text-wrp p:last-child{
        margin-left: 0;
    }
    .reward-wrp .item-box .number {
        height: 34px;
        width: 34px;
        bottom: auto;
        right: auto;
        left: -53px;
        top: 35px;
    }
    .reward-wrp .item-box .number h6 {
        font-size: 13px;
    }
    section.our_process_section {
        padding-top: 0;
    }
    .reward-wrp .item-box.aos-animate .number {
        transition-delay: 0.1s;
    }
    .an-down {
        margin-top: -612px;
        padding: 0 30px;
    }
    .an-down img {
        transform: rotatey(180deg);
        width: 312px;
    }
    .an-up {
        margin-bottom: -554px;
        margin-left: 101px;
        height: 530px;
        top: 30px;
    }
    .an-up .inner {
        transform: scale(0.7) rotatey(180deg);
    }
	.certificate-list .item {
		width: 50%;
		padding: 0 20px 0 10px;
		margin-bottom: 20px;
	}
	.certificate-list .img {
		/*height: 180px;*/
		height: auto;
	}
	.certificate-list .item::before {
		margin: 10px 12px -8px 20px;
	}
	.certificate-list .img a::after {
		background-size: 26px auto;
	}
	.grid-sizer, 
	.grid-item {
		width: 50%;
	}
	.certificate-name h5 {
        font-size: 13px;
    }
    .certificate-name {
        padding: 10px 0 0 20px;
    }
    .aboutus_page_row .image {
        margin-top: 0;
    }
    .aboutus_page_row .row .col-lg-3:nth-child(2n) .aboutus_page_item {
        margin-top: 0;
    }
    .aboutus_page_item_text {
        padding-top: 15px;
        padding-left: 15px;
        text-align: left;
    }
    .aboutus_page_item h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .aboutus_page_section {
        padding-bottom: 0;
    }
    .about-page-facilities .text {
        padding-top: 30px;
    }
    .icon-li-list {
        gap: 15px;
    }
    .icon-li-list img {
        max-width: 65px;
    }
    .icon-li-list li:last-child img {
        max-width: 52px;
    }
    .valve-components-item{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        margin-top: 20px;
    }
    .valve-components-img {
        height: 140px;
        padding: 10px;
    }
    .machining-item {
        gap: 30px;
        flex-direction: column;
    }
    .machining-img {
        width: 220px;
    }
    .machining-content {
        padding: 15px 0 0 0;
        width: 100%;
        border-top: 2px solid var(--primary);
        border-left: 0;
    }
    .machining-content::before {
        right: auto;
        bottom: 100%;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100px;
    }
    .machining-card {
        gap: 50px 60px;
    }
    .machining-content h4 {
        font-size: 18px;
    }
    .machining-item:last-child .machining-content::before{
        height: 40px;
    }
    .testing-quality-img{
        height: auto;
    }
    .testing-quality-content h6{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .testing-quality-content h4 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .testing-quality-section .row {
        gap: 30px 0;
    }
    .technical-table-main h2 {
        font-size: 17px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .technical-table-main h4, .technical-table-main h3 {
        font-size: 15px;
    }
    .technical-table-main table{
        margin-bottom: 30px;
        font-size: 13px;
    }
    .block-title__sub-title {
        margin-bottom: 20px;
        font-size: 23px;
    }
    .contacts-icon svg {
        width: 22px;
        height: 22px;
    }
    .contacts-icon {
        width: 40px;
        height: 40px;
    }
    .contacts-info {
        padding-right: 0;
        gap: 15px;
    }
    .contacts-icon:after{
        width: 16px;
    }
    .contacts-text {
        padding-left: 10px;
    }
    .contacts-text .contacts-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-info .row {
        gap: 30px 0;
    }
    .contact-form input, .contact-form textarea {
        height: 50px;
        padding: 0 10px 0 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .contact-form textarea {
        height: 150px;
        padding-top: 15px;
    }
    .history_big .item {
        padding: 0 20px;
    }
    .history_big.owl-carousel .owl-nav [class*="owl-"] {
        width: 40px;
        height: 40px;
    }
    .history_thumbs_wrap h6 {
        font-size: 16px;
        line-height: 50px;
    }
    .history_big .owl-nav {
        gap: 15px;
        margin: 30px 0 0;
    }
    .history-box h6 {
        font-size: 32px;
        margin: 0 0 8px;
    }
    html .language-feild .goog-te-gadget-simple a {
        display: none;
    }
    html .language-feild .goog-te-gadget-simple {
        padding: 7px 6px;
        height: 34px;
        width: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html header .container {
        padding: 0 10px;
    }
    .header-main-bar .contact-btn {
        margin-right: 10px;
    }
    html .language-feild .goog-te-gadget-simple:before {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1241_2)"><path d="M13.75 10C13.75 10.8672 13.7031 11.7031 13.6211 12.5H6.38281C6.29687 11.7031 6.25391 10.8672 6.25391 10C6.25391 9.13281 6.30078 8.29687 6.38281 7.5H13.6211C13.707 8.29687 13.75 9.13281 13.75 10ZM14.875 7.5H19.6836C19.8906 8.30078 20 9.13672 20 10C20 10.8633 19.8906 11.6992 19.6836 12.5H14.875C14.957 11.6953 15 10.8594 15 10C15 9.14062 14.957 8.30469 14.875 7.5ZM19.2734 6.25H14.7148C14.3242 3.75391 13.5508 1.66406 12.5547 0.328125C15.6133 1.13672 18.1016 3.35547 19.2695 6.25H19.2734ZM13.4492 6.25H6.55078C6.78906 4.82812 7.15625 3.57031 7.60547 2.55078C8.01562 1.62891 8.47266 0.960938 8.91406 0.539063C9.35156 0.125 9.71484 0 10 0C10.2852 0 10.6484 0.125 11.0859 0.539063C11.5273 0.960938 11.9844 1.62891 12.3945 2.55078C12.8477 3.56641 13.2109 4.82422 13.4492 6.25ZM5.28516 6.25H0.726563C1.89844 3.35547 4.38281 1.13672 7.44531 0.328125C6.44922 1.66406 5.67578 3.75391 5.28516 6.25ZM0.316406 7.5H5.125C5.04297 8.30469 5 9.14062 5 10C5 10.8594 5.04297 11.6953 5.125 12.5H0.316406C0.109375 11.6992 0 10.8633 0 10C0 9.13672 0.109375 8.30078 0.316406 7.5ZM7.60547 17.4453C7.15234 16.4297 6.78906 15.1719 6.55078 13.75H13.4492C13.2109 15.1719 12.8437 16.4297 12.3945 17.4453C11.9844 18.3672 11.5273 19.0352 11.0859 19.457C10.6484 19.875 10.2852 20 10 20C9.71484 20 9.35156 19.875 8.91406 19.4609C8.47266 19.0391 8.01562 18.3711 7.60547 17.4492V17.4453ZM5.28516 13.75C5.67578 16.2461 6.44922 18.3359 7.44531 19.6719C4.38281 18.8633 1.89844 16.6445 0.726563 13.75H5.28516ZM19.2734 13.75C18.1016 16.6445 15.6172 18.8633 12.5586 19.6719C13.5547 18.3359 14.3242 16.2461 14.7187 13.75H19.2773H19.2734Z" fill="black"/></g><defs><clipPath id="clip0_1241_2"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
        background-repeat: no-repeat;
        background-size: cover;
        height: 20px;
        width: 20px;
        display: block;
        filter: brightness(0) invert(1);
    }
}