/*!
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.7.1672378691
Updated: 2022-12-30 05:38:11
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,800;1,200;1,600;1,900&display=swap");

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
}

img {
	max-width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, .site textarea {
	border: 0;
	box-shadow: none;
	outline: none !important;
	margin: 0;
	height: 60px;
}

input[type="submit"] {
	outline: none !important;
}

select {
	width: 100%;
	border: 0;
	height: 60px;
	background-image: url(/wp-content/uploads/2022/01/dropdown.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center right 12px;
}

select:focus {
	outline: none;
}

input.wpcf7-submit.btn_red {
	height: 60px;
	min-width: 125px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.h2, h2 {
	font-size: 40px;
	font-weight: bold;
}

.h3, h3 {
	font-size: 30px;
}

.h4, h4 {
	font-size: 25px;
	line-height: 30px;
}

.hd_heading span {
	color: #000;
}

a, ul, li {
	font-family: 'Poppins', sans-serif !important;
}

.no_link a {
	pointer-events: none;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7-spinner {
	position: absolute;
	top: 0;
	width: auto;
	right: 0;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 11px;
	text-align: left;
	color: #000;
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}

.btn-wrapper .uc_btn {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	margin-right: 30px;
	text-decoration: none !important;
}

.btn-wrapper .uc_btn .fa {
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.btn_red, input.btn_red {
	background: #da0215 !important;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	width: 230px;
	height: 54px;
	color: #fff !important;
	font-style: normal;
	font-size: 18px;
	line-height: 100%;
	border: none;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: 0.4s;
}

.btn_red:hover {
	background: transparent !important;
	border: 1px solid #da0215;
	color: #da0215 !important;
}

.btn_white_trans {
	background: transparent;
	border-radius: 4px;
	border: 1px solid #fff;
	width: 230px;
	height: 54px;
	color: #fff;
	font-style: normal;
	font-size: 18px;
	line-height: 100%;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: 0.4s;
}

.btn_white_trans:hover {
	background: #fff;
	color: #000;
}

.btn_red_trans {
	background: transparent;
	box-shadow: 0 28px 30px -10px rgba(255, 0, 131, .15);
	border-radius: 4px;
	border: 1px solid #da0215;
	width: 230px;
	height: 54px;
	color: #da0215;
	font-style: normal;
	font-size: 18px;
	line-height: 100%;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: 0.4s;
}

.btn_red_trans:hover {
	background: #da0215;
	color: #fff;
}

.slider_img {
	cursor: pointer;
}

/*.small-menu .promotion_bar
{
	display: none!important;
}*/
.promotion_bar p {
	margin: 0;
}

.promotion_bar {
	background: #da0215;
	text-align: center;
	padding: 6px 0;
	font-size: 16px;
	color: #ffffff;
}

.promotion_bar a {
	color: #ffffff;
	text-decoration: underline;
}

.promotion_bar a:hover {
	color: #d5d5d5;
}

#header {
	padding: 30px 0 20px;
	background: #fff;
	z-index: 100;
	position: relative;
	box-shadow: 0 1px 1px #ececec;
}

#header.small-header .logo-wrapper {
	display: block;
}

#header .logo-wrapper {
	transition: 0.5s all;
	margin-right: 50px;
	width: 100px;
}

#header.small-header {
	padding: 1rem 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 10;
	box-shadow: 0 1px 22px #ffffff42;
	border-bottom: 1px solid #ece8e8;
}

.logo-wrapper {
}

.logo-wrapper img {
	width: 100%;
	transition: 0.3s;
}

.vw_link .mega-menu-link {
	color: #da0215 !important;
	font-weight: 500 !important;
	text-shadow: unset !important;
	text-decoration: underline !important;
}

.vw_link .mega-menu-link:before {
	content: unset !important;
}

.top-menu, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 100%;  /*  max-width: 900px;*/
}

#mySidenav button.sub-menu-toggle {
	display: none;
}

#header.small-header .logo-wrapper img {
	max-width: 60px;
}

.top-menu ul:not(.sub-menu) {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex: 1;
	padding: 0 25px 0 0;
}

.top-menu ul li {
	margin-right: 38px;
	transition: .4s ease-in-out;
}

#header.small-header .top-menu ul li {
	margin-right: 20px;
}

.top-menu ul li:last-child {
	margin-right: 0;
}

.top-menu ul li a {
	text-decoration: none !important;
	transition: .4s ease-in-out;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 110%;
	padding: .2rem 0;
	color: #000;
	border: 2px solid transparent;
}

.top-menu ul li a:hover, .top-menu ul li.current-menu-item a {
	color: #000;
	border-bottom: 2px solid #da0215;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
	position: absolute;
	left: -10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background: #000000;
}

#mega-menu-wrap-primary {
	width: 100%;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	background: transparent;
}

.header_social {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-left: auto;
}

.header_social .kk {
	font-size: 15px;
	color: #fff;
	margin-right: 10px;
	background: #da0215;
	padding: 5px 10px;
	border-radius: 4px;
}

.header_social .kk:hover {
	background: #a2a2a2;
	color: #fff;
}

.top_wrap .ahsbahsba {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top_wrap .ahsbahsba img {
	transition: -webkit-transform .6s ease 0s;
	transition: transform .6s ease 0s;
	transition: transform .6s ease 0s, -webkit-transform .6s ease 0s;
	width: 146px;
	-webkit-transform: scale(1) translateY(62px);
	transform: scale(1) translateY(62px);
}

#header.small-header .top_wrap .ahsbahsba {
	display: none;
}

/*mega menu css*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	background: rgb(255 255 255);
	color: #000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-heading {
	padding-bottom: 15px !important;
	padding-top: 20px !important;
}

.mega-menu-row {
	padding: 26px 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary .cm_cat > a, #mega-menu-wrap-primary #mega-menu-primary .cm_cat > a:hover {
	font-weight: 500 !important;
	border-bottom: 1px solid #f2f2f2 !important;
	margin-bottom: 20px !important;
	transition: 0.3s;
}

#mega-menu-wrap-primary #mega-menu-primary .cm_cat > a:hover {
	border-bottom-color: #da0215 !important;
}

#mega-menu-wrap-primary #mega-menu-primary .cm_cat .mega-sub-menu a {
	position: relative;
	padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary .cm_cat .mega-sub-menu a::before {
	content: "\f139";
}

footer a, footer li a {
	color: #000;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
}

footer li {
	list-style: none;
	margin: 10px 0;
}

footer a:hover {
	color: #000;
}

footer h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #000;
}

footer .logo-img img {
	max-width: 100px;
}

.subscribe_description {
	color: #555555;
}

.footer-menu-wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-menu-wrapper ul {
	padding: 0;
}

.footer-menu-wrapper .footer-menu {
	padding: 0 30px;
}

.footer_contact .address {
	margin: 25px 0;
}

footer .email_form .wpcf7-form-control-wrap {
	width: calc(100% - 50px);
	margin: 0;
}

footer .email_form input {
	background: none;
	border: 0;
	margin: 0;
	color: #000 !important;
	font-size: 16px;
}

footer .email_form {
	display: flex;
	width: 100%;
	position: relative;
	border: 2px solid #fff;
	margin-bottom: 1rem;
}

footer .email_form .cst_submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background: url(/wp-content/uploads/2022/01/arrow_right_white.png)no-repeat scroll right 10px center / 40px;
}

footer .email_form .cst_submit input {
	text-indent: -9999px;
	width: 100%;
	position: relative;
	height: 100%;
	padding: 0;
	background: none !important;
}

footer .subscribe_description {
	color: #555555;
	font-size: 16px;
}

footer .subscribe_description br {
	display: none;
}

.footer-newsletter {
	max-width: 400px;
}

#menu-copyright-menu {
	display: flex;
	padding: 0;
	margin-bottom: 0;
}

#menu-copyright-menu li {
	padding-right: 15px;
	position: relative;
	margin: 0;
	margin-right: 15px;
}

#menu-copyright-menu li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	top: 3px;
	bottom: 0;
	background: #da0215;
	right: 0;
}

footer li:last-child::after {
	display: none;
}

#menu-copyright-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.loan_form_wrap {
	position: relative;
	margin-top: 0px;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	padding-left: 252px;
}

.loan_form.form_code {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	margin-bottom: 141px;
	margin-left: 100px;
}

.loan_form_wrap img {
	height: 551px;
	object-fit: cover;
	object-position: center;
}

.footer_contact .footer_content {
	max-width: 530px;
	margin: 80px;
}

.footer_contact .footer_content p {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
}

.home_footer .footer_contact img {
	width: 20px;
	margin-right: 5px;
}

.footer_ct .wpcf7-form-control, .footer_ct .wpcf7-form-control:focus {
	background: none;
	border: none;
	border-bottom: 1px solid #999999;
	color: #000;
	padding: 10px;
}

.footer_ct .wpcf7-form-control::placeholder {
	color: #999999;
}

.footer_ct .wpcf7-form-control-wrap {
	margin: 0px 0 25px;
	display: block;
}

.footer_ct .wpcf7-form-control.wpcf7-textarea {
	border-bottom: 0;
	height: 200px;
	resize: none;
}

.footer_ct input.wpcf7-submit.btn_red {
	width: 200px;
	height: 52px;
}

/***************** Home *****************/

/***************** Main Banner  *****************/
.main-banner {
	position: relative;
	background-color: #fafafa;
	height: 650px;
	display: flex;
	align-items: center;
	padding: 3rem 0;
}

.inner-main-dd {
	display: flex;
	align-items: center;
}

.main-displa {
	flex-direction: column;
	margin-top: 145px;
}

.main-displa .Mon {
	font-family: "Goldman";
	font-style: normal;
	font-weight: 700;
	font-size: 43px !important;
	line-height: 110%;
	text-align: center;
	color: #da0215;
}

.inner-main-dd {
	width: 410px !important;
	justify-content: center;
	margin: 0 auto;
}

.containerss {
	width: 541px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.containerss .text {
	position: relative;
	color: #4070f4;
	font-size: 30px;
	font-weight: 600;
}

.containerss .text.first-text {
	font-family: "Goldman";
	font-style: normal;
	font-weight: 400;
	font-size: 43px !important;
	line-height: 110%;
	text-align: center;
	white-space: nowrap;
	color: #2e3433;
}

.containerss .text.first-text .jhbjassbaj {
	color: #da0215;
}

.text.sec-text {
	font-family: "Goldman";
	font-style: normal;
	font-weight: 400;
	font-size: 43px !important;
	line-height: 110%;
	text-align: center;
	white-space: nowrap;
	color: #da0215;
}

.main-banner .banner_text p {
	font-style: normal;
	line-height: 2;
	margin-top: 25px;
	margin-bottom: 20px;
}

.main-banner .banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-banner .home_video {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.main_banner_content {
	position: relative;
	z-index: 2;
}

.main-banner:before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.align-center {
	align-items: center;
}

.scroll-slider-content {
	padding: 22px 40px;
}

.scroll-slider-content .description {
	padding-top: 15px;
	padding-bottom: 35px;
}

.scroll-slider-content ul li {
	list-style: none;
	font-size: 14px;
	margin: 6px 0px;
}

.scroll-slider-content ul li::before {

	/*! content: "139"; */

	/*! font-family: dashicons; */

	/*! position: absolute; */

	/*! left: 13px; */
}

.scroll-slider-content {
	background: #f2f2f2;
	height: 100%;
}

.scroll-slider-content .item {
	background: #fff;
	padding: 10px 20px;
}

.scroll-product-carosal .img_div, .scroll-product-carosal img {
	height: 100%;
	object-fit: cover;
}

/***************** End Main Banner  *****************/

/***************** Home About   *****************/
.home_about .img_wrap {
	box-shadow: 10px 10px 15px #d7d7d7;
}

/***************** Services  *****************/
.home_services {
	background: #f2f2f2;
}

.service_box {
	background: #fff;
}

.service_box .service_box_content {
	padding: 2rem;
}

.service_box .img_wrap img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.service_box h4 {
	text-align: center;
	font-size: 20px;
}

.service_box a {
	display: block;
	text-decoration: none !important;
	transition: 0.3s;
}

.service_box a:hover {
	box-shadow: 0 0 26px #d9d9d9;
}

/***************** Pro slider  *****************/
.pro_slider {
	background: #f2f2f2;
}

.pro_slider h2 {
	display: inline-block;
}

.pro_slider .pro_item .product_meta {
	margin-top: 20px;
}

.pro_slider .pro_item .product_meta h6 {
	font-size: 13px;
	color: gray;
}

.pro_slider .pro_item .product_meta h5 a {
	color: #000000;
	text-decoration: none;
}

.pro_slider .img_wrap img {
	height: 250px;
	object-fit: cover;
	border-radius: 0px
}

.pro_slider .img_wrap img:hover {
	filter: grayscale(100%);
}

.main_pro_slider {
	padding: 0 40px;
}

/***************** CTA  *****************/
.main_cta {
	background: #f2f2f2;
}

.main_cta_inner {
	display: flex;
	flex-wrap: wrap;
}

.main_cta_inner .left_section {
	width: 70%;
	padding-right: 2rem;
}

.main_cta_inner .right_section {
	display: flex;
	justify-content: center;
	width: 30%;
	align-items: center;
	padding: 0 1rem;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: calc(50% - 36px);
	outline: none !important;
	left: 0;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: calc(50% - 36px);
	outline: none !important;
	right: 0%;
}

/***************** Footer  *****************/
.main-footer {
	padding-top: 34px;
	background-color: #fafafa;
}

.main-footer .main-upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-footer .parent {
	display: flex;
	justify-content: start;
	align-items: center;
}

.main-footer .parent .logo-img a {
	margin-right: 76px;
}

.main-footer .button-footer {
	float: right;
	display: block;
}

.main-footer .dehvdgh h5 {
	padding-top: 49px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000;
}

.main-footer .dehvdgh h5 .sdgv {
	color: #da0215;
}

.main-footer .dehvdgh h5 .sdgvdd {
	color: #ac07ac;
}

.main-footer .dfdsfsdfsdfdsdf {
	background-color: initial;
	border: none;
	display: flex;
	justify-content: center;
	box-shadow: none;
	font-style: normal;
	line-height: 110%;
	font-weight: 700;
	color: #fa2189;
	font-size: 16px;
	transition: all .2s ease-in-out;
	margin: 16px auto 0;
}

.main-footer .dfdsfsdfsdfdsdf:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.main_copyright {
	background: #f2f2f2;
	margin-top: 2rem;
}

.copyright_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid #efefef;
}

.copyright span {
	font-size: 14px;
	color: #da0215;
	text-transform: lowercase;
	font-weight: 500;
}

.copyright {
	text-transform: uppercase;
	color: #aeaeae;
}

.copyright_menu li a {
	color: #000;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.copyright_menu li a:hover {
	color: #da0215;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.copyright_menu ul {
	display: flex;
	margin-bottom: 0;
}

.copyright_menu ul li:not(:last-child) {
	margin-right: 10px;
}

/***************** Inner  Banner *****************/

/*#header:not(.home #header) {
position: fixed;
width: 100%;
top: 0;
background: no-repeat;
z-index: 2;
}
#header:not(.home #header).small-header {
	background: #fff;
	box-shadow: 0 0 30px #eaeaea;
}
#header:not(.home #header).small-header li a {
color: #000;
}
#header:not(.home #header).small-header li a:hover {
color: #000;
}
#header:not(.home #header).small-header .btn-wrapper .uc_btn {
color: #000;
}
#header:not(.home #header).small-header .main-logo {
filter: invert(0) brightness(0);
}
#header:not(.home #header).small-header .top_wrap .burger{
	color: #000;
}*/

.inner_banner {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 60px;
	background-position: center;
}

.inner_banner:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.inner_banner_wrap {
	z-index: 1;
	position: relative;
	color: #000;
}

.inner_banner_wrap h2 {
	position: relative;
	z-index: 1;
}

.inner_banner_wrap h1 strong {
	display: block;
}

.inner_banner_wrap .sub_heading {
	position: relative;
	max-width: 1100px;
	padding-left: 130px;
	margin-left: 100px;
}

.inner_banner_wrap .sub_heading:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 12px;
	left: 0;
}

.single-productscpt .inner_banner, .single-projectscpt .inner_banner {
	display: none;
}

/***************** Category Page And Product Page *****************/
.pro_item_wrapper:hover {
	box-shadow: 0 2px 4px #eaeaea;
}

.pro_item_wrapper {
	transition: 0.3s;
	position: relative;
	background: #f2f2f2;
	height: 100%;
}

ul.filter_list {
	justify-content: center;
	text-decoration: none;
}

.filter_list .img_wrap {
	text-align: center;
	max-width: 250px;
}

.filter_list img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

.filter_list h2 {
	font-size: 18px;
	margin-top: 20px;
}

.cat_pro {
	padding-bottom: 100px;
}

.cat_pro .pro_item img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.cat_pro .pro_item .img_wrap {
	overflow: hidden;
}

.cat_pro .pro_item .img_wrap img {
	transition: all .2s ease-in-out;
}

.cat_pro .pro_item .img_wrap:hover img {
	scale: 1.1;
}

.cat_pro .pro_item {
	margin-bottom: 2rem;
}

.main_cat_pro h4 {
	text-align: center;
	width: 100%;
}

.main_cat_pro .pro_item .product_meta {
	padding: 2rem;
	background: #f2f2f2;
}

.main_cat_pro .pro_item .product_meta h5 {
	margin-bottom: 0;
}

.main_cat_pro .pro_item h5 a {
	text-decoration: none;
	color: #000000;
	transition: 0.3s;   /*min-height: 48px;
	  display: block;*/
}

.product_meta h6 {
	font-size: 12px;
	color: #a4a4a4;
}

a.sub_cat_items {
	text-decoration: none;
}

.cat_img {
	overflow: hidden;
	border-radius: 58%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	transition: all .2s ease-in-out;
}

.cat_img:hover {
	box-shadow: 0 2px 8px #a4a4a4;
}

.cat_img img {
	transition: all .2s ease-in-out;
}

.sub_cat_items:hover .cat_img img {
	scale: 1.2;
}

.ajax-loader::after {
	content: '';
	width: 64px;
	height: 64px;
	background-image: url(https://gbint.org/wp-content/uploads/2023/01/loading.gif);
	position: absolute;
	z-index: 99;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.loading_overlay {
	width: 100%;
	height: 100%;
	background: #ffffffb8;
	position: absolute;
	z-index: 9;
	display: none;
}

.ajax-loader .loading_overlay {
	display: block;
}

.ribbon-2 {
	--f: 10px;
	--r: 15px;
	--t: 0px;
	position: absolute;
	inset: var(--t) calc(-1*var(--f)) auto auto;
	padding: 0 10px var(--f) calc(10px + var(--r));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
	background: #da0215;
	box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
	z-index: 2;
	color: #ffffff;
	width: 158px;
	text-align: center;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/***************** Home Projects *****************/
.main_projects {
	overflow: hidden;
}

.project_item {
	height: 550px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

.project_name {
	position: absolute;
	bottom: 0;
	background: rgba(34, 34, 34, 0.5);
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 10px;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
}

.project_item:hover .project_name {
	background: #000;
}

.project_item::before {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.3s;
}

.project_item:hover::before {
	background: transparent;
}

/***************** Single post *****************/
.entry-footer {
	display: none;
}

.single .post_thumbnail {
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 35px #d7d7d7;
	border-left: 10px solid #000;
}

.single .post_thumbnail .the_date {
	margin-right: 50px;
	text-align: left;
	font-size: 18px;
	width: 200px;
}

.single .post_thumbnail .the_date strong {
	font-size: 25px;
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.single .post_thumbnail img {
	box-shadow: 15px 15px 10px #b3b3b3;
	max-width: 550px !important;
}

.single_content {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	margin-top: 30px;
}

.post-navigation {
	margin: 60px 0;
	max-width: 350px;
}

/***************** Blog *****************/
.featured_blog .post_box {
	position: relative;
	height: 100%;
}

.featured_blog .blog_post_meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
}

.featured_blog .blog_post_meta p, .featured_blog .blog_post_meta .post_meta {
	color: #000bfb;
}

.featured_blog .img_wrap, .featured_blog .img_wrap img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	filter: grayscale(1) brightness(0.7);
	transition: 0.3s;
	min-height: 700px;
}

.featured_blog a:hover .img_wrap, .featured_blog a:hover .img_wrap img {
	filter: grayscale(0);
}

.featured_blog a, .featured_blog h3 {
	color: #000;
}

.featured_blog .content {
	display: none;
	transition: 0.3s;
	margin: 35px 0;
}

.featured_blog a:hover .content {
	display: block;
}

.featured_blog a:hover .btn_red {
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured_blog .container-fluid {
	padding: 0;
}

.featured_blog .btn_red {
	width: 45px;
	padding: 6px;
	height: 45px;
	text-align: center;
	line-height: normal;
	border-radius: 15px 0 15px 0px;
	display: none;
	transition: 0.3s;
}

.featured_blog .btn_red img {
	width: 9px;
}

.two_blog {
	padding: 4rem 0;
}

.two_blog .post_box .img_wrap, .two_blog .post_box .blog_post_meta {
	width: 50%;
}

.two_blog .post_box {
	display: flex;
	align-items: center;
}

.two_blog li:first-child .blog_post_meta {
	padding: 0 4rem;
}

.two_blog li:nth-child(2) .post_box {
	flex-direction: row-reverse;
}

.two_blog li:nth-child(2) .post_box .blog_post_meta {
	padding-right: 5rem;
}

.two_blog .post_box .posttitle {
	margin-top: 5px;
	margin-bottom: 1.2rem;
}

.two_blog li {
	margin: 3rem 0;
}

.two_blog li img {
	height: 350px;
	width: 100%;
}

.imp_blog .post_box {
	display: flex;
	align-items: center;
}

.imp_blog .post_items {
	margin-bottom: 3rem;
}

.imp_blog .img_wrap {
	width: 100%;
	max-width: 300px;
}

.imp_blog .blog_post_meta {
	flex: 1;
	padding: 0 3rem;
}

.imp_blog .img_wrap img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.imp_blog .content p {
	margin-bottom: 0;
}

.green_blog .blog_post_meta {
	padding: 2rem;
	background: #000;
	color: #000;
}

.green_blog .img_wrap img {
	height: auto;
}

.green_blog .img_wrap {
	width: 100%;
	max-width: 100%;
}

.green_blog .img_wrap {
	width: 100%;
}

.green_blog .blog_post_meta .posttitle, .green_blog .blog_post_meta .posttitle a {
	color: #000;
}

.more_articles li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.more_articles li p:last-child {
	margin-bottom: 0;
}

.more_articles .posttitle {
	margin-top: 5px;
	margin-bottom: 15px;
}

.more_articles {
	padding: 5rem 0;
}

/********  For layout Three *******/
.cst_padd {
	padding: 6rem 0;
}

.cmn_lt {
	margin-bottom: 5rem;
}

.cool_hd {
	padding-left: 15px;
	border-left: 5px solid #da0215;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #000;
}

.layout_three h2, .layout_three h3, .layout_three h4, .layout_three h5, .layout_three h6 {
	margin-bottom: 1.5rem;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cst_bg.with_bg::before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.cst_bg.with_bg {
	position: relative;
}

/*faq css*/
button.faq_accordion {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	background: #1a1a1a !important;
	transition: 0.4s;
}

button.faq_accordion:hover, button.faq_accordion:focus {
	background: #000 !important;
	border-color: #000;
	outline: none;
}

button.faq_accordion:after {
	content: '\002B';
	color: #000fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.faq_accordion.active:after {
	content: "\2212";
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

/*projects page*/
.main_cat_pro .pro_item .product_meta {
	padding: 1rem 2rem;
	background: #f2f2f2;
}

.main_cat_pro .pro_item .product_meta h5 {
	margin-bottom: 5px;
}

.main_cat_pro .pro_item .product_meta p {
	font-size: 14px;
}

.main_cat_pro .pro_item h5 a {
	text-decoration: none;
	color: #000000;
	transition: 0.3s;
}

.product_meta h5 a:hover {
	color: #da0215;
}

.page-template-page-projects #search-form {
	padding: 26px 40px;
	background: #ebebeb;
}

.page-template-page-products #search-form {
	padding: 26px 40px;
	background: #ebebeb;
}

.product_meta h6 {
	font-size: 12px;
	color: #a4a4a4;
}

/*projects single*/
.single-projectscpt .pro_slider {
	margin-top: 35px;
	background: no-repeat;
	border-top: 1px solid #eee;
	padding-top: 2rem !important;
}

.single-projectscpt .prod_desc {
	padding: 2rem;
	background: #fbfbfb;
}

.single-projectscpt .pro_slider .img_wrap img {
	height: 150px;
}

.single-projectscpt .pro_slider .main_project_single_slider {
	padding: 0px 40px;
}

.blog-single .preview {
	text-align: left;
}

.blog-single .preview .blog-meta {
	color: #bbbbbb;
	margin-bottom: 30px;
}

.blog-single .preview img {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 42px;
	border-top: 1px solid #bbbbbb;
	padding-top: 30px;
	margin-top: 23px;
}

.blog-single .preview h1 {
	text-align: center;
	margin-bottom: 23px;
}

.blog-single .preview hr {
	margin-right: inherit;
	margin-left: inherit;
}

/*popup*/
.pum-theme-858 .pum-container, .pum-theme-lightbox .pum-container {
	border: 5px solid #009035;
}

.proposal-popup-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

div#popmake-257 {
	padding: 0;
}

div#pum_popup_title_257 {
	display: none;
}

.proposal-popup-wrapper {
	font-family: sans-serif !important;
}

.proposal-popup-wrapper h2.medium-text {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: bold;
}

.proposal-popup-wrapper .blue {
	color: #000000;
	background: transparent !important;
	font-size: 25px;
	font-weight: 600;
}

.proposal-popup-wrapper .sky-blue {
	color: #009035;
	font-weight: 600;
}

.proposal-popup-wrapper .large-text {
	font-size: 40px;
	text-transform: uppercase;
}

.proposal-popup-wrapper ul.popup-checklist {
	margin-top: 15px;
	padding: 0;
}

.proposal-popup-wrapper ul.popup-checklist li {
	list-style: none;
	padding: 4px 0;
	color: #4d4d4d;
	font-family: sans-serif !important;
	font-weight: 600;
}

.proposal-popup-wrapper ul.popup-checklist li:before {
	content: '\2713';
	display: inline-block;
	color: #009035;
	padding: 0 6px 0 0;
}

.proposal-popup-wrapper .accredetion {
	margin-top: 38px;
}

.proposal-popup-wrapper .accredetion h3 {
	padding-bottom: 18px;
}

.proposal-popup-wrapper .colab-item {
	position: relative;
	left: -16px;
}

.proposal-popup-wrapper .colab-item .img_wrap:first-child {
	margin-top: 14px;
	margin-left: 0;
}

.proposal-popup-wrapper .colab-item .img_wrap:first-child img {
}

.proposal-popup-wrapper .colab-item .img_wrap {
	margin: 5px 20px;
}

.proposal-popup-wrapper .give-hiring {
	margin-top: 8px;
}

.proposal-popup-wrapper .popop-right-col {
	background: #f7f7f7;
	padding: 33px;
}

.proposal-popup-wrapper .popop-left-col, .proposal-popup-wrapper .popop-right-col {
	padding: 50px 0;
	padding-left: 42px;
	padding-right: 45px;
}

.proposal-popup-wrapper .popop-right-col input, .proposal-popup-wrapper .popop-right-col textarea, .popop-right-col select {
	margin-bottom: 17px !important;
}

.proposal-popup-wrapper .popop-right-col select {
	font-size: 14px;
	color: gray;
}

.proposal-popup-wrapper .popop-right-col .wpcf7-submit {
	width: 100%;
	margin-bottom: 0px !important;
	background-color: #da0215 !important;
	text-transform: uppercase;
	border: 1px solid;
}

.proposal-popup-wrapper .popop-right-col .wpcf7-submit:hover {
	background: transparent !important;
}

.wpcf7-form-control-wrap label {
	display: flex;
	gap: 10px;
}

.wpcf7-submit:hover {
	background-color: #ffffff !important;
	border-color: #da0215 !important;
}

.wpcf7-textarea {
	padding: 10px;
}

.colab-item img {
	width: 100%;
	max-height: 160px;
	object-fit: contain;
}
.popop-right-col input[type="text"], .popop-right-col input[type="email"], .popop-right-col input[type="number"], .popop-right-col select {
	height: auto;
	line-height: 1;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	border-left: 2px solid #da0215;
}
.popop-right-col p {
	margin: 0;
}

.popop-right-col input::placeholder {
	color: #777;
	font-size: 14px;
}

.popop-right-col input {
}

.popop-right-col .wpcf7-list-item.first {
	margin-left: 0;
}

.popop-right-col .wpcf7-list-item label {
	font-size: 15px;
}

.popop-right-col textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	max-height: 100px;
}

.pum .popmake {
	border: 0 !important;
	box-shadow: unset !important;
}

/*	catalog popup*/
div#wpcf7-f327-o1 {
	padding: 20px 35px;
}

div#wpcf7-f327-o1 input, div#wpcf7-f327-o1 select {
	width: 100%;
	background: #edeaea;
}

#popmake-328 {
	border: 5px solid #0090351f;
}

div#wpcf7-f327-o1 label {
	font-size: 14px;
}

div#wpcf7-f327-o1 .wpcf7-submit {
	width: 100%;
	margin-bottom: 0px !important;
	background-color: #da0215 !important;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 25px;
}

div#wpcf7-f327-o1 .wpcf7-submit:hover {
	background-color: transparent !important;
	color: #000000;
}

div#wpcf7-f327-o1 .wpcf7-response-output {
	font-family: sans-serif;
}

@media only screen and (max-width:767px) {
	#category-bar input {
		max-width: 100% !important;
	}

	ul.blogs_cat {
		justify-content: center !important;
		padding-bottom: 15px !important;
	}

	.proposal-popup-wrapper {
		display: block !important;
	}

}

/****** Single Product *****/
.single .product_wrap {
	padding-top: 3rem;
}

.single .product_wrap .pro_details {
	list-style: none;
	margin-bottom: 35px;
}

.single .product_wrap .pro_details li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single .product_wrap .pro_details li .item {
	background: #fbfbfb;
	padding: 1rem;
	box-shadow: 0 3px 3px #f0f0f0;
}

.single .product_wrap .prod_desc {
	margin-top: 30px;
	background: #f2f2f2;
	padding: 1rem 2rem;
	border-radius: 5px;
}

.single .product_wrap .preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single .product_wrap .preview {
	border-radius: 5px;
}

@media screen and (max-width:996px) {
	.single .product_wrap .preview {
		margin-bottom: 20px;
	}

}

.single .product_wrap .preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.single .product_wrap .preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.single .product_wrap .preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}

.single .product_wrap .preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
	height: 100px;
	object-fit: cover;
	border-radius: 3px;
}

.single .product_wrap .preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.single .product_wrap .preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}

.single .product_wrap .tab-content {
	overflow: hidden;
}

.single .product_wrap .tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	border-radius: 3px;
}

.single .product_wrap .card {
	margin-top: 50px;
	background: #eee;
	padding: 3em;
	line-height: 1.5em;
}

@media screen and (min-width:997px) {
	.single .product_wrap .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

.single .product_wrap .details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single .product_wrap .colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.single .product_wrap .checked, .single .product_wrap .price span {
	color: #ff9f1a;
}

.single .product_wrap .product-title, .single .product_wrap .rating, .single .product_wrap .product-description, .single .product_wrap .price, .vote, .sizes {
	margin-bottom: 25px;
}

.single .product_wrap .product-title {
	margin-top: 0;
}

.single .product_wrap .size {
	margin-right: 10px;
}

.single .product_wrap .size:first-of-type {
	margin-left: 40px;
}

.single .product_wrap .color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px;
}

.single .product_wrap .color:first-of-type {
	margin-left: 20px;
}

.single .product_wrap .add-to-cart, .single .product_wrap .like {
	background: #ff9f1a;
	padding: 1.2em 1.5em;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.single .product_wrap .add-to-cart:hover, .single .product_wrap .like:hover {
	background: #b36800;
	color: #fff;
}

.single .product_wrap .not-available {
	text-align: center;
	line-height: 2em;
}

.single .product_wrap .not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff;
}

.single .product_wrap .orange {
	background: #ff9f1a;
}

.single .product_wrap .green {
	background: #85ad00;
}

.single .product_wrap .blue {
	background: #0076ad;
}

.single .product_wrap .tooltip-inner {
	padding: 1.3em;
}

.single .product_wrap ul.finishes_wraper {
	display: flex;
	gap: 15px;
	padding: 0;
}

.single .product_wrap ul.finishes_wraper li {
	list-style: none;
}

.single .product_wrap ul.finishes_wraper li img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	cursor: pointer;
}

.single .product_wrap .finishes_text p {
	display: none;
}

.single .product_wrap .finishes_text .active {
	display: block;
	font-weight: 500;
}

.single .product_wrap img.finishes_img.active {
	border: 3px solid #009035;
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}


/*customized products page*/

form.wpcf7-form.init {
   background: #f7f7f7;
   padding: 25px 2rem;
}
form.wpcf7-form.init label{
     width: 100%;
}
.cst_contact .wpcf7-form-control {
	border: 0;
	max-height: 174px;
	box-shadow: 0 5px 4px #eaeaea;
	border-radius: 5px;
}
.cst_contact h4 {
    font-size: 18px;
    line-height: 1.5;
}
.cst_contact .wpcf7-form-control.wpcf7-file.form-control {
  height: 60px;
  display: flex;
  padding-top: 18px;
}
.cst_contact .wpcf7-form-control.wpcf7-select {
  height: 60px;
}	

/*Company Profile*/

.comp_belowintro {
	background: #f9f9f9;
}
.profile_data {
	padding: 3rem;
	height: 100%;
	box-shadow: 0 0 80px #f2f2f2;
	border-radius: 10px;
}
.profile_data .img_wrap img {
	border-radius: 50%;
	width: 300px;
	height: 300px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	box-shadow: 0 10px 10px #bfbfbf;
}
.profile_data .img_wrap {
	margin-bottom: 2rem;
}
.profile_data h2 {
	text-align: center;
}

.profile_data ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.profile_data ul li {
  background: #009245;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}

/*QUALITY OBJECTIVES*/
.comp_quality .cont_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 0;
}
.comp_quality .cont_box li {
	padding: 3rem;
	height: 100%;
	box-shadow: 0 0px 25px 0px #f2f2f2;
	border-radius: 10px;
	list-style: none;
}
.comp_counters .counter {
	margin: 25px 10px;
	background: #f9f9f9;
	padding: 3rem 2rem;
	height: 100%;
}
.comp_counters .counter .timer {
	font-size: 35px;
	background: #da0215;
	color: #fff;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 25px auto;
	border-radius: 50%;
	box-shadow: 0 8px 7px #d0d0d0;
}
.comp_counters .counter .timer::after {
	content: "%";
}
.comp_counters .counter .count-text {
	font-size: 20px;
	font-weight: 500;
}
.comp_machine {
	background: #f9f9f9;
}
.comp_machine .table {
	background: #fff;
}
.comp_gallery .pro_item img {
	max-height: 170px;
	object-fit: contain;
}

@media(max-width: 1199px){
	.comp_quality .cont_box {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width: 991px){
	.comp_quality .cont_box {
		grid-template-columns: 1fr;
	}
	.page-template-company-profile .cst_padd {
		padding: 3rem 0;
	}
}

@media(max-width: 575px){
	.comp_counters .counter {
		margin: 10px 10px;
	}
}